The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Sylius\Bundle\MoneyBundle\DependencyInjection\SyliusMoneyExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Sylius\Bundle\UiBundle\DependencyInjection\SyliusUiExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Knp\Bundle\GaufretteBundle\DependencyInjection\KnpGaufretteExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Payum\Bundle\PayumBundle\DependencyInjection\PayumExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Sylius\Bundle\FixturesBundle\DependencyInjection\SyliusFixturesExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Sylius\Bundle\AdminBundle\DependencyInjection\SyliusAdminExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Sylius\Bundle\ShopBundle\DependencyInjection\SyliusShopExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Sylius\Bundle\ApiBundle\DependencyInjection\SyliusApiExtension".
The "Sylius\Bundle\ResourceBundle\Controller\ResourceController::addFlash()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "Sylius\Bundle\OrderBundle\Controller\OrderController".
Method "Sylius\Resource\Factory\FactoryInterface::createNew()" might add "T" as a native return type declaration in the future. Do the same in implementation "App\Factory\Customer\CustomerFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventSubscriber\AdminOrderFormSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventSubscriber\AdminProductFormSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventSubscriber\AdminUserFormSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventSubscriber\CustomerProfileFormSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventSubscriber\DonationChoiceFormSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventSubscriber\PickupLocationFormSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventSubscriber\Referrer\CaseWorkerFormSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Form\EventSubscriber\Referrer\ReferrerFormSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since symfony/dependency-injection 7.2: Type "tagged" is deprecated for tag <argument>, use "tagged_iterator" instead in "/app/vendor/sylius/mailer-bundle/src/Bundle/DependencyInjection/../Resources/config/services.xml".
Method "Payum\Core\Model\DetailsAggregateInterface::getDetails()" might add "?object" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\PayumBundle\Model\PaymentSecurityToken" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 7.2: Type "tagged" is deprecated for tag <argument>, use "tagged_iterator" instead in "/app/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/config/services/order_pay/controllers.xml".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.adjustment" with model "App\Entity\Order\Adjustment" and interface "Sylius\Component\Order\Model\AdjustmentInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.order" with model "App\Entity\Order\Order" and interface "Sylius\Component\Order\Model\OrderInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.order_item" with model "App\Entity\Order\OrderItem" and interface "Sylius\Component\Order\Model\OrderItemInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.order_item_unit" with model "App\Entity\Order\OrderItemUnit" and interface "Sylius\Component\Order\Model\OrderItemUnitInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.order_sequence" with model "App\Entity\Order\OrderSequence" and interface "Sylius\Component\Order\Model\OrderSequenceInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.currency" with model "App\Entity\Currency\Currency" and interface "Sylius\Component\Currency\Model\CurrencyInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.exchange_rate" with model "App\Entity\Currency\ExchangeRate" and interface "Sylius\Component\Currency\Model\ExchangeRateInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.locale" with model "App\Entity\Locale\Locale" and interface "Sylius\Component\Locale\Model\LocaleInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product" with model "App\Entity\Product\Product" and interface "Sylius\Component\Product\Model\ProductInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_translation" with model "App\Entity\Product\ProductTranslation" and interface "Sylius\Component\Product\Model\ProductTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_variant" with model "App\Entity\Product\ProductVariant" and interface "Sylius\Component\Product\Model\ProductVariantInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_variant_translation" with model "App\Entity\Product\ProductVariantTranslation" and interface "Sylius\Component\Product\Model\ProductVariantTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_option" with model "App\Entity\Product\ProductOption" and interface "Sylius\Component\Product\Model\ProductOptionInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_option_translation" with model "App\Entity\Product\ProductOptionTranslation" and interface "Sylius\Component\Product\Model\ProductOptionTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_association" with model "App\Entity\Product\ProductAssociation" and interface "Sylius\Component\Product\Model\ProductAssociationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_option_value" with model "App\Entity\Product\ProductOptionValue" and interface "Sylius\Component\Product\Model\ProductOptionValueInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_option_value_translation" with model "App\Entity\Product\ProductOptionValueTranslation" and interface "Sylius\Component\Product\Model\ProductOptionValueTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_association_type" with model "App\Entity\Product\ProductAssociationType" and interface "Sylius\Component\Product\Model\ProductAssociationTypeInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_association_type_translation" with model "App\Entity\Product\ProductAssociationTypeTranslation" and interface "Sylius\Component\Product\Model\ProductAssociationTypeTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.channel" with model "App\Entity\Channel\Channel" and interface "Sylius\Component\Channel\Model\ChannelInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_attribute" with model "App\Entity\Product\ProductAttribute" and interface "Sylius\Component\Product\Model\ProductAttributeInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_attribute_translation" with model "App\Entity\Product\ProductAttributeTranslation" and interface "Sylius\Component\Product\Model\ProductAttributeTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_attribute_value" with model "App\Entity\Product\ProductAttributeValue" and interface "Sylius\Component\Product\Model\ProductAttributeValueInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.tax_rate" with model "App\Entity\Taxation\TaxRate" and interface "Sylius\Component\Taxation\Model\TaxRateInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.tax_category" with model "App\Entity\Taxation\TaxCategory" and interface "Sylius\Component\Taxation\Model\TaxCategoryInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.shipment" with model "App\Entity\Shipping\Shipment" and interface "Sylius\Component\Shipping\Model\ShipmentInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.shipment_unit" with model "App\Entity\Order\OrderItemUnit" and interface "Sylius\Component\Shipping\Model\ShipmentUnitInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.shipping_method" with model "App\Entity\Shipping\ShippingMethod" and interface "Sylius\Component\Shipping\Model\ShippingMethodInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.shipping_method_translation" with model "App\Entity\Shipping\ShippingMethodTranslation" and interface "Sylius\Component\Shipping\Model\ShippingMethodTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.shipping_category" with model "App\Entity\Shipping\ShippingCategory" and interface "Sylius\Component\Shipping\Model\ShippingCategoryInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.shipping_method_rule" with model "App\Entity\Shipping\ShippingMethodRule" and interface "Sylius\Component\Shipping\Model\ShippingMethodRuleInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.payment" with model "App\Entity\Payment\Payment" and interface "Sylius\Component\Payment\Model\PaymentInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.payment_method" with model "App\Entity\Payment\PaymentMethod" and interface "Sylius\Component\Payment\Model\PaymentMethodInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.payment_method_translation" with model "App\Entity\Payment\PaymentMethodTranslation" and interface "Sylius\Component\Payment\Model\PaymentMethodTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.gateway_config" with model "App\Entity\Payment\GatewayConfig" and interface "Sylius\Bundle\PayumBundle\Model\GatewayConfigInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.payment_request" with model "App\Entity\Payment\PaymentRequest" and interface "Sylius\Component\Payment\Model\PaymentRequestInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.catalog_promotion" with model "App\Entity\Promotion\CatalogPromotion" and interface "Sylius\Component\Promotion\Model\CatalogPromotionInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.catalog_promotion_translation" with model "App\Entity\Promotion\CatalogPromotionTranslation" and interface "Sylius\Component\Promotion\Model\CatalogPromotionTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.catalog_promotion_scope" with model "App\Entity\Promotion\CatalogPromotionScope" and interface "Sylius\Component\Promotion\Model\CatalogPromotionScopeInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.promotion" with model "App\Entity\Promotion\Promotion" and interface "Sylius\Component\Promotion\Model\PromotionInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.promotion_translation" with model "App\Entity\Promotion\PromotionTranslation" and interface "Sylius\Component\Promotion\Model\PromotionTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.promotion_coupon" with model "App\Entity\Promotion\PromotionCoupon" and interface "Sylius\Component\Promotion\Model\PromotionCouponInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.catalog_promotion_action" with model "App\Entity\Promotion\CatalogPromotionAction" and interface "Sylius\Component\Promotion\Model\CatalogPromotionActionInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.promotion_rule" with model "App\Entity\Promotion\PromotionRule" and interface "Sylius\Component\Promotion\Model\PromotionRuleInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.promotion_action" with model "App\Entity\Promotion\PromotionAction" and interface "Sylius\Component\Promotion\Model\PromotionActionInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.address" with model "App\Entity\Addressing\Address" and interface "Sylius\Component\Addressing\Model\AddressInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.country" with model "App\Entity\Addressing\Country" and interface "Sylius\Component\Addressing\Model\CountryInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.province" with model "App\Entity\Addressing\Province" and interface "Sylius\Component\Addressing\Model\ProvinceInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.zone" with model "App\Entity\Addressing\Zone" and interface "Sylius\Component\Addressing\Model\ZoneInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.zone_member" with model "App\Entity\Addressing\ZoneMember" and interface "Sylius\Component\Addressing\Model\ZoneMemberInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.inventory_unit" with model "App\Entity\Order\OrderItemUnit" and interface "Sylius\Component\Inventory\Model\InventoryUnitInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.taxon" with model "App\Entity\Taxonomy\Taxon" and interface "Sylius\Component\Taxonomy\Model\TaxonInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.taxon_translation" with model "App\Entity\Taxonomy\TaxonTranslation" and interface "Sylius\Component\Taxonomy\Model\TaxonTranslationInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.admin_user" with model "App\Entity\User\AdminUser" and interface "Sylius\Component\Core\Model\AdminUserInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.shop_user" with model "App\Entity\User\ShopUser" and interface "Sylius\Component\Core\Model\ShopUserInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.oauth_user" with model "App\Entity\User\UserOAuth" and interface "Sylius\Component\User\Model\UserOAuthInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.customer" with model "App\Entity\Customer\Customer" and interface "Sylius\Component\Customer\Model\CustomerInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.customer_group" with model "App\Entity\Customer\CustomerGroup" and interface "Sylius\Component\Customer\Model\CustomerGroupInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_review" with model "App\Entity\Product\ProductReview" and interface "Sylius\Component\Review\Model\ReviewInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_reviewer" with model "App\Entity\Customer\Customer" and interface "Sylius\Component\Review\Model\ReviewerInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_taxon" with model "App\Entity\Product\ProductTaxon" and interface "Sylius\Component\Core\Model\ProductTaxonInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.avatar_image" with model "App\Entity\User\AvatarImage" and interface "Sylius\Component\Core\Model\AvatarImageInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.product_image" with model "App\Entity\Product\ProductImage" and interface "Sylius\Component\Core\Model\ProductImageInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.taxon_image" with model "App\Entity\Taxonomy\TaxonImage" and interface "Sylius\Component\Core\Model\TaxonImageInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.channel_pricing" with model "App\Entity\Channel\ChannelPricing" and interface "Sylius\Component\Core\Model\ChannelPricingInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.channel_price_history_config" with model "App\Entity\Channel\ChannelPriceHistoryConfig" and interface "Sylius\Component\Core\Model\ChannelPriceHistoryConfigInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.channel_pricing_log_entry" with model "App\Entity\Channel\ChannelPricingLogEntry" and interface "Sylius\Component\Core\Model\ChannelPricingLogEntryInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.shop_billing_data" with model "App\Entity\Channel\ShopBillingData" and interface "Sylius\Component\Core\Model\ShopBillingDataInterface".
Since sylius/resource-bundle 1.6: Specifying the interface for resources is deprecated and will be removed in 2.0. Please rely on auto-discovering interfaces instead. Triggered by resource "sylius.payment_security_token" with model "App\Entity\Payment\PaymentSecurityToken" and interface "Sylius\Bundle\PayumBundle\Model\PaymentSecurityTokenInterface".
The "Sylius\Bundle\ResourceBundle\Controller\ResourceController::getUser()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "Sylius\Bundle\UserBundle\Controller\UserController".
Since doctrine/doctrine-bundle 2.4: Configuring doctrine/cache is deprecated. Please update the cache service "doctrine.system_cache_provider" to use a PSR-6 cache.
Since doctrine/doctrine-bundle 2.4: Configuring doctrine/cache is deprecated. Please update the cache service "doctrine.result_cache_provider" to use a PSR-6 cache.
Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\ApiBundle\StateProcessor\Admin\AdminUser\PersistProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\ApiBundle\StateProcessor\Admin\Country\PersistProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\ApiBundle\StateProcessor\Admin\AvatarImage\PersistProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\ApiBundle\StateProcessor\Shop\Address\PersistProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\ApiBundle\StateProcessor\Admin\ProductImage\PersistProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\ApiBundle\StateProcessor\Admin\TaxonImage\PersistProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\ApiBundle\StateProcessor\Common\MessengerPersistProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\ApiBundle\StateProcessor\Admin\Promotion\PromotionCoupon\PersistProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\ApiBundle\StateProcessor\Admin\Customer\PersistProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Since sylius/theme-bundle 2.0: "sylius.theme.configuration" service is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0. It is being referenced by the "Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface" service.
Since sylius/theme-bundle 2.0: "sylius.repository.theme" service is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0. It is being referenced by the "Sylius\Bundle\ThemeBundle\Command\ListCommand" service.
Since sylius/theme-bundle 2.0: "sylius.repository.theme" service is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0. It is being referenced by the "Sylius\Bundle\ThemeBundle\Collector\ThemeCollector" service.
Since sylius/theme-bundle 2.0: "sylius.context.theme" service is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0. It is being referenced by the "Sylius\Bundle\ThemeBundle\Collector\ThemeCollector" service.
Since sylius/theme-bundle 2.0: "sylius.theme.hierarchy_provider" service is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0. It is being referenced by the "Sylius\Bundle\ThemeBundle\Collector\ThemeCollector" service.
Since sylius/theme-bundle 2.0: "sylius.repository.theme" service is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0. It is being referenced by the "Sylius\Bundle\ThemeBundle\Form\Type\ThemeChoiceType" service.
Since sylius/theme-bundle 2.0: "sylius.repository.theme" service is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0. It is being referenced by the "Sylius\Bundle\ThemeBundle\Form\Type\ThemeNameChoiceType" service.
Since sylius/theme-bundle 2.0: "sylius.theme.hierarchy_provider" service is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0. It is being referenced by the "Sylius\Bundle\ThemeBundle\Context\SettableThemeContext" service.
Since sylius/theme-bundle 2.0: "sylius.theme.loader" service is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0. It is being referenced by the "Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface" service.
Since sylius/theme-bundle 2.0: "sylius.repository.theme" service is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0. It is being referenced by the "sylius_shop.theme.context.channel_based" service.
Method "Symfony\Component\Form\AbstractType::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in child class "Sylius\Bundle\CurrencyBundle\Form\Type\ExchangeRateType" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Sylius\Component\Mailer\Sender\Sender::send()" method will require a new "string[] $ccRecipients" argument in the next major version of its interface "Sylius\Component\Mailer\Sender\SenderInterface", not defining it is deprecated.
The "Sylius\Component\Mailer\Sender\Sender::send()" method will require a new "string[] $bccRecipients" argument in the next major version of its interface "Sylius\Component\Mailer\Sender\SenderInterface", not defining it is deprecated.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sylius\Bundle\PromotionBundle\Form\Type\CatalogPromotionScopeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Sylius\Bundle\PromotionBundle\Form\Type\CatalogPromotionActionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sylius\Bundle\CoreBundle\Form\Type\ShopBillingDataType" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Sylius\Bundle\PayumBundle\Action\AuthorizePaymentAction" class extends "Payum\Core\Action\GatewayAwareAction" that is deprecated since 1.3 will be removed in 2.0. Use trait+interface in your classes.
The "Sylius\Bundle\PayumBundle\Action\CapturePaymentAction" class extends "Payum\Core\Action\GatewayAwareAction" that is deprecated since 1.3 will be removed in 2.0. Use trait+interface in your classes.
The "Sylius\Bundle\PayumBundle\Action\ExecuteSameRequestWithPaymentDetailsAction" class extends "Payum\Core\Action\GatewayAwareAction" that is deprecated since 1.3 will be removed in 2.0. Use trait+interface in your classes.
Method "Payum\Core\HttpClientInterface::send()" might add "ResponseInterface" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\PayumBundle\HttpClient\HttpClient" now to avoid errors or add an explicit @return annotation to suppress this message.
JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1865 called by ClassMetadataInfo.php:2946, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)
Since twig/twig 3.12: The "tag" constructor argument of the "Sylius\TwigHooks\Twig\Node\HookNode" class is deprecated and ignored (check which TokenParser class set it to "hook"), the tag is now automatically set by the Parser when needed.
Since twig/twig 3.9: Twig node "Sylius\TwigHooks\Twig\Node\HookNode" is not marked as ready for using "yield" instead of "echo"; please make it ready and then flag it with the #[\Twig\Attribute\YieldReady] attribute.
Since twig/twig 3.9: Using "echo" is deprecated, use "yield" instead in "Sylius\TwigHooks\Twig\Node\HookNode", then flag the class with #[\Twig\Attribute\YieldReady].
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /app/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/templates/form/theme.html.twig at line 92.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /app/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/templates/form/theme.html.twig at line 127.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /app/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/templates/form/theme.html.twig at line 246.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /app/vendor/sylius/resource-bundle/src/Bundle/Resources/views/forms.html.twig at line 5.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /app/vendor/sylius/resource-bundle/src/Bundle/Resources/views/forms.html.twig at line 41.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /app/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views/knp_menu.html.twig at line 12.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelProdDebugContainer.php:2154, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
"SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.first_name AS first_name_16, t0.last_name AS last_name_17, t0.locale_code AS locale_code_18, t0.referrer_id AS referrer_id_19, t0.case_worker_id AS case_worker_id_20, t0.channel_id AS channel_id_21, t22.type AS type_23, t22.path AS path_24, t22.id AS id_25, t22.owner_id AS owner_id_26 FROM sylius_admin_user t0 LEFT JOIN sylius_avatar_image t22 ON t22.owner_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 4]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.first_name AS first_name_16, t0.last_name AS last_name_17, t0.locale_code AS locale_code_18, t0.referrer_id AS referrer_id_19, t0.case_worker_id AS case_worker_id_20, t0.channel_id AS channel_id_21, t22.type AS type_23, t22.path AS path_24, t22.id AS id_25, t22.owner_id AS owner_id_26 FROM sylius_admin_user t0 LEFT JOIN sylius_avatar_image t22 ON t22.owner_id = t0.id WHERE t0.id = ?"
"params" => [1 => 4]
"types" => [1 => 1]
]
"SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1"
(parameters:
[1 => "helpinghand.nz"
2 => 1]
, types:
[1 => 22 => 5]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1"
"params" => [1 => "helpinghand.nz"
2 => 1]
"types" => [1 => 22 => 5]
]
"SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id ORDER BY t0.id ASC LIMIT 1"
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id ORDER BY t0.id ASC LIMIT 1"
]
"SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.enabled = ?"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.enabled = ?"
"params" => [1 => 1]
"types" => [1 => 5]
]
"SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.enabled = ?"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.enabled = ?"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.code = ? ORDER BY t0.id ASC LIMIT 1"
(parameters:
[1 => "SS"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.code = ? ORDER BY t0.id ASC LIMIT 1"
"params" => [1 => "SS"
]
"types" => [1 => 2]
]
"SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.code = ? ORDER BY t0.id ASC LIMIT 1"
(parameters:
[1 => "SS"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.code = ? ORDER BY t0.id ASC LIMIT 1"
"params" => [1 => "SS"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT SUM(s0_.total) AS sclr_0, YEAR(s0_.checkout_completed_at) AS sclr_1, MONTH(s0_.checkout_completed_at) AS sclr_2 FROM sylius_order s0_ WHERE s0_.payment_state = ? AND s0_.channel_id = ? AND s0_.checkout_completed_at >= ? AND s0_.checkout_completed_at <= ? GROUP BY sclr_1, sclr_2"
[
"sql" => "SELECT SUM(s0_.total) AS sclr_0, YEAR(s0_.checkout_completed_at) AS sclr_1, MONTH(s0_.checkout_completed_at) AS sclr_2 FROM sylius_order s0_ WHERE s0_.payment_state = ? AND s0_.channel_id = ? AND s0_.checkout_completed_at >= ? AND s0_.checkout_completed_at <= ? GROUP BY sclr_1, sclr_2"
"params" => [1 => "paid"
2 => 13 => "2025-01-01 00:00:00"
4 => "2026-01-01 00:00:00"
]
"types" => [1 => 22 => 13 => 24 => 2]
]
debug
Executing statement:
"SELECT SUM(s0_.total) AS sclr_0 FROM sylius_order s0_ WHERE s0_.payment_state = ? AND s0_.channel_id = ? AND s0_.checkout_completed_at >= ? AND s0_.checkout_completed_at <= ?"
[
"sql" => "SELECT SUM(s0_.total) AS sclr_0 FROM sylius_order s0_ WHERE s0_.payment_state = ? AND s0_.channel_id = ? AND s0_.checkout_completed_at >= ? AND s0_.checkout_completed_at <= ?"
"params" => [1 => "paid"
2 => 13 => "2025-01-01 00:00:00"
4 => "2026-01-01 00:00:00"
]
"types" => [1 => 22 => 13 => 24 => 2]
]
debug
Executing statement:
"SELECT COUNT(s0_.id) AS sclr_0 FROM sylius_order s0_ WHERE s0_.channel_id = ? AND s0_.payment_state = ? AND s0_.checkout_completed_at >= ? AND s0_.checkout_completed_at <= ?"
"SELECT s0_.email AS email_0, s0_.email_canonical AS email_canonical_1, s0_.first_name AS first_name_2, s0_.last_name AS last_name_3, s0_.birthday AS birthday_4, s0_.gender AS gender_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.phone_number AS phone_number_8, s0_.subscribed_to_newsletter AS subscribed_to_newsletter_9, s0_.id AS id_10, s0_.streetNumber AS streetNumber_11, s0_.apartmentNumber AS apartmentNumber_12, s0_.streetAddress AS streetAddress_13, s0_.suburbOrTown AS suburbOrTown_14, s0_.post_code AS post_code_15, s0_.agreedToTerms AS agreedToTerms_16, s0_.ethnicity_other AS ethnicity_other_17, s0_.number_of_children AS number_of_children_18, s0_.number_of_adults AS number_of_adults_19, s0_.max_orders_in_period AS max_orders_in_period_20, s0_.max_order_reset_date_override AS max_order_reset_date_override_21, s0_.max_order_period_weeks AS max_order_period_weeks_22, s0_.customer_group_id AS customer_group_id_23, s0_.pickup_location_id AS pickup_location_id_24, s0_.ethnicity_id AS ethnicity_id_25, s0_.case_worker_id AS case_worker_id_26, s0_.auth_code_id AS auth_code_id_27, s0_.referrer_id AS referrer_id_28, s0_.customer_group_id AS customer_group_id_29, s0_.default_address_id AS default_address_id_30 FROM sylius_customer s0_ ORDER BY s0_.created_at DESC, s0_.id ASC LIMIT 5"
doctrine
[
"sql" => "SELECT s0_.email AS email_0, s0_.email_canonical AS email_canonical_1, s0_.first_name AS first_name_2, s0_.last_name AS last_name_3, s0_.birthday AS birthday_4, s0_.gender AS gender_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.phone_number AS phone_number_8, s0_.subscribed_to_newsletter AS subscribed_to_newsletter_9, s0_.id AS id_10, s0_.streetNumber AS streetNumber_11, s0_.apartmentNumber AS apartmentNumber_12, s0_.streetAddress AS streetAddress_13, s0_.suburbOrTown AS suburbOrTown_14, s0_.post_code AS post_code_15, s0_.agreedToTerms AS agreedToTerms_16, s0_.ethnicity_other AS ethnicity_other_17, s0_.number_of_children AS number_of_children_18, s0_.number_of_adults AS number_of_adults_19, s0_.max_orders_in_period AS max_orders_in_period_20, s0_.max_order_reset_date_override AS max_order_reset_date_override_21, s0_.max_order_period_weeks AS max_order_period_weeks_22, s0_.customer_group_id AS customer_group_id_23, s0_.pickup_location_id AS pickup_location_id_24, s0_.ethnicity_id AS ethnicity_id_25, s0_.case_worker_id AS case_worker_id_26, s0_.auth_code_id AS auth_code_id_27, s0_.referrer_id AS referrer_id_28, s0_.customer_group_id AS customer_group_id_29, s0_.default_address_id AS default_address_id_30 FROM sylius_customer s0_ ORDER BY s0_.created_at DESC, s0_.id ASC LIMIT 5"
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.customer_id AS customer_id_16 FROM sylius_shop_user t0 WHERE t0.customer_id = ?"
(parameters:
[1 => 36]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.customer_id AS customer_id_16 FROM sylius_shop_user t0 WHERE t0.customer_id = ?"
"params" => [1 => 36]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.customer_id AS customer_id_16 FROM sylius_shop_user t0 WHERE t0.customer_id = ?"
(parameters:
[1 => 35]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.customer_id AS customer_id_16 FROM sylius_shop_user t0 WHERE t0.customer_id = ?"
"params" => [1 => 35]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.customer_id AS customer_id_16 FROM sylius_shop_user t0 WHERE t0.customer_id = ?"
(parameters:
[1 => 34]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.customer_id AS customer_id_16 FROM sylius_shop_user t0 WHERE t0.customer_id = ?"
"params" => [1 => 34]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.customer_id AS customer_id_16 FROM sylius_shop_user t0 WHERE t0.customer_id = ?"
(parameters:
[1 => 33]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.customer_id AS customer_id_16 FROM sylius_shop_user t0 WHERE t0.customer_id = ?"
"params" => [1 => 33]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.customer_id AS customer_id_16 FROM sylius_shop_user t0 WHERE t0.customer_id = ?"
(parameters:
[1 => 32]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.password_reset_token AS password_reset_token_6, t0.password_requested_at AS password_requested_at_7, t0.email_verification_token AS email_verification_token_8, t0.verified_at AS verified_at_9, t0.roles AS roles_10, t0.email AS email_11, t0.email_canonical AS email_canonical_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.customer_id AS customer_id_16 FROM sylius_shop_user t0 WHERE t0.customer_id = ?"
"params" => [1 => 32]
"types" => [1 => 1]
]
"SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.code = ? ORDER BY t0.id ASC LIMIT 1"
(parameters:
[1 => "SS"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.code = ? ORDER BY t0.id ASC LIMIT 1"
"params" => [1 => "SS"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.number AS number_0, s0_.notes AS notes_1, s0_.state AS state_2, s0_.checkout_completed_at AS checkout_completed_at_3, s0_.items_total AS items_total_4, s0_.adjustments_total AS adjustments_total_5, s0_.total AS total_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s0_.currency_code AS currency_code_10, s0_.locale_code AS locale_code_11, s0_.checkout_state AS checkout_state_12, s0_.payment_state AS payment_state_13, s0_.shipping_state AS shipping_state_14, s0_.created_by_guest AS created_by_guest_15, s0_.token_value AS token_value_16, s0_.customer_ip AS customer_ip_17, s0_.pickup_time AS pickup_time_18, s0_.number_of_children AS number_of_children_19, s0_.number_of_adults AS number_of_adults_20, s0_.question_1 AS question_1_21, s0_.question_2 AS question_2_22, s0_.question_3 AS question_3_23, s0_.question_4 AS question_4_24, s0_.channel_id AS channel_id_25, s0_.promotion_coupon_id AS promotion_coupon_id_26, s0_.customer_id AS customer_id_27, s0_.pickup_location_id AS pickup_location_id_28, s0_.donation_choice_id AS donation_choice_id_29, s0_.referrer_id AS referrer_id_30, s0_.case_worker_id AS case_worker_id_31, s0_.shipping_address_id AS shipping_address_id_32, s0_.billing_address_id AS billing_address_id_33 FROM sylius_order s0_ WHERE s0_.channel_id = ? AND s0_.state <> ? ORDER BY s0_.checkout_completed_at DESC, s0_.id ASC LIMIT 5"
(parameters:
[1 => 12 => "cart"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT s0_.number AS number_0, s0_.notes AS notes_1, s0_.state AS state_2, s0_.checkout_completed_at AS checkout_completed_at_3, s0_.items_total AS items_total_4, s0_.adjustments_total AS adjustments_total_5, s0_.total AS total_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s0_.currency_code AS currency_code_10, s0_.locale_code AS locale_code_11, s0_.checkout_state AS checkout_state_12, s0_.payment_state AS payment_state_13, s0_.shipping_state AS shipping_state_14, s0_.created_by_guest AS created_by_guest_15, s0_.token_value AS token_value_16, s0_.customer_ip AS customer_ip_17, s0_.pickup_time AS pickup_time_18, s0_.number_of_children AS number_of_children_19, s0_.number_of_adults AS number_of_adults_20, s0_.question_1 AS question_1_21, s0_.question_2 AS question_2_22, s0_.question_3 AS question_3_23, s0_.question_4 AS question_4_24, s0_.channel_id AS channel_id_25, s0_.promotion_coupon_id AS promotion_coupon_id_26, s0_.customer_id AS customer_id_27, s0_.pickup_location_id AS pickup_location_id_28, s0_.donation_choice_id AS donation_choice_id_29, s0_.referrer_id AS referrer_id_30, s0_.case_worker_id AS case_worker_id_31, s0_.shipping_address_id AS shipping_address_id_32, s0_.billing_address_id AS billing_address_id_33 FROM sylius_order s0_ WHERE s0_.channel_id = ? AND s0_.state <> ? ORDER BY s0_.checkout_completed_at DESC, s0_.id ASC LIMIT 5"
"params" => [1 => 12 => "cart"
]
"types" => [1 => 12 => 2]
]
"SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.streetNumber AS streetNumber_12, t0.apartmentNumber AS apartmentNumber_13, t0.streetAddress AS streetAddress_14, t0.suburbOrTown AS suburbOrTown_15, t0.post_code AS post_code_16, t0.agreedToTerms AS agreedToTerms_17, t0.ethnicity_other AS ethnicity_other_18, t0.number_of_children AS number_of_children_19, t0.number_of_adults AS number_of_adults_20, t0.max_orders_in_period AS max_orders_in_period_21, t0.max_order_reset_date_override AS max_order_reset_date_override_22, t0.max_order_period_weeks AS max_order_period_weeks_23, t0.customer_group_id AS customer_group_id_24, t0.pickup_location_id AS pickup_location_id_25, t0.ethnicity_id AS ethnicity_id_26, t0.case_worker_id AS case_worker_id_27, t0.auth_code_id AS auth_code_id_28, t0.referrer_id AS referrer_id_29, t0.customer_group_id AS customer_group_id_30, t0.default_address_id AS default_address_id_31, t32.username AS username_33, t32.username_canonical AS username_canonical_34, t32.enabled AS enabled_35, t32.password AS password_36, t32.last_login AS last_login_37, t32.password_reset_token AS password_reset_token_38, t32.password_requested_at AS password_requested_at_39, t32.email_verification_token AS email_verification_token_40, t32.verified_at AS verified_at_41, t32.roles AS roles_42, t32.email AS email_43, t32.email_canonical AS email_canonical_44, t32.created_at AS created_at_45, t32.updated_at AS updated_at_46, t32.id AS id_47, t32.customer_id AS customer_id_48 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t32 ON t32.customer_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.streetNumber AS streetNumber_12, t0.apartmentNumber AS apartmentNumber_13, t0.streetAddress AS streetAddress_14, t0.suburbOrTown AS suburbOrTown_15, t0.post_code AS post_code_16, t0.agreedToTerms AS agreedToTerms_17, t0.ethnicity_other AS ethnicity_other_18, t0.number_of_children AS number_of_children_19, t0.number_of_adults AS number_of_adults_20, t0.max_orders_in_period AS max_orders_in_period_21, t0.max_order_reset_date_override AS max_order_reset_date_override_22, t0.max_order_period_weeks AS max_order_period_weeks_23, t0.customer_group_id AS customer_group_id_24, t0.pickup_location_id AS pickup_location_id_25, t0.ethnicity_id AS ethnicity_id_26, t0.case_worker_id AS case_worker_id_27, t0.auth_code_id AS auth_code_id_28, t0.referrer_id AS referrer_id_29, t0.customer_group_id AS customer_group_id_30, t0.default_address_id AS default_address_id_31, t32.username AS username_33, t32.username_canonical AS username_canonical_34, t32.enabled AS enabled_35, t32.password AS password_36, t32.last_login AS last_login_37, t32.password_reset_token AS password_reset_token_38, t32.password_requested_at AS password_requested_at_39, t32.email_verification_token AS email_verification_token_40, t32.verified_at AS verified_at_41, t32.roles AS roles_42, t32.email AS email_43, t32.email_canonical AS email_canonical_44, t32.created_at AS created_at_45, t32.updated_at AS updated_at_46, t32.id AS id_47, t32.customer_id AS customer_id_48 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t32 ON t32.customer_id = t0.id WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 92]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC"
"params" => [1 => 92]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 556]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 556]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 106]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 106]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 106]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 106]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.type AS type_2, t0.storage_type AS storage_type_3, t0.configuration AS configuration_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.position AS position_7, t0.translatable AS translatable_8, t0.id AS id_9 FROM sylius_product_attribute t0 WHERE t0.id = ?"
(parameters:
[1 => 11]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.type AS type_2, t0.storage_type AS storage_type_3, t0.configuration AS configuration_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.position AS position_7, t0.translatable AS translatable_8, t0.id AS id_9 FROM sylius_product_attribute t0 WHERE t0.id = ?"
"params" => [1 => 11]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 546]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 546]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 96]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 96]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 96]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 96]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 547]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 547]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 97]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 97]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 97]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 97]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 544]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 544]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 94]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 94]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 94]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 94]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 88]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC"
"params" => [1 => 88]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 541]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 541]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 91]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 91]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 91]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 91]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 545]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 545]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 95]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 95]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 95]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 95]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 87]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC"
"params" => [1 => 87]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 565]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 565]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 117]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 117]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 117]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 117]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 568]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 568]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 120]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 120]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 120]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 120]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 570]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 570]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 122]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 122]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 122]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 122]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 542]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 542]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 92]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 92]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 92]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 92]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 543]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 543]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 93]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 93]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 93]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 93]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.streetNumber AS streetNumber_12, t0.apartmentNumber AS apartmentNumber_13, t0.streetAddress AS streetAddress_14, t0.suburbOrTown AS suburbOrTown_15, t0.post_code AS post_code_16, t0.agreedToTerms AS agreedToTerms_17, t0.ethnicity_other AS ethnicity_other_18, t0.number_of_children AS number_of_children_19, t0.number_of_adults AS number_of_adults_20, t0.max_orders_in_period AS max_orders_in_period_21, t0.max_order_reset_date_override AS max_order_reset_date_override_22, t0.max_order_period_weeks AS max_order_period_weeks_23, t0.customer_group_id AS customer_group_id_24, t0.pickup_location_id AS pickup_location_id_25, t0.ethnicity_id AS ethnicity_id_26, t0.case_worker_id AS case_worker_id_27, t0.auth_code_id AS auth_code_id_28, t0.referrer_id AS referrer_id_29, t0.customer_group_id AS customer_group_id_30, t0.default_address_id AS default_address_id_31, t32.username AS username_33, t32.username_canonical AS username_canonical_34, t32.enabled AS enabled_35, t32.password AS password_36, t32.last_login AS last_login_37, t32.password_reset_token AS password_reset_token_38, t32.password_requested_at AS password_requested_at_39, t32.email_verification_token AS email_verification_token_40, t32.verified_at AS verified_at_41, t32.roles AS roles_42, t32.email AS email_43, t32.email_canonical AS email_canonical_44, t32.created_at AS created_at_45, t32.updated_at AS updated_at_46, t32.id AS id_47, t32.customer_id AS customer_id_48 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t32 ON t32.customer_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 30]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.streetNumber AS streetNumber_12, t0.apartmentNumber AS apartmentNumber_13, t0.streetAddress AS streetAddress_14, t0.suburbOrTown AS suburbOrTown_15, t0.post_code AS post_code_16, t0.agreedToTerms AS agreedToTerms_17, t0.ethnicity_other AS ethnicity_other_18, t0.number_of_children AS number_of_children_19, t0.number_of_adults AS number_of_adults_20, t0.max_orders_in_period AS max_orders_in_period_21, t0.max_order_reset_date_override AS max_order_reset_date_override_22, t0.max_order_period_weeks AS max_order_period_weeks_23, t0.customer_group_id AS customer_group_id_24, t0.pickup_location_id AS pickup_location_id_25, t0.ethnicity_id AS ethnicity_id_26, t0.case_worker_id AS case_worker_id_27, t0.auth_code_id AS auth_code_id_28, t0.referrer_id AS referrer_id_29, t0.customer_group_id AS customer_group_id_30, t0.default_address_id AS default_address_id_31, t32.username AS username_33, t32.username_canonical AS username_canonical_34, t32.enabled AS enabled_35, t32.password AS password_36, t32.last_login AS last_login_37, t32.password_reset_token AS password_reset_token_38, t32.password_requested_at AS password_requested_at_39, t32.email_verification_token AS email_verification_token_40, t32.verified_at AS verified_at_41, t32.roles AS roles_42, t32.email AS email_43, t32.email_canonical AS email_canonical_44, t32.created_at AS created_at_45, t32.updated_at AS updated_at_46, t32.id AS id_47, t32.customer_id AS customer_id_48 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t32 ON t32.customer_id = t0.id WHERE t0.id = ?"
"params" => [1 => 30]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 86]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC"
"params" => [1 => 86]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 540]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 540]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 90]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 90]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 90]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 90]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 551]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 551]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 101]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 101]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 101]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 101]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 85]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC"
"params" => [1 => 85]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 550]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 550]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 100]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 100]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 100]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 100]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 549]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 549]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 99]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 99]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 99]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 99]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
(parameters:
[1 => 548]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?"
"params" => [1 => 548]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
(parameters:
[1 => 98]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.enabled AS enabled_4, t0.id AS id_5, t0.variant_selection_method AS variant_selection_method_6, t0.average_rating AS average_rating_7, t0.main_taxon_id AS main_taxon_id_8 FROM sylius_product t0 WHERE t0.id = ?"
"params" => [1 => 98]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 98]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.locale_code AS locale_code_1, t0.text_value AS text_value_2, t0.boolean_value AS boolean_value_3, t0.integer_value AS integer_value_4, t0.float_value AS float_value_5, t0.datetime_value AS datetime_value_6, t0.date_value AS date_value_7, t0.json_value AS json_value_8, t0.id AS id_9, t0.product_id AS product_id_10, t0.attribute_id AS attribute_id_11 FROM sylius_product_attribute_value t0 WHERE t0.product_id = ? ORDER BY t0.id ASC"
"params" => [1 => 98]
"types" => [1 => 1]
]
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
488
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension" (parent: .abstract.instanceof.Twig\Extra\Intl\IntlExtension).
Resolving inheritance for "Twig\Extra\Intl\IntlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension" (parent: .abstract.instanceof.Twig\Extra\String\StringExtension).
Resolving inheritance for "Twig\Extra\String\StringExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Component\Cart\Context\ShopBasedCartContext" (parent: .abstract.instanceof.App\Component\Cart\Context\ShopBasedCartContext).
Resolving inheritance for "App\Component\Cart\Context\ShopBasedCartContext" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Component\Cart\Context\ShopBasedCartContext).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressLookupController" (parent: .abstract.instanceof.App\Controller\AddressLookupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressLookupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressLookupController).
Resolving inheritance for "App\Controller\AddressLookupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressLookupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Referrer\AuthCodeController" (parent: .abstract.instanceof.App\Controller\Admin\Referrer\AuthCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Referrer\AuthCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Referrer\AuthCodeController).
Resolving inheritance for "App\Controller\Admin\Referrer\AuthCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Referrer\AuthCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Referrer\ReferrerController" (parent: .abstract.instanceof.App\Controller\Admin\Referrer\ReferrerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Referrer\ReferrerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Referrer\ReferrerController).
Resolving inheritance for "App\Controller\Admin\Referrer\ReferrerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Referrer\ReferrerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Referrer\DashboardController" (parent: .abstract.instanceof.App\Controller\Referrer\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Referrer\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Referrer\DashboardController).
Resolving inheritance for "App\Controller\Referrer\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Referrer\DashboardController).
Resolving inheritance for ".instanceof.Sylius\Resource\Factory\FactoryInterface.0.App\Factory\Customer\CustomerFactory" (parent: .abstract.instanceof.App\Factory\Customer\CustomerFactory).
Resolving inheritance for ".instanceof.Sylius\Component\Resource\Factory\FactoryInterface.0.App\Factory\Customer\CustomerFactory" (parent: .instanceof.Sylius\Resource\Factory\FactoryInterface.0.App\Factory\Customer\CustomerFactory).
Resolving inheritance for "App\Factory\Customer\CustomerFactory" (parent: .instanceof.Sylius\Component\Resource\Factory\FactoryInterface.0.App\Factory\Customer\CustomerFactory).
Resolving inheritance for ".instanceof.Sylius\Resource\Factory\FactoryInterface.0.App\Factory\Referrer\ReferrerFactory" (parent: .abstract.instanceof.App\Factory\Referrer\ReferrerFactory).
Resolving inheritance for ".instanceof.Sylius\Component\Resource\Factory\FactoryInterface.0.App\Factory\Referrer\ReferrerFactory" (parent: .instanceof.Sylius\Resource\Factory\FactoryInterface.0.App\Factory\Referrer\ReferrerFactory).
Resolving inheritance for "App\Factory\Referrer\ReferrerFactory" (parent: .instanceof.Sylius\Component\Resource\Factory\FactoryInterface.0.App\Factory\Referrer\ReferrerFactory).
Resolving inheritance for ".instanceof.Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface.0.App\Fixture\EthnicityFixtures" (parent: .abstract.instanceof.App\Fixture\EthnicityFixtures).
Resolving inheritance for "App\Fixture\EthnicityFixtures" (parent: .instanceof.Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface.0.App\Fixture\EthnicityFixtures).
Resolving inheritance for ".instanceof.Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface.0.App\Fixture\PickupLocationFixture" (parent: .abstract.instanceof.App\Fixture\PickupLocationFixture).
Resolving inheritance for "App\Fixture\PickupLocationFixture" (parent: .instanceof.Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface.0.App\Fixture\PickupLocationFixture).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\AdminOrderFormSubscriber" (parent: .abstract.instanceof.App\Form\EventSubscriber\AdminOrderFormSubscriber).
Resolving inheritance for "App\Form\EventSubscriber\AdminOrderFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\AdminOrderFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\AdminProductFormSubscriber" (parent: .abstract.instanceof.App\Form\EventSubscriber\AdminProductFormSubscriber).
Resolving inheritance for "App\Form\EventSubscriber\AdminProductFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\AdminProductFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\AdminUserFormSubscriber" (parent: .abstract.instanceof.App\Form\EventSubscriber\AdminUserFormSubscriber).
Resolving inheritance for "App\Form\EventSubscriber\AdminUserFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\AdminUserFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\CustomerProfileFormSubscriber" (parent: .abstract.instanceof.App\Form\EventSubscriber\CustomerProfileFormSubscriber).
Resolving inheritance for "App\Form\EventSubscriber\CustomerProfileFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\CustomerProfileFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\DonationChoiceFormSubscriber" (parent: .abstract.instanceof.App\Form\EventSubscriber\DonationChoiceFormSubscriber).
Resolving inheritance for "App\Form\EventSubscriber\DonationChoiceFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\DonationChoiceFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\OrderItemFormSubscriber" (parent: .abstract.instanceof.App\Form\EventSubscriber\OrderItemFormSubscriber).
Resolving inheritance for "App\Form\EventSubscriber\OrderItemFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\OrderItemFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\PickupLocationFormSubscriber" (parent: .abstract.instanceof.App\Form\EventSubscriber\PickupLocationFormSubscriber).
Resolving inheritance for "App\Form\EventSubscriber\PickupLocationFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\PickupLocationFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\Referrer\CaseWorkerFormSubscriber" (parent: .abstract.instanceof.App\Form\EventSubscriber\Referrer\CaseWorkerFormSubscriber).
Resolving inheritance for "App\Form\EventSubscriber\Referrer\CaseWorkerFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\Referrer\CaseWorkerFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\Referrer\ReferrerFormSubscriber" (parent: .abstract.instanceof.App\Form\EventSubscriber\Referrer\ReferrerFormSubscriber).
Resolving inheritance for "App\Form\EventSubscriber\Referrer\ReferrerFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\Referrer\ReferrerFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\AdminUserTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Admin\AdminUserTypeExtension).
Resolving inheritance for "App\Form\Extension\Admin\AdminUserTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\AdminUserTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\OrderTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Admin\OrderTypeExtension).
Resolving inheritance for "App\Form\Extension\Admin\OrderTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\OrderTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Product\ChannelPricingTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Admin\Product\ChannelPricingTypeExtension).
Resolving inheritance for "App\Form\Extension\Admin\Product\ChannelPricingTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Product\ChannelPricingTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Product\ProductTranslationTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Admin\Product\ProductTranslationTypeExtension).
Resolving inheritance for "App\Form\Extension\Admin\Product\ProductTranslationTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Product\ProductTranslationTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Product\ProductTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Admin\Product\ProductTypeExtension).
Resolving inheritance for "App\Form\Extension\Admin\Product\ProductTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Product\ProductTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\ProductVariantTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Admin\ProductVariantTypeExtension).
Resolving inheritance for "App\Form\Extension\Admin\ProductVariantTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\ProductVariantTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Referrer\CaseWorkerTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Admin\Referrer\CaseWorkerTypeExtension).
Resolving inheritance for "App\Form\Extension\Admin\Referrer\CaseWorkerTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Referrer\CaseWorkerTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Referrer\ReferrerTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Admin\Referrer\ReferrerTypeExtension).
Resolving inheritance for "App\Form\Extension\Admin\Referrer\ReferrerTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Referrer\ReferrerTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\TaxonType" (parent: .abstract.instanceof.App\Form\Extension\Admin\TaxonType).
Resolving inheritance for "App\Form\Extension\Admin\TaxonType" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\TaxonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Core\Checkout\CompleteTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Core\Checkout\CompleteTypeExtension).
Resolving inheritance for "App\Form\Extension\Core\Checkout\CompleteTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Core\Checkout\CompleteTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Customer\CustomerGroupTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Customer\CustomerGroupTypeExtension).
Resolving inheritance for "App\Form\Extension\Customer\CustomerGroupTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Customer\CustomerGroupTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Customer\CustomerProfileTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Customer\CustomerProfileTypeExtension).
Resolving inheritance for "App\Form\Extension\Customer\CustomerProfileTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Customer\CustomerProfileTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Resource\CartItemCustomTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Resource\CartItemCustomTypeExtension).
Resolving inheritance for "App\Form\Extension\Resource\CartItemCustomTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Resource\CartItemCustomTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Shop\CartCustomTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Shop\CartCustomTypeExtension).
Resolving inheritance for "App\Form\Extension\Shop\CartCustomTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Shop\CartCustomTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Shop\CartTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Shop\CartTypeExtension).
Resolving inheritance for "App\Form\Extension\Shop\CartTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Shop\CartTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Shop\CustomerRegistrationTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\Shop\CustomerRegistrationTypeExtension).
Resolving inheritance for "App\Form\Extension\Shop\CustomerRegistrationTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Shop\CustomerRegistrationTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Admin\PickupLocationType" (parent: .abstract.instanceof.App\Form\Type\Admin\PickupLocationType).
Resolving inheritance for "App\Form\Type\Admin\PickupLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Admin\PickupLocationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\AddressType" (parent: .abstract.instanceof.App\Form\Type\Checkout\AddressType).
Resolving inheritance for ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Checkout\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\AddressType).
Resolving inheritance for "App\Form\Type\Checkout\AddressType" (parent: .instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Checkout\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupDayType" (parent: .abstract.instanceof.App\Form\Type\Checkout\PickupDayType).
Resolving inheritance for "App\Form\Type\Checkout\PickupDayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupDayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupLocationConfirmType" (parent: .abstract.instanceof.App\Form\Type\Checkout\PickupLocationConfirmType).
Resolving inheritance for ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Checkout\PickupLocationConfirmType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupLocationConfirmType).
Resolving inheritance for "App\Form\Type\Checkout\PickupLocationConfirmType" (parent: .instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Checkout\PickupLocationConfirmType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupLocationSelectorType" (parent: .abstract.instanceof.App\Form\Type\Checkout\PickupLocationSelectorType).
Resolving inheritance for "App\Form\Type\Checkout\PickupLocationSelectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupLocationSelectorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupLocationType" (parent: .abstract.instanceof.App\Form\Type\Checkout\PickupLocationType).
Resolving inheritance for ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Checkout\PickupLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupLocationType).
Resolving inheritance for "App\Form\Type\Checkout\PickupLocationType" (parent: .instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Checkout\PickupLocationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Customer\EthnicitySelectorType" (parent: .abstract.instanceof.App\Form\Type\Customer\EthnicitySelectorType).
Resolving inheritance for "App\Form\Type\Customer\EthnicitySelectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Customer\EthnicitySelectorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Homepage\DonationChoiceSelectorType" (parent: .abstract.instanceof.App\Form\Type\Homepage\DonationChoiceSelectorType).
Resolving inheritance for "App\Form\Type\Homepage\DonationChoiceSelectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Homepage\DonationChoiceSelectorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Homepage\DonationChoiceType" (parent: .abstract.instanceof.App\Form\Type\Homepage\DonationChoiceType).
Resolving inheritance for ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Homepage\DonationChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Homepage\DonationChoiceType).
Resolving inheritance for "App\Form\Type\Homepage\DonationChoiceType" (parent: .instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Homepage\DonationChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Order\AddToCartCustomType" (parent: .abstract.instanceof.App\Form\Type\Order\AddToCartCustomType).
Resolving inheritance for ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Order\AddToCartCustomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Order\AddToCartCustomType).
Resolving inheritance for "App\Form\Type\Order\AddToCartCustomType" (parent: .instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Order\AddToCartCustomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Order\CartCustomType" (parent: .abstract.instanceof.App\Form\Type\Order\CartCustomType).
Resolving inheritance for ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Order\CartCustomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Order\CartCustomType).
Resolving inheritance for "App\Form\Type\Order\CartCustomType" (parent: .instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Order\CartCustomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Order\CartItemCustomType" (parent: .abstract.instanceof.App\Form\Type\Order\CartItemCustomType).
Resolving inheritance for ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Order\CartItemCustomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Order\CartItemCustomType).
Resolving inheritance for "App\Form\Type\Order\CartItemCustomType" (parent: .instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Order\CartItemCustomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Shop\CartCustomType" (parent: .abstract.instanceof.App\Form\Type\Shop\CartCustomType).
Resolving inheritance for ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Shop\CartCustomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Shop\CartCustomType).
Resolving inheritance for "App\Form\Type\Shop\CartCustomType" (parent: .instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Shop\CartCustomType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Customer\EthnicityRepository" (parent: .abstract.instanceof.App\Repository\Customer\EthnicityRepository).
Resolving inheritance for "App\Repository\Customer\EthnicityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Customer\EthnicityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DonationChoiceRepository" (parent: .abstract.instanceof.App\Repository\DonationChoiceRepository).
Resolving inheritance for "App\Repository\DonationChoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DonationChoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pickup\PickupLocationRepository" (parent: .abstract.instanceof.App\Repository\Pickup\PickupLocationRepository).
Resolving inheritance for "App\Repository\Pickup\PickupLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pickup\PickupLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Referrer\AuthCodeRepository" (parent: .abstract.instanceof.App\Repository\Referrer\AuthCodeRepository).
Resolving inheritance for "App\Repository\Referrer\AuthCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Referrer\AuthCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Referrer\CaseWorkerRepository" (parent: .abstract.instanceof.App\Repository\Referrer\CaseWorkerRepository).
Resolving inheritance for "App\Repository\Referrer\CaseWorkerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Referrer\CaseWorkerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Referrer\ReferrerRepository" (parent: .abstract.instanceof.App\Repository\Referrer\ReferrerRepository).
Resolving inheritance for "App\Repository\Referrer\ReferrerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Referrer\ReferrerRepository).
Resolving inheritance for ".instanceof.App\Twig\Components\Cart\FormCustom.0.App\Twig\Components\Cart\FormCustom" (parent: .abstract.instanceof.App\Twig\Components\Cart\FormCustom).
Resolving inheritance for "App\Twig\Components\Cart\FormCustom" (parent: .instanceof.App\Twig\Components\Cart\FormCustom.0.App\Twig\Components\Cart\FormCustom).
Resolving inheritance for ".instanceof.App\Twig\Components\Cart\SummaryCustom.0.App\Twig\Components\Cart\SummaryCustom" (parent: .abstract.instanceof.App\Twig\Components\Cart\SummaryCustom).
Resolving inheritance for "App\Twig\Components\Cart\SummaryCustom" (parent: .instanceof.App\Twig\Components\Cart\SummaryCustom.0.App\Twig\Components\Cart\SummaryCustom).
Resolving inheritance for ".instanceof.App\Twig\Components\Cart\WidgetCustom.0.App\Twig\Components\Cart\WidgetCustom" (parent: .abstract.instanceof.App\Twig\Components\Cart\WidgetCustom).
Resolving inheritance for "App\Twig\Components\Cart\WidgetCustom" (parent: .instanceof.App\Twig\Components\Cart\WidgetCustom.0.App\Twig\Components\Cart\WidgetCustom).
Resolving inheritance for ".instanceof.App\Twig\Components\Checkout\Address\PickupLocation.0.App\Twig\Components\Checkout\Address\PickupLocation" (parent: .abstract.instanceof.App\Twig\Components\Checkout\Address\PickupLocation).
Resolving inheritance for "App\Twig\Components\Checkout\Address\PickupLocation" (parent: .instanceof.App\Twig\Components\Checkout\Address\PickupLocation.0.App\Twig\Components\Checkout\Address\PickupLocation).
Resolving inheritance for ".instanceof.App\Twig\Components\Checkout\Address\PickupLocationConfirm.0.App\Twig\Components\Checkout\Address\PickupLocationConfirm" (parent: .abstract.instanceof.App\Twig\Components\Checkout\Address\PickupLocationConfirm).
Resolving inheritance for "App\Twig\Components\Checkout\Address\PickupLocationConfirm" (parent: .instanceof.App\Twig\Components\Checkout\Address\PickupLocationConfirm.0.App\Twig\Components\Checkout\Address\PickupLocationConfirm).
Resolving inheritance for ".instanceof.App\Twig\Components\Homepage\AllProducts.0.App\Twig\Components\Homepage\AllProducts" (parent: .abstract.instanceof.App\Twig\Components\Homepage\AllProducts).
Resolving inheritance for "App\Twig\Components\Homepage\AllProducts" (parent: .instanceof.App\Twig\Components\Homepage\AllProducts.0.App\Twig\Components\Homepage\AllProducts).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\Homepage\DonationChoice" (parent: .abstract.instanceof.App\Twig\Components\Homepage\DonationChoice).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\Homepage\DonationChoice" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\Homepage\DonationChoice).
Resolving inheritance for ".instanceof.App\Twig\Components\Homepage\DonationChoice.0.App\Twig\Components\Homepage\DonationChoice" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\Homepage\DonationChoice).
Resolving inheritance for "App\Twig\Components\Homepage\DonationChoice" (parent: .instanceof.App\Twig\Components\Homepage\DonationChoice.0.App\Twig\Components\Homepage\DonationChoice).
Resolving inheritance for ".instanceof.App\Twig\Components\Product\AddToCartFormCustom.0.App\Twig\Components\Product\AddToCartFormCustom" (parent: .abstract.instanceof.App\Twig\Components\Product\AddToCartFormCustom).
Resolving inheritance for "App\Twig\Components\Product\AddToCartFormCustom" (parent: .instanceof.App\Twig\Components\Product\AddToCartFormCustom.0.App\Twig\Components\Product\AddToCartFormCustom).
Resolving inheritance for ".instanceof.App\Twig\Components\Product\PriceCustom.0.App\Twig\Components\Product\PriceCustom" (parent: .abstract.instanceof.App\Twig\Components\Product\PriceCustom).
Resolving inheritance for "App\Twig\Components\Product\PriceCustom" (parent: .instanceof.App\Twig\Components\Product\PriceCustom.0.App\Twig\Components\Product\PriceCustom).
Resolving inheritance for ".instanceof.App\Twig\Components\Product\SummaryCustom.0.App\Twig\Components\Product\SummaryCustom" (parent: .abstract.instanceof.App\Twig\Components\Product\SummaryCustom).
Resolving inheritance for "App\Twig\Components\Product\SummaryCustom" (parent: .instanceof.App\Twig\Components\Product\SummaryCustom.0.App\Twig\Components\Product\SummaryCustom).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.app.form.extension.type.cart" (parent: .abstract.instanceof.app.form.extension.type.cart).
Resolving inheritance for "app.form.extension.type.cart" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.app.form.extension.type.cart).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._version_admin" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_admin" (parent: assets.path_package).
Resolving inheritance for "assets._version_shop" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_shop" (parent: assets.path_package).
Resolving inheritance for "assets._version_app.admin" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_app.admin" (parent: assets.path_package).
Resolving inheritance for "assets._version_app.shop" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_app.shop" (parent: assets.path_package).
Resolving inheritance for "assets._package_app.email" (parent: assets.path_package).
Resolving inheritance for "assets._version_app.shop-checkout" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_app.shop-checkout" (parent: assets.path_package).
Resolving inheritance for "assets._version_app.shop-registration" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_app.shop-registration" (parent: assets.path_package).
Resolving inheritance for "psr18.addressuat.client" (parent: psr18.http_client).
Resolving inheritance for "httplug.addressuat.client" (parent: httplug.http_client).
Resolving inheritance for "psr18.addressprod.client" (parent: psr18.http_client).
Resolving inheritance for "httplug.addressprod.client" (parent: httplug.http_client).
Resolving inheritance for "mailer.transport_factory.gmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "state_machine.sylius_catalog_promotion" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.sylius_catalog_promotion" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.sylius_order" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.sylius_order" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.sylius_order_checkout" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.sylius_order_checkout" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.sylius_order_payment" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.sylius_order_payment" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.sylius_order_shipping" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.sylius_order_shipping" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.sylius_payment" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.sylius_payment" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.sylius_payment_request" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.sylius_payment_request" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.sylius_product_review" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.sylius_product_review" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.sylius_shipment" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.sylius_shipment" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.sylius_order_checkout_two" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.sylius_order_checkout_two" (parent: workflow.marking_store.method).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.app).
Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.system).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.payment_request" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.payment_request_failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.main" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.main_failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.catalog_promotion_removal" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.catalog_promotion_removal_failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin.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.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.admin" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.admin" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.admin" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.admin" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.admin" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.admin" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.referrer" (parent: security.firewall.config).
Resolving inheritance for "security.listener.referrer.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.referrer" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.referrer" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.referrer" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.referrer" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.referrer" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.referrer.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.referrer.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.referrer" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.referrer" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.referrer" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.referrer" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.referrer" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.referrer" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.referrer" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.referrer" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.referrer" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.referrer" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api_admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api_admin" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.api_admin" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.api_admin.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.api_admin.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.api_admin.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.api_admin.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.api_admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_shop" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api_shop.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api_shop" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.api_shop" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.api_shop.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.api_shop.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.api_shop.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.api_shop.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.api_shop" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_shop" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_shop" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_shop" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_shop" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.shop" (parent: security.firewall.config).
Resolving inheritance for "security.listener.shop.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.shop" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.shop" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.shop" (parent: security.logout.listener.default).
Resolving inheritance for "security.authenticator.form_login.shop" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.shop.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "sylius.authentication.success_handler" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.success_handler.shop.form_login" (parent: sylius.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.shop.form_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "sylius.authentication.failure_handler" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authentication.failure_handler.shop.form_login" (parent: sylius.authentication.failure_handler).
Resolving inheritance for "security.authenticator.json_login.shop" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.shop.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.shop.json_login" (parent: sylius.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.shop.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.shop.json_login" (parent: sylius.authentication.failure_handler).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.shop" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.shop" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.shop" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.shop" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.shop" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.shop" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.shop" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.shop" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.shop" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.shop" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.shop" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.image_resolver" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.image_resolver" (parent: security.firewall.context).
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 "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "sylius.email_renderer.adapter.default" (parent: sylius.email_renderer.adapter.abstract).
Resolving inheritance for "sylius.email_renderer.adapter.twig" (parent: sylius.email_renderer.adapter.abstract).
Resolving inheritance for "sylius.email_sender.adapter.default" (parent: sylius.email_sender.adapter.abstract).
Resolving inheritance for "sylius.email_sender.adapter.symfony_mailer" (parent: sylius.email_sender.adapter.abstract).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Sylius\Bundle\MailerBundle\Console\Command\DebugMailerCommand" (parent: .abstract.instanceof.Sylius\Bundle\MailerBundle\Console\Command\DebugMailerCommand).
Resolving inheritance for "Sylius\Bundle\MailerBundle\Console\Command\DebugMailerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Sylius\Bundle\MailerBundle\Console\Command\DebugMailerCommand).
Resolving inheritance for "sylius.admin_user_provider.email_based" (parent: sylius.admin_user_provider).
Resolving inheritance for "sylius.admin_user_provider.name_based" (parent: sylius.admin_user_provider).
Resolving inheritance for "sylius.admin_user_provider.email_or_name_based" (parent: sylius.admin_user_provider).
Resolving inheritance for "sylius.shop_user_provider.email_based" (parent: sylius.shop_user_provider).
Resolving inheritance for "sylius.shop_user_provider.name_based" (parent: sylius.shop_user_provider).
Resolving inheritance for "sylius.shop_user_provider.email_or_name_based" (parent: sylius.shop_user_provider).
Resolving inheritance for "sylius.oauth_user_provider.email_based" (parent: sylius.oauth_user_provider).
Resolving inheritance for "sylius.oauth_user_provider.name_based" (parent: sylius.oauth_user_provider).
Resolving inheritance for "sylius.oauth_user_provider.email_or_name_based" (parent: sylius.oauth_user_provider).
Resolving inheritance for "sylius.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "gaufrette.sylius_image_adapter" (parent: knp_gaufrette.adapter.local).
Resolving inheritance for "gaufrette.sylius_image_filesystem" (parent: knp_gaufrette.filesystem).
Resolving inheritance for "liip_imagine.cache.resolver.sylius_image" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.sylius_image" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.sylius_image" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "payum.storage.sylius_bundle_payumbundle_model_paymentsecuritytoken" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.security.token_storage" (parent: payum.storage.sylius_bundle_payumbundle_model_paymentsecuritytoken).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\AuthorizeController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CancelController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CaptureController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\NotifyController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\PayoutController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\RefundController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\SyncController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "payum.storage.app_entity_order_order" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.extension.storage.app_entity_order_order" (parent: payum.extension.storage.prototype).
Resolving inheritance for "payum.storage.app_entity_payment_payment" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.extension.storage.app_entity_payment_payment" (parent: payum.extension.storage.prototype).
Resolving inheritance for "payum.storage.sylius_bundle_payumbundle_model_gatewayconfig" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.dynamic_gateways.config_storage" (parent: payum.storage.sylius_bundle_payumbundle_model_gatewayconfig).
Resolving inheritance for "sylius_payum.command_handler.payment_request.token.capture" (parent: sylius_payum.command_handler.payment_request.token).
Resolving inheritance for "sylius_payum.command_handler.payment_request.token.authorize" (parent: sylius_payum.command_handler.payment_request.token).
Resolving inheritance for "sylius_payum.command_handler.payment_request.model.status" (parent: sylius_payum.command_handler.payment_request.model).
Resolving inheritance for "sylius_payum.command_handler.payment_request.model.notify" (parent: sylius_payum.command_handler.payment_request.model).
Resolving inheritance for "sylius_shop.provider.order_pay.pay_response.payum" (parent: sylius_payum.provider.order_pay.pay_response).
Resolving inheritance for "sylius_shop.provider.order_pay.after_pay_response.payum" (parent: sylius_payum.provider.order_pay.after_pay_response).
Resolving inheritance for "sylius_shop.controller.order_pay" (parent: sylius.controller.order_pay).
Resolving inheritance for "sylius_shop.controller.payment_request_pay" (parent: sylius.controller.payment_request_pay).
Resolving inheritance for "sylius_shop.handler.order_pay.payment_state_flash" (parent: sylius.handler.order_pay.payment_state_flash).
Resolving inheritance for "sylius_shop.provider.order_pay.payment_request_pay_url" (parent: sylius.provider.order_pay.payment_request_pay_url).
Resolving inheritance for "sylius_shop.provider.order_pay.after_pay_url" (parent: sylius.provider.order_pay.after_pay_url).
Resolving inheritance for "sylius_shop.provider.order_pay.final_url" (parent: sylius.provider.order_pay.final_url).
Resolving inheritance for "sylius_shop.provider.order_pay.pay_response.no_payment" (parent: sylius.provider.order_pay.pay_response.no_payment).
Resolving inheritance for "sylius_shop.provider.order_pay.pay_response.payment_request" (parent: sylius.provider.order_pay.pay_response.payment_request).
Resolving inheritance for "sylius_shop.provider.order_pay.after_pay_response.payment_request" (parent: sylius.provider.order_pay.after_pay_response.payment_request).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.cache.openapi" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "sylius_api.search_filter.admin.tax_category" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.search_filter.admin.payment" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.order_filter.admin.payment" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.admin.payment_request" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.search_filter.admin.product_attribute" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.boolean_filter.admin.product_attribute" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "sylius_api.order_filter.admin.product_attribute" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.admin.shipment" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.exists_filter.admin.shipping_method" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "sylius_api.order_filter.admin.shipping_method" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.admin.product_association" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.order_filter.admin.product_taxon" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.admin.product_image" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.search_filter.admin.product" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.order_filter.admin.product" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.admin.product_variant" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.order_filter.admin.product_review" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.admin.product_review" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.search_filter.admin.order" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.search_filter.admin.channel_pricing_log_entry" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.date_filter.admin.order" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "sylius_api.range_filter.admin.order" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "sylius_api.order_filter.admin.order" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.order_filter.admin.payment_method" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.admin.payment_method" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.boolean_filter.admin.payment_method" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "sylius_api.order_filter.admin.product_association_type" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.admin.product_association_type" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.search_filter.admin.catalog_promotion" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.boolean_filter.admin.catalog_promotion" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "sylius_api.date_filter.admin.catalog_promotion" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "sylius_api.order_filter.admin.catalog_promotion" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.date_filter.admin.tax_rate" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "sylius_api.search_filter.admin.customer" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.order_filter.admin.customer" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.admin.promotion_coupon" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.search_filter.admin.promotion" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.order_filter.admin.promotion" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.order_filter.admin.promotion_coupon" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.admin.product_taxon" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.order_filter.admin.product_variant" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.exists_filter.admin.promotion" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "sylius_api.search_filter.admin.product_option" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.search_filter.admin.locale" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.search_filter.admin.customer_group" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.order_filter.admin.customer_group" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.shop.product" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.order_filter.shop.product" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.shop.product_variant" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "sylius_api.order_filter.shop.product_review" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "sylius_api.search_filter.shop.product_review" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "cache.ux.twig_component" (parent: cache.system).
Resolving inheritance for ".ux_icons.cache" (parent: cache.system).
Resolving inheritance for ".instanceof.Sylius\Bundle\ResourceBundle\Controller\ResourceController.0.App\Controller\CustomerController" (parent: .abstract.instanceof.App\Controller\CustomerController).
Resolving inheritance for ".instanceof.Sylius\Bundle\ResourceBundle\Controller\ResourceController.0.App\Controller\OrderController" (parent: .abstract.instanceof.App\Controller\OrderController).
Resolving inheritance for "sylius.payment_request.command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "sylius.payment_request.command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "sylius.payment_request.command_bus.middleware.doctrine_transaction" (parent: messenger.middleware.doctrine_transaction).
Resolving inheritance for "sylius.payment_request.command_bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "sylius.payment_request.command_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "sylius.command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "sylius.command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "sylius.command_bus.middleware.doctrine_transaction" (parent: messenger.middleware.doctrine_transaction).
Resolving inheritance for "sylius.command_bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "sylius.command_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "sylius.query_bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "sylius.query_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "sylius.query_bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "sylius.query_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "sylius.event_bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "sylius.event_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "sylius.event_bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "sylius.event_bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payum" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (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).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "ux.autocomplete.wrapped_entity_type_autocompleter.sylius_admin_grid_filter_autocomplete" (parent: ux.autocomplete.wrapped_entity_type_autocompleter).
Resolving inheritance for "ux.autocomplete.wrapped_entity_type_autocompleter.sylius_admin_grid_filter_translatable_autocomplete" (parent: ux.autocomplete.wrapped_entity_type_autocompleter).
Resolving inheritance for "ux.autocomplete.wrapped_entity_type_autocompleter.sylius_admin_product_attribute" (parent: ux.autocomplete.wrapped_entity_type_autocompleter).
Resolving inheritance for "ux.autocomplete.wrapped_entity_type_autocompleter.sylius_admin_product" (parent: ux.autocomplete.wrapped_entity_type_autocompleter).
Resolving inheritance for "ux.autocomplete.wrapped_entity_type_autocompleter.sylius_admin_product_variant" (parent: ux.autocomplete.wrapped_entity_type_autocompleter).
Resolving inheritance for "ux.autocomplete.wrapped_entity_type_autocompleter.sylius_admin_taxon" (parent: ux.autocomplete.wrapped_entity_type_autocompleter).
3
Skipping service "App\Component\Inventory\Checker\AvailabilityChecker": Class or interface "App\Component\Inventory\Checker\AvailabilityChecker" cannot be loaded.
Skipping service "App\Form\Type\Admin\Referrer\ReferrerType": Class or interface "App\Form\Type\Admin\Referrer\ReferrerType" cannot be loaded.
Skipping service "App\Repository\Taxon\ProductTaxonRepository": Class or interface "App\Repository\Taxon\ProductTaxonRepository" cannot be loaded.
103
Removing service-argument resolver for controller "App\Controller\Admin\Referrer\AuthCodeController::addAuthCodesAction": no corresponding services exist for the referenced types.
Removing method "setLiveResponder" of service "App\Twig\Components\Cart\FormCustom" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Twig\Components\Cart\FormCustom::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Cart\FormCustom::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Cart\SummaryCustom::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Cart\SummaryCustom::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Cart\WidgetCustom::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Cart\WidgetCustom::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Homepage\DonationChoice::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing method "setLiveResponder" of service "App\Twig\Components\Homepage\DonationChoice" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "App\Twig\Components\Product\AddToCartFormCustom" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Twig\Components\Product\AddToCartFormCustom::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Product\AddToCartFormCustom::dehydrateProduct": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Product\AddToCartFormCustom::dehydrateProductVariant": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Product\SummaryCustom::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Product\SummaryCustom::dehydrateProduct": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Twig\Components\Product\SummaryCustom::dehydrateProductVariant": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.customer.order_statistics::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing method "setLiveResponder" of service "sylius_admin.twig.component.dashboard.channel_selector" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "sylius_admin.twig.component.dashboard.channel_selector::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.dashboard.new_orders::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.dashboard.statistics::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.order.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.order.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing method "setLiveResponder" of service "sylius_admin.twig.component.product.form" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "sylius_admin.twig.component.product.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing method "setLiveResponder" of service "sylius_admin.twig.component.product.product_attribute_autocomplete" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "sylius_admin.twig.component.product_attribute.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product_attribute.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product_option.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product_option.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product_variant.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product_variant.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.promotion_coupon.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.promotion_coupon.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.promotion_coupon.generator_instruction_form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.shipment.ship_form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.shipment.ship_form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.taxon.delete::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing method "setLiveResponder" of service "sylius_admin.twig.component.taxon.delete" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "sylius_admin.twig.component.taxon.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.taxon.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.taxon.tree::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.zone.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.zone.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.admin_user.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.admin_user.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.catalog_promotion.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.catalog_promotion.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.channel.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.channel.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.country.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.country.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.currency.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.currency.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.customer.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.customer.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.customer_group.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.customer_group.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.exchange_rate.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.exchange_rate.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.locale.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.locale.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product.generate_product_variants_form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product.generate_product_variants_form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product_association_type.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product_association_type.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product_review.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.product_review.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.promotion.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.promotion.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.shipping_category.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.shipping_category.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.shipping_method.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.shipping_method.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.tax_category.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.tax_category.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.tax_rate.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_admin.twig.component.tax_rate.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.account.register.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.account.register.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.account.profile_update.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.account.profile_update.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.account.change_password_form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.account.address.default_form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.account.address.default_form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.account.address.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.account.address.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.checkout.address.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.checkout.address.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing method "setLiveResponder" of service "sylius_shop.twig.component.checkout.address.address_book" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "sylius_shop.twig.component.checkout.address.address_book::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.checkout.shipping.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.checkout.shipping.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.checkout.payment.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.checkout.payment.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing method "setLiveResponder" of service "sylius_shop.twig.component.product.add_to_cart_form" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "sylius_shop.twig.component.product.add_to_cart_form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.product.add_to_cart_form::dehydrateProduct": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.product.add_to_cart_form::dehydrateProductVariant": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.product_review.form::dehydrateResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "sylius_shop.twig.component.product_review.form::dehydrateHookableMetadata": no corresponding services exist for the referenced types.
2998
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "@sylius.user_checker.enabled"; reason: private alias.
Removed service "Sylius\Component\Inventory\Checker\AvailabilityCheckerInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Factory\CartItemFactoryInterface"; reason: private alias.
Removed service "@sylius.form.extension.type.product_variant"; reason: private alias.
Removed service "@sylius_admin_product"; reason: private alias.
Removed service "@Sylius\Bundle\AdminBundle\Form\Type\TaxonType"; reason: private alias.
Removed service "@Sylius\Bundle\ShopBundle\Form\Type\CustomerProfileType"; reason: private alias.
Removed service "@Sylius\Bundle\OrderBundle\Form\Type\CartType"; reason: private alias.
Removed service "@Sylius\Bundle\ShopBundle\Form\Type\CartType"; reason: private alias.
Removed service "Symfony\Component\Form\DataMapperInterface"; reason: private alias.
Removed service "@Sylius\Component\Core\Model\OrderInterface"; reason: private alias.
Removed service "Sylius\Bundle\OrderBundle\NumberGenerator\OrderNumberGeneratorInterface"; reason: private alias.
Removed service "repository.pickup_location"; reason: private alias.
Removed service "product_add_to_cart_form_custom"; reason: private alias.
Removed service "app_referrer.menu_builder.main"; reason: private alias.
Removed service "App\Repository\CustomerRepositoryInterface"; reason: private alias.
Removed service "App\Repository\Order\OrderRepositoryInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $admin.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $adminPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $shop.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $shopPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $app.admin.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $appAdminPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $app.shop.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $appShopPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $app.email.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $appEmailPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $app.shop-checkout.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $appShopCheckoutPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $app.shop-registration.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $appShopRegistrationPackage"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service ".Symfony\Contracts\HttpClient\HttpClientInterface $addressuat.client"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $addressuatClient"; reason: private alias.
Removed service ".Psr\Http\Client\ClientInterface $addressuat.client"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $addressuatClient"; reason: private alias.
Removed service ".Http\Client\HttpAsyncClient $addressuat.client"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient $addressuatClient"; reason: private alias.
Removed service ".Symfony\Contracts\HttpClient\HttpClientInterface $addressprod.client"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $addressprodClient"; reason: private alias.
Removed service ".Psr\Http\Client\ClientInterface $addressprod.client"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $addressprodClient"; reason: private alias.
Removed service ".Http\Client\HttpAsyncClient $addressprod.client"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient $addressprodClient"; 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\Workflow\Registry"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_catalog_promotion.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusCatalogPromotionStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_catalog_promotion"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusCatalogPromotion"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_order.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusOrderStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_order"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusOrder"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_order_checkout.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusOrderCheckoutStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_order_checkout"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusOrderCheckout"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_order_payment.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusOrderPaymentStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_order_payment"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusOrderPayment"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_order_shipping.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusOrderShippingStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_order_shipping"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusOrderShipping"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_payment.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusPaymentStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_payment"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusPayment"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_payment_request.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusPaymentRequestStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_payment_request"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusPaymentRequest"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_product_review.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusProductReviewStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_product_review"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusProductReview"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_shipment.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusShipmentStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_shipment"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusShipment"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_order_checkout_two.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusOrderCheckoutTwoStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $sylius_order_checkout_two"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $syliusOrderCheckoutTwo"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; 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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $sylius.payment_request.command_bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusPaymentRequestCommandBus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $sylius.query_bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusQueryBus"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $sylius.event_bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $syliusEventBus"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.sylius_admin_user_provider"; reason: private alias.
Removed service "security.user.provider.concrete.sylius_api_admin_user_provider"; reason: private alias.
Removed service "security.user.provider.concrete.sylius_shop_user_provider"; reason: private alias.
Removed service "security.user.provider.concrete.sylius_api_shop_user_provider"; reason: private alias.
Removed service "security.user.provider.concrete.app_referrer_user_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.referrer"; reason: private alias.
Removed service "security.user_checker.referrer"; reason: private alias.
Removed service "security.authentication.session_strategy.api_admin"; reason: private alias.
Removed service "security.user_checker.api_admin"; reason: private alias.
Removed service "security.authentication.session_strategy.api_shop"; reason: private alias.
Removed service "security.user_checker.api_shop"; reason: private alias.
Removed service "security.authentication.session_strategy.shop"; reason: private alias.
Removed service "security.user_checker.shop"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; 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\Common\Persistence\ObjectManager $adjustment manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $adjustmentManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $adjustment manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $adjustmentManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $adjustment manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $adjustmentManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $adjustment repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $adjustmentRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $adjustment repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $adjustmentRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $adjustment repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $adjustmentRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $adjustment repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $adjustmentRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $adjustment repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $adjustmentRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $adjustment repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $adjustmentRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $adjustment factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $adjustmentFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $adjustment factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $adjustmentFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $adjustment factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $adjustmentFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $order manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $orderManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $order manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $orderManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $order manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $orderManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $order repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $orderRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $order repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $orderRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $order repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $orderRepository"; reason: private alias.
Removed service ".Sylius\Component\Order\Repository\OrderRepositoryInterface $order repository"; reason: private alias.
Removed service "Sylius\Component\Order\Repository\OrderRepositoryInterface $orderRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\OrderRepositoryInterface $order repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\OrderRepositoryInterface $orderRepository"; reason: private alias.
Removed service ".App\Repository\Order\OrderRepositoryInterface $order repository"; reason: private alias.
Removed service "App\Repository\Order\OrderRepositoryInterface $orderRepository"; reason: private alias.
Removed service ".App\Repository\Order\OrderRepository $order repository"; reason: private alias.
Removed service "App\Repository\Order\OrderRepository $orderRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $order repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderRepository $order repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderRepository $orderRepository"; reason: private alias.
Removed service ".Sylius\Bundle\OrderBundle\Doctrine\ORM\OrderRepository $order repository"; reason: private alias.
Removed service "Sylius\Bundle\OrderBundle\Doctrine\ORM\OrderRepository $orderRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $order repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $order repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $orderRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $order factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $orderFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $order factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $orderFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $order factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $order item manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $orderItemManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $order item manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $orderItemManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $order item manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $orderItemManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $order item repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $orderItemRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $order item repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $orderItemRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $order item repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $orderItemRepository"; reason: private alias.
Removed service ".Sylius\Component\Order\Repository\OrderItemRepositoryInterface $order item repository"; reason: private alias.
Removed service "Sylius\Component\Order\Repository\OrderItemRepositoryInterface $orderItemRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\OrderItemRepositoryInterface $order item repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\OrderItemRepositoryInterface $orderItemRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderItemRepository $order item repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderItemRepository $orderItemRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $order item repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderItemRepository"; reason: private alias.
Removed service ".Sylius\Bundle\OrderBundle\Doctrine\ORM\OrderItemRepository $order item repository"; reason: private alias.
Removed service "Sylius\Bundle\OrderBundle\Doctrine\ORM\OrderItemRepository $orderItemRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $order item repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderItemRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $order item repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $orderItemRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $order item factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $orderItemFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $order item factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $orderItemFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $order item factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderItemFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $order item unit manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $orderItemUnitManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $order item unit manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $orderItemUnitManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $order item unit manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $orderItemUnitManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $order item unit repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $orderItemUnitRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $order item unit repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $orderItemUnitRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $order item unit repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $orderItemUnitRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\OrderItemUnitRepositoryInterface $order item unit repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\OrderItemUnitRepositoryInterface $orderItemUnitRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderItemUnitRepository $order item unit repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\OrderItemUnitRepository $orderItemUnitRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $order item unit repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderItemUnitRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $order item unit repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderItemUnitRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $order item unit repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $orderItemUnitRepository"; reason: private alias.
Removed service ".Sylius\Component\Order\Factory\OrderItemUnitFactoryInterface $order item unit factory"; reason: private alias.
Removed service "Sylius\Component\Order\Factory\OrderItemUnitFactoryInterface $orderItemUnitFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $order item unit factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $orderItemUnitFactory"; reason: private alias.
Removed service ".Sylius\Component\Order\Factory\OrderItemUnitFactory $order item unit factory"; reason: private alias.
Removed service "Sylius\Component\Order\Factory\OrderItemUnitFactory $orderItemUnitFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $order item unit factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderItemUnitFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $order sequence manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $orderSequenceManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $order sequence manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $orderSequenceManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $order sequence manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $orderSequenceManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $order sequence repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $orderSequenceRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $order sequence repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $orderSequenceRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $order sequence repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $orderSequenceRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $order sequence repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $orderSequenceRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $order sequence repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $orderSequenceRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $order sequence repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $orderSequenceRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $order sequence factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $orderSequenceFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $order sequence factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $orderSequenceFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $order sequence factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $orderSequenceFactory"; reason: private alias.
Removed service "Sylius\Component\Order\Modifier\OrderModifierInterface"; reason: private alias.
Removed service "Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface"; reason: private alias.
Removed service "Sylius\Component\Order\Aggregator\AdjustmentsAggregatorInterface"; reason: private alias.
Removed service "Sylius\Component\Order\Factory\AdjustmentFactoryInterface"; reason: private alias.
Removed service "Sylius\Component\Order\Remover\ExpiredCartsRemoverInterface"; reason: private alias.
Removed service "Sylius\Bundle\OrderBundle\Factory\AddToCartCommandFactoryInterface"; reason: private alias.
Removed service "Sylius\Bundle\OrderBundle\Resetter\CartChangesResetterInterface"; reason: private alias.
Removed service "Sylius\Bundle\MoneyBundle\Formatter\MoneyFormatterInterface"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $currency manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $currencyManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $currency manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $currencyManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $currency manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $currencyManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $currency repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $currencyRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $currency repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $currencyRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $currency repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $currencyRepository"; reason: private alias.
Removed service ".Sylius\Component\Currency\Repository\CurrencyRepositoryInterface $currency repository"; reason: private alias.
Removed service "Sylius\Component\Currency\Repository\CurrencyRepositoryInterface $currencyRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CurrencyBundle\Doctrine\ORM\CurrencyRepository $currency repository"; reason: private alias.
Removed service "Sylius\Bundle\CurrencyBundle\Doctrine\ORM\CurrencyRepository $currencyRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $currency repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $currencyRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $currency repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $currencyRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $currency repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $currencyRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $currency factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $currencyFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $currency factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $currencyFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $currency factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $currencyFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $exchange rate manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $exchangeRateManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $exchange rate manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $exchangeRateManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $exchange rate manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $exchangeRateManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $exchange rate repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $exchangeRateRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $exchange rate repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $exchangeRateRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $exchange rate repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $exchangeRateRepository"; reason: private alias.
Removed service ".Sylius\Component\Currency\Repository\ExchangeRateRepositoryInterface $exchange rate repository"; reason: private alias.
Removed service "Sylius\Component\Currency\Repository\ExchangeRateRepositoryInterface $exchangeRateRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CurrencyBundle\Doctrine\ORM\ExchangeRateRepository $exchange rate repository"; reason: private alias.
Removed service "Sylius\Bundle\CurrencyBundle\Doctrine\ORM\ExchangeRateRepository $exchangeRateRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $exchange rate repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $exchangeRateRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $exchange rate repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $exchangeRateRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $exchange rate repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $exchangeRateRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $exchange rate factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $exchangeRateFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $exchange rate factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $exchangeRateFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $exchange rate factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $exchangeRateFactory"; reason: private alias.
Removed service "Sylius\Component\Currency\Converter\CurrencyConverterInterface"; reason: private alias.
Removed service "Sylius\Component\Currency\Converter\CurrencyNameConverterInterface"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $locale manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $localeManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $locale manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $localeManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $locale manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $localeManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $locale repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $localeRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $locale repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $localeRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $locale repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $localeRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $locale repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $localeRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $locale repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $localeRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $locale repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $localeRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $locale factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $localeFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $locale factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $localeFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $locale factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $localeFactory"; reason: private alias.
Removed service "Sylius\Component\Locale\Context\LocaleContextInterface"; reason: private alias.
Removed service "Sylius\Component\Locale\Provider\LocaleProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Locale\Converter\LocaleConverterInterface"; reason: private alias.
Removed service "Sylius\Bundle\LocaleBundle\Checker\LocaleUsageCheckerInterface"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductRepositoryInterface $product repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductRepositoryInterface $productRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\ProductRepositoryInterface $product repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\ProductRepositoryInterface $productRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductRepository $product repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductRepository $productRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductRepository $product repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductRepository $productRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactoryInterface $product factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactoryInterface $productFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactory $product factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactory $productFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\TranslatableFactoryInterface $product factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductTranslationRepositoryInterface $product translation repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductTranslationRepositoryInterface $productTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductTranslationRepository $product translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductTranslationRepository $productTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productTranslationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product variant manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productVariantManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product variant manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productVariantManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product variant manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productVariantManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product variant repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productVariantRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product variant repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productVariantRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product variant repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productVariantRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductVariantRepositoryInterface $product variant repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductVariantRepositoryInterface $productVariantRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\ProductVariantRepositoryInterface $product variant repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\ProductVariantRepositoryInterface $productVariantRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductVariantRepository $product variant repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductVariantRepository $productVariantRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product variant repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductVariantRepository $product variant repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductVariantRepository $productVariantRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product variant repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product variant repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productVariantRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactoryInterface $product variant factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactoryInterface $productVariantFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product variant factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productVariantFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactory $product variant factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactory $productVariantFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product variant factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\TranslatableFactoryInterface $product variant factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productVariantFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product variant translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productVariantTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product variant translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productVariantTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product variant translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productVariantTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product variant translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productVariantTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product variant translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productVariantTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product variant translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productVariantTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductVariantTranslationRepositoryInterface $product variant translation repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductVariantTranslationRepositoryInterface $productVariantTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductVariantTranslationRepository $product variant translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductVariantTranslationRepository $productVariantTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product variant translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productVariantTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product variant translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productVariantTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product variant translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productVariantTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product variant translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productVariantTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product variant translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productVariantTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product variant translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productVariantTranslationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product option manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productOptionManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product option manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productOptionManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product option manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productOptionManager"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductOptionRepositoryInterface $product option repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductOptionRepositoryInterface $productOptionRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product option repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productOptionRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product option repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productOptionRepository"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product option repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productOptionRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductOptionRepository $product option repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductOptionRepository $productOptionRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product option repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductOptionRepository $product option repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductOptionRepository $productOptionRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product option repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product option repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productOptionRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactoryInterface $product option factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactoryInterface $productOptionFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product option factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productOptionFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactory $product option factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactory $productOptionFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product option factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\TranslatableFactoryInterface $product option factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productOptionFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product option translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productOptionTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product option translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productOptionTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product option translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productOptionTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product option translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productOptionTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product option translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productOptionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product option translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productOptionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductOptionTranslationRepositoryInterface $product option translation repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductOptionTranslationRepositoryInterface $productOptionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductOptionTranslationRepository $product option translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductOptionTranslationRepository $productOptionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product option translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product option translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product option translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productOptionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product option translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productOptionTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product option translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productOptionTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product option translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionTranslationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product association manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productAssociationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product association manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productAssociationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product association manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productAssociationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product association repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productAssociationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product association repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productAssociationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product association repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productAssociationRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductAssociationRepositoryInterface $product association repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductAssociationRepositoryInterface $productAssociationRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\ProductAssociationRepositoryInterface $product association repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\ProductAssociationRepositoryInterface $productAssociationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductAssociationRepository $product association repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductAssociationRepository $productAssociationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product association repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAssociationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAssociationRepository $product association repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAssociationRepository $productAssociationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product association repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAssociationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product association repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productAssociationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product association factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productAssociationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product association factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productAssociationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product association factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAssociationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product option value manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productOptionValueManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product option value manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productOptionValueManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product option value manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productOptionValueManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product option value repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productOptionValueRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product option value repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productOptionValueRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product option value repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productOptionValueRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductOptionValueRepositoryInterface $product option value repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductOptionValueRepositoryInterface $productOptionValueRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductOptionValueRepository $product option value repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductOptionValueRepository $productOptionValueRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product option value repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionValueRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product option value repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionValueRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product option value repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productOptionValueRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactoryInterface $product option value factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactoryInterface $productOptionValueFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product option value factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productOptionValueFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactory $product option value factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactory $productOptionValueFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product option value factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionValueFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\TranslatableFactoryInterface $product option value factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productOptionValueFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product option value translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productOptionValueTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product option value translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productOptionValueTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product option value translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productOptionValueTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product option value translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productOptionValueTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product option value translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productOptionValueTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product option value translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productOptionValueTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductOptionValueTranslationRepositoryInterface $product option value translation repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductOptionValueTranslationRepositoryInterface $productOptionValueTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductOptionValueTranslationRepository $product option value translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductOptionValueTranslationRepository $productOptionValueTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product option value translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productOptionValueTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product option value translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productOptionValueTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product option value translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productOptionValueTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product option value translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productOptionValueTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product option value translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productOptionValueTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product option value translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productOptionValueTranslationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product association type manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productAssociationTypeManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product association type manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productAssociationTypeManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product association type manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productAssociationTypeManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product association type repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productAssociationTypeRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product association type repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productAssociationTypeRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product association type repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productAssociationTypeRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductAssociationTypeRepositoryInterface $product association type repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductAssociationTypeRepositoryInterface $productAssociationTypeRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAssociationTypeRepository $product association type repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAssociationTypeRepository $productAssociationTypeRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product association type repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAssociationTypeRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product association type repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAssociationTypeRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product association type repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productAssociationTypeRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactoryInterface $product association type factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactoryInterface $productAssociationTypeFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product association type factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productAssociationTypeFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactory $product association type factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactory $productAssociationTypeFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product association type factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAssociationTypeFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\TranslatableFactoryInterface $product association type factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productAssociationTypeFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product association type translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productAssociationTypeTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product association type translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productAssociationTypeTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product association type translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productAssociationTypeTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product association type translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productAssociationTypeTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product association type translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productAssociationTypeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product association type translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productAssociationTypeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductAssociationTypeTranslationRepositoryInterface $product association type translation repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductAssociationTypeTranslationRepositoryInterface $productAssociationTypeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAssociationTypeTranslationRepository $product association type translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAssociationTypeTranslationRepository $productAssociationTypeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product association type translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAssociationTypeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product association type translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAssociationTypeTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product association type translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productAssociationTypeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product association type translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productAssociationTypeTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product association type translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productAssociationTypeTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product association type translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAssociationTypeTranslationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $channel manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $channelManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $channel manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $channelManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $channel manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $channelManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $channel repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $channelRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $channel repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $channelRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $channel repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $channelRepository"; reason: private alias.
Removed service ".Sylius\Component\Channel\Repository\ChannelRepositoryInterface $channel repository"; reason: private alias.
Removed service "Sylius\Component\Channel\Repository\ChannelRepositoryInterface $channelRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository $channel repository"; reason: private alias.
Removed service "Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository $channelRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $channel repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $channelRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $channel repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $channelRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $channel repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $channelRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $channel factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $channelFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $channel factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $channelFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $channel factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $channelFactory"; reason: private alias.
Removed service "Sylius\Component\Channel\Factory\ChannelFactoryInterface"; reason: private alias.
Removed service "Sylius\Component\Channel\Context\ChannelContextInterface"; reason: private alias.
Removed service "Sylius\Component\Channel\Context\RequestBased\RequestResolverInterface"; reason: private alias.
Removed service "Sylius\Component\Channel\Checker\ChannelDeletionCheckerInterface"; reason: private alias.
Removed service "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProviderInterface"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product attribute manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productAttributeManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product attribute manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productAttributeManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product attribute manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productAttributeManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product attribute repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productAttributeRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product attribute repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productAttributeRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product attribute repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productAttributeRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductAttributeRepositoryInterface $product attribute repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductAttributeRepositoryInterface $productAttributeRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAttributeRepository $product attribute repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAttributeRepository $productAttributeRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product attribute repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAttributeRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product attribute repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAttributeRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product attribute repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productAttributeRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactoryInterface $product attribute factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactoryInterface $productAttributeFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product attribute factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productAttributeFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactory $product attribute factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactory $productAttributeFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product attribute factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAttributeFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\TranslatableFactoryInterface $product attribute factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $productAttributeFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product attribute translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productAttributeTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product attribute translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productAttributeTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product attribute translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productAttributeTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product attribute translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productAttributeTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product attribute translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productAttributeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product attribute translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productAttributeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Attribute\Repository\AttributeTranslationRepositoryInterface $product attribute translation repository"; reason: private alias.
Removed service "Sylius\Component\Attribute\Repository\AttributeTranslationRepositoryInterface $productAttributeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\AttributeBundle\Doctrine\ORM\AttributeTranslationRepository $product attribute translation repository"; reason: private alias.
Removed service "Sylius\Bundle\AttributeBundle\Doctrine\ORM\AttributeTranslationRepository $productAttributeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product attribute translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAttributeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product attribute translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAttributeTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product attribute translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productAttributeTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product attribute translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productAttributeTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product attribute translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productAttributeTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product attribute translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAttributeTranslationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product attribute value manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productAttributeValueManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product attribute value manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productAttributeValueManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product attribute value manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productAttributeValueManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product attribute value repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productAttributeValueRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product attribute value repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productAttributeValueRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product attribute value repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productAttributeValueRepository"; reason: private alias.
Removed service ".Sylius\Component\Product\Repository\ProductAttributeValueRepositoryInterface $product attribute value repository"; reason: private alias.
Removed service "Sylius\Component\Product\Repository\ProductAttributeValueRepositoryInterface $productAttributeValueRepository"; reason: private alias.
Removed service ".Sylius\Component\Attribute\Repository\AttributeValueRepositoryInterface $product attribute value repository"; reason: private alias.
Removed service "Sylius\Component\Attribute\Repository\AttributeValueRepositoryInterface $productAttributeValueRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAttributeValueRepository $product attribute value repository"; reason: private alias.
Removed service "Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductAttributeValueRepository $productAttributeValueRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product attribute value repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productAttributeValueRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product attribute value repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productAttributeValueRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product attribute value repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productAttributeValueRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product attribute value factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productAttributeValueFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product attribute value factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productAttributeValueFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product attribute value factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productAttributeValueFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $tax rate manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $taxRateManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $tax rate manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $taxRateManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $tax rate manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $taxRateManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $tax rate repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $taxRateRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $tax rate repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $taxRateRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $tax rate repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $taxRateRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $tax rate repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxRateRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $tax rate repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxRateRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $tax rate repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $taxRateRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $tax rate factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $taxRateFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $tax rate factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $taxRateFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $tax rate factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxRateFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $tax category manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $taxCategoryManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $tax category manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $taxCategoryManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $tax category manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $taxCategoryManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $tax category repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $taxCategoryRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $tax category repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $taxCategoryRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $tax category repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $taxCategoryRepository"; reason: private alias.
Removed service ".Sylius\Component\Taxation\Repository\TaxCategoryRepositoryInterface $tax category repository"; reason: private alias.
Removed service "Sylius\Component\Taxation\Repository\TaxCategoryRepositoryInterface $taxCategoryRepository"; reason: private alias.
Removed service ".Sylius\Bundle\TaxationBundle\Doctrine\ORM\TaxCategoryRepository $tax category repository"; reason: private alias.
Removed service "Sylius\Bundle\TaxationBundle\Doctrine\ORM\TaxCategoryRepository $taxCategoryRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $tax category repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxCategoryRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $tax category repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxCategoryRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $tax category repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $taxCategoryRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $tax category factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $taxCategoryFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $tax category factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $taxCategoryFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $tax category factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxCategoryFactory"; reason: private alias.
Removed service "Sylius\Component\Taxation\Calculator\CalculatorInterface"; reason: private alias.
Removed service "Sylius\Component\Taxation\Resolver\TaxRateResolverInterface"; reason: private alias.
Removed service "Sylius\Component\Taxation\Checker\TaxRateDateEligibilityCheckerInterface"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $shipment manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $shipmentManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $shipment manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $shipmentManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $shipment manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $shipmentManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $shipment repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $shipmentRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $shipment repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $shipmentRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shipment repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shipmentRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\ShipmentRepositoryInterface $shipment repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\ShipmentRepositoryInterface $shipmentRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\ShipmentRepository $shipment repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ShipmentRepository $shipmentRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $shipment repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shipmentRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shipment repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shipmentRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $shipment repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $shipmentRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $shipment factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $shipmentFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $shipment factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $shipmentFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $shipment factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shipmentFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $shipment unit manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $shipmentUnitManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $shipment unit manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $shipmentUnitManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $shipment unit manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $shipmentUnitManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $shipment unit repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $shipmentUnitRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $shipment unit repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $shipmentUnitRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shipment unit repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shipmentUnitRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shipment unit repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shipmentUnitRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $shipment unit repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shipmentUnitRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $shipment unit repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $shipmentUnitRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $shipment unit factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $shipmentUnitFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $shipment unit factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $shipmentUnitFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $shipment unit factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shipmentUnitFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $shipping method manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $shippingMethodManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $shipping method manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $shippingMethodManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $shipping method manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $shippingMethodManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $shipping method repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $shippingMethodRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $shipping method repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $shippingMethodRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shipping method repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shippingMethodRepository"; reason: private alias.
Removed service ".Sylius\Component\Shipping\Repository\ShippingMethodRepositoryInterface $shipping method repository"; reason: private alias.
Removed service "Sylius\Component\Shipping\Repository\ShippingMethodRepositoryInterface $shippingMethodRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface $shipping method repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface $shippingMethodRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\ShippingMethodRepository $shipping method repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ShippingMethodRepository $shippingMethodRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $shipping method repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingMethodRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ShippingBundle\Doctrine\ORM\ShippingMethodRepository $shipping method repository"; reason: private alias.
Removed service "Sylius\Bundle\ShippingBundle\Doctrine\ORM\ShippingMethodRepository $shippingMethodRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shipping method repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingMethodRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $shipping method repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $shippingMethodRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactoryInterface $shipping method factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactoryInterface $shippingMethodFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $shipping method factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $shippingMethodFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactory $shipping method factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactory $shippingMethodFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $shipping method factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingMethodFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\TranslatableFactoryInterface $shipping method factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $shippingMethodFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $shipping method translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $shippingMethodTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $shipping method translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $shippingMethodTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $shipping method translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $shippingMethodTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $shipping method translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $shippingMethodTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $shipping method translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $shippingMethodTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shipping method translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shippingMethodTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shipping method translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingMethodTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $shipping method translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingMethodTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $shipping method translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $shippingMethodTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $shipping method translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $shippingMethodTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $shipping method translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $shippingMethodTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $shipping method translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingMethodTranslationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $shipping category manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $shippingCategoryManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $shipping category manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $shippingCategoryManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $shipping category manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $shippingCategoryManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $shipping category repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $shippingCategoryRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $shipping category repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $shippingCategoryRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shipping category repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shippingCategoryRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\ShippingCategoryRepositoryInterface $shipping category repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\ShippingCategoryRepositoryInterface $shippingCategoryRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\ShippingCategoryRepository $shipping category repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ShippingCategoryRepository $shippingCategoryRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $shipping category repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingCategoryRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shipping category repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingCategoryRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $shipping category repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $shippingCategoryRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $shipping category factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $shippingCategoryFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $shipping category factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $shippingCategoryFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $shipping category factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingCategoryFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $shipping method rule manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $shippingMethodRuleManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $shipping method rule manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $shippingMethodRuleManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $shipping method rule manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $shippingMethodRuleManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $shipping method rule repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $shippingMethodRuleRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $shipping method rule repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $shippingMethodRuleRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shipping method rule repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shippingMethodRuleRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shipping method rule repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shippingMethodRuleRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $shipping method rule repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shippingMethodRuleRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $shipping method rule repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $shippingMethodRuleRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $shipping method rule factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $shippingMethodRuleFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $shipping method rule factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $shippingMethodRuleFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $shipping method rule factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shippingMethodRuleFactory"; reason: private alias.
Removed service "sylius.checker.shipping_method_eligibility.composite"; reason: private alias.
Removed service "Sylius\Component\Shipping\Checker\Eligibility\ShippingMethodEligibilityCheckerInterface"; reason: private alias.
Removed service "sylius.resolver.shipping_methods.composite"; reason: private alias.
Removed service "Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface"; reason: private alias.
Removed service "Sylius\Component\Shipping\Resolver\DefaultShippingMethodResolverInterface"; reason: private alias.
Removed service "Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $payment manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $paymentManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $payment manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $paymentManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $payment manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $paymentManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $payment repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $paymentRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $payment repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $paymentRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $payment repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $paymentRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\PaymentRepositoryInterface $payment repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\PaymentRepositoryInterface $paymentRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentRepository $payment repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentRepository $paymentRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $payment repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $paymentRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $payment repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $paymentRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $payment repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $paymentRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $payment factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $paymentFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $payment factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $paymentFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $payment factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $paymentFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $payment method manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $paymentMethodManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $payment method manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $paymentMethodManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $payment method manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $paymentMethodManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $payment method repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $paymentMethodRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $payment method repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $paymentMethodRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $payment method repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $paymentMethodRepository"; reason: private alias.
Removed service ".Sylius\Component\Payment\Repository\PaymentMethodRepositoryInterface $payment method repository"; reason: private alias.
Removed service "Sylius\Component\Payment\Repository\PaymentMethodRepositoryInterface $paymentMethodRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\PaymentMethodRepositoryInterface $payment method repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\PaymentMethodRepositoryInterface $paymentMethodRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentMethodRepository $payment method repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentMethodRepository $paymentMethodRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $payment method repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $paymentMethodRepository"; reason: private alias.
Removed service ".Sylius\Bundle\PaymentBundle\Doctrine\ORM\PaymentMethodRepository $payment method repository"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Doctrine\ORM\PaymentMethodRepository $paymentMethodRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $payment method repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $paymentMethodRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $payment method repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $paymentMethodRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactoryInterface $payment method factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactoryInterface $paymentMethodFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $payment method factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $paymentMethodFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactory $payment method factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactory $paymentMethodFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $payment method factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $paymentMethodFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\TranslatableFactoryInterface $payment method factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $paymentMethodFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $payment method translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $paymentMethodTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $payment method translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $paymentMethodTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $payment method translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $paymentMethodTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $payment method translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $paymentMethodTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $payment method translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $paymentMethodTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $payment method translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $paymentMethodTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $payment method translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $paymentMethodTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $payment method translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $paymentMethodTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $payment method translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $paymentMethodTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $payment method translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $paymentMethodTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $payment method translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $paymentMethodTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $payment method translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $paymentMethodTranslationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $gateway config manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $gatewayConfigManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $gateway config manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $gatewayConfigManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $gateway config manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $gatewayConfigManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $gateway config repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $gatewayConfigRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $gateway config repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $gatewayConfigRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $gateway config repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $gatewayConfigRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $gateway config repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $gatewayConfigRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $gateway config repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $gatewayConfigRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $gateway config repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $gatewayConfigRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $gateway config factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $gatewayConfigFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $gateway config factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $gatewayConfigFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $gateway config factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $gatewayConfigFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $payment request manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $paymentRequestManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $payment request manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $paymentRequestManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $payment request manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $paymentRequestManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $payment request repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $paymentRequestRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $payment request repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $paymentRequestRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $payment request repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $paymentRequestRepository"; reason: private alias.
Removed service ".Sylius\Component\Payment\Repository\PaymentRequestRepositoryInterface $payment request repository"; reason: private alias.
Removed service "Sylius\Component\Payment\Repository\PaymentRequestRepositoryInterface $paymentRequestRepository"; reason: private alias.
Removed service ".Sylius\Bundle\PaymentBundle\Doctrine\ORM\PaymentRequestRepository $payment request repository"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Doctrine\ORM\PaymentRequestRepository $paymentRequestRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $payment request repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $paymentRequestRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $payment request repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $paymentRequestRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $payment request repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $paymentRequestRepository"; reason: private alias.
Removed service ".Sylius\Component\Payment\Factory\PaymentRequestFactoryInterface $payment request factory"; reason: private alias.
Removed service "Sylius\Component\Payment\Factory\PaymentRequestFactoryInterface $paymentRequestFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $payment request factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $paymentRequestFactory"; reason: private alias.
Removed service ".Sylius\Component\Payment\Factory\PaymentRequestFactory $payment request factory"; reason: private alias.
Removed service "Sylius\Component\Payment\Factory\PaymentRequestFactory $paymentRequestFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $payment request factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $paymentRequestFactory"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Announcer\PaymentRequestAnnouncerInterface"; reason: private alias.
Removed service "Sylius\Component\Payment\Canceller\PaymentRequestCancellerInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Checker\PaymentRequestDuplicationCheckerInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Checker\FinalizedPaymentRequestCheckerInterface"; reason: private alias.
Removed service "sylius.command_provider.payment_request.default"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Normalizer\SymfonyRequestNormalizerInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Processor\NotifyPayloadProcessorInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Processor\HttpResponseProcessorInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Provider\GatewayFactoryNameProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Provider\PaymentRequestProviderInterface"; reason: private alias.
Removed service "sylius.provider.http_response.default"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Provider\DefaultActionProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Provider\DefaultPayloadProviderInterface"; reason: private alias.
Removed service "sylius.provider.payment_request.notify_payment.composite"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Provider\NotifyPaymentProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Provider\NotifyResponseProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Payment\Factory\PaymentFactoryInterface"; reason: private alias.
Removed service "sylius.resolver.payment_methods.composite"; reason: private alias.
Removed service "Sylius\Component\Payment\Resolver\PaymentMethodsResolverInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Validator\GroupsGenerator\GatewayConfigGroupsGeneratorInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Validator\GroupsGenerator\PaymentMethodGroupsGeneratorInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Generator\GatewayNameGeneratorInterface"; reason: private alias.
Removed service "Sylius\Bundle\PaymentBundle\Checker\GatewayConfigEncryptionCheckerInterface"; reason: private alias.
Removed service "Sylius\Component\Payment\Encryption\EncrypterInterface"; reason: private alias.
Removed service "sylius.checker.promotion_coupon_eligibility.composite"; reason: private alias.
Removed service "Sylius\Component\Promotion\Checker\Eligibility\PromotionCouponEligibilityCheckerInterface"; reason: private alias.
Removed service "sylius.checker.promotion_eligibility.composite"; reason: private alias.
Removed service "Sylius\Component\Promotion\Checker\Eligibility\PromotionEligibilityCheckerInterface"; reason: private alias.
Removed service "Sylius\Component\Promotion\Factory\PromotionCouponFactoryInterface"; reason: private alias.
Removed service "Sylius\Component\Promotion\Factory\PromotionCouponGeneratorInstructionFactoryInterface"; reason: private alias.
Removed service "Sylius\Component\Promotion\Processor\PromotionProcessorInterface"; reason: private alias.
Removed service "Sylius\Component\Promotion\Action\PromotionApplicatorInterface"; reason: private alias.
Removed service "Sylius\Component\Promotion\Provider\ActivePromotionsProvider"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $catalog promotion manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $catalogPromotionManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $catalog promotion manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $catalogPromotionManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $catalog promotion manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $catalogPromotionManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $catalog promotion repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $catalogPromotionRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $catalog promotion repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $catalogPromotionRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $catalog promotion repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $catalogPromotionRepository"; reason: private alias.
Removed service ".Sylius\Component\Promotion\Repository\CatalogPromotionRepositoryInterface $catalog promotion repository"; reason: private alias.
Removed service "Sylius\Component\Promotion\Repository\CatalogPromotionRepositoryInterface $catalogPromotionRepository"; reason: private alias.
Removed service ".Sylius\Bundle\PromotionBundle\Doctrine\ORM\CatalogPromotionRepository $catalog promotion repository"; reason: private alias.
Removed service "Sylius\Bundle\PromotionBundle\Doctrine\ORM\CatalogPromotionRepository $catalogPromotionRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $catalog promotion repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $catalogPromotionRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $catalog promotion repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $catalogPromotionRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $catalog promotion repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $catalogPromotionRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $catalog promotion factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $catalogPromotionFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $catalog promotion factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $catalogPromotionFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $catalog promotion factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $catalogPromotionFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $catalog promotion translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $catalogPromotionTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $catalog promotion translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $catalogPromotionTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $catalog promotion translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $catalogPromotionTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $catalog promotion translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $catalogPromotionTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $catalog promotion translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $catalogPromotionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $catalog promotion translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $catalogPromotionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $catalog promotion translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $catalogPromotionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $catalog promotion translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $catalogPromotionTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $catalog promotion translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $catalogPromotionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $catalog promotion translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $catalogPromotionTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $catalog promotion translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $catalogPromotionTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $catalog promotion translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $catalogPromotionTranslationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $catalog promotion scope manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $catalogPromotionScopeManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $catalog promotion scope manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $catalogPromotionScopeManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $catalog promotion scope manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $catalogPromotionScopeManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $catalog promotion scope repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $catalogPromotionScopeRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $catalog promotion scope repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $catalogPromotionScopeRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $catalog promotion scope repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $catalogPromotionScopeRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $catalog promotion scope repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $catalogPromotionScopeRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $catalog promotion scope repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $catalogPromotionScopeRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $catalog promotion scope repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $catalogPromotionScopeRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $catalog promotion scope factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $catalogPromotionScopeFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $catalog promotion scope factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $catalogPromotionScopeFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $catalog promotion scope factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $catalogPromotionScopeFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $promotion subject manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $promotionSubjectManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $promotion subject manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $promotionSubjectManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $promotion subject manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $promotionSubjectManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $promotion subject repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $promotionSubjectRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $promotion subject repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $promotionSubjectRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotion subject repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotionSubjectRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotion subject repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionSubjectRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $promotion subject repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionSubjectRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $promotion subject repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $promotionSubjectRepository"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $promotion manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $promotionManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $promotion manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $promotionManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $promotion manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $promotionManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $promotion repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $promotionRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $promotion repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $promotionRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotion repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotionRepository"; reason: private alias.
Removed service ".Sylius\Component\Promotion\Repository\PromotionRepositoryInterface $promotion repository"; reason: private alias.
Removed service "Sylius\Component\Promotion\Repository\PromotionRepositoryInterface $promotionRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\PromotionRepositoryInterface $promotion repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\PromotionRepositoryInterface $promotionRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\PromotionRepository $promotion repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\PromotionRepository $promotionRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $promotion repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionRepository"; reason: private alias.
Removed service ".Sylius\Bundle\PromotionBundle\Doctrine\ORM\PromotionRepository $promotion repository"; reason: private alias.
Removed service "Sylius\Bundle\PromotionBundle\Doctrine\ORM\PromotionRepository $promotionRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotion repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $promotion repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $promotionRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $promotion factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $promotionFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $promotion factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $promotionFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $promotion factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $promotionFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $promotion translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $promotionTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $promotion translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $promotionTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $promotion translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $promotionTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $promotion translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $promotionTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $promotion translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $promotionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotion translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotion translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $promotion translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $promotion translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $promotionTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $promotion translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $promotionTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $promotion translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $promotionTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $promotion translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $promotionTranslationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $promotion coupon manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $promotionCouponManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $promotion coupon manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $promotionCouponManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $promotion coupon manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $promotionCouponManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $promotion coupon repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $promotionCouponRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $promotion coupon repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $promotionCouponRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotion coupon repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotionCouponRepository"; reason: private alias.
Removed service ".Sylius\Component\Promotion\Repository\PromotionCouponRepositoryInterface $promotion coupon repository"; reason: private alias.
Removed service "Sylius\Component\Promotion\Repository\PromotionCouponRepositoryInterface $promotionCouponRepository"; reason: private alias.
Removed service ".Sylius\Bundle\PromotionBundle\Doctrine\ORM\PromotionCouponRepository $promotion coupon repository"; reason: private alias.
Removed service "Sylius\Bundle\PromotionBundle\Doctrine\ORM\PromotionCouponRepository $promotionCouponRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $promotion coupon repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionCouponRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotion coupon repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionCouponRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $promotion coupon repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $promotionCouponRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $promotion coupon factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $promotionCouponFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $promotion coupon factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $promotionCouponFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $promotion coupon factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $promotionCouponFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $catalog promotion action manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $catalogPromotionActionManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $catalog promotion action manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $catalogPromotionActionManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $catalog promotion action manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $catalogPromotionActionManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $catalog promotion action repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $catalogPromotionActionRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $catalog promotion action repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $catalogPromotionActionRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $catalog promotion action repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $catalogPromotionActionRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $catalog promotion action repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $catalogPromotionActionRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $catalog promotion action repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $catalogPromotionActionRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $catalog promotion action repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $catalogPromotionActionRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $catalog promotion action factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $catalogPromotionActionFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $catalog promotion action factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $catalogPromotionActionFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $catalog promotion action factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $catalogPromotionActionFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $promotion rule manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $promotionRuleManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $promotion rule manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $promotionRuleManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $promotion rule manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $promotionRuleManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $promotion rule repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $promotionRuleRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $promotion rule repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $promotionRuleRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotion rule repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotionRuleRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotion rule repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionRuleRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $promotion rule repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionRuleRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $promotion rule repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $promotionRuleRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $promotion rule factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $promotionRuleFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $promotion rule factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $promotionRuleFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $promotion rule factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $promotionRuleFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $promotion action manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $promotionActionManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $promotion action manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $promotionActionManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $promotion action manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $promotionActionManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $promotion action repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $promotionActionRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $promotion action repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $promotionActionRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotion action repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $promotionActionRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotion action repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $promotionActionRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $promotion action repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $promotionActionRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $promotion action repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $promotionActionRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $promotion action factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $promotionActionFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $promotion action factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $promotionActionFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $promotion action factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $promotionActionFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $address manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $addressManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $address manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $addressManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $address manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $addressManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $address repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $addressRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $address repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $addressRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $address repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $addressRepository"; reason: private alias.
Removed service ".Sylius\Component\Addressing\Repository\AddressRepositoryInterface $address repository"; reason: private alias.
Removed service "Sylius\Component\Addressing\Repository\AddressRepositoryInterface $addressRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\AddressRepositoryInterface $address repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\AddressRepositoryInterface $addressRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\AddressRepository $address repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\AddressRepository $addressRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $address repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $addressRepository"; reason: private alias.
Removed service ".Sylius\Bundle\AddressingBundle\Doctrine\ORM\AddressRepository $address repository"; reason: private alias.
Removed service "Sylius\Bundle\AddressingBundle\Doctrine\ORM\AddressRepository $addressRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $address repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $addressRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $address repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $addressRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $address factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $addressFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $address factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $addressFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $address factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $addressFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $address log entry manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $addressLogEntryManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $address log entry manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $addressLogEntryManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $address log entry manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $addressLogEntryManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $address log entry repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $addressLogEntryRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $address log entry repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $addressLogEntryRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $address log entry repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $addressLogEntryRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\ResourceLogEntryRepositoryInterface $address log entry repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\ResourceLogEntryRepositoryInterface $addressLogEntryRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\ResourceLogEntryRepository $address log entry repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\ResourceLogEntryRepository $addressLogEntryRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $address log entry repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $addressLogEntryRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $address log entry repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $addressLogEntryRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $address log entry repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $addressLogEntryRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $address log entry factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $addressLogEntryFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $address log entry factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $addressLogEntryFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $address log entry factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $addressLogEntryFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $country manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $countryManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $country manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $countryManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $country manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $countryManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $country repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $countryRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $country repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $countryRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $country repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $countryRepository"; reason: private alias.
Removed service ".Sylius\Component\Addressing\Repository\CountryRepositoryInterface $country repository"; reason: private alias.
Removed service "Sylius\Component\Addressing\Repository\CountryRepositoryInterface $countryRepository"; reason: private alias.
Removed service ".Sylius\Bundle\AddressingBundle\Doctrine\ORM\CountryRepository $country repository"; reason: private alias.
Removed service "Sylius\Bundle\AddressingBundle\Doctrine\ORM\CountryRepository $countryRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $country repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $countryRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $country repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $countryRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $country repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $countryRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $country factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $countryFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $country factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $countryFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $country factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $countryFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $province manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $provinceManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $province manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $provinceManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $province manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $provinceManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $province repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $provinceRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $province repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $provinceRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $province repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $provinceRepository"; reason: private alias.
Removed service ".Sylius\Component\Addressing\Repository\ProvinceRepositoryInterface $province repository"; reason: private alias.
Removed service "Sylius\Component\Addressing\Repository\ProvinceRepositoryInterface $provinceRepository"; reason: private alias.
Removed service ".Sylius\Bundle\AddressingBundle\Doctrine\ORM\ProvinceRepository $province repository"; reason: private alias.
Removed service "Sylius\Bundle\AddressingBundle\Doctrine\ORM\ProvinceRepository $provinceRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $province repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $provinceRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $province repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $provinceRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $province repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $provinceRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $province factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $provinceFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $province factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $provinceFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $province factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $provinceFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $zone manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $zoneManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $zone manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $zoneManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $zone manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $zoneManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $zone repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $zoneRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $zone repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $zoneRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $zone repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $zoneRepository"; reason: private alias.
Removed service ".Sylius\Component\Addressing\Repository\ZoneRepositoryInterface $zone repository"; reason: private alias.
Removed service "Sylius\Component\Addressing\Repository\ZoneRepositoryInterface $zoneRepository"; reason: private alias.
Removed service ".Sylius\Bundle\AddressingBundle\Repository\ZoneRepository $zone repository"; reason: private alias.
Removed service "Sylius\Bundle\AddressingBundle\Repository\ZoneRepository $zoneRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $zone repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $zoneRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $zone repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $zoneRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $zone repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $zoneRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $zone factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $zoneFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $zone factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $zoneFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $zone factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $zoneFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $zone member manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $zoneMemberManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $zone member manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $zoneMemberManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $zone member manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $zoneMemberManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $zone member repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $zoneMemberRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $zone member repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $zoneMemberRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $zone member repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $zoneMemberRepository"; reason: private alias.
Removed service ".Sylius\Component\Addressing\Repository\ZoneMemberRepositoryInterface $zone member repository"; reason: private alias.
Removed service "Sylius\Component\Addressing\Repository\ZoneMemberRepositoryInterface $zoneMemberRepository"; reason: private alias.
Removed service ".Sylius\Bundle\AddressingBundle\Doctrine\ORM\ZoneMemberRepository $zone member repository"; reason: private alias.
Removed service "Sylius\Bundle\AddressingBundle\Doctrine\ORM\ZoneMemberRepository $zoneMemberRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $zone member repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $zoneMemberRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $zone member repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $zoneMemberRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $zone member repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $zoneMemberRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $zone member factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $zoneMemberFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $zone member factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $zoneMemberFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $zone member factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $zoneMemberFactory"; reason: private alias.
Removed service "Sylius\Component\Addressing\Checker\ZoneDeletionCheckerInterface"; reason: private alias.
Removed service "Sylius\Component\Addressing\Checker\CountryProvincesDeletionCheckerInterface"; reason: private alias.
Removed service "Sylius\Component\Addressing\Factory\ZoneFactoryInterface"; reason: private alias.
Removed service "Sylius\Component\Addressing\Provider\ProvinceNamingProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Addressing\Converter\CountryNameConverterInterface"; reason: private alias.
Removed service "Sylius\Component\Addressing\Comparator\AddressComparatorInterface"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $inventory unit manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $inventoryUnitManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $inventory unit manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $inventoryUnitManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $inventory unit manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $inventoryUnitManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $inventory unit repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $inventoryUnitRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $inventory unit repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $inventoryUnitRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $inventory unit repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $inventoryUnitRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $inventory unit repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $inventoryUnitRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $inventory unit repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $inventoryUnitRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $inventory unit repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $inventoryUnitRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $inventory unit factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $inventoryUnitFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $inventory unit factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $inventoryUnitFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $inventory unit factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $inventoryUnitFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $taxon manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $taxonManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $taxon manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $taxonManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $taxon manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $taxonManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $taxon repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $taxonRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $taxon repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $taxonRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $taxon repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $taxonRepository"; reason: private alias.
Removed service ".Sylius\Component\Taxonomy\Repository\TaxonRepositoryInterface $taxon repository"; reason: private alias.
Removed service "Sylius\Component\Taxonomy\Repository\TaxonRepositoryInterface $taxonRepository"; reason: private alias.
Removed service ".Sylius\Bundle\TaxonomyBundle\Doctrine\ORM\TaxonRepository $taxon repository"; reason: private alias.
Removed service "Sylius\Bundle\TaxonomyBundle\Doctrine\ORM\TaxonRepository $taxonRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $taxon repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxonRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxon repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxonRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $taxon repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $taxonRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactoryInterface $taxon factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactoryInterface $taxonFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $taxon factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $taxonFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\TranslatableFactory $taxon factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\TranslatableFactory $taxonFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $taxon factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxonFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\TranslatableFactoryInterface $taxon factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\TranslatableFactoryInterface $taxonFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $taxon translation manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $taxonTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $taxon translation manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $taxonTranslationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $taxon translation manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $taxonTranslationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $taxon translation repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $taxonTranslationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $taxon translation repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $taxonTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $taxon translation repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $taxonTranslationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxon translation repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxonTranslationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $taxon translation repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxonTranslationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $taxon translation repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $taxonTranslationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $taxon translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $taxonTranslationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $taxon translation factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $taxonTranslationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $taxon translation factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxonTranslationFactory"; reason: private alias.
Removed service "Sylius\Bundle\TaxonomyBundle\Repository\TaxonTreeRepositoryInterface"; reason: private alias.
Removed service "Sylius\Component\Taxonomy\Factory\TaxonFactoryInterface"; reason: private alias.
Removed service "Sylius\Component\Taxonomy\Generator\TaxonSlugGeneratorInterface"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $admin user manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $adminUserManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $admin user manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $adminUserManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $admin user manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $adminUserManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $admin user repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $adminUserRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $admin user repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $adminUserRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $admin user repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $adminUserRepository"; reason: private alias.
Removed service ".Sylius\Component\User\Repository\UserRepositoryInterface $admin user repository"; reason: private alias.
Removed service "Sylius\Component\User\Repository\UserRepositoryInterface $adminUserRepository"; reason: private alias.
Removed service ".Sylius\Bundle\UserBundle\Doctrine\ORM\UserRepository $admin user repository"; reason: private alias.
Removed service "Sylius\Bundle\UserBundle\Doctrine\ORM\UserRepository $adminUserRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $admin user repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $adminUserRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $admin user repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $adminUserRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $admin user repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $adminUserRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $admin user factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $adminUserFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $admin user factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $adminUserFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $admin user factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $adminUserFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $shop user manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $shopUserManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $shop user manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $shopUserManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $shop user manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $shopUserManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $shop user repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $shopUserRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $shop user repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $shopUserRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shop user repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shopUserRepository"; reason: private alias.
Removed service ".Sylius\Component\User\Repository\UserRepositoryInterface $shop user repository"; reason: private alias.
Removed service "Sylius\Component\User\Repository\UserRepositoryInterface $shopUserRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\UserRepository $shop user repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\UserRepository $shopUserRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $shop user repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shopUserRepository"; reason: private alias.
Removed service ".Sylius\Bundle\UserBundle\Doctrine\ORM\UserRepository $shop user repository"; reason: private alias.
Removed service "Sylius\Bundle\UserBundle\Doctrine\ORM\UserRepository $shopUserRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shop user repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shopUserRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $shop user repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $shopUserRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $shop user factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $shopUserFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $shop user factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $shopUserFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $shop user factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shopUserFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $oauth user manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $oauthUserManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $oauth user manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $oauthUserManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $oauth user manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $oauthUserManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $oauth user repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $oauthUserRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $oauth user repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $oauthUserRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $oauth user repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $oauthUserRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $oauth user repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $oauthUserRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $oauth user repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $oauthUserRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $oauth user repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $oauthUserRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $oauth user factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $oauthUserFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $oauth user factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $oauthUserFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $oauth user factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $oauthUserFactory"; reason: private alias.
Removed service "Sylius\Component\User\Canonicalizer\CanonicalizerInterface"; reason: private alias.
Removed service "Sylius\Component\User\Security\PasswordUpdaterInterface"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $customer manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $customerManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $customer manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $customerManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $customer manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $customerManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $customer repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $customerRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $customer repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $customerRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $customer repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $customerRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\CustomerRepositoryInterface $customer repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\CustomerRepositoryInterface $customerRepository"; reason: private alias.
Removed service ".App\Repository\CustomerRepositoryInterface $customer repository"; reason: private alias.
Removed service "App\Repository\CustomerRepositoryInterface $customerRepository"; reason: private alias.
Removed service ".App\Repository\CustomerRepository $customer repository"; reason: private alias.
Removed service "App\Repository\CustomerRepository $customerRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $customer repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $customerRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\CustomerRepository $customer repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\CustomerRepository $customerRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $customer repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $customerRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $customer repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $customerRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $customer factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $customerFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $customer factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $customerFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $customer factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $customerFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $customer group manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $customerGroupManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $customer group manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $customerGroupManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $customer group manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $customerGroupManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $customer group repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $customerGroupRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $customer group repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $customerGroupRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $customer group repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $customerGroupRepository"; reason: private alias.
Removed service ".Sylius\Component\Customer\Repository\CustomerGroupRepositoryInterface $customer group repository"; reason: private alias.
Removed service "Sylius\Component\Customer\Repository\CustomerGroupRepositoryInterface $customerGroupRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CustomerBundle\Doctrine\ORM\CustomerGroupRepository $customer group repository"; reason: private alias.
Removed service "Sylius\Bundle\CustomerBundle\Doctrine\ORM\CustomerGroupRepository $customerGroupRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $customer group repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $customerGroupRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $customer group repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $customerGroupRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $customer group repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $customerGroupRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $customer group factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $customerGroupFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $customer group factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $customerGroupFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $customer group factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $customerGroupFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product review manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productReviewManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product review manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productReviewManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product review manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productReviewManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product review repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productReviewRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product review repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productReviewRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product review repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productReviewRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\ProductReviewRepositoryInterface $product review repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\ProductReviewRepositoryInterface $productReviewRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductReviewRepository $product review repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductReviewRepository $productReviewRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product review repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productReviewRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product review repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productReviewRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product review repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productReviewRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product review factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productReviewFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product review factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productReviewFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product review factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productReviewFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product reviewer manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productReviewerManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product reviewer manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productReviewerManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product reviewer manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productReviewerManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product reviewer repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productReviewerRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product reviewer repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productReviewerRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product reviewer repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productReviewerRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product reviewer repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productReviewerRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product reviewer repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productReviewerRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product reviewer repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productReviewerRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product reviewer factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productReviewerFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product reviewer factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productReviewerFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product reviewer factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productReviewerFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product taxon manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productTaxonManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product taxon manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productTaxonManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product taxon manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productTaxonManager"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\ProductTaxonRepositoryInterface $product taxon repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\ProductTaxonRepositoryInterface $productTaxonRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product taxon repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productTaxonRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product taxon repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productTaxonRepository"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product taxon repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productTaxonRepository"; reason: private alias.
Removed service ".App\Repository\Product\ProductTaxonRepository $product taxon repository"; reason: private alias.
Removed service "App\Repository\Product\ProductTaxonRepository $productTaxonRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product taxon repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productTaxonRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductTaxonRepository $product taxon repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductTaxonRepository $productTaxonRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product taxon repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productTaxonRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product taxon repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productTaxonRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product taxon factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productTaxonFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product taxon factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productTaxonFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product taxon factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productTaxonFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $avatar image manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $avatarImageManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $avatar image manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $avatarImageManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $avatar image manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $avatarImageManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $avatar image repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $avatarImageRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $avatar image repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $avatarImageRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $avatar image repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $avatarImageRepository"; reason: private alias.
Removed service ".Sylius\Component\Core\Repository\AvatarImageRepositoryInterface $avatar image repository"; reason: private alias.
Removed service "Sylius\Component\Core\Repository\AvatarImageRepositoryInterface $avatarImageRepository"; reason: private alias.
Removed service ".Sylius\Bundle\CoreBundle\Doctrine\ORM\AvatarImageRepository $avatar image repository"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Doctrine\ORM\AvatarImageRepository $avatarImageRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $avatar image repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $avatarImageRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $avatar image repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $avatarImageRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $avatar image repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $avatarImageRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $avatar image factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $avatarImageFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $avatar image factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $avatarImageFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $avatar image factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $avatarImageFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $product image manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $productImageManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $product image manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $productImageManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $product image manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $productImageManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $product image repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $productImageRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $product image repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $productImageRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $product image repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $productImageRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $product image repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $productImageRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $product image repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $productImageRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $product image repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $productImageRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $product image factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $productImageFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product image factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productImageFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $product image factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $productImageFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $taxon image manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $taxonImageManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $taxon image manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $taxonImageManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $taxon image manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $taxonImageManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $taxon image repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $taxonImageRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $taxon image repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $taxonImageRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $taxon image repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $taxonImageRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxon image repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $taxonImageRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $taxon image repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $taxonImageRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $taxon image repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $taxonImageRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $taxon image factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $taxonImageFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $taxon image factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $taxonImageFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $taxon image factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $taxonImageFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $channel pricing manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $channelPricingManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $channel pricing manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $channelPricingManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $channel pricing manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $channelPricingManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $channel pricing repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $channelPricingRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $channel pricing repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $channelPricingRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $channel pricing repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $channelPricingRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $channel pricing repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $channelPricingRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $channel pricing repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $channelPricingRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $channel pricing repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $channelPricingRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $channel pricing factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $channelPricingFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $channel pricing factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $channelPricingFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $channel pricing factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $channelPricingFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $channel price history config manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $channelPriceHistoryConfigManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $channel price history config manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $channelPriceHistoryConfigManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $channel price history config manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $channelPriceHistoryConfigManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $channel price history config repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $channelPriceHistoryConfigRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $channel price history config repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $channelPriceHistoryConfigRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $channel price history config repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $channelPriceHistoryConfigRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $channel price history config repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $channelPriceHistoryConfigRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $channel price history config repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $channelPriceHistoryConfigRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $channel price history config repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $channelPriceHistoryConfigRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $channel price history config factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $channelPriceHistoryConfigFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $channel price history config factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $channelPriceHistoryConfigFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $channel price history config factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $channelPriceHistoryConfigFactory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $channelPricingLogEntryFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $shop billing data manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $shopBillingDataManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $shop billing data manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $shopBillingDataManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $shop billing data manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $shopBillingDataManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $shop billing data repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $shopBillingDataRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $shop billing data repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $shopBillingDataRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shop billing data repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $shopBillingDataRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shop billing data repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $shopBillingDataRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $shop billing data repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $shopBillingDataRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $shop billing data repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $shopBillingDataRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $shop billing data factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $shopBillingDataFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $shop billing data factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $shopBillingDataFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $shop billing data factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $shopBillingDataFactory"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Calculator\DelayStampCalculatorInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Applicator\CatalogPromotionApplicatorInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Applicator\ActionBasedDiscountApplicatorInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Calculator\CatalogPromotionPriceCalculatorInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Calculator\ActionBasedPriceCalculatorInterface $fixedDiscountPriceCalculator"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Calculator\ActionBasedPriceCalculatorInterface $percentageDiscountPriceCalculator"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Checker\ProductVariantForCatalogPromotionEligibilityInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Checker\CatalogPromotionEligibilityCheckerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Processor\AllProductVariantsCatalogPromotionsProcessorInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Processor\CatalogPromotionClearerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Processor\CatalogPromotionStateProcessorInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Processor\ProductCatalogPromotionsProcessorInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Processor\ProductVariantCatalogPromotionsProcessorInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Processor\CatalogPromotionRemovalProcessorInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Announcer\CatalogPromotionAnnouncerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\Announcer\CatalogPromotionRemovalAnnouncerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CatalogPromotion\CommandDispatcher\ApplyCatalogPromotionsOnVariantsCommandDispatcherInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Checker\OrderShippingMethodSelectionRequirementCheckerInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Checker\OrderPaymentMethodSelectionRequirementCheckerInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Checker\CLIContextCheckerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CommandDispatcher\ResendOrderConfirmationEmailDispatcherInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CommandDispatcher\ResendShipmentConfirmationEmailDispatcherInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\CommandDispatcher\ResetPasswordDispatcherInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Context\ShopperContextInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Currency\CurrencyStorageInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Factory\OrderFactoryInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Installer\Provider\DatabaseSetupCommandsProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Installer\Setup\CurrencySetupInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Installer\Setup\LocaleSetupInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Installer\Setup\ChannelSetupInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Mailer\ContactEmailManagerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Mailer\OrderEmailManagerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Mailer\ShipmentEmailManagerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Mailer\ResetPasswordEmailManagerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\OrderPay\Handler\PaymentStateFlashHandlerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\OrderPay\Processor\RouteParametersProcessorInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Factory\PaymentMethodFactoryInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Checker\ProductVariantLowestPriceDisplayCheckerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\PriceHistory\CommandDispatcher\ApplyLowestPriceOnChannelPricingsCommandDispatcherInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\PriceHistory\Logger\PriceChangeLoggerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\PriceHistory\Processor\ProductLowestPriceBeforeDiscountProcessorInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Factory\PromotionActionFactoryInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Factory\PromotionRuleFactoryInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Promotion\Applicator\UnitsPromotionAdjustmentsApplicatorInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Promotion\Checker\ProductInPromotionRuleCheckerInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Promotion\Checker\TaxonInPromotionRuleCheckerInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Provider\ChannelBasedProductTranslationProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Provider\CustomerProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Statistics\Provider\StatisticsProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Statistics\Provider\BusinessActivitySummaryProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Statistics\Provider\SalesStatisticsProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Distributor\IntegerDistributorInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Distributor\ProportionalIntegerDistributorInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Distributor\MinimumPriceDistributorInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Payment\InvoiceNumberGeneratorInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Generator\ImagePathGeneratorInterface"; reason: private alias.
Removed service "Sylius\Component\Payment\Resolver\DefaultPaymentMethodResolverInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Inventory\Checker\OrderItemAvailabilityCheckerInterface"; reason: private alias.
Removed service "sylius.factory.cart_item"; reason: private alias.
Removed service "Sylius\Component\Core\Customer\CustomerAddressAdderInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Assigner\IpAssignerInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Calculator\ProductVariantPricesCalculatorInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\SectionResolver\SectionProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Remover\ReviewerReviewsRemoverInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\PriceHistory\Remover\ChannelPricingLogEntriesRemoverInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Updater\UnpaidOrdersStateUpdaterInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Payment\Provider\OrderPaymentProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Payment\Remover\OrderPaymentsRemoverInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Customer\Statistics\CustomerStatisticsProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Cart\Resolver\CreatedByGuestFlagResolverInterface"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Order\Checker\OrderPromotionsIntegrityCheckerInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Statistics\Registry\OrdersTotalsProvidersRegistryInterface"; reason: private alias.
Removed service "sylius.adapter.filesystem.default"; reason: private alias.
Removed service "Sylius\Component\Core\Filesystem\Adapter\FilesystemAdapterInterface"; reason: private alias.
Removed service "Sylius\Resource\Context\Initiator\RequestContextInitiatorInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\ParametersParserInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\RequestConfigurationFactoryInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\NewResourceFactoryInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\SingleResourceProviderInterface"; reason: private alias.
Removed service "Hateoas\Representation\Factory\PagerfantaFactory"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\ResourceFormFactoryInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\RedirectHandlerInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\FlashHelperInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\EventDispatcherInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\ViewHandlerInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\ResourceUpdateHandlerInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Controller\ResourceDeleteHandlerInterface"; reason: private alias.
Removed service "Sylius\Resource\Symfony\EventDispatcher\OperationEventDispatcherInterface"; reason: private alias.
Removed service "Sylius\Resource\Symfony\EventDispatcher\OperationEventHandlerInterface"; reason: private alias.
Removed service "Sylius\Resource\Symfony\Session\Flash\FlashHelperInterface"; reason: private alias.
Removed service "Sylius\Resource\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "sylius.resource_metadata_collection.factory"; reason: private alias.
Removed service "Sylius\Resource\Metadata\Operation\HttpOperationInitiatorInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Routing\ResourceLoader"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Routing\CrudRoutesAttributesLoader"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Routing\RoutesAttributesLoader"; reason: private alias.
Removed service "sylius.state_processor.main"; reason: private alias.
Removed service "sylius.state_provider.main"; reason: private alias.
Removed service "Sylius\Resource\State\ProviderInterface"; reason: private alias.
Removed service "Sylius\Resource\State\FactoryInterface"; reason: private alias.
Removed service "Sylius\Resource\State\ResponderInterface"; reason: private alias.
Removed service "Sylius\Resource\StateMachine\OperationStateMachineInterface"; reason: private alias.
Removed service "sylius.state_machine.operation.default"; reason: private alias.
Removed service "Sylius\Resource\Twig\Context\Factory\ContextFactoryInterface"; reason: private alias.
Removed service "Sylius\Resource\Metadata\RegistryInterface"; reason: private alias.
Removed service "Sylius\Component\Resource\Metadata\RegistryInterface"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\ExpressionLanguage\ExpressionLanguage"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Grid\Parser\OptionsParserInterface"; reason: private alias.
Removed service "sylius.resource_controller.authorization_checker"; reason: private alias.
Removed service "sylius_resource.doctrine.mapping_driver_chain"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\Form\Builder\DefaultFormBuilder"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\ContainerRepositoryFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $pickup location manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $pickupLocationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $pickup location manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $pickupLocationManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $pickup location manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $pickupLocationManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $pickup location repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $pickupLocationRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $pickup location repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $pickupLocationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $pickup location repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $pickupLocationRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $pickup location repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $pickupLocationRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $pickup location repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $pickupLocationRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $pickup location repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $pickupLocationRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $pickup location factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $pickupLocationFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $pickup location factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $pickupLocationFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $pickup location factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $pickupLocationFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $referrer manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $referrerManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $referrer manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $referrerManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $referrer manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $referrerManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $referrer repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $referrerRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $referrer repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $referrerRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $referrer repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $referrerRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $referrer repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $referrerRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $referrer repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $referrerRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $referrer repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $referrerRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $referrer factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $referrerFactory"; reason: private alias.
Removed service ".App\Factory\Referrer\ReferrerFactory $referrer factory"; reason: private alias.
Removed service "App\Factory\Referrer\ReferrerFactory $referrerFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $referrer factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $referrerFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $case worker manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $caseWorkerManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $case worker manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $caseWorkerManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $case worker manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $caseWorkerManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $case worker repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $caseWorkerRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $case worker repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $caseWorkerRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $case worker repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $caseWorkerRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $case worker repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $caseWorkerRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $case worker repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $caseWorkerRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $case worker repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $caseWorkerRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $case worker factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $caseWorkerFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $case worker factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $caseWorkerFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $case worker factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $caseWorkerFactory"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $auth code manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $authCodeManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $auth code manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $authCodeManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $auth code manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $authCodeManager"; reason: private alias.
Removed service ".Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface $auth code repository"; reason: private alias.
Removed service "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface $authCodeRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $auth code repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $authCodeRepository"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $auth code repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $authCodeRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $auth code repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $authCodeRepository"; reason: private alias.
Removed service ".App\Repository\Referrer\AuthCodeRepository $auth code repository"; reason: private alias.
Removed service "App\Repository\Referrer\AuthCodeRepository $authCodeRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $auth code repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $authCodeRepository"; reason: private alias.
Removed service ".Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository $auth code repository"; reason: private alias.
Removed service "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository $authCodeRepository"; reason: private alias.
Removed service ".Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository $auth code repository"; reason: private alias.
Removed service "Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository $authCodeRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $auth code repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $authCodeRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $auth code factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $authCodeFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $auth code factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $authCodeFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $auth code factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $authCodeFactory"; reason: private alias.
Removed service ".App\Factory\Customer\CustomerFactory $customer factory"; reason: private alias.
Removed service "App\Factory\Customer\CustomerFactory $customerFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $product factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $productFactory"; reason: private alias.
Removed service "Sylius\Bundle\GridBundle\Twig\GridExtension"; reason: private alias.
Removed service "Sylius\Bundle\GridBundle\Twig\BulkActionGridExtension"; reason: private alias.
Removed service "sylius.grid.renderer"; reason: private alias.
Removed service "sylius.grid.bulk_action_renderer"; reason: private alias.
Removed service "sylius.grid.data_extractor"; reason: private alias.
Removed service "Knp\Bundle\GaufretteBundle\FilesystemMap"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "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\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "payum.entity_manager"; reason: private alias.
Removed service "Pagerfanta\RouteGenerator\RouteGeneratorFactoryInterface"; reason: private alias.
Removed service "Pagerfanta\View\ViewFactoryInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service ".Doctrine\Common\Persistence\ObjectManager $payment security token manager"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ObjectManager $paymentSecurityTokenManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectManager $payment security token manager"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager $paymentSecurityTokenManager"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $payment security token manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $paymentSecurityTokenManager"; reason: private alias.
Removed service ".Doctrine\Persistence\ObjectRepository $payment security token repository"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectRepository $paymentSecurityTokenRepository"; reason: private alias.
Removed service ".Doctrine\Common\Collections\Selectable $payment security token repository"; reason: private alias.
Removed service "Doctrine\Common\Collections\Selectable $paymentSecurityTokenRepository"; reason: private alias.
Removed service ".Sylius\Resource\Doctrine\Persistence\RepositoryInterface $payment security token repository"; reason: private alias.
Removed service "Sylius\Resource\Doctrine\Persistence\RepositoryInterface $paymentSecurityTokenRepository"; reason: private alias.
Removed service ".Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $payment security token repository"; reason: private alias.
Removed service "Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository $paymentSecurityTokenRepository"; reason: private alias.
Removed service ".Sylius\Component\Resource\Repository\RepositoryInterface $payment security token repository"; reason: private alias.
Removed service "Sylius\Component\Resource\Repository\RepositoryInterface $paymentSecurityTokenRepository"; reason: private alias.
Removed service ".Doctrine\ORM\EntityRepository $payment security token repository"; reason: private alias.
Removed service "Doctrine\ORM\EntityRepository $paymentSecurityTokenRepository"; reason: private alias.
Removed service ".Sylius\Resource\Factory\FactoryInterface $payment security token factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\FactoryInterface $paymentSecurityTokenFactory"; reason: private alias.
Removed service ".Sylius\Resource\Factory\Factory $payment security token factory"; reason: private alias.
Removed service "Sylius\Resource\Factory\Factory $paymentSecurityTokenFactory"; reason: private alias.
Removed service ".Sylius\Component\Resource\Factory\FactoryInterface $payment security token factory"; reason: private alias.
Removed service "Sylius\Component\Resource\Factory\FactoryInterface $paymentSecurityTokenFactory"; reason: private alias.
Removed service "Sylius\Bundle\PayumBundle\Checker\PayumGatewayConfigEncryptionCheckerInterface"; reason: private alias.
Removed service "Sylius\Bundle\PayumBundle\Factory\GetStatusFactoryInterface"; reason: private alias.
Removed service "Sylius\Bundle\PayumBundle\Factory\ResolveNextRouteFactoryInterface"; reason: private alias.
Removed service "Sylius\Bundle\PayumBundle\Provider\PaymentDescriptionProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\PayumBundle\PaymentRequest\Context\PaymentRequestContextInterface"; reason: private alias.
Removed service "Sylius\Bundle\PayumBundle\PaymentRequest\Factory\PayumTokenFactoryInterface"; reason: private alias.
Removed service "Sylius\Bundle\PayumBundle\PaymentRequest\Processor\AfterTokenRequestProcessorInterface"; reason: private alias.
Removed service "Sylius\Bundle\PayumBundle\PaymentRequest\Processor\RequestProcessorInterface"; reason: private alias.
Removed service "Sylius\Bundle\PayumBundle\PaymentRequest\Resolver\DoctrineProxyObjectResolverInterface"; reason: private alias.
Removed service "sylius.theme.configuration"; reason: private alias.
Removed service "sylius.theme.configuration.processor"; reason: private alias.
Removed service "sylius.theme.configuration.provider"; reason: private alias.
Removed service "sylius.factory.theme"; reason: private alias.
Removed service "sylius.factory.theme_author"; reason: private alias.
Removed service "sylius.factory.theme_screenshot"; reason: private alias.
Removed service "sylius.theme.circular_dependency_checker"; reason: private alias.
Removed service "sylius.theme.loader"; reason: private alias.
Removed service "sylius.theme.context.settable"; reason: private alias.
Removed service "sylius.repository.theme"; reason: private alias.
Removed service "sylius.theme.hierarchy_provider"; reason: private alias.
Removed service "Sylius\Bundle\ThemeBundle\Context\ThemeContextInterface"; reason: private alias.
Removed service "sylius.context.theme"; reason: private alias.
Removed service "Sylius\Bundle\CoreBundle\Security\UserImpersonatorInterface"; reason: private alias.
Removed service "Sylius\Bundle\AdminBundle\Notification\NotificationProviderInterface"; reason: private alias.
Removed service "sylius_admin.provider.notification.composite"; reason: private alias.
Removed service "Sylius\Bundle\AdminBundle\Doctrine\Query\Taxon\AllTaxonsInterface"; reason: private alias.
Removed service "Sylius\Bundle\AdminBundle\Console\Command\Factory\QuestionFactoryInterface"; reason: private alias.
Removed service "sylius.http_client"; reason: private alias.
Removed service "Sylius\Bundle\AdminBundle\Generator\TaxonSlugGeneratorInterface"; reason: private alias.
Removed service "Sylius\Bundle\AdminBundle\Provider\LoggedInAdminUserProviderInterface"; reason: private alias.
Removed service "Sylius\Component\Core\Storage\CartStorageInterface"; reason: private alias.
Removed service "Sylius\Bundle\ShopBundle\Locale\LocaleSwitcherInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_processor.documentation"; reason: private alias.
Removed service "api_platform.state_provider.documentation"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "sylius_api.provider.payment_configuration.composite"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Provider\CompositePaymentConfigurationProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Context\UserContextInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Provider\PathPrefixProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Provider\ImageFiltersProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Provider\AdjustmentOrderProviderInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Resolver\OperationResolverInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Changer\PaymentMethodChangerInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Converter\IriToIdentifierConverterInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Mapper\AddressMapperInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Checker\AppliedCouponEligibilityCheckerInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Modifier\OrderAddressModifierInterface"; reason: private alias.
Removed service "Sylius\Bundle\ApiBundle\Assigner\OrderPromotionCodeAssignerInterface"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $sylius.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $syliusStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $sylius.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $syliusStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $sylius.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $syliusStorage"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Sylius\TwigHooks\Hook\Renderer\HookRendererInterface"; reason: private alias.
Removed service "Sylius\TwigHooks\Hookable\Merger\HookableMergerInterface"; reason: private alias.
Removed service "Sylius\TwigHooks\Hookable\Renderer\HookableRendererInterface"; reason: private alias.
Removed service "Sylius\TwigHooks\Hookable\Renderer\HookableRendererInterface $compositeHookableRenderer"; reason: private alias.
Removed service "Sylius\TwigHooks\Hook\Normalizer\Name\NameNormalizerInterface"; reason: private alias.
Removed service "Sylius\TwigHooks\Hook\Normalizer\Prefix\PrefixNormalizerInterface"; reason: private alias.
Removed service "Sylius\TwigHooks\Hook\Normalizer\Prefix\PrefixNormalizerInterface $removeSectionPartNormalizer"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "console.command.stimulus_component_debug"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\LiveResponder"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\ComponentValidatorInterface"; reason: private alias.
Removed service ".ux_icons.icon_registry"; reason: private alias.
Removed service "Symfony\UX\Icons\IconRendererInterface"; reason: private alias.
Removed service "sylius.modifier.cart.limiting_order_item_quantity"; reason: private alias.
Removed service "sylius.form.type.cart_item"; reason: private alias.
Removed service "sylius_shop.form.type.cart"; reason: private alias.
Removed service "sylius.form.extension.type.cart_item"; reason: private alias.
Removed service "sylius_shop.form.type.customer_registration"; reason: private alias.
Removed service "sylius_shop.twig.component.product.summary"; reason: private alias.
Removed service "sylius.number_generator.sequential_order"; reason: private alias.
Removed service "sylius_shop.twig.component.cart.summary"; reason: private alias.
Removed service "sylius_shop.twig.component.cart.widget"; reason: private alias.
Removed service "sylius_shop.twig.component.cart.widget.offcanvas"; reason: private alias.
Removed service "sylius_shop.twig.component.product.price"; reason: private alias.
Removed service "sylius_shop.twig.component.cart.form"; reason: private alias.
Removed service "app.repository.order"; reason: private alias.
Removed service "app.repository.customer"; reason: private alias.
Removed service "sylius.form.extension.type.cart"; reason: private alias.
Removed service "sylius_admin.menu_builder.main"; reason: private alias.
Removed service "sylius_admin.twig.component.shared.navbar.user_dropdown"; reason: private alias.
Removed service "sylius_shop.menu_builder.account"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $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 $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $payumLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Sylius\Component\Order\Processor\OrderProcessorInterface"; reason: private alias.
Removed service "Sylius\Component\Order\Context\CartContextInterface"; reason: private alias.
Removed service "Sylius\Component\Currency\Context\CurrencyContextInterface"; reason: private alias.
Removed service "sylius.controller_state_machine.adjustment"; reason: private alias.
Removed service "sylius.controller_state_machine.order"; reason: private alias.
Removed service "sylius.controller_state_machine.order_item"; reason: private alias.
Removed service "sylius.controller_state_machine.order_item_unit"; reason: private alias.
Removed service "sylius.controller_state_machine.order_sequence"; reason: private alias.
Removed service "sylius.controller_state_machine.currency"; reason: private alias.
Removed service "sylius.controller_state_machine.exchange_rate"; reason: private alias.
Removed service "sylius.controller_state_machine.locale"; reason: private alias.
Removed service "sylius.controller_state_machine.product"; reason: private alias.
Removed service "sylius.controller_state_machine.product_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.product_variant"; reason: private alias.
Removed service "sylius.controller_state_machine.product_variant_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.product_option"; reason: private alias.
Removed service "sylius.controller_state_machine.product_option_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.product_association"; reason: private alias.
Removed service "sylius.controller_state_machine.product_option_value"; reason: private alias.
Removed service "sylius.controller_state_machine.product_option_value_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.product_association_type"; reason: private alias.
Removed service "sylius.controller_state_machine.product_association_type_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.channel"; reason: private alias.
Removed service "sylius.controller_state_machine.product_attribute"; reason: private alias.
Removed service "sylius.controller_state_machine.product_attribute_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.product_attribute_value"; reason: private alias.
Removed service "sylius.controller_state_machine.tax_rate"; reason: private alias.
Removed service "sylius.controller_state_machine.tax_category"; reason: private alias.
Removed service "sylius.controller_state_machine.shipment"; reason: private alias.
Removed service "sylius.controller_state_machine.shipment_unit"; reason: private alias.
Removed service "sylius.controller_state_machine.shipping_method"; reason: private alias.
Removed service "sylius.controller_state_machine.shipping_method_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.shipping_category"; reason: private alias.
Removed service "sylius.controller_state_machine.shipping_method_rule"; reason: private alias.
Removed service "sylius.controller_state_machine.payment"; reason: private alias.
Removed service "sylius.controller_state_machine.payment_method"; reason: private alias.
Removed service "sylius.controller_state_machine.payment_method_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.gateway_config"; reason: private alias.
Removed service "sylius.controller_state_machine.payment_request"; reason: private alias.
Removed service "sylius.controller_state_machine.catalog_promotion"; reason: private alias.
Removed service "sylius.controller_state_machine.catalog_promotion_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.catalog_promotion_scope"; reason: private alias.
Removed service "sylius.controller_state_machine.promotion_subject"; reason: private alias.
Removed service "sylius.controller_state_machine.promotion"; reason: private alias.
Removed service "sylius.controller_state_machine.promotion_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.promotion_coupon"; reason: private alias.
Removed service "sylius.controller_state_machine.catalog_promotion_action"; reason: private alias.
Removed service "sylius.controller_state_machine.promotion_rule"; reason: private alias.
Removed service "sylius.controller_state_machine.promotion_action"; reason: private alias.
Removed service "sylius.controller_state_machine.address"; reason: private alias.
Removed service "sylius.controller_state_machine.address_log_entry"; reason: private alias.
Removed service "sylius.controller_state_machine.country"; reason: private alias.
Removed service "sylius.controller_state_machine.province"; reason: private alias.
Removed service "sylius.controller_state_machine.zone"; reason: private alias.
Removed service "sylius.controller_state_machine.zone_member"; reason: private alias.
Removed service "sylius.controller_state_machine.inventory_unit"; reason: private alias.
Removed service "sylius.controller_state_machine.taxon"; reason: private alias.
Removed service "sylius.controller_state_machine.taxon_translation"; reason: private alias.
Removed service "sylius.controller_state_machine.admin_user"; reason: private alias.
Removed service "sylius.controller_state_machine.shop_user"; reason: private alias.
Removed service "sylius.controller_state_machine.oauth_user"; reason: private alias.
Removed service "sylius.controller_state_machine.customer"; reason: private alias.
Removed service "sylius.controller_state_machine.customer_group"; reason: private alias.
Removed service "sylius.controller_state_machine.product_review"; reason: private alias.
Removed service "sylius.controller_state_machine.product_reviewer"; reason: private alias.
Removed service "sylius.controller_state_machine.product_taxon"; reason: private alias.
Removed service "sylius.controller_state_machine.avatar_image"; reason: private alias.
Removed service "sylius.controller_state_machine.product_image"; reason: private alias.
Removed service "sylius.controller_state_machine.taxon_image"; reason: private alias.
Removed service "sylius.controller_state_machine.channel_pricing"; reason: private alias.
Removed service "sylius.controller_state_machine.channel_price_history_config"; reason: private alias.
Removed service "sylius.controller_state_machine.channel_pricing_log_entry"; reason: private alias.
Removed service "sylius.controller_state_machine.shop_billing_data"; reason: private alias.
Removed service "app.controller_state_machine.pickup_location"; reason: private alias.
Removed service "app.controller_state_machine.referrer"; reason: private alias.
Removed service "app.controller_state_machine.case_worker"; reason: private alias.
Removed service "app.controller_state_machine.auth_code"; reason: private alias.
Removed service "app.controller_state_machine.customer"; reason: private alias.
Removed service "app.controller_state_machine.product"; reason: private alias.
Removed service "app.controller_state_machine.order"; reason: private alias.
Removed service "sylius.controller_state_machine.payment_security_token"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service "twig.extension.pagerfanta"; reason: private alias.
Removed service "white_october_pagerfanta.view_factory"; reason: private alias.
Removed service ".service_locator.lWPpfZe"; reason: private alias.
Removed service ".service_locator.0ZYcZ25"; reason: private alias.
Removed service ".service_locator.9LJrHhf"; reason: private alias.
Removed service ".service_locator.eJMz7N7"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
Removed service ".service_locator.2lBVlh1"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "sylius_api.api_platform.metadata.resource.metadata_collection_factory.duplicate_operation_replacer.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "sylius_twig_hooks.renderer.hook"; reason: private alias.
Removed service "sylius_twig_hooks.renderer.hookable"; reason: private alias.
Removed service "sylius.state_provider.read"; reason: private alias.
Removed service "api_platform.state_provider.documentation.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "sylius.state_provider.dispatch_post_read_event.inner"; reason: private alias.
Removed service "sylius.resource_metadata_collection.factory.attributes"; reason: private alias.
Removed service "sylius.state_processor.flash.inner"; reason: private alias.
Removed service "sylius.state_provider.deserialize.inner"; reason: private alias.
Removed service "sylius.context.currency.composite.inner"; reason: private alias.
Removed service "sylius.context.channel.cached.inner"; reason: private alias.
Removed service "sylius.context.cart.new"; reason: private alias.
Removed service "sylius.context.currency.channel_aware.inner"; reason: private alias.
Removed service "sylius.provider.locale"; reason: private alias.
Removed service "form.type_extension.form.request_handler"; reason: private alias.
Removed service "sylius.resource_controller.resources_resolver"; reason: private alias.
Removed service "Sylius\Bundle\ThemeBundle\Asset\Installer\AssetsInstallerInterface"; reason: private alias.
Removed service "Sylius\Bundle\ThemeBundle\Twig\Loader\ThemedTemplateLoader.inner"; reason: private alias.
Removed service "translator.default"; reason: private alias.
Removed service "Sylius\Bundle\ThemeBundle\Translation\Translator"; reason: private alias.
Removed service "sylius_twig_hooks.renderer.hook.debug_comment.inner"; reason: private alias.
Removed service "sylius_twig_hooks.renderer.hookable.debug_comment.inner"; reason: private alias.
Removed service "App\Component\Cart\Context\ShopBasedCartContext.inner"; reason: private alias.
Removed service "sylius.resource_metadata_collection.factory.doctrine.inner"; reason: private alias.
Removed service "sylius.resource_metadata_collection.factory.redirect.inner"; reason: private alias.
Removed service "sylius.state_processor.locator"; reason: private alias.
Removed service "sylius.state_processor.dispatch_post_write_event.inner"; reason: private alias.
Removed service "sylius.state_processor.serialize.inner"; reason: private alias.
Removed service "sylius.state_provider.form.inner"; reason: private alias.
Removed service "api_platform.state_processor.documentation.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "sylius.state_processor.bulk_aware.inner"; reason: private alias.
Removed service "sylius.state_processor.write.inner"; reason: private alias.
Removed service "sylius.state_provider.validate.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_processor.documentation.write.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.content_negotiation.inner"; reason: private alias.
Removed service "twig.error_renderer.html"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "sylius_api.context_builder.logged_in_customer_email_aware.inner"; reason: private alias.
Removed service "sylius_api.context_builder.channel.inner"; reason: private alias.
Removed service "sylius_api.context_builder.locale_code_aware.inner"; reason: private alias.
Removed service "sylius_api.context_builder.locale.inner"; reason: private alias.
Removed service "sylius_api.context_builder.http_request_method_type.inner"; reason: private alias.
Removed service "sylius_api.context_builder.logged_in_shop_user_id_aware.inner"; reason: private alias.
Removed service "sylius_api.context_builder.shipment_aware.inner"; reason: private alias.
Removed service "sylius_api.context_builder.payment_aware.inner"; reason: private alias.
Removed service "sylius_api.context_builder.payment_request_hash_aware.inner"; reason: private alias.
Removed service "sylius_api.context_builder.order_token_value_aware.inner"; reason: private alias.
Removed service "sylius_api.context_builder.order_item_aware.inner"; reason: private alias.
Removed service "sylius_api.context_builder.promotion_code_aware.inner"; reason: private alias.
Removed service "sylius_api.context_builder.token_aware.admin_user_reset_password.inner"; reason: private alias.
Removed service "sylius_api.context_builder.token_aware.shop_user_reset_password.inner"; reason: private alias.
Removed service "sylius_api.context_builder.token_aware.verify_shop_user.inner"; reason: private alias.
Removed service "sylius_api.context_builder.payment_request_action_aware.inner"; reason: private alias.
Removed service "api_platform.symfony.iri_converter"; reason: private alias.
Removed service "sylius.routing.factory.operation_route_path_factory.default"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.json_schema.metadata.property.metadata_factory.schema.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "addressuat.client"; reason: private alias.
Removed service "addressprod.client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service ".debug.addressuat.client.inner"; reason: private alias.
Removed service ".debug.addressprod.client.inner"; reason: private alias.
Removed service "sylius.modifier.order_item_quantity"; reason: private alias.
Removed service "sylius.form.data_mapper.order_item_quantity"; reason: private alias.
Removed service "App\Menu\AccountMenuBuilder.inner"; reason: private alias.
Removed service "App\Menu\MainMenuBuilder.inner"; reason: private alias.
Removed service "App\Menu\Referrer\MainMenuBuilder.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 "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.referrer"; reason: private alias.
Removed service "security.firewall.authenticator.api_admin"; reason: private alias.
Removed service "security.firewall.authenticator.api_shop"; reason: private alias.
Removed service "security.firewall.authenticator.shop"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "sylius.provider.locale_collection"; reason: private alias.
Removed service "sylius.repository.tree.taxon"; reason: private alias.
Removed service "ux.twig_component.component_template_finder"; reason: private alias.
Removed service "locale_aware_listener"; reason: private alias.
Removed service "sylius.resource_controller.resource_update_handler"; reason: private alias.
Removed service "sylius.resource_controller.resource_delete_handler"; reason: private alias.
Removed service "sylius.context.initiator.request_context"; reason: private alias.
Removed service "sylius.resource_metadata_collection.factory.vars.inner"; reason: private alias.
Removed service "sylius.resource_metadata_collection.factory.provider.inner"; reason: private alias.
Removed service "sylius.resource_metadata_collection.factory.resource_factory.inner"; reason: private alias.
Removed service "sylius.resource_metadata_collection.factory.event_short_name.inner"; reason: private alias.
Removed service "sylius.resource_metadata_collection.factory.templates_dir.inner"; reason: private alias.
Removed service "sylius.state_provider.locator"; reason: private alias.
Removed service "sylius.twig.context.factory"; reason: private alias.
Removed service "sylius.twig.context.factory.legacy.inner"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.container_repository_factory"; reason: private alias.
Removed service "sylius.command_provider.payment_request.offline"; reason: private alias.
Removed service "Sylius\Bundle\ThemeBundle\Twig\Locator\TemplateLocatorInterface"; reason: private alias.
Removed service "sylius.resource_controller.redirect_handler"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "api_platform.serializer.context_builder.filter.inner"; reason: private alias.
Removed service "api_platform.state_processor.add_link_header.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.read"; reason: private alias.
Removed service "api_platform.swagger_ui.provider.inner"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.hydra.name_converter.hydra_prefix.inner"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.access_checker.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.access_checker"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "api_platform.doctrine.orm.query_extension.filter_eager_loading"; reason: private alias.
Removed service "api_platform.state_processor.write"; reason: private alias.
Removed service "api_platform.doctrine.orm.state.remove_processor"; reason: private alias.
Removed service "sylius.validator.groups_generator.shipping_method_configuration"; reason: private alias.
Removed service "sylius.validator.groups_generator.payment_method"; reason: private alias.
Removed service "api_platform.route_loader"; reason: private alias.
Removed service "lexik_jwt_authentication.api_platform.openapi.factory"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "sylius_twig_extra.twig.ux.component_template_finder.inner"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.referrer"; reason: private alias.
Removed service "security.event_dispatcher.api_admin"; reason: private alias.
Removed service "security.event_dispatcher.api_shop"; reason: private alias.
Removed service "security.event_dispatcher.shop"; reason: private alias.
Removed service "sylius.payment_request.command_bus"; reason: private alias.
Removed service "sylius.command_bus"; reason: private alias.
Removed service "sylius.query_bus"; reason: private alias.
Removed service "sylius.event_bus"; reason: private alias.
Removed service "state_machine.sylius_catalog_promotion"; reason: private alias.
Removed service "state_machine.sylius_order"; reason: private alias.
Removed service "state_machine.sylius_order_checkout"; reason: private alias.
Removed service "state_machine.sylius_order_payment"; reason: private alias.
Removed service "state_machine.sylius_order_shipping"; reason: private alias.
Removed service "state_machine.sylius_payment"; reason: private alias.
Removed service "state_machine.sylius_payment_request"; reason: private alias.
Removed service "state_machine.sylius_product_review"; reason: private alias.
Removed service "state_machine.sylius_shipment"; reason: private alias.
Removed service "state_machine.sylius_order_checkout_two"; reason: private alias.
Removed service ".doctrine.orm.default_metadata_driver.inner"; reason: private alias.
Removed service "exception_listener"; reason: private alias.
Removed service "sylius.checker.gateway_config_encryption"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.json_schema.backward_compatible_schema_factory.inner"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "sylius.routing.factory.operation_route_path_factory.show.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service "sylius.routing.factory.operation_route_path_factory.delete.inner"; reason: private alias.
Removed service "sylius.routing.factory.operation_route_path_factory.update.inner"; reason: private alias.
Removed service "sylius.routing.factory.operation_route_path_factory.bulk_operation.inner"; reason: private alias.
Removed service "sylius.routing.factory.operation_route_path_factory.create.inner"; reason: private alias.
Removed service "Sylius\Bundle\ThemeBundle\Translation\Finder\TranslationFilesFinderInterface"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.w9bZV0W"; reason: private alias.
Removed service ".service_locator.q9iXC7l"; reason: private alias.
Removed service ".service_locator.t69cIZW"; reason: private alias.
Removed service ".service_locator.pWcpRe2"; reason: private alias.
Removed service ".service_locator.9nvaCmp"; reason: private alias.
Removed service ".service_locator.qE7pSfi"; reason: private alias.
419
Changed reference of service "App\Component\Cart\Context\ShopBasedCartContext" previously pointing to "sylius.custom_factory.order" to "sylius.factory.order".
Changed reference of service "App\Controller\OrderController" previously pointing to "sylius.custom_factory.order" to "sylius.factory.order".
Changed reference of service "App\Controller\Referrer\DashboardController" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\CartChangeListener" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
Changed reference of service "App\EventListener\Workflow\OrderCheckout\ProcessCartListener" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
Changed reference of service "App\Form\EventSubscriber\AdminProductFormSubscriber" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "App\Menu\AccountMenuBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Menu\MainMenuBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Menu\MainMenuBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Referrer\MainMenuBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Menu\Referrer\MainMenuBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\AddressService" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "App\Twig\Components\Admin\Navbar\UserDropdownComponent" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\Components\Cart\FormCustom" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Twig\Components\Cart\SummaryCustom" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "App\Twig\Components\Cart\WidgetCustom" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "App\Twig\Components\Homepage\AllProducts" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "App\Twig\Components\Homepage\AllProducts" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "App\Twig\Components\Homepage\DonationChoice" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "App\Twig\Components\Homepage\DonationChoice" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "App\Twig\Components\Product\AddToCartFormCustom" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\Components\Product\AddToCartFormCustom" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Twig\Components\Product\AddToCartFormCustom" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "App\Twig\Components\Product\AddToCartFormCustom" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.order_item".
Changed reference of service "App\Twig\Components\Product\PriceCustom" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "App\Twig\Components\Product\PriceCustom" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "App\Twig\Components\Product\PriceCustom" previously pointing to "sylius.context.currency.channel_aware" to "sylius.context.currency".
Changed reference of service "App\Twig\Components\Referrer\Navbar\UserDropdownComponent" previously pointing to "router.default" to "router".
Changed reference of service "sylius.listener.workflow.order_checkout.process_cart" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
Changed reference of service "argument_resolver.request_payload" previously pointing to "debug.validator" to "validator".
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 "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.gmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.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 "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" 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 "twig.runtime.security_csrf" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
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.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "data_collector.workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.admin" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.jwt.api_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api_admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.api_admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.api_admin.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_admin.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_admin.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.api_shop" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api_shop" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.api_shop" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.api_shop.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_shop.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_shop.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.shop" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.switchuser_listener.shop" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.shop" previously pointing to "router.default" to "router".
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 "twig.form.renderer" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service "sylius.controller.adjustment" previously pointing to "sylius.custom_factory.adjustment" to "sylius.factory.adjustment".
Changed reference of service "sylius.controller.order_item" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.order_item".
Changed reference of service "sylius.modifier.order" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
Changed reference of service "sylius.remover.expired_carts" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.listener.request_locale_setter" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius.twig.extension.locale" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius.controller.product" previously pointing to "sylius.custom_factory.product" to "Sylius\Component\Product\Factory\ProductFactoryInterface".
Changed reference of service "sylius.controller.product_variant" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
Changed reference of service "sylius.factory.product_option" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.factory.product_option_value" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.factory.product_association_type" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.form.type.product" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.generator.product_variant" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
Changed reference of service "sylius.controller.channel" previously pointing to "sylius.custom_factory.channel" to "sylius.factory.channel".
Changed reference of service "sylius.context.channel.request_based" previously pointing to "sylius.context.channel.request_based.resolver.composite" to "sylius.context.channel.request_based.resolver".
Changed reference of service "sylius.collector.channel" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius.form.type.attribute_type.select" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.form.type.attribute_type.configuration.select_attribute_value_translations" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.factory.product_attribute" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.factory.shipping_method" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.controller.payment" previously pointing to "sylius.custom_factory.payment" to "sylius.factory.payment".
Changed reference of service "sylius.controller.payment_method" previously pointing to "sylius.custom_factory.payment_method" to "sylius.factory.payment_method".
Changed reference of service "sylius.email_renderer.adapter.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.email_renderer.adapter.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.email_renderer.adapter.twig" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.email_renderer.adapter.twig" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.email_sender.adapter.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.email_sender.adapter.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.email_sender.adapter.symfony_mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Sylius\Bundle\MailerBundle\Console\Command\Dumper\EmailDetailDumperInterface" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Sylius\Bundle\MailerBundle\Console\Command\Dumper\EmailsListDumper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sylius.generator.promotion_coupon" previously pointing to "sylius.custom_factory.promotion_coupon" to "sylius.factory.promotion_coupon".
Changed reference of service "sylius.controller.promotion_coupon" previously pointing to "sylius.custom_factory.promotion_coupon" to "sylius.factory.promotion_coupon".
Changed reference of service "sylius.controller.promotion_rule" previously pointing to "sylius.custom_factory.promotion_rule" to "sylius.factory.promotion_rule".
Changed reference of service "sylius.controller.promotion_action" previously pointing to "sylius.custom_factory.promotion_action" to "sylius.factory.promotion_action".
Changed reference of service "sylius.controller.address" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
Changed reference of service "sylius.controller.zone" previously pointing to "sylius.custom_factory.zone" to "sylius.factory.zone".
Changed reference of service "sylius.controller.taxon" previously pointing to "sylius.custom_factory.taxon" to "sylius.factory.taxon".
Changed reference of service "sylius.listener.user_mailer" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius.listener.user_mailer" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius.controller.security" previously pointing to "router.default" to "router".
Changed reference of service "sylius.twig.extension.redirect_path" previously pointing to "sylius.grid.filter_storage.session" to "sylius.grid.filter_storage".
Changed reference of service "sylius.twig.extension.redirect_path" previously pointing to "router.default" to "router".
Changed reference of service "sylius.listener.catalog_promotion.created" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.listener.catalog_promotion.updated" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.listener.catalog_promotion.ended" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.listener.catalog_promotion.state_changed" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.announcer.catalog_promotion.removal" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.command_dispatcher.catalog_promotion.batched_apply_on_variants" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.command_dispatcher.resend_order_confirmation_email" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.command_dispatcher.resend_shipment_confirmation_email" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.command_dispatcher.reset_password" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.command_handler.admin.account.request_reset_password_email" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.console.command.setup" previously pointing to "debug.validator" to "validator".
Changed reference of service "sylius.context.shopper" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius.context.shopper" previously pointing to "sylius.context.currency.channel_aware" to "sylius.context.currency".
Changed reference of service "sylius.context.shopper" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius.context.cart.customer_and_channel_based" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius.context.currency.storage_based" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius.provider.locale.channel_based" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius.fixture.geographical" previously pointing to "sylius.custom_factory.zone" to "sylius.factory.zone".
Changed reference of service "sylius.fixture.example_factory.payment_method" previously pointing to "sylius.custom_factory.payment_method" to "sylius.factory.payment_method".
Changed reference of service "sylius.fixture.example_factory.channel" previously pointing to "sylius.custom_factory.channel" to "sylius.factory.channel".
Changed reference of service "sylius.fixture.example_factory.promotion" previously pointing to "sylius.custom_factory.promotion_coupon" to "sylius.factory.promotion_coupon".
Changed reference of service "sylius.fixture.example_factory.promotion_action" previously pointing to "sylius.custom_factory.promotion_action" to "sylius.factory.promotion_action".
Changed reference of service "sylius.fixture.example_factory.promotion_rule" previously pointing to "sylius.custom_factory.promotion_rule" to "sylius.factory.promotion_rule".
Changed reference of service "sylius.fixture.example_factory.taxon" previously pointing to "sylius.custom_factory.taxon" to "sylius.factory.taxon".
Changed reference of service "sylius.fixture.example_factory.product" previously pointing to "sylius.custom_factory.product" to "Sylius\Component\Product\Factory\ProductFactoryInterface".
Changed reference of service "sylius.fixture.example_factory.product" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
Changed reference of service "sylius.fixture.example_factory.address" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
Changed reference of service "sylius.fixture.example_factory.order" previously pointing to "sylius.custom_factory.order" to "sylius.factory.order".
Changed reference of service "sylius.fixture.example_factory.order" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.order_item".
Changed reference of service "sylius.fixture.example_factory.order" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
Changed reference of service "sylius.fixture.listener.catalog_promotion_executor" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.setup.installer.channel" previously pointing to "sylius.custom_factory.channel" to "sylius.factory.channel".
Changed reference of service ".3_FilesystemRequirements~JOaEYHb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".2_ExtensionsRequirements~JOaEYHb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".1_SettingsRequirements~JOaEYHb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sylius.listener.workflow.order.hold_inventory" previously pointing to "sylius.custom_operator.inventory.order_inventory" to "Sylius\Component\Core\Inventory\Operator\OrderInventoryOperatorInterface".
Changed reference of service "sylius.listener.workflow.order.give_back_inventory" previously pointing to "sylius.custom_operator.inventory.order_inventory" to "Sylius\Component\Core\Inventory\Operator\OrderInventoryOperatorInterface".
Changed reference of service "sylius.listener.workflow.order_payment.sell_order_inventory" previously pointing to "sylius.custom_operator.inventory.order_inventory" to "Sylius\Component\Core\Inventory\Operator\OrderInventoryOperatorInterface".
Changed reference of service "sylius.listener.order_recalculation" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
Changed reference of service "sylius.processor.order_pay.route_parameters" previously pointing to "router.default" to "router".
Changed reference of service "sylius.order_processing.shipping_charges_processor" previously pointing to "sylius.custom_factory.adjustment" to "sylius.factory.adjustment".
Changed reference of service "sylius.command_dispatcher.price_history.batched_apply_lowest_price_on_channel_pricings" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius.command.promotion_action.unit_fixed_discount" previously pointing to "sylius.custom_factory.adjustment" to "sylius.factory.adjustment".
Changed reference of service "sylius.command.promotion_action.unit_percentage_discount" previously pointing to "sylius.custom_factory.adjustment" to "sylius.factory.adjustment".
Changed reference of service "sylius.command.promotion_action.shipping_percentage_discount" previously pointing to "sylius.custom_factory.adjustment" to "sylius.factory.adjustment".
Changed reference of service "sylius.applicator.promotion.units_adjustments" previously pointing to "sylius.custom_factory.adjustment" to "sylius.factory.adjustment".
Changed reference of service "sylius.provider.channel_based_product_translation" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius.applicator.taxation.order_shipment" previously pointing to "sylius.custom_factory.adjustment" to "sylius.factory.adjustment".
Changed reference of service "sylius.applicator.taxation.order_items" previously pointing to "sylius.custom_factory.adjustment" to "sylius.factory.adjustment".
Changed reference of service "sylius.applicator.taxation.order_item_units" previously pointing to "sylius.custom_factory.adjustment" to "sylius.factory.adjustment".
Changed reference of service "sylius.twig.extension.channel_url" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius.validator.locales_aware_valid_attribute_value" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.collector.cart" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "sylius.remover.channel_pricing_log_entries" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.provider.payment.order" previously pointing to "sylius.custom_factory.payment" to "sylius.factory.payment".
Changed reference of service "sylius.checker.order.promotions_integrity" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
Changed reference of service "sylius.resource_controller.flash_helper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sylius.resource_controller.event_dispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.dispatcher.operation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.helper.flash" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sylius.resource_metadata_collection.factory.redirect" previously pointing to "sylius.routing.factory.operation_route_name_factory" to "Sylius\Resource\Symfony\Routing\Factory\RouteName\OperationRouteNameFactoryInterface".
Changed reference of service "sylius.routing.loader.routes_attributes" previously pointing to "sylius.routing.factory.route_attributes" to "Sylius\Bundle\ResourceBundle\Routing\RouteAttributesFactoryInterface".
Changed reference of service "sylius.routing.loader.routes_attributes" previously pointing to "sylius.routing.factory.attributes_operation_route" to "Sylius\Resource\Symfony\Routing\Factory\AttributesOperationRouteFactoryInterface".
Changed reference of service "sylius.routing.redirect_handler" previously pointing to "router.default" to "router".
Changed reference of service "sylius.routing.redirect_handler" previously pointing to "sylius.routing.factory.operation_route_name_factory" to "Sylius\Resource\Symfony\Routing\Factory\RouteName\OperationRouteNameFactoryInterface".
Changed reference of service "sylius.state_provider.form" previously pointing to "sylius.form.factory" to "Sylius\Resource\Symfony\Form\Factory\FormFactoryInterface".
Changed reference of service "sylius.state_provider.validate" previously pointing to "debug.validator" to "validator".
Changed reference of service "Sylius\Resource\Grid\State\RequestGridProvider" previously pointing to "sylius.grid.view_factory.legacy" to "Sylius\Resource\Grid\View\Factory\GridViewFactoryInterface".
Changed reference of service "sylius.form.type.resource_translations" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.translatable_entity_locale_assigner" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius.translatable_entity_locale_assigner" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "app.controller.referrer" previously pointing to "App\Factory\Referrer\ReferrerFactory" to "app.factory.referrer".
Changed reference of service "app.controller.customer" previously pointing to "App\Factory\Customer\CustomerFactory" to "app.factory.customer".
Changed reference of service "sylius.grid.array_to_definition_converter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "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 "payum.token_factory_builder" previously pointing to "router.default" to "router".
Changed reference of service "pagerfanta.route_generator_factory" previously pointing to "router.default" to "router".
Changed reference of service "sylius_fixtures.suite_registry" previously pointing to "sylius_fixtures.suite_factory" to "Sylius\Bundle\FixturesBundle\Suite\SuiteFactoryInterface".
Changed reference of service "sylius_payum.provider.order_pay.after_pay_response" previously pointing to "router.default" to "router".
Changed reference of service "sylius_payum.provider.payment_description" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sylius_shop.provider.order_pay.after_pay_response.payum" previously pointing to "router.default" to "router".
Changed reference of service "sylius_admin.security.shop_user_impersonator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius_admin.controller.impersonate_user" previously pointing to "router.default" to "router".
Changed reference of service "sylius_admin.controller.account.render_reset_password_page" previously pointing to "router.default" to "router".
Changed reference of service "sylius_admin.controller.account.reset_password" previously pointing to "router.default" to "router".
Changed reference of service "sylius_admin.controller.remove_avatar" previously pointing to "router.default" to "router".
Changed reference of service "sylius_admin.controller.remove_avatar" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service "sylius_admin.controller.resend_order_confirmation_email" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service "sylius_admin.controller.resend_order_confirmation_email" previously pointing to "router.default" to "router".
Changed reference of service "sylius_admin.controller.resend_shipment_confirmation_email" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service "sylius_admin.controller.account.request_password_reset" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_admin.controller.account.request_password_reset" previously pointing to "router.default" to "router".
Changed reference of service "sylius_admin.controller.dashboard" previously pointing to "router.default" to "router".
Changed reference of service "sylius_admin.resource_controller.redirect_handler" previously pointing to "sylius.grid.filter_storage.session" to "sylius.grid.filter_storage".
Changed reference of service "sylius_admin.form.type.translatable_autocomplete" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_admin.listener.resource_delete_exception" previously pointing to "router.default" to "router".
Changed reference of service "sylius_admin.event_subscriber.admin_filter" previously pointing to "sylius.grid.filter_storage.session" to "sylius.grid.filter_storage".
Changed reference of service "sylius_admin.doctrine.query.taxon.all_taxons" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius_admin.twig.component.product.form" previously pointing to "sylius.custom_factory.product" to "Sylius\Component\Product\Factory\ProductFactoryInterface".
Changed reference of service "sylius_admin.twig.component.product_variant.form" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
Changed reference of service "sylius_admin.twig.component.taxon.delete" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service "sylius_admin.console.command.create_admin_user" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_admin.command_handler.create_admin_user" previously pointing to "debug.validator" to "validator".
Changed reference of service "sylius_shop.theme.context.channel_based" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.controller.contact" previously pointing to "router.default" to "router".
Changed reference of service "sylius_shop.controller.contact" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.controller.contact" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_shop.controller.currency_switch" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.controller.register_thank_you" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.controller.register_thank_you" previously pointing to "router.default" to "router".
Changed reference of service "sylius_shop.listener.shop_cart_blamer" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "sylius_shop.listener.customer_email_updater" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.listener.customer_email_updater" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius_shop.listener.user_registration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius_shop.listener.user_registration" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.listener.order_integrity_checker" previously pointing to "router.default" to "router".
Changed reference of service "sylius_shop.listener.order_locale_assigner" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_shop.event_subscriber.session_cart" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "sylius_shop.listener.user_cart_recalculation" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "sylius_shop.listener.user_cart_recalculation" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
Changed reference of service "sylius_shop.listener.user_impersonated" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.twig.component.product.add_to_cart_form" previously pointing to "router.default" to "router".
Changed reference of service "sylius_shop.twig.component.product.add_to_cart_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius_shop.twig.component.product.add_to_cart_form" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "sylius_shop.twig.component.product.add_to_cart_form" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.order_item".
Changed reference of service "sylius_shop.twig.component.product.association" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.twig.component.product.card" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.twig.component.product.card" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_shop.twig.component.product.list" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_shop.twig.component.product.list" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.twig.component.product.breadcrumb" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_shop.twig.component.locale_switcher" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_shop.twig.component.currency_switcher" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.twig.component.currency_switcher" previously pointing to "sylius.context.currency.channel_aware" to "sylius.context.currency".
Changed reference of service "sylius_shop.twig.component.taxon_menu" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.twig.component.taxon_menu" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_shop.twig.component.product.by_slug" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.twig.component.product.by_slug" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_shop.context.cart.session_and_channel_based" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_shop.locale_switcher" previously pointing to "router.default" to "router".
Changed reference of service "sylius_shop.listener.non_channel_locale" previously pointing to "router.default" to "router".
Changed reference of service "sylius.resolver.checkout" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "sylius.router.checkout_state" previously pointing to "router.default" to "router".
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 "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.metadata.property.metadata_factory.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.state_provider.parameter_validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "sylius_api.command_handler.account.register_shop_user" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_api.command_handler.cart.pickup_cart" previously pointing to "sylius.custom_factory.order" to "sylius.factory.order".
Changed reference of service "sylius_api.command_handler.cart.add_item_to_cart" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.order_item".
Changed reference of service "sylius_api.command_handler.checkout.complete_order" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_api.command_handler.checkout.ship_shipment" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_api.command_handler.cart.change_item_quantity_in_cart" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
Changed reference of service "sylius_api.command_handler.cart.blame_cart" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
Changed reference of service "sylius_api.command_handler.account.request_reset_password_token" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_api.command_handler.account.request_shop_user_verification" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_api.command_handler.account.verify_shop_user" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_api.context_builder.channel_code_aware" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_api.context_builder.channel" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_api.context_builder.locale_code_aware" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_api.context_builder.locale" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_api.controller.delete_order_item" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_api.controller.get_product_by_slug" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "sylius_api.controller.get_product_by_slug" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_api.controller.remove_customer_shop_user" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_api.controller.get_statistics" previously pointing to "debug.validator" to "validator".
Changed reference of service "sylius_api.event_handler.order_completed" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_api.denormalizer.translatable" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius_api.state_provider.shop.product.product_attribute_value.collection" previously pointing to "sylius.context.locale.composite" to "sylius.context.locale".
Changed reference of service "sylius_api.state_processor.admin.product_image.persist" previously pointing to "debug.validator" to "validator".
Changed reference of service "sylius_api.state_processor.admin.promotion.promotion_coupon.persist" previously pointing to "debug.validator" to "validator".
Changed reference of service "sylius_api.listener.api_cart_blamer" previously pointing to "sylius.context.cart.composite" to "sylius.context.cart".
Changed reference of service "sylius_api.listener.api_cart_blamer" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service "sylius_api.assigner.order_promotion_code" previously pointing to "sylius.order_processing.order_processor.composite" to "sylius.order_processing.order_processor".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.live_component.twig.component_runtime" previously pointing to "router.default" to "router".
Changed reference of service "ux.live_component.live_controller_attributes_creator" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.entity_autocomplete_controller" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.base_entity_type" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.entity_type" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.choice_type_extension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sylius_twig_extra.twig.extension.route_exists" previously pointing to "router.default" to "router".
Changed reference of service "sylius.payment_request.command_bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.command_bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.query_bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sylius.event_bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.fnh7L8V" previously pointing to "debug.traced.sylius.command_bus" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.sylius_api.security.voter.shop_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.sylius_api.security.voter.order_adjustments" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.listener.csrf_protection" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service "controller.is_csrf_token_valid_attribute_listener" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.lHd5LiT" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.lHd5LiT" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service ".service_locator.lZH22eH" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.LyZ6cU3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.NXTTdTW" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.adjustment" to "sylius.factory.adjustment".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.order" to "sylius.factory.order".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.order_item" to "sylius.factory.order_item".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.product" to "Sylius\Component\Product\Factory\ProductFactoryInterface".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.channel" to "sylius.factory.channel".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.payment" to "sylius.factory.payment".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.payment_method" to "sylius.factory.payment_method".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.promotion_coupon" to "sylius.factory.promotion_coupon".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.promotion_rule" to "sylius.factory.promotion_rule".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.promotion_action" to "sylius.factory.promotion_action".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.address" to "sylius.factory.address".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.zone" to "sylius.factory.zone".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "sylius.custom_factory.taxon" to "sylius.factory.taxon".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "App\Factory\Referrer\ReferrerFactory" to "app.factory.referrer".
Changed reference of service ".service_locator.p26eHE1" previously pointing to "App\Factory\Customer\CustomerFactory" to "app.factory.customer".
Changed reference of service "sylius.resource_metadata_collection.factory.state_machine.inner" previously pointing to "sylius.routing.factory.operation_route_name_factory" to "Sylius\Resource\Symfony\Routing\Factory\RouteName\OperationRouteNameFactoryInterface".
Changed reference of service "sylius.custom_factory.product_variant.inner" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.custom_factory.product.inner" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.custom_factory.taxon.inner" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius.context.cart.new_shop_based.inner" previously pointing to "sylius.custom_factory.order" to "sylius.factory.order".
Changed reference of service "sylius.custom_factory.payment_method.inner" previously pointing to "sylius.provider.translation_locale.admin" to "sylius.translation_locale_provider".
Changed reference of service "sylius_admin.resource_controller.redirect_handler.inner" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.state_machine.sylius_catalog_promotion.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.sylius_order.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.sylius_order_checkout.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.sylius_order_payment.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.sylius_order_shipping.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.sylius_payment.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.sylius_payment_request.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.sylius_product_review.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.sylius_shipment.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.sylius_order_checkout_two.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Sylius\Component\Product\Factory\ProductFactoryInterface" previously pointing to "sylius.custom_factory.product_variant" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
Changed reference of service "Sylius\Resource\Symfony\Routing\Factory\AttributesOperationRouteFactoryInterface" previously pointing to "sylius.routing.factory.operation_route" to "Sylius\Resource\Symfony\Routing\Factory\OperationRouteFactoryInterface".
Changed reference of service "Sylius\Bundle\FixturesBundle\Suite\SuiteFactoryInterface" previously pointing to "sylius_fixtures.listener_registry" to "Sylius\Bundle\FixturesBundle\Listener\ListenerRegistryInterface".
Changed reference of service "sylius.context.currency" previously pointing to "sylius.context.channel.cached" to "sylius.context.channel".
Changed reference of service "event_dispatcher" previously pointing to "security.csrf.same_origin_token_manager" to "security.csrf.token_manager".
369
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "sylius.email_renderer.adapter.abstract"; reason: abstract.
Removed service "sylius.email_sender.adapter.abstract"; reason: abstract.
Removed service "sylius.admin_user_provider"; reason: abstract.
Removed service "sylius.shop_user_provider"; reason: abstract.
Removed service "sylius.oauth_user_provider"; reason: abstract.
Removed service "sylius.controller.order_pay"; reason: abstract.
Removed service "sylius.controller.payment_request_pay"; reason: abstract.
Removed service "sylius.handler.order_pay.payment_state_flash"; reason: abstract.
Removed service "sylius.provider.order_pay.payment_request_pay_url"; reason: abstract.
Removed service "sylius.provider.order_pay.after_pay_url"; reason: abstract.
Removed service "sylius.provider.order_pay.final_url"; reason: abstract.
Removed service "sylius.provider.order_pay.pay_response.payment_request"; reason: abstract.
Removed service "sylius.provider.order_pay.pay_response.no_payment"; reason: abstract.
Removed service "sylius.provider.order_pay.after_pay_response.payment_request"; reason: abstract.
Removed service "knp_gaufrette.filesystem"; reason: abstract.
Removed service "knp_gaufrette.adapter.in_memory"; reason: abstract.
Removed service "knp_gaufrette.adapter.local"; reason: abstract.
Removed service "knp_gaufrette.adapter.safe_local"; reason: abstract.
Removed service "knp_gaufrette.adapter.async_aws_s3"; reason: abstract.
Removed service "knp_gaufrette.adapter.aws_s3"; reason: abstract.
Removed service "knp_gaufrette.adapter.doctrine_dbal"; reason: abstract.
Removed service "knp_gaufrette.adapter.opencloud"; reason: abstract.
Removed service "knp_gaufrette.adapter.azure_blob_storage"; reason: abstract.
Removed service "knp_gaufrette.adapter.google_cloud_storage"; reason: abstract.
Removed service "knp_gaufrette.adapter.gridfs"; reason: abstract.
Removed service "knp_gaufrette.adapter.ftp"; reason: abstract.
Removed service "knp_gaufrette.adapter.phpseclib_sftp"; 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 "payum.extension.storage.prototype"; reason: abstract.
Removed service "Payum\Bundle\PayumBundle\Controller\PayumController"; reason: abstract.
Removed service "payum.storage.doctrine.orm"; reason: abstract.
Removed service "sylius_payum.provider.order_pay.pay_response"; reason: abstract.
Removed service "sylius_payum.provider.order_pay.after_pay_response"; reason: abstract.
Removed service "sylius_payum.command_handler.payment_request.token"; reason: abstract.
Removed service "sylius_payum.command_handler.payment_request.model"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.backed_enum_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "ux.autocomplete.wrapped_entity_type_autocompleter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extra\Intl\IntlExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extra\String\StringExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Component\Cart\Context\ShopBasedCartContext"; reason: abstract.
Removed service ".abstract.instanceof.App\Component\Cart\Context\ShopBasedCartContext"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressLookupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressLookupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AddressLookupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Referrer\AuthCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Referrer\AuthCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Referrer\AuthCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Referrer\ReferrerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Referrer\ReferrerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Referrer\ReferrerController"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\ResourceBundle\Controller\ResourceController.0.App\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\ResourceBundle\Controller\ResourceController.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\Referrer\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Referrer\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Referrer\DashboardController"; reason: abstract.
Removed service ".instanceof.Sylius\Resource\Factory\FactoryInterface.0.App\Factory\Customer\CustomerFactory"; reason: abstract.
Removed service ".instanceof.Sylius\Component\Resource\Factory\FactoryInterface.0.App\Factory\Customer\CustomerFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Factory\Customer\CustomerFactory"; reason: abstract.
Removed service ".instanceof.Sylius\Resource\Factory\FactoryInterface.0.App\Factory\Referrer\ReferrerFactory"; reason: abstract.
Removed service ".instanceof.Sylius\Component\Resource\Factory\FactoryInterface.0.App\Factory\Referrer\ReferrerFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Factory\Referrer\ReferrerFactory"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface.0.App\Fixture\EthnicityFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\Fixture\EthnicityFixtures"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\FixturesBundle\Fixture\FixtureInterface.0.App\Fixture\PickupLocationFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\Fixture\PickupLocationFixture"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\AdminOrderFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventSubscriber\AdminOrderFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\AdminProductFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventSubscriber\AdminProductFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\AdminUserFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventSubscriber\AdminUserFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\CustomerProfileFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventSubscriber\CustomerProfileFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\DonationChoiceFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventSubscriber\DonationChoiceFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\OrderItemFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventSubscriber\OrderItemFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\PickupLocationFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventSubscriber\PickupLocationFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\Referrer\CaseWorkerFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventSubscriber\Referrer\CaseWorkerFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\Referrer\ReferrerFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventSubscriber\Referrer\ReferrerFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\AdminUserTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Admin\AdminUserTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\OrderTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Admin\OrderTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Product\ChannelPricingTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Admin\Product\ChannelPricingTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Product\ProductTranslationTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Admin\Product\ProductTranslationTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Product\ProductTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Admin\Product\ProductTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\ProductVariantTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Admin\ProductVariantTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Referrer\CaseWorkerTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Admin\Referrer\CaseWorkerTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\Referrer\ReferrerTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Admin\Referrer\ReferrerTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Admin\TaxonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Admin\TaxonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Core\Checkout\CompleteTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Core\Checkout\CompleteTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Customer\CustomerGroupTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Customer\CustomerGroupTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Customer\CustomerProfileTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Customer\CustomerProfileTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Resource\CartItemCustomTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Resource\CartItemCustomTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Shop\CartCustomTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Shop\CartCustomTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Shop\CartTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Shop\CartTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Shop\CustomerRegistrationTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Shop\CustomerRegistrationTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Admin\PickupLocationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Admin\PickupLocationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\AddressType"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Checkout\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Checkout\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupDayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Checkout\PickupDayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupLocationConfirmType"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Checkout\PickupLocationConfirmType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Checkout\PickupLocationConfirmType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupLocationSelectorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Checkout\PickupLocationSelectorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Checkout\PickupLocationType"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Checkout\PickupLocationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Checkout\PickupLocationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Customer\EthnicitySelectorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Customer\EthnicitySelectorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Homepage\DonationChoiceSelectorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Homepage\DonationChoiceSelectorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Homepage\DonationChoiceType"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Homepage\DonationChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Homepage\DonationChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Order\AddToCartCustomType"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Order\AddToCartCustomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Order\AddToCartCustomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Order\CartCustomType"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Order\CartCustomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Order\CartCustomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Order\CartItemCustomType"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Order\CartItemCustomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Order\CartItemCustomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Shop\CartCustomType"; reason: abstract.
Removed service ".instanceof.Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType.0.App\Form\Type\Shop\CartCustomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Shop\CartCustomType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Customer\EthnicityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Customer\EthnicityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DonationChoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DonationChoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pickup\PickupLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Pickup\PickupLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Referrer\AuthCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Referrer\AuthCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Referrer\CaseWorkerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Referrer\CaseWorkerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Referrer\ReferrerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Referrer\ReferrerRepository"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Cart\FormCustom.0.App\Twig\Components\Cart\FormCustom"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Cart\FormCustom"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Cart\SummaryCustom.0.App\Twig\Components\Cart\SummaryCustom"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Cart\SummaryCustom"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Cart\WidgetCustom.0.App\Twig\Components\Cart\WidgetCustom"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Cart\WidgetCustom"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Checkout\Address\PickupLocation.0.App\Twig\Components\Checkout\Address\PickupLocation"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Checkout\Address\PickupLocation"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Checkout\Address\PickupLocationConfirm.0.App\Twig\Components\Checkout\Address\PickupLocationConfirm"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Checkout\Address\PickupLocationConfirm"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Homepage\AllProducts.0.App\Twig\Components\Homepage\AllProducts"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Homepage\AllProducts"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\Homepage\DonationChoice"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\Homepage\DonationChoice"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Homepage\DonationChoice.0.App\Twig\Components\Homepage\DonationChoice"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Homepage\DonationChoice"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Product\AddToCartFormCustom.0.App\Twig\Components\Product\AddToCartFormCustom"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Product\AddToCartFormCustom"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Product\PriceCustom.0.App\Twig\Components\Product\PriceCustom"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Product\PriceCustom"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Product\SummaryCustom.0.App\Twig\Components\Product\SummaryCustom"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Product\SummaryCustom"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.app.form.extension.type.cart"; reason: abstract.
Removed service ".abstract.instanceof.app.form.extension.type.cart"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Sylius\Bundle\MailerBundle\Console\Command\DebugMailerCommand"; reason: abstract.
Removed service ".abstract.instanceof.Sylius\Bundle\MailerBundle\Console\Command\DebugMailerCommand"; reason: abstract.
310
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\DependencyInjection\Compiler\SyliusOrderCheckoutStateMachineCompilerPass"; reason: unused.
Removed service "App\EventListener\Workflow\OrderCheckout\ApplyCreateTransitionOnOrderListener"; reason: unused.
Removed service "App\EventListener\Workflow\OrderCheckout\ProcessCartListener"; reason: unused.
Removed service "App\EventListener\Workflow\OrderCheckout\ResolveOrderCheckoutStateListener"; reason: unused.
Removed service "App\EventListener\Workflow\OrderCheckout\ResolveOrderPaymentStateListener"; reason: unused.
Removed service "App\EventListener\Workflow\OrderCheckout\ResolveOrderShippingStateListener"; reason: unused.
Removed service "App\EventListener\Workflow\OrderCheckout\SaveCheckoutCompletionDateListener"; reason: unused.
Removed service "App\Generator\CustomOrderNumberGenerator"; reason: unused.
Removed service "App\Model\AddressCheckerDetailResult"; reason: unused.
Removed service "App\Model\AddressCheckerResult"; reason: unused.
Removed service "App\Model\AddressCheckerResultList"; reason: unused.
Removed service "App\Model\OrderItemBasic"; reason: unused.
Removed service "App\Model\OrderItemBasicsHolder"; reason: unused.
Removed service "App\Repository\Product\ProductTaxonRepository"; reason: unused.
Removed service "App\Service\ProductService"; reason: unused.
Removed service "App\Component\Inventory\Checker\AvailabilityChecker"; reason: unused.
Removed service "Sylius\Component\Order\Model\OrderInterface"; reason: unused.
Removed service "App\Controller\DonationChoiceController"; reason: unused.
Removed service "App\Entity\Order\OrderInterface"; reason: unused.
Removed service "App\Repository\Taxon\ProductTaxonRepository"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "httplug.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 "psr18.addressuat.client"; reason: unused.
Removed service "httplug.addressuat.client"; reason: unused.
Removed service "psr18.addressprod.client"; reason: unused.
Removed service "httplug.addressprod.client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "workflow.security.expression_language"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.0"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.1"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.2"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.3"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.4"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.5"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.6"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.7"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.8"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.9"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.10"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.11"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.12"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.13"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.14"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.15"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.16"; reason: unused.
Removed service ".state_machine.sylius_order_checkout.transition.17"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "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.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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; 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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~x7dcq0J"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "sylius.converter.currency_name"; reason: unused.
Removed service "sylius.converter.country_name"; reason: unused.
Removed service "sylius.authentication.success_handler"; reason: unused.
Removed service "sylius.authentication.failure_handler"; reason: unused.
Removed service "sylius.admin_user_provider.email_based"; reason: unused.
Removed service "sylius.admin_user_provider.name_based"; reason: unused.
Removed service "sylius.shop_user_provider.email_based"; reason: unused.
Removed service "sylius.shop_user_provider.name_based"; reason: unused.
Removed service "sylius.oauth_user_provider.email_based"; reason: unused.
Removed service "sylius.oauth_user_provider.name_based"; reason: unused.
Removed service "sylius.oauth_user_provider.email_or_name_based"; reason: unused.
Removed service "sylius.context.cart.new_shop_based"; reason: unused.
Removed service "sylius.generator.invoice_number.id_based"; reason: unused.
Removed service "sylius.remover.reviewer_reviews"; 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 "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 "doctrine.migrations.migrations_factory"; reason: unused.
Removed service "sylius_payum.http_client"; reason: unused.
Removed service "Sylius\Bundle\ThemeBundle\Context\SettableThemeContext"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.inflector"; reason: unused.
Removed service "api_platform.serializer.property_metadata_loader"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; reason: unused.
Removed service "api_platform.maker.command.state_processor"; reason: unused.
Removed service "api_platform.maker.command.state_provider"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service "flysystem.adapter.lazy.factory"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service "Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service "ux.autocomplete.make_autocomplete_field"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service ".service_locator.cCP9urh"; reason: unused.
Removed service ".service_locator.cCP9urh.App\Controller\Admin\Referrer\AuthCodeController::addAuthCodesAction()"; reason: unused.
Removed service ".service_locator.dW5r51W.App\Twig\Components\Cart\FormCustom::setLiveResponder()"; reason: unused.
Removed service ".service_locator.71OocjB"; reason: unused.
Removed service ".service_locator.71OocjB.App\Twig\Components\Cart\FormCustom::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7"; reason: unused.
Removed service ".service_locator.uJOPSf7.App\Twig\Components\Cart\FormCustom::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.uJOPSf7.App\Twig\Components\Cart\SummaryCustom::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.App\Twig\Components\Cart\SummaryCustom::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.App\Twig\Components\Cart\WidgetCustom::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.App\Twig\Components\Cart\WidgetCustom::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.App\Twig\Components\Homepage\DonationChoice::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.dW5r51W.App\Twig\Components\Homepage\DonationChoice::setLiveResponder()"; reason: unused.
Removed service ".service_locator.dW5r51W.App\Twig\Components\Product\AddToCartFormCustom::setLiveResponder()"; reason: unused.
Removed service ".service_locator.uJOPSf7.App\Twig\Components\Product\AddToCartFormCustom::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.pFWNo6E"; reason: unused.
Removed service ".service_locator.pFWNo6E.App\Twig\Components\Product\AddToCartFormCustom::dehydrateProduct()"; reason: unused.
Removed service ".service_locator.EPc7n2_"; reason: unused.
Removed service ".service_locator.EPc7n2_.App\Twig\Components\Product\AddToCartFormCustom::dehydrateProductVariant()"; reason: unused.
Removed service ".service_locator.uJOPSf7.App\Twig\Components\Product\SummaryCustom::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.pFWNo6E.App\Twig\Components\Product\SummaryCustom::dehydrateProduct()"; reason: unused.
Removed service ".service_locator.EPc7n2_.App\Twig\Components\Product\SummaryCustom::dehydrateProductVariant()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.customer.order_statistics::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.dW5r51W.sylius_admin.twig.component.dashboard.channel_selector::setLiveResponder()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.dashboard.channel_selector::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.dashboard.new_orders::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.dashboard.statistics::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.order.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.order.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.dW5r51W.sylius_admin.twig.component.product.form::setLiveResponder()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.product.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.product.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.dW5r51W.sylius_admin.twig.component.product.product_attribute_autocomplete::setLiveResponder()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.product_attribute.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.product_attribute.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.product_option.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.product_option.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.product_variant.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.product_variant.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.promotion_coupon.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.promotion_coupon.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.promotion_coupon.generator_instruction_form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.shipment.ship_form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.shipment.ship_form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.taxon.delete::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.dW5r51W.sylius_admin.twig.component.taxon.delete::setLiveResponder()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.taxon.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.taxon.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.taxon.tree::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.zone.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.zone.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.admin_user.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.admin_user.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.catalog_promotion.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.catalog_promotion.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.channel.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.channel.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.country.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.country.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.currency.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.currency.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.customer.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.customer.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.customer_group.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.customer_group.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.exchange_rate.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.exchange_rate.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.locale.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.locale.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.product.generate_product_variants_form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.product.generate_product_variants_form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.product_association_type.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.product_association_type.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.product_review.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.product_review.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.promotion.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.promotion.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.shipping_category.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.shipping_category.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.shipping_method.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.shipping_method.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.tax_category.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.tax_category.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_admin.twig.component.tax_rate.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_admin.twig.component.tax_rate.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_shop.twig.component.account.register.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.account.register.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_shop.twig.component.account.profile_update.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.account.profile_update.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.account.change_password_form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_shop.twig.component.account.address.default_form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.account.address.default_form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_shop.twig.component.account.address.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.account.address.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_shop.twig.component.checkout.address.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.checkout.address.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.dW5r51W.sylius_shop.twig.component.checkout.address.address_book::setLiveResponder()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.checkout.address.address_book::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_shop.twig.component.checkout.shipping.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.checkout.shipping.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_shop.twig.component.checkout.payment.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.checkout.payment.form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.dW5r51W.sylius_shop.twig.component.product.add_to_cart_form::setLiveResponder()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.product.add_to_cart_form::dehydrateHookableMetadata()"; reason: unused.
Removed service ".service_locator.pFWNo6E.sylius_shop.twig.component.product.add_to_cart_form::dehydrateProduct()"; reason: unused.
Removed service ".service_locator.EPc7n2_.sylius_shop.twig.component.product.add_to_cart_form::dehydrateProductVariant()"; reason: unused.
Removed service ".service_locator.71OocjB.sylius_shop.twig.component.product_review.form::dehydrateResource()"; reason: unused.
Removed service ".service_locator.uJOPSf7.sylius_shop.twig.component.product_review.form::dehydrateHookableMetadata()"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "sylius.resource_controller.state_machine.symfony"; reason: unused.
Removed service ".service_locator.VCglWzX"; reason: unused.
Removed service ".service_locator.ILdUWIS"; reason: unused.
Removed service ".service_locator.lHd5LiT"; reason: unused.
Removed service ".service_locator.lHd5LiT.Payum\Bundle\PayumBundle\Controller\AuthorizeController"; reason: unused.
Removed service ".service_locator.lHd5LiT.Payum\Bundle\PayumBundle\Controller\CancelController"; reason: unused.
Removed service ".service_locator.lHd5LiT.Payum\Bundle\PayumBundle\Controller\CaptureController"; reason: unused.
Removed service ".service_locator.lHd5LiT.Payum\Bundle\PayumBundle\Controller\NotifyController"; reason: unused.
Removed service ".service_locator.lHd5LiT.Payum\Bundle\PayumBundle\Controller\PayoutController"; reason: unused.
Removed service ".service_locator.lHd5LiT.Payum\Bundle\PayumBundle\Controller\RefundController"; reason: unused.
Removed service ".service_locator.lHd5LiT.Payum\Bundle\PayumBundle\Controller\SyncController"; reason: unused.
Removed service ".service_locator.lZH22eH"; reason: unused.
Removed service ".service_locator.lZH22eH.Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.PZ0UHmb"; reason: unused.
Removed service ".service_locator.8uYWnr4"; reason: unused.
Removed service "sylius.context.locale.composite.inner"; reason: unused.
Removed service "sylius.provider.locale.channel_based.inner"; reason: unused.
Removed service "sylius.form.type_extension.form.request_handler.inner"; reason: unused.
Removed service "sylius.custom_bulk_action_grid_renderer.twig.inner"; reason: unused.
Removed service "Sylius\Bundle\ThemeBundle\Translation\Translator.inner"; reason: unused.
Removed service "App\Factory\Customer\CustomerFactory.inner"; reason: unused.
Removed service "App\Factory\Referrer\ReferrerFactory.inner"; reason: unused.
Removed service "sylius_api.validator.groups_generator.shipping_method_configuration.inner"; reason: unused.
Removed service "sylius_api.validator.groups_generator.payment_method.inner"; reason: unused.
1191
Inlined service "sylius.context.cart.new_shop_based.inner" to "App\Component\Cart\Context\ShopBasedCartContext".
Inlined service "sylius.resolver.cart.created_by_guest_flag" to "App\Component\Cart\Context\ShopBasedCartContext".
Inlined service "App\Service\MaxOrderService" to "App\Component\Cart\Context\ShopBasedCartContext".
Inlined service "App\Component\Cart\Modifier\LimitingOrderItemQuantityModifier.inner" to "App\Component\Cart\Modifier\LimitingOrderItemQuantityModifier".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AddressLookupController" to "App\Controller\AddressLookupController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Referrer\AuthCodeController" to "App\Controller\Admin\Referrer\AuthCodeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Referrer\ReferrerController" to "App\Controller\Admin\Referrer\ReferrerController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Referrer\DashboardController" to "App\Controller\Referrer\DashboardController".
Inlined service "App\Form\DataMapper\OrderItemQuantityDataMapper.inner" to "App\Form\DataMapper\OrderItemQuantityDataMapper".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.PETJA0Q" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service ".service_locator.R8J3Mry" to "console.command.workflow_dump".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version_admin" to "assets._package_admin".
Inlined service "assets._version_shop" to "assets._package_shop".
Inlined service "assets._version_app.admin" to "assets._package_app.admin".
Inlined service "assets._version_app.shop" to "assets._package_app.shop".
Inlined service "assets._version_app.shop-checkout" to "assets._package_app.shop-checkout".
Inlined service "assets._version_app.shop-registration" to "assets._package_app.shop-registration".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "addressuat.client.uri_template.inner" to "addressuat.client.uri_template".
Inlined service "addressprod.client.uri_template.inner" to "addressprod.client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
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.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service ".state_machine.sylius_catalog_promotion.transition.0" to "state_machine.sylius_catalog_promotion.definition".
Inlined service ".state_machine.sylius_catalog_promotion.transition.1" to "state_machine.sylius_catalog_promotion.definition".
Inlined service ".state_machine.sylius_catalog_promotion.transition.2" to "state_machine.sylius_catalog_promotion.definition".
Inlined service ".state_machine.sylius_catalog_promotion.transition.3" to "state_machine.sylius_catalog_promotion.definition".
Inlined service "state_machine.sylius_catalog_promotion.metadata_store" to "state_machine.sylius_catalog_promotion.definition".
Inlined service ".state_machine.sylius_order.transition.0" to "state_machine.sylius_order.definition".
Inlined service ".state_machine.sylius_order.transition.1" to "state_machine.sylius_order.definition".
Inlined service ".state_machine.sylius_order.transition.2" to "state_machine.sylius_order.definition".
Inlined service "state_machine.sylius_order.metadata_store" to "state_machine.sylius_order.definition".
Inlined service "state_machine.sylius_order_checkout.metadata_store" to "state_machine.sylius_order_checkout.definition".
Inlined service ".state_machine.sylius_order_payment.transition.0" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.1" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.2" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.3" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.4" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.5" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.6" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.7" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.8" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.9" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.10" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.11" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.12" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.13" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.14" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.15" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.16" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.17" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.18" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_payment.transition.19" to "state_machine.sylius_order_payment.definition".
Inlined service "state_machine.sylius_order_payment.metadata_store" to "state_machine.sylius_order_payment.definition".
Inlined service ".state_machine.sylius_order_shipping.transition.0" to "state_machine.sylius_order_shipping.definition".
Inlined service ".state_machine.sylius_order_shipping.transition.1" to "state_machine.sylius_order_shipping.definition".
Inlined service ".state_machine.sylius_order_shipping.transition.2" to "state_machine.sylius_order_shipping.definition".
Inlined service ".state_machine.sylius_order_shipping.transition.3" to "state_machine.sylius_order_shipping.definition".
Inlined service ".state_machine.sylius_order_shipping.transition.4" to "state_machine.sylius_order_shipping.definition".
Inlined service "state_machine.sylius_order_shipping.metadata_store" to "state_machine.sylius_order_shipping.definition".
Inlined service ".state_machine.sylius_payment.transition.0" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.1" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.2" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.3" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.4" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.5" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.6" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.7" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.8" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.9" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.10" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.11" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.12" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment.transition.13" to "state_machine.sylius_payment.definition".
Inlined service "state_machine.sylius_payment.metadata_store" to "state_machine.sylius_payment.definition".
Inlined service ".state_machine.sylius_payment_request.transition.0" to "state_machine.sylius_payment_request.definition".
Inlined service ".state_machine.sylius_payment_request.transition.1" to "state_machine.sylius_payment_request.definition".
Inlined service ".state_machine.sylius_payment_request.transition.2" to "state_machine.sylius_payment_request.definition".
Inlined service ".state_machine.sylius_payment_request.transition.3" to "state_machine.sylius_payment_request.definition".
Inlined service ".state_machine.sylius_payment_request.transition.4" to "state_machine.sylius_payment_request.definition".
Inlined service ".state_machine.sylius_payment_request.transition.5" to "state_machine.sylius_payment_request.definition".
Inlined service ".state_machine.sylius_payment_request.transition.6" to "state_machine.sylius_payment_request.definition".
Inlined service "state_machine.sylius_payment_request.metadata_store" to "state_machine.sylius_payment_request.definition".
Inlined service ".state_machine.sylius_product_review.transition.0" to "state_machine.sylius_product_review.definition".
Inlined service ".state_machine.sylius_product_review.transition.1" to "state_machine.sylius_product_review.definition".
Inlined service "state_machine.sylius_product_review.metadata_store" to "state_machine.sylius_product_review.definition".
Inlined service ".state_machine.sylius_shipment.transition.0" to "state_machine.sylius_shipment.definition".
Inlined service ".state_machine.sylius_shipment.transition.1" to "state_machine.sylius_shipment.definition".
Inlined service ".state_machine.sylius_shipment.transition.2" to "state_machine.sylius_shipment.definition".
Inlined service "state_machine.sylius_shipment.metadata_store" to "state_machine.sylius_shipment.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.0" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.1" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.2" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.3" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.4" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.5" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.6" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.7" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.8" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.9" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.10" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.11" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.12" to "state_machine.sylius_order_checkout_two.definition".
Inlined service ".state_machine.sylius_order_checkout_two.transition.13" to "state_machine.sylius_order_checkout_two.definition".
Inlined service "state_machine.sylius_order_checkout_two.metadata_store" to "state_machine.sylius_order_checkout_two.definition".
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 "sylius_api.api_platform.routing.api_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator..8zN0XM" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "sylius_api.denormalizer.command_arguments" to "serializer".
Inlined service "sylius_api.denormalizer.translatable_locale_key" to "serializer".
Inlined service "sylius_api.denormalizer.product_variant_channel_pricings_channel_code_key" to "serializer".
Inlined service "sylius_api.denormalizer.address" to "serializer".
Inlined service "sylius_api.normalizer.product" to "serializer".
Inlined service "sylius_api.denormalizer.product_attribute_value" to "serializer".
Inlined service "sylius_api.denormalizer.product" to "serializer".
Inlined service "sylius_api.normalizer.product_attribute_value" to "serializer".
Inlined service "sylius_api.normalizer.product_option_value" to "serializer".
Inlined service "sylius_api.normalizer.image" to "serializer".
Inlined service "sylius_api.normalizer.command" to "serializer".
Inlined service "sylius_api.normalizer.product_variant" to "serializer".
Inlined service "sylius_api.normalizer.shipping_method" to "serializer".
Inlined service "sylius_api.normalizer.generated_promotion_coupons" to "serializer".
Inlined service "sylius_api.denormalizer.zone" to "serializer".
Inlined service "sylius_api.denormalizer.translatable" to "serializer".
Inlined service "sylius_api.denormalizer.channel_price_history_config" to "serializer".
Inlined service "sylius_api.denormalizer.channel" to "serializer".
Inlined service "sylius_api.denormalizer.numeric_to_string.tax_rate" to "serializer".
Inlined service "sylius_api.denormalizer.numeric_to_string.exchange_rate" to "serializer".
Inlined service "sylius_api.denormalizer.customer" to "serializer".
Inlined service "sylius_api.normalizer.doctrine_collection_values" to "serializer".
Inlined service "pagerfanta.serializer.normalizer" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "sylius_api.normalizer.date_time" to "serializer".
Inlined service "api_platform.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.jsonld.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.problem.normalizer.validation_exception" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonopenapi.encoder" to "serializer".
Inlined service "api_platform.yamlopenapi.encoder" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "sylius.twig.error_renderer" to "error_handler.error_renderer.serializer".
Inlined service "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.hjFoJOV" 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 "sylius.form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "form.server_params" to "form.type_extension.csrf".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "sylius.validator.customer_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.CNoSKch" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.uCekY1U" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.fnh7L8V" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "ux.twig_component.data_collector" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.workflow" to "profiler".
Inlined service "sylius.collector.channel" to "profiler".
Inlined service "Sylius\Bundle\ThemeBundle\Collector\ThemeCollector" to "profiler".
Inlined service "Sylius\TwigHooks\Profiler\HooksDataCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "sylius.collector.core" to "profiler".
Inlined service "sylius.collector.cart" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator.FoI86eo" to "security.helper".
Inlined service ".service_locator.Bs8UQN5" to "security.helper".
Inlined service ".service_locator.jQNq698" to "security.helper".
Inlined service ".service_locator.J5nYPw8" to "security.helper".
Inlined service ".service_locator.Ca6h4Q9" to "security.helper".
Inlined service "api_platform.security.expression_language_provider" to "security.expression_language".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.gaYCp3x" to "security.access_map".
Inlined service ".security.request_matcher.83chO3j" to "security.access_map".
Inlined service ".security.request_matcher.MzTh6j2" to "security.access_map".
Inlined service ".security.request_matcher.FQA1vbU" to "security.access_map".
Inlined service ".security.request_matcher.otwHpEl" to "security.access_map".
Inlined service ".security.request_matcher.b5b8Hpm" to "security.access_map".
Inlined service ".security.request_matcher.xl._5pR" to "security.access_map".
Inlined service ".security.request_matcher.9FSWY25" to "security.access_map".
Inlined service ".security.request_matcher.grjqpyH" to "security.access_map".
Inlined service ".security.request_matcher.9ldb5Oq" to "security.access_map".
Inlined service ".security.request_matcher.DAsMJDk" to "security.access_map".
Inlined service ".security.request_matcher.9OQzJde" to "security.access_map".
Inlined service ".security.request_matcher.cdOHTsi" to "security.access_map".
Inlined service ".security.request_matcher.iRJMx9C" to "security.access_map".
Inlined service ".security.request_matcher.VeujRgf" to "security.access_map".
Inlined service ".security.request_matcher..nlawRF" to "security.access_map".
Inlined service ".security.request_matcher.7nS8dNL" to "security.access_map".
Inlined service ".security.request_matcher.1.C5gbR" to "security.access_map".
Inlined service ".security.request_matcher.9QlZOeL" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.admin" to "security.authenticator.remember_me_handler.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service "security.authentication.success_handler.referrer.form_login" to "security.authenticator.form_login.referrer".
Inlined service "security.authentication.failure_handler.referrer.form_login" to "security.authenticator.form_login.referrer".
Inlined service "security.authenticator.remember_me_signature_hasher.referrer" to "security.authenticator.remember_me_handler.referrer".
Inlined service "debug.security.firewall.authenticator.referrer.inner" to "debug.security.firewall.authenticator.referrer".
Inlined service "security.exception_listener.referrer" to "security.firewall.map.context.referrer".
Inlined service "security.logout_listener.referrer" to "security.firewall.map.context.referrer".
Inlined service "security.firewall.map.config.referrer" to "security.firewall.map.context.referrer".
Inlined service "security.authentication.success_handler.api_admin.json_login" to "security.authenticator.json_login.api_admin".
Inlined service "security.authentication.failure_handler.api_admin.json_login" to "security.authenticator.json_login.api_admin".
Inlined service "debug.security.firewall.authenticator.api_admin.inner" to "debug.security.firewall.authenticator.api_admin".
Inlined service "security.exception_listener.api_admin" to "security.firewall.map.context.api_admin".
Inlined service "security.firewall.map.config.api_admin" to "security.firewall.map.context.api_admin".
Inlined service "security.authentication.success_handler.api_shop.json_login" to "security.authenticator.json_login.api_shop".
Inlined service "security.authentication.failure_handler.api_shop.json_login" to "security.authenticator.json_login.api_shop".
Inlined service "debug.security.firewall.authenticator.api_shop.inner" to "debug.security.firewall.authenticator.api_shop".
Inlined service "security.exception_listener.api_shop" to "security.firewall.map.context.api_shop".
Inlined service "security.firewall.map.config.api_shop" to "security.firewall.map.context.api_shop".
Inlined service ".security.request_matcher.OIj4Q7O" to ".security.request_matcher.SuFifwL".
Inlined service "security.authentication.success_handler.shop.form_login" to "security.authenticator.form_login.shop".
Inlined service "security.authentication.failure_handler.shop.form_login" to "security.authenticator.form_login.shop".
Inlined service "security.authentication.success_handler.shop.json_login" to "security.authenticator.json_login.shop".
Inlined service "security.authentication.failure_handler.shop.json_login" to "security.authenticator.json_login.shop".
Inlined service "security.authenticator.remember_me_signature_hasher.shop" to "security.authenticator.remember_me_handler.shop".
Inlined service "debug.security.firewall.authenticator.shop.inner" to "debug.security.firewall.authenticator.shop".
Inlined service "security.exception_listener.shop" to "security.firewall.map.context.shop".
Inlined service "security.logout_listener.shop" to "security.firewall.map.context.shop".
Inlined service "security.firewall.map.config.shop" to "security.firewall.map.context.shop".
Inlined service ".security.request_matcher.ejVA.H1" to ".security.request_matcher.vpx8F1s".
Inlined service "security.firewall.map.config.image_resolver" to "security.firewall.map.context.image_resolver".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.cYzTr7l" to ".security.request_matcher.gaYCp3x".
Inlined service ".security.request_matcher.GJj9f8b" to ".security.request_matcher.83chO3j".
Inlined service ".security.request_matcher.tfEDIrx" to ".security.request_matcher.MzTh6j2".
Inlined service ".security.request_matcher.gZM15Ts" to ".security.request_matcher.FQA1vbU".
Inlined service ".security.request_matcher.sl409AH" to ".security.request_matcher.otwHpEl".
Inlined service ".security.request_matcher.YEznbSv" to ".security.request_matcher.b5b8Hpm".
Inlined service ".security.request_matcher.UWk3Np_" to ".security.request_matcher.xl._5pR".
Inlined service ".security.request_matcher.OAE2A9Z" to ".security.request_matcher.9FSWY25".
Inlined service ".security.request_matcher.A8x9j5I" to ".security.request_matcher.DAsMJDk".
Inlined service ".security.request_matcher.wX.xb5W" to ".security.request_matcher.9OQzJde".
Inlined service ".security.request_matcher.GkGf8GR" to ".security.request_matcher.iRJMx9C".
Inlined service ".security.request_matcher.TDYwNvQ" to ".security.request_matcher.VeujRgf".
Inlined service ".security.request_matcher.Hm8IrO7" to ".security.request_matcher..nlawRF".
Inlined service ".security.request_matcher.E7SCtVu" to ".security.request_matcher.1.C5gbR".
Inlined service ".security.request_matcher..1cexKP" to ".security.request_matcher.9QlZOeL".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "Twig\Extra\Intl\IntlExtension" to "twig".
Inlined service "Twig\Extra\String\StringExtension" to "twig".
Inlined service "sylius.twig.extension.convert_money" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "sylius.twig.extension.aggregate_adjustments" to "twig".
Inlined service "sylius.twig.extension.format_money" to "twig".
Inlined service "sylius.twig.extension.currency" to "twig".
Inlined service "sylius.twig.extension.locale" to "twig".
Inlined service "sylius.twig.extension.country_name" to "twig".
Inlined service "sylius.twig.extension.province_naming" to "twig".
Inlined service "sylius.twig.extension.inventory" to "twig".
Inlined service "sylius.twig.extension.percentage" to "twig".
Inlined service "sylius.twig.extension.merge_recursive" to "twig".
Inlined service "sylius.twig.extension.redirect_path" to "twig".
Inlined service "sylius.twig.extension.sylius_bundle_loaded_checker" to "twig".
Inlined service "sylius.twig.extension.price" to "twig".
Inlined service "sylius.twig.extension.variant_resolver" to "twig".
Inlined service "sylius.twig.extension.channel_url" to "twig".
Inlined service "sylius.twig.extension.product_translation" to "twig".
Inlined service "sylius.twig.extension.product_variants_map" to "twig".
Inlined service "sylius.twig.extension.checkout_steps" to "twig".
Inlined service "sylius.twig.extension.grid" to "twig".
Inlined service "sylius.twig.extension.bulk_action_grid" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "pagerfanta.twig_extension" to "twig".
Inlined service "sylius_admin.twig.extension.string_loader" to "twig".
Inlined service "sylius_admin.twig.extension.attribute" to "twig".
Inlined service "sylius_admin.twig.extension.shop" to "twig".
Inlined service "sylius_admin.twig.extension.channels_currencies" to "twig".
Inlined service "sylius_admin.twig.extension.order_unit_taxes" to "twig".
Inlined service "sylius_admin.twig.extension.channel_name" to "twig".
Inlined service "sylius_admin.twig.extension.payment_method" to "twig".
Inlined service "sylius_admin.twig.extension.promotion_labels" to "twig".
Inlined service "sylius_shop.twig.extension.order_item_original_price_to_display" to "twig".
Inlined service "sylius_shop.twig.extension.order_payments" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "Sylius\TwigHooks\Twig\HooksExtension" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "ux.live_component.twig.component_extension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "sylius_twig_extra.twig.extension.merge_recursive" to "twig".
Inlined service "sylius_twig_extra.twig.extension.sort_by" to "twig".
Inlined service "sylius_twig_extra.twig.extension.test_form_attribute" to "twig".
Inlined service "sylius_twig_extra.twig.extension.test_html_attribute" to "twig".
Inlined service "sylius_twig_extra.twig.extension.route_exists" to "twig".
Inlined service ".ux_icons.twig_icon_extension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "pagerfanta.undefined_callable_handler" to "twig".
Inlined service "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service ".service_locator.amu2P0q" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.rGjwnY0" 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 "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "doctrine.system_cache_provider.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service "doctrine.system_cache_provider.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service "doctrine.result_cache_provider.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "sylius.doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service ".service_locator.xrUilwo" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "sylius.aggregator.adjustments_by_label" to "sylius.twig.extension.aggregate_adjustments".
Inlined service "sylius.remover.expired_carts" to "sylius.console.command.remove_expired_carts".
Inlined service "sylius.number_generator.custom_order" to "sylius.number_assigner.order_number".
Inlined service "sylius.context.currency.storage_based" to "sylius.context.currency.composite".
Inlined service "sylius.provider.locale_collection.cached.inner" to "sylius.provider.locale_collection.cached".
Inlined service "sylius.converter.locale" to "sylius.twig.extension.locale".
Inlined service "sylius.form.data_transformer.locale_to_code" to "sylius.form.type.product_attribute_value".
Inlined service "sylius.context.channel.request_based" to "sylius.context.channel.composite".
Inlined service "sylius.context.channel.single_channel" to "sylius.context.channel.composite".
Inlined service "sylius.context.channel.fake_channel.context" to "sylius.context.channel.composite".
Inlined service "sylius.attribute_type.text" to "sylius.registry.attribute_type".
Inlined service "sylius.attribute_type.textarea" to "sylius.registry.attribute_type".
Inlined service "sylius.attribute_type.checkbox" to "sylius.registry.attribute_type".
Inlined service "sylius.attribute_type.integer" to "sylius.registry.attribute_type".
Inlined service "sylius.attribute_type.float" to "sylius.registry.attribute_type".
Inlined service "sylius.attribute_type.percent" to "sylius.registry.attribute_type".
Inlined service "sylius.attribute_type.datetime" to "sylius.registry.attribute_type".
Inlined service "sylius.attribute_type.date" to "sylius.registry.attribute_type".
Inlined service "sylius.attribute_type.select" to "sylius.registry.attribute_type".
Inlined service "sylius.tax_calculator.default" to "sylius.registry.tax_calculator".
Inlined service "sylius.tax_calculator.decimal" to "sylius.registry.tax_calculator".
Inlined service "sylius.registry.tax_calculator" to "sylius.tax_calculator".
Inlined service "sylius.checker.tax_rate_date_eligibility" to "sylius.resolver.tax_rate".
Inlined service "sylius.checker.shipping_method.category_requirement_eligibility" to "sylius.checker.shipping_method_eligibility".
Inlined service "sylius.checker.shipping_method.rules_eligibility" to "sylius.checker.shipping_method_eligibility".
Inlined service "sylius.form_registry.shipping_calculator" to "sylius.form.type.shipping_method".
Inlined service "sylius.form_registry.shipping_method_rule_checker" to "sylius.form.type.shipping_method_rule".
Inlined service "sylius.calculator.shipping.flat_rate" to "sylius.registry.shipping_calculator".
Inlined service "sylius.calculator.shipping.per_unit_rate" to "sylius.registry.shipping_calculator".
Inlined service "sylius.resolver.shipping_methods.default" to "sylius.registry.shipping_methods_resolver".
Inlined service "sylius.resolver.shipping_methods.zones_and_channel_based" to "sylius.registry.shipping_methods_resolver".
Inlined service "sylius.checker.shipping_method_rule.total_weight_greater_than_or_equal" to "sylius.registry.shipping_method_rule_checker".
Inlined service "sylius.checker.shipping_method_rule.total_weight_less_than_or_equal" to "sylius.registry.shipping_method_rule_checker".
Inlined service "sylius.checker.shipping_method_rule.order_total_greater_than_or_equal" to "sylius.registry.shipping_method_rule_checker".
Inlined service "sylius.checker.shipping_method_rule.order_total_less_than_or_equal" to "sylius.registry.shipping_method_rule_checker".
Inlined service "sylius.registry.shipping_methods_resolver" to "sylius.resolver.shipping_methods".
Inlined service "sylius.checker.payment_request_duplication" to "sylius.command_provider.gateway_factory".
Inlined service ".service_locator.0KpgB5R" to "sylius.command_provider.gateway_factory".
Inlined service "sylius.provider.payment_request.notify_payment" to "sylius.controller.payment_method_notify".
Inlined service "sylius.form_registry.payment_gateway_config" to "sylius.form.type.gateway_config".
Inlined service "sylius.generator.gateway_name" to "sylius.form.type.payment_method".
Inlined service "sylius.canceller.payment_request" to "sylius.listener.payment_method_change".
Inlined service "sylius.normalizer.symfony_request" to "sylius.processor.payment_request.notify_payload".
Inlined service "sylius.provider.payment_request.http_response.gateway_factory" to "sylius.processor.payment_request.http_response".
Inlined service ".service_locator.p0bkBZO" to "sylius.provider.payment_request.http_response.gateway_factory".
Inlined service ".service_locator.ejohRRZ" to "sylius.provider.payment_request.http_response.offline".
Inlined service "sylius.resolver.payment_methods.default" to "sylius.registry.payment_methods_resolver".
Inlined service "sylius.resolver.payment_methods.channel_based" to "sylius.registry.payment_methods_resolver".
Inlined service "sylius.registry.payment_methods_resolver" to "sylius.resolver.payment_methods".
Inlined service "sylius.encrypter.gateway_config" to "sylius.listener.gateway_config_encryption".
Inlined service "sylius_payum.checker.gateway_config_encryption" to "sylius.listener.gateway_config_encryption".
Inlined service "sylius.encrypter.payment_request" to "sylius.listener.payment_request_encryption".
Inlined service "mailer.mailer" to "sylius.email_sender.adapter.symfony_mailer".
Inlined service "sylius.checker.promotion_coupon.duration_eligibility" to "sylius.checker.promotion_coupon_eligibility".
Inlined service "sylius.checker.promotion_coupon.usage_limit_eligibility" to "sylius.checker.promotion_coupon_eligibility".
Inlined service "sylius.checker.promotion_coupon.channel_eligibility" to "sylius.checker.promotion_coupon_eligibility".
Inlined service "sylius.checker.promotion.promotion_coupon_per_customer_usage_limit_eligibility" to "sylius.checker.promotion_coupon_eligibility".
Inlined service "sylius.checker.promotion.duration_eligibility" to "sylius.checker.promotion_eligibility".
Inlined service "sylius.checker.promotion.usage_limit_eligibility" to "sylius.checker.promotion_eligibility".
Inlined service "sylius.checker.promotion.subject_coupon_eligibility" to "sylius.checker.promotion_eligibility".
Inlined service "sylius.checker.promotion.rules_eligibility" to "sylius.checker.promotion_eligibility".
Inlined service "sylius.checker.promotion.archival_eligibility" to "sylius.checker.promotion_eligibility".
Inlined service "sylius.form_registry.promotion_action" to "sylius.form.type.promotion_action".
Inlined service "sylius.form_registry.promotion_rule_checker" to "sylius.form.type.promotion_rule".
Inlined service ".1_DataMapper~Zf9wiU2" to "sylius.form.type.promotion_coupon_generator_instruction".
Inlined service "sylius.factory.promotion_coupon_generator_instruction" to "sylius.form.type.promotion_coupon_generator_instruction".
Inlined service "sylius.provider.active_promotions" to "sylius.processor.promotion".
Inlined service "sylius.action.applicator.promotion" to "sylius.processor.promotion".
Inlined service "sylius.checker.promotion_rule.customer_group" to "sylius.registry.promotion.rule_checker".
Inlined service "sylius.checker.promotion_rule.nth_order" to "sylius.registry.promotion.rule_checker".
Inlined service "sylius.checker.promotion_rule.shipping_country" to "sylius.registry.promotion.rule_checker".
Inlined service "sylius.checker.promotion_rule.has_taxon" to "sylius.registry.promotion.rule_checker".
Inlined service "sylius.checker.promotion_rule.total_of_items_from_taxon" to "sylius.registry.promotion.rule_checker".
Inlined service "sylius.checker.promotion_rule.contains_product" to "sylius.registry.promotion.rule_checker".
Inlined service "sylius.checker.promotion_rule.item_total" to "sylius.registry.promotion.rule_checker".
Inlined service "sylius.checker.promotion_rule.cart_quantity" to "sylius.registry.promotion.rule_checker".
Inlined service "sylius.command.promotion_action.fixed_discount" to "sylius.registry.promotion_action".
Inlined service "sylius.command.promotion_action.unit_fixed_discount" to "sylius.registry.promotion_action".
Inlined service "sylius.command.promotion_action.percentage_discount" to "sylius.registry.promotion_action".
Inlined service "sylius.command.promotion_action.unit_percentage_discount" to "sylius.registry.promotion_action".
Inlined service "sylius.command.promotion_action.shipping_percentage_discount" to "sylius.registry.promotion_action".
Inlined service ".1_BuildAddressFormSubscriber~aR2jDPF" to "sylius.form.type.address".
Inlined service "sylius.custom_repository.tree.taxon.inner" to "sylius.custom_repository.tree.taxon".
Inlined service "sylius.admin_user.token_uniqueness_checker.password_reset" to "sylius.admin_user.token_generator.password_reset".
Inlined service "sylius.admin_user.token_uniqueness_checker.email_verification" to "sylius.admin_user.token_generator.email_verification".
Inlined service "sylius.admin_user.reloader" to "sylius.listener.admin_user.reloader".
Inlined service "sylius.shop_user.token_uniqueness_checker.password_reset" to "sylius.shop_user.token_generator.password_reset".
Inlined service "sylius.shop_user.token_uniqueness_checker.email_verification" to "sylius.shop_user.token_generator.email_verification".
Inlined service "sylius.shop_user.reloader" to "sylius.listener.shop_user.reloader".
Inlined service "sylius.oauth_user.token_uniqueness_checker.password_reset" to "sylius.oauth_user.token_generator.password_reset".
Inlined service "sylius.oauth_user.token_uniqueness_checker.email_verification" to "sylius.oauth_user.token_generator.email_verification".
Inlined service "sylius.oauth_user.reloader" to "sylius.listener.oauth_user.reloader".
Inlined service "sylius.twig.error_renderer.inner" to "sylius.twig.error_renderer".
Inlined service "sylius.twig.ux.component_template_finder.inner" to "sylius.twig.ux.component_template_finder".
Inlined service "sylius.calculator.average_rating" to "sylius.updater.product_review.average_rating".
Inlined service "sylius.applicator.catalog_promotion.action_based_discount" to "sylius.applicator.catalog_promotion".
Inlined service "sylius.checker.catalog_promotion.product_variant_for_catalog_promotion_eligibility" to "sylius.applicator.catalog_promotion".
Inlined service "sylius.calculator.catalog_promotion.price" to "sylius.applicator.catalog_promotion.action_based_discount".
Inlined service ".service_locator.BydMeZh" to "sylius.checker.catalog_promotion.product_variant_for_catalog_promotion_eligibility".
Inlined service "sylius.custom_repository.tree.taxon" to "sylius.checker.catalog_promotion.in_for_taxons_scope_variant".
Inlined service "sylius.applicator.catalog_promotion" to "sylius.command_handler.catalog_promotion.apply_variants".
Inlined service "sylius.processor.catalog_promotion.clearer" to "sylius.command_handler.catalog_promotion.apply_variants".
Inlined service "sylius.processor.catalog_promotion.state" to "sylius.command_handler.catalog_promotion.update_state".
Inlined service "sylius.calculator.delay_stamp" to "sylius.announcer.catalog_promotion".
Inlined service "sylius.resetter.user_password.admin" to "sylius.command_handler.admin.account.reset_password".
Inlined service "sylius.updater.unpaid_orders_state" to "sylius.console.command.cancel_unpaid_orders".
Inlined service "sylius.checker.installer.sylius_requirements" to "sylius.console.command.check_requirements".
Inlined service "sylius.remover.channel_pricing_log_entries" to "sylius.console.command.price_history.clear".
Inlined service "sylius.provider.installer.database_setup_commands" to "sylius.console.command.install_database".
Inlined service "sylius.setup.installer.currency" to "sylius.console.command.setup".
Inlined service "sylius.setup.installer.locale" to "sylius.console.command.setup".
Inlined service "sylius.setup.installer.channel" to "sylius.console.command.setup".
Inlined service ".1_DataMapper~NlV_pOS" to "sylius.form.type.channel_price_history_config".
Inlined service "sylius.requirements.installer.sylius" to "sylius.checker.installer.sylius_requirements".
Inlined service ".1_SettingsRequirements~JOaEYHb" to "sylius.requirements.installer.sylius".
Inlined service ".2_ExtensionsRequirements~JOaEYHb" to "sylius.requirements.installer.sylius".
Inlined service ".3_FilesystemRequirements~JOaEYHb" to "sylius.requirements.installer.sylius".
Inlined service "sylius.listener.locale_aware.inner" to "sylius.listener.locale_aware".
Inlined service "sylius.updater.promotion_rule.has_taxon" to "sylius.listener.taxon_deletion".
Inlined service "sylius.checker.inventory.order_item_availability" to "sylius.listener.payment_pre_complete".
Inlined service ".1_ExpressionLanguage~uaVY90e" to "sylius.processor.order_pay.route_parameters".
Inlined service "sylius.resolver.shipping_method.default" to "sylius.order_processing.order_shipment_processor".
Inlined service "sylius.calculator.shipping" to "sylius.order_processing.shipping_charges_processor".
Inlined service "sylius.processor.promotion" to "sylius.order_processing.order_promotion_processor".
Inlined service "sylius.provider.channel_based_default_zone" to "sylius.order_processing.order_taxes_processor".
Inlined service "sylius.registry.tax_calculation_strategy" to "sylius.order_processing.order_taxes_processor".
Inlined service "sylius.resolver.taxation_address" to "sylius.order_processing.order_taxes_processor".
Inlined service "sylius.logger.price_history.price_change" to "sylius.entity_observer.price_history.create_log_entry_on_price_change".
Inlined service "sylius.provider.statistics.sales" to "sylius.provider.statistics".
Inlined service "sylius.provider.statistics.business_activity_summary" to "sylius.provider.statistics".
Inlined service "sylius.registry.statistics.orders_totals_providers" to "sylius.provider.statistics.sales".
Inlined service "sylius.strategy.taxation.tax_calculation.order_items_based" to "sylius.registry.tax_calculation_strategy".
Inlined service "sylius.strategy.taxation.tax_calculation.order_item_units_based" to "sylius.registry.tax_calculation_strategy".
Inlined service "sylius.provider.channel_based_product_translation" to "sylius.twig.extension.product_translation".
Inlined service "sylius.adapter.filesystem.flysystem" to "sylius.uploader.image".
Inlined service "sylius.generator.image_path" to "sylius.uploader.image".
Inlined service "sylius.storage" to "sylius.adapter.filesystem.flysystem".
Inlined service "sylius.provider.product_variant_map" to "sylius.twig.extension.product_variants_map".
Inlined service "sylius.adder.customer.unique_address" to "sylius.saver.customer.order_addresses".
Inlined service "sylius.checker.product_variant_lowest_price_display" to "sylius.calculator.product_variant_price".
Inlined service "sylius_api.section_resolver.shop_api_uri_based" to "sylius.section_resolver.uri_based".
Inlined service "sylius_api.section_resolver.admin_api_uri_based" to "sylius.section_resolver.uri_based".
Inlined service "sylius_admin.section_resolver.admin_uri_based" to "sylius.section_resolver.uri_based".
Inlined service "sylius_shop.section_resolver.shop_uri_based" to "sylius.section_resolver.uri_based".
Inlined service "sylius.resolver.payment_method.default" to "sylius.provider.payment.order".
Inlined service "sylius.custom_resource_controller.resource_update_handler.inner" to "sylius.custom_resource_controller.resource_update_handler".
Inlined service "sylius.custom_resource_controller.resource_delete_handler.inner" to "sylius.custom_resource_controller.resource_delete_handler".
Inlined service "sylius.provider.customer" to "sylius.resolver.customer".
Inlined service "sylius.context.initiator.legacy_request_context.inner" to "sylius.context.initiator.legacy_request_context".
Inlined service "sylius.context.initiator.legacy_request_context" to "sylius.main_controller".
Inlined service "sylius.state_provider.validate" to "sylius.main_controller".
Inlined service "sylius.state_processor.write" to "sylius.main_controller".
Inlined service "sylius.resource_factory.expression_language" to "sylius.expression_language.argument_parser.factory".
Inlined service "sylius.expression_language.variables_collection.factory" to "sylius.expression_language.argument_parser.factory".
Inlined service "sylius.repository.expression_language" to "sylius.expression_language.argument_parser.repository".
Inlined service "sylius.expression_language.variables_collection.repository" to "sylius.expression_language.argument_parser.repository".
Inlined service "sylius.routing.expression_language" to "sylius.expression_language.argument_parser.routing".
Inlined service "sylius.expression_language.variables_collection.routing" to "sylius.expression_language.argument_parser.routing".
Inlined service "sylius.registry.resource_repository" to "sylius.form.type.resource_autocomplete_choice".
Inlined service "sylius.negotiator" to "sylius.listener.add_format".
Inlined service "sylius.cache.metadata.resource_collection.recorder_inner" to "sylius.cache.metadata.resource_collection".
Inlined service "sylius.resource_metadata_collection.factory.state_machine.inner" to "sylius.resource_metadata_collection.factory.state_machine".
Inlined service "sylius.resource_metadata_collection.factory.doctrine" to "sylius.resource_metadata_collection.factory.redirect".
Inlined service "sylius.resource_metadata_collection.factory.redirect" to "sylius.resource_metadata_collection.factory.vars".
Inlined service "sylius.resource_metadata_collection.factory.vars" to "sylius.resource_metadata_collection.factory.provider".
Inlined service "sylius.resource_metadata_collection.factory.provider" to "sylius.resource_metadata_collection.factory.resource_factory".
Inlined service "sylius.resource_metadata_collection.factory.resource_factory" to "sylius.resource_metadata_collection.factory.event_short_name".
Inlined service "sylius.resource_metadata_collection.factory.state_machine" to "sylius.resource_metadata_collection.factory.templates_dir".
Inlined service ".1_RouteFactory~9HGJxo4" to "sylius.routing.loader.resource".
Inlined service "sylius.routing.factory.operation_route_path_factory.collection.inner" to "sylius.routing.factory.operation_route_path_factory.collection".
Inlined service "sylius.expression_language.argument_parser.routing" to "sylius.routing.redirect_handler".
Inlined service "sylius.state_processor.dispatch_pre_write_event.inner" to "sylius.state_processor.dispatch_pre_write_event".
Inlined service "sylius.state_processor.dispatch_pre_write_event" to "sylius.state_processor.dispatch_post_write_event".
Inlined service "sylius.state_processor.dispatch_post_write_event" to "sylius.state_processor.bulk_aware".
Inlined service "sylius.state_responder" to "sylius.state_processor.respond".
Inlined service "sylius.state_processor.serialize" to "sylius.state_processor.write".
Inlined service "sylius.state_processor.bulk_aware" to "sylius.state_processor.write".
Inlined service "sylius.state_processor.flash" to "sylius.state_processor.serialize".
Inlined service "sylius.state_processor.respond" to "sylius.state_processor.flash".
Inlined service "sylius.state_provider.factory.inner" to "sylius.state_provider.factory".
Inlined service "sylius.state_factory" to "sylius.state_provider.factory".
Inlined service "sylius.state_provider.factory" to "sylius.state_provider.dispatch_post_read_event".
Inlined service "sylius.state_provider.dispatch_post_read_event" to "sylius.state_provider.deserialize".
Inlined service "sylius.state_provider.deserialize" to "sylius.state_provider.form".
Inlined service "sylius.state_provider.form" to "sylius.state_provider.validate".
Inlined service ".service_locator.p26eHE1" to "sylius.state_factory".
Inlined service "sylius.expression_language.argument_parser.factory" to "sylius.state_factory".
Inlined service ".service_locator.61yY6q1" to "Sylius\Resource\Symfony\Request\State\Provider".
Inlined service "sylius.repository_argument_resolver.request" to "Sylius\Resource\Symfony\Request\State\Provider".
Inlined service "sylius.expression_language.argument_parser.repository" to "Sylius\Resource\Symfony\Request\State\Provider".
Inlined service "sylius.state_machine.operation" to "Sylius\Resource\StateMachine\State\ApplyStateMachineTransitionProcessor".
Inlined service "sylius.twig.context.factory.legacy" to "sylius.state_responder.html".
Inlined service "sylius.headers_initiator.api" to "sylius.state_responder.api".
Inlined service ".service_locator.koM7s0M" to "sylius.state_machine.operation".
Inlined service "sylius.twig.context.factory.request.inner" to "sylius.twig.context.factory.request".
Inlined service "sylius.twig.context.factory.request" to "sylius.twig.context.factory.legacy".
Inlined service "sylius.registry.form_builder" to "sylius.form.type.default".
Inlined service "sylius.form_builder.default" to "sylius.registry.form_builder".
Inlined service "sylius.resource_controller.resources_resolver.grid_aware.inner" to "sylius.resource_controller.resources_resolver.grid_aware".
Inlined service "sylius.custom_grid_renderer.twig.inner" to "sylius.custom_grid_renderer.twig".
Inlined service "sylius.checker.cli_context" to "sylius.translatable_entity_locale_assigner".
Inlined service "Sylius\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain.inner" to "Sylius\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain".
Inlined service "sylius.doctrine.orm.container_repository_factory.inner" to "sylius.doctrine.orm.container_repository_factory".
Inlined service "Sylius\Component\Grid\Data\Provider.inner" to "Sylius\Component\Grid\Data\Provider".
Inlined service "sylius.grid_filter.resource_autocomplete" to "sylius.registry.grid_filter".
Inlined service "sylius_admin.grid_filter.ux_autocomplete" to "sylius.registry.grid_filter".
Inlined service "sylius_admin.grid_filter.ux_translatable_autocomplete" to "sylius.registry.grid_filter".
Inlined service "sylius_shop.grid_filter.string" to "sylius.registry.grid_filter".
Inlined service "gaufrette.sylius_image_adapter" to "gaufrette.sylius_image_filesystem".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.Z5ha0UO" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
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 "payum.http_request_verifier_builder" to "payum.builder".
Inlined service "payum.token_factory_builder" to "payum.builder".
Inlined service "payum.core_gateway_factory_builder" to "payum.builder".
Inlined service "payum.builder" to "payum".
Inlined service ".service_locator.OvSRsJw" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view_factory" to "pagerfanta.twig_runtime".
Inlined service "pagerfanta.route_generator_factory" to "pagerfanta.twig_runtime".
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 "App\Fixture\EthnicityFixtures" to "sylius_fixtures.fixture_registry".
Inlined service "App\Fixture\PickupLocationFixture" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.locale" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.currency" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.geographical" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.payment_method" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.shipping_category" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.shipping_method" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.catalog_promotion" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.channel" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.customer_group" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.shop_user" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.admin_user" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.similar_product_association" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.product_option" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.product_attribute" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.product_review" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.tax_category" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.tax_rate" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.promotion" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.taxon" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.product" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.order" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.address" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.payment" to "sylius_fixtures.fixture_registry".
Inlined service ".1_FixtureLoader~IL_hFlj" to "sylius_fixtures.fixture_loader".
Inlined service ".2_SuiteLoader~IL_hFlj" to "sylius_fixtures.suite_loader".
Inlined service "sylius_payum.checker.payum_gateway_config_encryption" to "sylius_payum.form.extension.type.crypted_gateway_config".
Inlined service "sylius_payum.factory.capture" to "sylius_payum.command_handler.payment_request.token.capture".
Inlined service "sylius_payum.factory.authorize" to "sylius_payum.command_handler.payment_request.token.authorize".
Inlined service "sylius_payum.command_provider.payment_request.offline.inner" to "sylius_payum.command_provider.payment_request.offline".
Inlined service ".service_locator.FZq3CBZ" to "sylius_payum.command_provider.payment_request.offline".
Inlined service "sylius_payum.factory.resolve_next_route" to "sylius_shop.provider.order_pay.after_pay_response.payum".
Inlined service "Sylius\Bundle\ThemeBundle\Configuration\ThemeConfiguration" to "Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface".
Inlined service ".1_Processor~RlUS67w" to "Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface".
Inlined service "Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface" to "Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProviderInterface".
Inlined service "Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProviderInterface" to "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface".
Inlined service "Sylius\Bundle\ThemeBundle\Factory\ThemeFactoryInterface" to "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface".
Inlined service "Sylius\Bundle\ThemeBundle\Factory\ThemeAuthorFactoryInterface" to "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface".
Inlined service "Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactoryInterface" to "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface".
Inlined service "Sylius\Bundle\ThemeBundle\Loader\CircularDependencyCheckerInterface" to "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface".
Inlined service "Sylius\Bundle\ThemeBundle\Loader\ThemeLoaderInterface" to "Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface".
Inlined service "Sylius\Bundle\ThemeBundle\Asset\Installer\OutputAwareAssetsInstaller.inner" to "Sylius\Bundle\ThemeBundle\Asset\Installer\OutputAwareAssetsInstaller".
Inlined service "Sylius\Bundle\ThemeBundle\Twig\Locator\HierarchicalTemplateLocator.inner" to "Sylius\Bundle\ThemeBundle\Twig\Locator\HierarchicalTemplateLocator".
Inlined service "Sylius\Bundle\ThemeBundle\Twig\Locator\HierarchicalTemplateLocator" to "Sylius\Bundle\ThemeBundle\Twig\Loader\ThemedTemplateLoader".
Inlined service "Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator.inner" to "Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator".
Inlined service "Sylius\Bundle\ThemeBundle\Translation\Finder\OrderingTranslationFilesFinder" to "Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\ThemeTranslatorResourceProvider".
Inlined service "Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\SymfonyTranslatorResourceProvider" to "Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\TranslatorResourceProviderInterface".
Inlined service "Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\ThemeTranslatorResourceProvider" to "Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\TranslatorResourceProviderInterface".
Inlined service "Sylius\Bundle\ThemeBundle\Translation\Finder\OrderingTranslationFilesFinder.inner" to "Sylius\Bundle\ThemeBundle\Translation\Finder\OrderingTranslationFilesFinder".
Inlined service "sylius_admin.security.shop_user_impersonator" to "sylius_admin.controller.impersonate_user".
Inlined service "sylius.command_dispatcher.reset_password" to "sylius_admin.controller.account.reset_password".
Inlined service "sylius.command_dispatcher.resend_order_confirmation_email" to "sylius_admin.controller.resend_order_confirmation_email".
Inlined service "sylius.command_dispatcher.resend_shipment_confirmation_email" to "sylius_admin.controller.resend_shipment_confirmation_email".
Inlined service "sylius_admin.resource_controller.redirect_handler.inner" to "sylius_admin.resource_controller.redirect_handler".
Inlined service ".1_DataMapper~T3EUeII" to "sylius_admin.form.type.channel_price_history_config".
Inlined service "sylius_admin.mailer.shipment_email_manager" to "sylius_admin.listener.shipment_ship".
Inlined service "psr18.http_client" to "sylius_admin.provider.notification.hub".
Inlined service "sylius_admin.form.type.data_transformer.products_to_product_associations" to "sylius_admin.form.type.product_associations".
Inlined service "sylius_shop.mailer.contact_email_manager" to "sylius_shop.controller.contact".
Inlined service "sylius_shop.locale_switcher" to "sylius_shop.controller.locale_switch".
Inlined service "sylius.assigner.customer_id" to "sylius_shop.listener.order_customer_ip".
Inlined service "sylius_shop.mailer.order_email_manager" to "sylius_shop.listener.order_complete".
Inlined service ".1_MetadataInterface~6hY.FYb" to "sylius_shop.controller.order_pay".
Inlined service ".2_MetadataInterface~6hY.FYb" to "sylius_shop.controller.payment_request_pay".
Inlined service "sylius_shop.provider.order_pay.after_pay_url" to "sylius_shop.controller.payment_request_pay".
Inlined service "sylius_shop.provider.order_pay.payment_request_pay_url" to "sylius_shop.provider.order_pay.pay_response.payment_request".
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 ".service_locator.YVhhRof" to "api_platform.state_provider.locator".
Inlined service ".service_locator.HvhEU6S" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "sylius_api.context_builder.payment_request_action_aware" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.state_provider.content_negotiation" to "api_platform.listener.request.add_format".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.listener.request.read".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.listener.request.deserialize".
Inlined service "api_platform.hydra.processor.link" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.state_processor.serialize" to "api_platform.listener.view.serialize".
Inlined service ".service_locator.XycFNfb" to "api_platform.state_provider.parameter".
Inlined service "api_platform.state_processor.documentation.serialize" to "api_platform.state_processor.documentation.write".
Inlined service "api_platform.swagger_ui.documentation.provider" to "api_platform.state_provider.documentation.content_negotiation".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.name_collection_factory.concerns" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.concerns".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "sylius_api.api_platform.metadata.resource.metadata_collection_factory.duplicate_operation_replacer" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.path_segment_name_generator.dash" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.concerns" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.hydra.json_schema.schema_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service ".2_ObjectNormalizer~315apX9" to ".1_Serializer~315apX9".
Inlined service "api_platform.serializer.context_builder.filter" to "api_platform.openapi.serializer_context_builder".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.cache.openapi.recorder_inner" to "api_platform.cache.openapi".
Inlined service "api_platform.swagger_ui.documentation.provider.inner" to "api_platform.swagger_ui.documentation.provider".
Inlined service "api_platform.state_provider.parameter" to "api_platform.swagger_ui.provider".
Inlined service "api_platform.hydra.processor.link.inner" to "api_platform.hydra.processor.link".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service ".service_locator.maABtD4" to "api_platform.validator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.validator.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.listener.view.validate".
Inlined service "api_platform.state_provider.parameter_validator.inner" to "api_platform.state_provider.parameter_validator".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "sylius.resetter.user_password.shop" to "sylius_api.command_handler.account.reset_password".
Inlined service "sylius.mailer.contact_email_manager" to "sylius_api.command_handler.send_contract_request".
Inlined service "sylius_api.context_builder.channel_code_aware.inner" to "sylius_api.context_builder.channel_code_aware".
Inlined service "sylius_api.context_builder.channel_code_aware" to "sylius_api.context_builder.logged_in_customer_email_aware".
Inlined service "sylius_api.context_builder.logged_in_customer_email_aware" to "sylius_api.context_builder.channel".
Inlined service "sylius_api.context_builder.channel" to "sylius_api.context_builder.locale_code_aware".
Inlined service "sylius_api.context_builder.locale_code_aware" to "sylius_api.context_builder.locale".
Inlined service "sylius_api.context_builder.locale" to "sylius_api.context_builder.http_request_method_type".
Inlined service "sylius_api.context_builder.http_request_method_type" to "sylius_api.context_builder.logged_in_shop_user_id_aware".
Inlined service "sylius_api.context_builder.logged_in_shop_user_id_aware" to "sylius_api.context_builder.shipment_aware".
Inlined service "sylius_api.context_builder.shipment_aware" to "sylius_api.context_builder.payment_aware".
Inlined service "sylius_api.context_builder.payment_aware" to "sylius_api.context_builder.payment_request_hash_aware".
Inlined service "sylius_api.context_builder.payment_request_hash_aware" to "sylius_api.context_builder.order_token_value_aware".
Inlined service "sylius_api.context_builder.order_token_value_aware" to "sylius_api.context_builder.order_item_aware".
Inlined service "sylius_api.context_builder.order_item_aware" to "sylius_api.context_builder.promotion_code_aware".
Inlined service "sylius_api.context_builder.promotion_code_aware" to "sylius_api.context_builder.token_aware.admin_user_reset_password".
Inlined service "sylius_api.context_builder.token_aware.admin_user_reset_password" to "sylius_api.context_builder.token_aware.shop_user_reset_password".
Inlined service "sylius_api.context_builder.token_aware.shop_user_reset_password" to "sylius_api.context_builder.token_aware.verify_shop_user".
Inlined service "sylius_api.context_builder.token_aware.verify_shop_user" to "sylius_api.context_builder.payment_request_action_aware".
Inlined service "sylius_api.doctrine.orm.query_extension.common.filter_eager_loading.inner" to "sylius_api.doctrine.orm.query_extension.common.filter_eager_loading".
Inlined service "sylius_api.provider.payment_configuration" to "sylius_api.controller.payment.get_payment_configuration".
Inlined service "sylius_api.provider.adjustment_order" to "sylius_api.security.voter.order_adjustments".
Inlined service "sylius_api.converter.iri_to_identifier" to "sylius_api.denormalizer.command_arguments".
Inlined service "sylius_api.creator.avatar_image" to "sylius_api.state_processor.admin.avatar_image.persist".
Inlined service "sylius_api.creator.product_image" to "sylius_api.state_processor.admin.product_image.persist".
Inlined service "sylius_api.creator.taxon_image" to "sylius_api.state_processor.admin.taxon_image.persist".
Inlined service "sylius_api.state_processor.common.messenger.persist.inner" to "sylius_api.state_processor.common.messenger.persist".
Inlined service "sylius_api.state_processor.admin.common.remove.inner" to "sylius_api.state_processor.admin.common.remove".
Inlined service "sylius_api.resolver.uri_template_parent_resource_resolver" to "sylius_api.state_processor.admin.promotion.promotion_coupon.persist".
Inlined service "sylius_api.checker.applied_coupon_eligibility" to "sylius_api.validator.promotion_coupon_eligibility".
Inlined service "sylius.validator.groups_generator.gateway_config" to "sylius_api.validator.groups_generator.payment_method".
Inlined service "sylius_api.api_platform.routing.iri_converter.inner" to "sylius_api.api_platform.routing.iri_converter".
Inlined service "sylius_api.provider.path_prefix" to "sylius_api.api_platform.routing.iri_converter".
Inlined service "sylius_api.operation_resolver.path_prefix_based" to "sylius_api.api_platform.routing.iri_converter".
Inlined service "sylius_api.api_platform.routing.api_loader.inner" to "sylius_api.api_platform.routing.api_loader".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "sylius_api.api_platform.metadata.resource.metadata_collection_factory.duplicate_operation_replacer".
Inlined service "sylius_api.open_api.factory.inner" to "sylius_api.open_api.factory".
Inlined service "sylius_api.provider.liip_image_filters" to "sylius_api.open_api.documentation_modifier.image".
Inlined service ".2_Connection~baSsZRO" to ".1_DbalMigrationFactory~baSsZRO".
Inlined service ".1_DbalMigrationFactory~baSsZRO" to "SyliusLabs\DoctrineMigrationsExtraBundle\Factory\ContainerAwareVersionFactory".
Inlined service "flysystem.adapter.sylius.storage" to "sylius.storage".
Inlined service ".service_locator.SQp.pVL" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~tjczZb6" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "sylius_twig_hooks.provider.component_props" to "sylius_twig_hooks.renderer.hookable.component".
Inlined service "sylius_twig_hooks.merger.hookable" to "sylius_twig_hooks.registry.hookables".
Inlined service "sylius_twig_hooks.hook.normalizer.name.composite" to "Sylius\TwigHooks\Twig\Runtime\HooksRuntime".
Inlined service "sylius_twig_hooks.renderer.hook.profiler" to "sylius_twig_hooks.renderer.hook.debug_comment".
Inlined service "sylius_twig_hooks.renderer.hook.profiler.inner" to "sylius_twig_hooks.renderer.hook.profiler".
Inlined service "sylius_twig_hooks.renderer.hookable.profiler" to "sylius_twig_hooks.renderer.hookable.debug_comment".
Inlined service "sylius_twig_hooks.renderer.hookable.profiler.inner" to "sylius_twig_hooks.renderer.hookable.profiler".
Inlined service "sylius_twig_extra.twig.ux.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.G9smNwm" to "ux.twig_component.component_factory".
Inlined service ".service_locator.4.oLomE" to "ux.twig_component.twig.component_runtime".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service "cache.ux.twig_component.recorder_inner" to "cache.ux.twig_component".
Inlined service ".service_locator.7vU95QS.ux.twig_component.cache_warmer" to "ux.twig_component.cache_warmer".
Inlined service ".service_locator.KeMDz.J.ux.live_component.event_subscriber" to "ux.live_component.event_subscriber".
Inlined service ".service_locator.Pua8nx..ux.live_component.intercept_child_component_render_subscriber" to "ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.xQNzhD7.ux.live_component.child_component_partial_renderer" to "ux.live_component.child_component_partial_renderer".
Inlined service ".service_locator.M6Pf5l9.ux.live_component.add_attributes_subscriber" to "ux.live_component.add_attributes_subscriber".
Inlined service "ux.live_component.query_string_props_extractor" to "ux.live_component.query_string_initializer_subscriber".
Inlined service ".service_locator.Nb9tG19" to "ux.autocomplete.autocompleter_registry".
Inlined service "ux.autocomplete.autocompleter_registry" to "ux.autocomplete.entity_autocomplete_controller".
Inlined service "ux.autocomplete.results_executor" to "ux.autocomplete.entity_autocomplete_controller".
Inlined service "sylius.twig.ux.component_template_finder" to "sylius_twig_extra.twig.ux.component_template_finder".
Inlined service ".ux_icons.cache.recorder_inner" to ".ux_icons.cache".
Inlined service ".ux_icons.chain_registry" to ".ux_icons.cache_icon_registry".
Inlined service ".ux_icons.icon_renderer" to ".ux_icons.twig_icon_runtime".
Inlined service ".ux_icons.cache_warmer" to ".ux_icons.command.warm_cache".
Inlined service "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.referrer.inner" to "debug.security.event_dispatcher.referrer".
Inlined service "debug.security.event_dispatcher.api_admin.inner" to "debug.security.event_dispatcher.api_admin".
Inlined service "debug.security.event_dispatcher.api_shop.inner" to "debug.security.event_dispatcher.api_shop".
Inlined service "debug.security.event_dispatcher.shop.inner" to "debug.security.event_dispatcher.shop".
Inlined service ".service_locator.dW5r51W" to ".service_locator.dW5r51W.sylius_admin.twig.component.dashboard.statistics::setLiveResponder()".
Inlined service ".service_locator.uv.fUig" to ".service_locator.uv.fUig.sylius_admin.twig.component.product_variant.form::dehydrateProduct()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "api_platform.argument_resolver.payload" to ".debug.value_resolver.api_platform.argument_resolver.payload".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "sylius.payment_request.command_bus.messenger.handlers_locator" to "sylius.payment_request.command_bus.middleware.handle_message".
Inlined service "debug.traced.sylius.payment_request.command_bus.inner" to "debug.traced.sylius.payment_request.command_bus".
Inlined service "sylius.command_bus.messenger.handlers_locator" to "sylius.command_bus.middleware.handle_message".
Inlined service "sylius.query_bus.messenger.handlers_locator" to "sylius.query_bus.middleware.handle_message".
Inlined service "debug.traced.sylius.query_bus.inner" to "debug.traced.sylius.query_bus".
Inlined service "sylius.event_bus.messenger.handlers_locator" to "sylius.event_bus.middleware.handle_message".
Inlined service "debug.traced.sylius.event_bus.inner" to "debug.traced.sylius.event_bus".
Inlined service "sylius.command_handler.offline.capture_payment_request" to ".messenger.handler_descriptor.ZWQe76K".
Inlined service "sylius.command_handler.offline.status_payment_request" to ".messenger.handler_descriptor.4cmZJgS".
Inlined service "sylius_payum.command_handler.payment_request.token.capture" to ".messenger.handler_descriptor.fH6rCQI".
Inlined service "sylius_payum.command_handler.payment_request.token.authorize" to ".messenger.handler_descriptor.9ODZ3qe".
Inlined service "sylius_payum.command_handler.payment_request.model.status" to ".messenger.handler_descriptor.fCTJok.".
Inlined service "sylius_payum.command_handler.payment_request.model.notify" to ".messenger.handler_descriptor.a2jMKZC".
Inlined service "sylius.command_handler.catalog_promotion.apply_variants" to ".messenger.handler_descriptor.fZKRIsh".
Inlined service "sylius.command_handler.catalog_promotion.disable" to ".messenger.handler_descriptor.2VZliT2".
Inlined service "sylius.command_handler.catalog_promotion.remove" to ".messenger.handler_descriptor..JTVe1p".
Inlined service "sylius.command_handler.catalog_promotion.update_state" to ".messenger.handler_descriptor.ByBweev".
Inlined service "sylius.command_handler.admin.account.request_reset_password_email" to ".messenger.handler_descriptor.e8ECzyK".
Inlined service "sylius.command_handler.resend_shipment_confirmation_email" to ".messenger.handler_descriptor.k6zy1BD".
Inlined service "sylius.command_handler.admin.account.reset_password" to ".messenger.handler_descriptor.q2NkEeM".
Inlined service "sylius.command_handler.resend_order_confirmation_email" to ".messenger.handler_descriptor.GPYRbdC".
Inlined service "sylius.command_handler.admin.account.send_reset_password_email" to ".messenger.handler_descriptor.fIBNomD".
Inlined service "sylius.command_handler.price_history.apply_lowest_price_on_channel_pricings" to ".messenger.handler_descriptor.QrM7HE6".
Inlined service "sylius_admin.command_handler.create_admin_user" to ".messenger.handler_descriptor.xME6GEs".
Inlined service "sylius_api.command_handler.account.register_shop_user" to ".messenger.handler_descriptor.UMWK60e".
Inlined service "sylius_api.command_handler.cart.pickup_cart" to ".messenger.handler_descriptor.gZ1cOiQ".
Inlined service "sylius_api.command_handler.cart.add_item_to_cart" to ".messenger.handler_descriptor.4f3Pv0t".
Inlined service "sylius_api.command_handler.cart.remove_item_from_cart" to ".messenger.handler_descriptor.W7W3HuQ".
Inlined service "sylius_api.command_handler.cart.inform_about_cart_recalculation" to ".messenger.handler_descriptor.rdW5qLm".
Inlined service "sylius_api.command_handler.checkout.update_cart" to ".messenger.handler_descriptor.qcJy4xG".
Inlined service "sylius_api.command_handler.checkout.choose_shipping_method" to ".messenger.handler_descriptor.ATt7MEe".
Inlined service "sylius_api.command_handler.checkout.choose_payment_method" to ".messenger.handler_descriptor.09qTZC3".
Inlined service "sylius_api.command_handler.checkout.complete_order" to ".messenger.handler_descriptor.rSkw64l".
Inlined service "sylius_api.command_handler.checkout.ship_shipment" to ".messenger.handler_descriptor.CIBhbGt".
Inlined service "sylius_api.command_handler.account.change_payment_method" to ".messenger.handler_descriptor.wE09iZ9".
Inlined service "sylius_api.command_handler.cart.change_item_quantity_in_cart" to ".messenger.handler_descriptor.BF6SQi9".
Inlined service "sylius_api.command_handler.catalog.add_product_review" to ".messenger.handler_descriptor.Mp2MUoB".
Inlined service "sylius_api.command_handler.cart.blame_cart" to ".messenger.handler_descriptor.RGNQu8J".
Inlined service "sylius_api.command_handler.account.change_shop_user_password" to ".messenger.handler_descriptor.IwPUH7.".
Inlined service "sylius_api.command_handler.account.request_reset_password_token" to ".messenger.handler_descriptor.rFQZRDu".
Inlined service "sylius_api.command_handler.account.request_shop_user_verification" to ".messenger.handler_descriptor.2L13FG4".
Inlined service "sylius_api.command_handler.account.reset_password" to ".messenger.handler_descriptor.1JOgQQZ".
Inlined service "sylius_api.command_handler.account.send_account_registration_email" to ".messenger.handler_descriptor.hSeqxxS".
Inlined service "sylius_api.command_handler.account.send_shop_user_verification_email" to ".messenger.handler_descriptor.aF3EfCd".
Inlined service "sylius_api.command_handler.checkout.send_order_confirmation" to ".messenger.handler_descriptor.LwW.lDD".
Inlined service "sylius_api.command_handler.account.send_reset_password_email" to ".messenger.handler_descriptor.5xDtPAW".
Inlined service "sylius_api.command_handler.checkout.send_shipment_confirmation_email" to ".messenger.handler_descriptor.6PVqqbA".
Inlined service "sylius_api.command_handler.account.verify_shop_user" to ".messenger.handler_descriptor.QAEkN4f".
Inlined service "sylius_api.command_handler.send_contract_request" to ".messenger.handler_descriptor.tSyypzO".
Inlined service "sylius_api.command_handler.promotion.generate_promotion_coupon" to ".messenger.handler_descriptor.CdeMI85".
Inlined service "sylius_api.command_handler.customer.remove_shop_user" to ".messenger.handler_descriptor.dZTrFs5".
Inlined service "sylius_api.command_handler.payment.add_payment_request" to ".messenger.handler_descriptor.sVru9QK".
Inlined service "sylius_api.command_handler.payment.update_payment_request" to ".messenger.handler_descriptor.ntq5c9Z".
Inlined service "sylius_api.query_handler.get_customer_statistics" to ".messenger.handler_descriptor.74f9W.N".
Inlined service "sylius_api.query_handler.get_statistics" to ".messenger.handler_descriptor.vwE.7vE".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "addressuat.client.uri_template" to ".debug.addressuat.client".
Inlined service "addressprod.client.uri_template" to ".debug.addressprod.client".
Inlined service "debug.state_machine.sylius_catalog_promotion.inner" to "debug.state_machine.sylius_catalog_promotion".
Inlined service "debug.state_machine.sylius_order.inner" to "debug.state_machine.sylius_order".
Inlined service "debug.state_machine.sylius_order_checkout.inner" to "debug.state_machine.sylius_order_checkout".
Inlined service "debug.state_machine.sylius_order_payment.inner" to "debug.state_machine.sylius_order_payment".
Inlined service "debug.state_machine.sylius_order_shipping.inner" to "debug.state_machine.sylius_order_shipping".
Inlined service "debug.state_machine.sylius_payment.inner" to "debug.state_machine.sylius_payment".
Inlined service "debug.state_machine.sylius_payment_request.inner" to "debug.state_machine.sylius_payment_request".
Inlined service "debug.state_machine.sylius_product_review.inner" to "debug.state_machine.sylius_product_review".
Inlined service "debug.state_machine.sylius_shipment.inner" to "debug.state_machine.sylius_shipment".
Inlined service "debug.state_machine.sylius_order_checkout_two.inner" to "debug.state_machine.sylius_order_checkout_two".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "sylius_api.security.voter.shop_user" to ".debug.security.voter.sylius_api.security.voter.shop_user".
Inlined service "sylius_api.security.voter.order_adjustments" to ".debug.security.voter.sylius_api.security.voter.order_adjustments".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "doctrine.system_cache_provider" to "doctrine.system_cache_provider.compatibility_layer".
Inlined service "doctrine.result_cache_provider" to "doctrine.result_cache_provider.compatibility_layer".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener.inner" to "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener".
Inlined service "sylius_payum.checker.gateway_config_encryption.inner" to "sylius_payum.checker.gateway_config_encryption".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.dgfWHrt" to ".service_locator.dgfWHrt.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service ".service_locator.7vU95QS" to ".service_locator.7vU95QS.ux.twig_component.cache_warmer".
Inlined service ".service_locator.KeMDz.J" to ".service_locator.KeMDz.J.ux.live_component.event_subscriber".
Inlined service ".service_locator.Pua8nx." to ".service_locator.Pua8nx..ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.xQNzhD7" to ".service_locator.xQNzhD7.ux.live_component.child_component_partial_renderer".
Inlined service ".service_locator.M6Pf5l9" to ".service_locator.M6Pf5l9.ux.live_component.add_attributes_subscriber".
Inlined service "sylius_twig_hooks.provider.default_context" to "sylius_twig_hooks.renderer.hook.profiler.inner".
Inlined service "sylius_twig_hooks.provider.default_configuration" to "sylius_twig_hooks.renderer.hook.profiler.inner".
Inlined service "sylius_twig_hooks.factory.hookable_metadata" to "sylius_twig_hooks.renderer.hook.profiler.inner".
Inlined service "sylius.state_provider.read.inner" to "sylius.state_provider.factory.inner".
Inlined service "sylius.form_registry.grid_filter" to "sylius.custom_grid_renderer.twig.inner".
Inlined service "Sylius\Bundle\ThemeBundle\Translation\Provider\Loader\TranslatorLoaderProviderInterface" to "Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator.inner".
Inlined service "Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\TranslatorResourceProviderInterface" to "Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator.inner".
Inlined service "translator.formatter.default" to "Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator.inner".
Inlined service ".service_locator.VgbUlOL" to "sylius.state_processor.dispatch_pre_write_event.inner".
Inlined service ".1_DataMapper~oghLTSD" to "App\Form\DataMapper\OrderItemQuantityDataMapper.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.vsAfDr." to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service ".1_ClassMetadata~1dgaj92" to "sylius.custom_repository.tree.taxon.inner".
Inlined service ".service_locator.i9ZBOp2" to "sylius.state_provider.read.inner".
Inlined service ".service_locator.P56pQCR" to "sylius.twig.context.factory.request.inner".
Inlined service "doctrine.orm.default_xml_metadata_driver" to "Sylius\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to "Sylius\Bundle\ResourceBundle\Doctrine\ResourceMappingDriverChain.inner".
Inlined service ".service_locator.9G9fA8t" to "sylius.doctrine.orm.container_repository_factory.inner".
Inlined service ".service_locator.p.Ldyp0" to "sylius_payum.command_provider.payment_request.offline.inner".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.hydra.json_schema.schema_factory.inner".
Inlined service "api_platform.swagger_ui.provider" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.validator" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "api_platform.pagination_options" to "lexik_jwt_authentication.api_platform.openapi.factory.inner".
Inlined service "lexik_jwt_authentication.api_platform.openapi.factory.inner" to "sylius_api.open_api.factory.inner".
Inlined service "state_machine.sylius_catalog_promotion.definition" to "debug.state_machine.sylius_catalog_promotion.inner".
Inlined service "state_machine.sylius_order.definition" to "debug.state_machine.sylius_order.inner".
Inlined service "state_machine.sylius_order_checkout.definition" to "debug.state_machine.sylius_order_checkout.inner".
Inlined service "state_machine.sylius_order_payment.definition" to "debug.state_machine.sylius_order_payment.inner".
Inlined service "state_machine.sylius_order_shipping.definition" to "debug.state_machine.sylius_order_shipping.inner".
Inlined service "state_machine.sylius_payment.definition" to "debug.state_machine.sylius_payment.inner".
Inlined service "state_machine.sylius_payment_request.definition" to "debug.state_machine.sylius_payment_request.inner".
Inlined service "state_machine.sylius_product_review.definition" to "debug.state_machine.sylius_product_review.inner".
Inlined service "state_machine.sylius_shipment.definition" to "debug.state_machine.sylius_shipment.inner".
Inlined service "state_machine.sylius_order_checkout_two.definition" to "debug.state_machine.sylius_order_checkout_two.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~315apX9" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.inner".
Inlined service ".service_locator.SYtofyr" to "console.command_loader".
Inlined service ".service_locator.dgfWHrt.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "config_cache_factory" to "router".
Inlined service "debug.traced.sylius.command_bus.inner" to "messenger.default_bus".
Inlined service "sylius.custom_factory.product_variant.inner" to "Sylius\Component\Product\Factory\ProductVariantFactoryInterface".
Inlined service "sylius.custom_factory.product.inner" to "Sylius\Component\Product\Factory\ProductFactoryInterface".
Inlined service "sylius.custom_operator.inventory.order_inventory.inner" to "Sylius\Component\Core\Inventory\Operator\OrderInventoryOperatorInterface".
Inlined service "sylius.grid.view_factory.legacy.inner" to "Sylius\Resource\Grid\View\Factory\GridViewFactoryInterface".
Inlined service "sylius_fixtures.listener.orm_purger" to "Sylius\Bundle\FixturesBundle\Listener\ListenerRegistryInterface".
Inlined service "sylius.fixture.listener.catalog_promotion_executor" to "Sylius\Bundle\FixturesBundle\Listener\ListenerRegistryInterface".
Inlined service "sylius.fixture.listener.images_purger" to "Sylius\Bundle\FixturesBundle\Listener\ListenerRegistryInterface".
Inlined service "sylius_fixtures.listener.logger" to "Sylius\Bundle\FixturesBundle\Listener\ListenerRegistryInterface".
Inlined service ".1_Processor~8Apv59x" to "Sylius\Bundle\FixturesBundle\Suite\SuiteFactoryInterface".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "sylius.order_processing.order_adjustments_clearer" to "sylius.order_processing.order_processor".
Inlined service "sylius.order_processing.order_prices_recalculator" to "sylius.order_processing.order_processor".
Inlined service "sylius.order_processing.order_shipment_processor" to "sylius.order_processing.order_processor".
Inlined service "sylius.order_processing.shipping_charges_processor" to "sylius.order_processing.order_processor".
Inlined service "sylius.order_processing.order_promotion_processor" to "sylius.order_processing.order_processor".
Inlined service "sylius.order_processing.order_taxes_processor" to "sylius.order_processing.order_processor".
Inlined service "sylius.order_processing.order_payment_processor.checkout" to "sylius.order_processing.order_processor".
Inlined service "sylius.context.cart.customer_and_channel_based" to "sylius.context.cart".
Inlined service "sylius_shop.context.cart.session_and_channel_based" to "sylius.context.cart".
Inlined service "sylius_api.context.cart.token_value_based" to "sylius.context.cart".
Inlined service "sylius.context.currency.composite" to "sylius.context.currency".
Inlined service "sylius.context.channel.request_based.resolver.hostname_based" to "sylius.context.channel.request_based.resolver".
Inlined service "sylius.custom_factory.adjustment.inner" to "sylius.factory.adjustment".
Inlined service "sylius.context.locale.request_header_based" to "sylius.context.locale".
Inlined service "sylius.context.locale.request_based" to "sylius.context.locale".
Inlined service "sylius.context.locale.provider_based" to "sylius.context.locale".
Inlined service "sylius.custom_factory.channel.inner" to "sylius.factory.channel".
Inlined service "sylius.custom_factory.payment.inner" to "sylius.factory.payment".
Inlined service "sylius.custom_factory.promotion_coupon.inner" to "sylius.factory.promotion_coupon".
Inlined service "sylius.custom_factory.zone.inner" to "sylius.factory.zone".
Inlined service "sylius.custom_factory.taxon.inner" to "sylius.factory.taxon".
Inlined service "sylius.custom_factory.promotion_action.inner" to "sylius.factory.promotion_action".
Inlined service "sylius.custom_factory.promotion_rule.inner" to "sylius.factory.promotion_rule".
Inlined service "sylius.custom_factory.order_item.inner" to "sylius.factory.order_item".
Inlined service "sylius.custom_factory.address.inner" to "sylius.factory.address".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.token_manager".
Inlined service "sylius.custom_factory.order.inner" to "sylius.factory.order".
Inlined service "sylius.custom_factory.payment_method.inner" to "sylius.factory.payment_method".
Inlined service "Sylius\Bundle\ThemeBundle\Asset\Installer\OutputAwareAssetsInstaller" to "console.command.public_alias.Sylius\Bundle\ThemeBundle\Command\AssetsInstallCommand".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "sylius_api.denormalizer.command" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "sylius_api.denormalizer.command" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "url_helper" to "twig".
Inlined service "url_helper" to "twig".
Inlined service "sylius.applicator.promotion.units_adjustments" to "sylius.registry.promotion_action".
Inlined service "sylius.distributor.minimum_price" to "sylius.registry.promotion_action".
Inlined service "sylius.filter.promotion.price_range" to "sylius.registry.promotion_action".
Inlined service "sylius.filter.promotion.taxon" to "sylius.registry.promotion_action".
Inlined service "sylius.filter.promotion.product" to "sylius.registry.promotion_action".
Inlined service "sylius.applicator.promotion.units_adjustments" to "sylius.registry.promotion_action".
Inlined service "sylius.distributor.minimum_price" to "sylius.registry.promotion_action".
Inlined service "sylius.filter.promotion.price_range" to "sylius.registry.promotion_action".
Inlined service "sylius.filter.promotion.taxon" to "sylius.registry.promotion_action".
Inlined service "sylius.filter.promotion.product" to "sylius.registry.promotion_action".
Inlined service "sylius.dispatcher.operation" to "sylius.main_controller".
Inlined service "sylius.dispatcher.operation" to "sylius.main_controller".
Inlined service "sylius.event_handler.operation" to "sylius.main_controller".
Inlined service "sylius.dispatcher.operation" to "sylius.main_controller".
Inlined service "sylius.event_handler.operation" to "sylius.main_controller".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
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 "sylius.fixture.product_association_type" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.product_association" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.product_association_type" to "sylius_fixtures.fixture_registry".
Inlined service "sylius.fixture.product_association" to "sylius_fixtures.fixture_registry".
Inlined service "nyholm.psr7.psr17_factory" to "sylius_admin.provider.notification.hub".
Inlined service "nyholm.psr7.psr17_factory" to "sylius_admin.provider.notification.hub".
Inlined service "nyholm.psr7.psr17_factory" to "sylius_admin.provider.notification.hub".
Inlined service "nyholm.psr7.psr17_factory" to "sylius_admin.provider.notification.hub".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "sylius.helper.flash" to "sylius.main_controller".
Inlined service "sylius.helper.flash" to "sylius.main_controller".
Tag "app.repository" was defined on service(s) "App\Repository\CustomerRepository", "App\Repository\Order\OrderRepository", "App\Repository\User\AdminUserRepository", but was never used.
Tag "sylius.component.shop" was defined on service(s) "App\Twig\Components\Checkout\Address\PickupLocation", "App\Twig\Components\Homepage\AllProducts", but was never used. Did you mean "sylius.live_component.shop"?
Tag "doctrine.event_subscriber" was defined on service(s) "sylius.doctrine.orm.event_subscriber.load_metadata.attribute", "sylius.doctrine.orm.event_subscriber.load_metadata.review", but was never used. Did you mean "kernel.event_subscriber", "doctrine.event_listener"?
Tag "workflow.state_machine" was defined on service(s) "debug.state_machine.sylius_catalog_promotion", "debug.state_machine.sylius_order", "debug.state_machine.sylius_order_checkout", "debug.state_machine.sylius_order_payment", "debug.state_machine.sylius_order_shipping", "debug.state_machine.sylius_payment", "debug.state_machine.sylius_payment_request", "debug.state_machine.sylius_product_review", "debug.state_machine.sylius_shipment", "debug.state_machine.sylius_order_checkout_two", but was never used.
Tag "sylius.factory" was defined on service(s) "app.factory.customer", but was never used.