Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "App\Api\Processor\DeleteAttributeGroupRestrictProcessor" 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 "App\Api\Processor\DeleteAttributeRestrictProcessor" 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 "App\Api\Processor\DeleteOptionRestrictProcessor" 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 "App\Api\Processor\DeleteOptionValueRestrictProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
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 "App\CustomBundle\DependencyInjection\CustomExtension".
Since symfony/dependency-injection 7.1: The "Symfony\Component\DependencyInjection\Attribute\TaggedIterator" attribute is deprecated, use "Symfony\Component\DependencyInjection\Attribute\AutowireIterator" instead.
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.active AS active_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6 FROM delivery_type t0 WHERE t0.is_default = ? AND t0.active = ? LIMIT 1"
(parameters:
[1 => 12 => 1]
, types:
[1 => 52 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.active AS active_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6 FROM delivery_type t0 WHERE t0.is_default = ? AND t0.active = ? LIMIT 1"
"params" => [1 => 12 => 1]
"types" => [1 => 52 => 5]
]
"SELECT t0.slug AS slug_1, t0.entity_type AS entity_type_2, t0.entity_id AS entity_id_3, t0.target_path AS target_path_4, t0.http_code AS http_code_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM url_rewrite t0 WHERE t0.slug = ?"
(parameters:
[1 => "alfeya-5-3-shar"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.slug AS slug_1, t0.entity_type AS entity_type_2, t0.entity_id AS entity_id_3, t0.target_path AS target_path_4, t0.http_code AS http_code_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM url_rewrite t0 WHERE t0.slug = ?"
"params" => [1 => "alfeya-5-3-shar"
]
"types" => [1 => 2]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.sort_order AS sort_order_3, p0_.effective_price AS effective_price_4, p0_.status AS status_5, p0_.type AS type_6, p0_.quantity AS quantity_7, p0_.options_json AS options_json_8, p0_.attribute_json AS attribute_json_9, p0_.code AS code_10, p0_.description AS description_11, p0_.similar_group_id AS similar_group_id_12, p0_.price AS price_13, p0_.sale_price AS sale_price_14, p0_.currency AS currency_15, p0_.date_added AS date_added_16, p0_.date_edited AS date_edited_17, p1_.meta_title AS meta_title_18, p1_.meta_description AS meta_description_19, p1_.meta_keywords AS meta_keywords_20, p1_.h1 AS h1_21, p0_.manufacturer_id AS manufacturer_id_22, p0_.series_id AS series_id_23, p1_.product_id AS product_id_24 FROM product p0_ LEFT JOIN product_seo p1_ ON p0_.id = p1_.product_id WHERE p0_.slug = ? AND p0_.status = 1 LIMIT 1"
(parameters:
[1 => "alfeya-5-3-shar"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.sort_order AS sort_order_3, p0_.effective_price AS effective_price_4, p0_.status AS status_5, p0_.type AS type_6, p0_.quantity AS quantity_7, p0_.options_json AS options_json_8, p0_.attribute_json AS attribute_json_9, p0_.code AS code_10, p0_.description AS description_11, p0_.similar_group_id AS similar_group_id_12, p0_.price AS price_13, p0_.sale_price AS sale_price_14, p0_.currency AS currency_15, p0_.date_added AS date_added_16, p0_.date_edited AS date_edited_17, p1_.meta_title AS meta_title_18, p1_.meta_description AS meta_description_19, p1_.meta_keywords AS meta_keywords_20, p1_.h1 AS h1_21, p0_.manufacturer_id AS manufacturer_id_22, p0_.series_id AS series_id_23, p1_.product_id AS product_id_24 FROM product p0_ LEFT JOIN product_seo p1_ ON p0_.id = p1_.product_id WHERE p0_.slug = ? AND p0_.status = 1 LIMIT 1"
"params" => [1 => "alfeya-5-3-shar"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Providing the property $indexes on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\Index attribute instead. (Table.php:26 called by ProductToCategory.php:18, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)
"SELECT p0_.id AS id_0, p0_.data_type AS data_type_1, p0_.string_value AS string_value_2, p0_.text_value AS text_value_3, p0_.int_value AS int_value_4, p0_.decimal_value AS decimal_value_5, p0_.bool_value AS bool_value_6, p0_.date_value AS date_value_7, p0_.json_value AS json_value_8, p0_.unit AS unit_9, p0_.position AS position_10, p0_.sort_order AS sort_order_11, a1_.id AS id_12, a1_.name AS name_13, a1_.sort_order AS sort_order_14, a1_.code AS code_15, a2_.id AS id_16, a2_.name AS name_17, a2_.sort_order AS sort_order_18, a2_.show_in_category AS show_in_category_19, a2_.short_name AS short_name_20, a2_.code AS code_21, p0_.product_id AS product_id_22, p0_.attribute_id AS attribute_id_23, p0_.attribute_group_id AS attribute_group_id_24, a2_.attribute_group_id AS attribute_group_id_25 FROM product_attribute_assignment p0_ LEFT JOIN attribute_group a1_ ON p0_.attribute_group_id = a1_.id LEFT JOIN attribute a2_ ON p0_.attribute_id = a2_.id WHERE p0_.product_id = ?"
(parameters:
[1 => 127]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.data_type AS data_type_1, p0_.string_value AS string_value_2, p0_.text_value AS text_value_3, p0_.int_value AS int_value_4, p0_.decimal_value AS decimal_value_5, p0_.bool_value AS bool_value_6, p0_.date_value AS date_value_7, p0_.json_value AS json_value_8, p0_.unit AS unit_9, p0_.position AS position_10, p0_.sort_order AS sort_order_11, a1_.id AS id_12, a1_.name AS name_13, a1_.sort_order AS sort_order_14, a1_.code AS code_15, a2_.id AS id_16, a2_.name AS name_17, a2_.sort_order AS sort_order_18, a2_.show_in_category AS show_in_category_19, a2_.short_name AS short_name_20, a2_.code AS code_21, p0_.product_id AS product_id_22, p0_.attribute_id AS attribute_id_23, p0_.attribute_group_id AS attribute_group_id_24, a2_.attribute_group_id AS attribute_group_id_25 FROM product_attribute_assignment p0_ LEFT JOIN attribute_group a1_ ON p0_.attribute_group_id = a1_.id LEFT JOIN attribute a2_ ON p0_.attribute_id = a2_.id WHERE p0_.product_id = ?"
"params" => [1 => 127]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data_type AS data_type_2, t0.string_value AS string_value_3, t0.text_value AS text_value_4, t0.int_value AS int_value_5, t0.decimal_value AS decimal_value_6, t0.bool_value AS bool_value_7, t0.date_value AS date_value_8, t0.json_value AS json_value_9, t0.unit AS unit_10, t0.position AS position_11, t0.sort_order AS sort_order_12, t0.product_id AS product_id_13, t0.attribute_id AS attribute_id_14, t0.attribute_group_id AS attribute_group_id_15 FROM product_attribute_assignment t0 WHERE t0.product_id = ?"
(parameters:
[1 => 127]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data_type AS data_type_2, t0.string_value AS string_value_3, t0.text_value AS text_value_4, t0.int_value AS int_value_5, t0.decimal_value AS decimal_value_6, t0.bool_value AS bool_value_7, t0.date_value AS date_value_8, t0.json_value AS json_value_9, t0.unit AS unit_10, t0.position AS position_11, t0.sort_order AS sort_order_12, t0.product_id AS product_id_13, t0.attribute_id AS attribute_id_14, t0.attribute_group_id AS attribute_group_id_15 FROM product_attribute_assignment t0 WHERE t0.product_id = ?"
"params" => [1 => 127]
"types" => [1 => 1]
]
info
Lock acquired, now computing item
"v2_breadcrumbs_product_127"
cache
[
"key" => "v2_breadcrumbs_product_127"
]
debug
Executing statement:
"SELECT COUNT(*) FROM product_to_category t0 WHERE t0.product_id = ?"
"SELECT t0.id AS id_1, t0.is_parent AS is_parent_2, t0.position AS position_3, t0.visibility AS visibility_4, t0.product_id AS product_id_5, t0.category_id AS category_id_6 FROM product_to_category t0 WHERE t0.product_id = ?"
(parameters:
[1 => 127]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.is_parent AS is_parent_2, t0.position AS position_3, t0.visibility AS visibility_4, t0.product_id AS product_id_5, t0.category_id AS category_id_6 FROM product_to_category t0 WHERE t0.product_id = ?"
"params" => [1 => 127]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.visibility AS visibility_4, t0.parent_category_id AS parent_category_id_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.meta_keywords AS meta_keywords_8, t0.sort_order AS sort_order_9, t0.meta_h1 AS meta_h1_10, t0.description AS description_11, t0.navbar_visibility AS navbar_visibility_12, t0.footer_visibility AS footer_visibility_13 FROM category t0 WHERE t0.id = ?"
(parameters:
[1 => 4]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.visibility AS visibility_4, t0.parent_category_id AS parent_category_id_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.meta_keywords AS meta_keywords_8, t0.sort_order AS sort_order_9, t0.meta_h1 AS meta_h1_10, t0.description AS description_11, t0.navbar_visibility AS navbar_visibility_12, t0.footer_visibility AS footer_visibility_13 FROM category t0 WHERE t0.id = ?"
"params" => [1 => 4]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.author_name AS author_name_1, r0_.rating AS rating_2, r0_.comment AS comment_3, r0_.pros AS pros_4, r0_.cons AS cons_5, r0_.status AS status_6, r0_.ip_address AS ip_address_7, r0_.created_at AS created_at_8, r0_.updated_at AS updated_at_9, r0_.product_id AS product_id_10, r0_.author_id AS author_id_11 FROM reviews r0_ WHERE r0_.product_id = ? AND r0_.status = ? ORDER BY r0_.created_at DESC"
(parameters:
[1 => 1272 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.author_name AS author_name_1, r0_.rating AS rating_2, r0_.comment AS comment_3, r0_.pros AS pros_4, r0_.cons AS cons_5, r0_.status AS status_6, r0_.ip_address AS ip_address_7, r0_.created_at AS created_at_8, r0_.updated_at AS updated_at_9, r0_.product_id AS product_id_10, r0_.author_id AS author_id_11 FROM reviews r0_ WHERE r0_.product_id = ? AND r0_.status = ? ORDER BY r0_.created_at DESC"
"params" => [1 => 1272 => 1]
"types" => [1 => 12 => 1]
]
"SELECT p0_.id AS id_0, p0_.city AS city_1, p0_.srok AS srok_2, p0_.city2 AS city2_3, p0_.code AS code_4, p0_.alias AS alias_5, p0_.region AS region_6, p0_.cost AS cost_7, p0_.free AS free_8, p0_.calculate_price AS calculate_price_9, p0_.calculate_delivery_period AS calculate_delivery_period_10, p0_.city_id AS city_id_11 FROM pvz_price p0_ WHERE LOWER(TRIM(p0_.city)) = ? LIMIT 1"
(parameters:
[1 => "колумбус"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.city AS city_1, p0_.srok AS srok_2, p0_.city2 AS city2_3, p0_.code AS code_4, p0_.alias AS alias_5, p0_.region AS region_6, p0_.cost AS cost_7, p0_.free AS free_8, p0_.calculate_price AS calculate_price_9, p0_.calculate_delivery_period AS calculate_delivery_period_10, p0_.city_id AS city_id_11 FROM pvz_price p0_ WHERE LOWER(TRIM(p0_.city)) = ? LIMIT 1"
"params" => [1 => "колумбус"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT m0_.id AS id_0, m0_.entity_type AS entity_type_1, m0_.template_type AS template_type_2, m0_.template AS template_3, m0_.priority AS priority_4, m0_.conditions AS conditions_5, m0_.is_active AS is_active_6, m0_.created_at AS created_at_7, m0_.updated_at AS updated_at_8 FROM meta_template m0_ WHERE m0_.entity_type = ? AND m0_.template_type = ? AND m0_.is_active = ? ORDER BY m0_.priority DESC LIMIT 1"
(parameters:
[1 => "product"
2 => "description"
3 => 1]
, types:
[1 => 22 => 23 => 5]
)
doctrine
[
"sql" => "SELECT m0_.id AS id_0, m0_.entity_type AS entity_type_1, m0_.template_type AS template_type_2, m0_.template AS template_3, m0_.priority AS priority_4, m0_.conditions AS conditions_5, m0_.is_active AS is_active_6, m0_.created_at AS created_at_7, m0_.updated_at AS updated_at_8 FROM meta_template m0_ WHERE m0_.entity_type = ? AND m0_.template_type = ? AND m0_.is_active = ? ORDER BY m0_.priority DESC LIMIT 1"
"params" => [1 => "product"
2 => "description"
3 => 1]
"types" => [1 => 22 => 23 => 5]
]
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.visibility AS visibility_3, c0_.parent_category_id AS parent_category_id_4, c0_.meta_title AS meta_title_5, c0_.meta_description AS meta_description_6, c0_.meta_keywords AS meta_keywords_7, c0_.sort_order AS sort_order_8, c0_.meta_h1 AS meta_h1_9, c0_.description AS description_10, c0_.navbar_visibility AS navbar_visibility_11, c0_.footer_visibility AS footer_visibility_12 FROM category c0_ WHERE c0_.navbar_visibility = ? AND c0_.visibility = ? AND c0_.name IS NOT NULL ORDER BY c0_.sort_order ASC, c0_.name ASC"
(parameters:
[1 => 12 => 1]
, types:
[1 => 52 => 5]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.visibility AS visibility_3, c0_.parent_category_id AS parent_category_id_4, c0_.meta_title AS meta_title_5, c0_.meta_description AS meta_description_6, c0_.meta_keywords AS meta_keywords_7, c0_.sort_order AS sort_order_8, c0_.meta_h1 AS meta_h1_9, c0_.description AS description_10, c0_.navbar_visibility AS navbar_visibility_11, c0_.footer_visibility AS footer_visibility_12 FROM category c0_ WHERE c0_.navbar_visibility = ? AND c0_.visibility = ? AND c0_.name IS NOT NULL ORDER BY c0_.sort_order ASC, c0_.name ASC"
"params" => [1 => 12 => 1]
"types" => [1 => 52 => 5]
]
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.visibility AS visibility_3, c0_.parent_category_id AS parent_category_id_4, c0_.meta_title AS meta_title_5, c0_.meta_description AS meta_description_6, c0_.meta_keywords AS meta_keywords_7, c0_.sort_order AS sort_order_8, c0_.meta_h1 AS meta_h1_9, c0_.description AS description_10, c0_.navbar_visibility AS navbar_visibility_11, c0_.footer_visibility AS footer_visibility_12 FROM category c0_ WHERE c0_.navbar_visibility = ? AND c0_.visibility = ? AND c0_.name IS NOT NULL ORDER BY c0_.sort_order ASC, c0_.name ASC"
(parameters:
[1 => 12 => 1]
, types:
[1 => 52 => 5]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.visibility AS visibility_3, c0_.parent_category_id AS parent_category_id_4, c0_.meta_title AS meta_title_5, c0_.meta_description AS meta_description_6, c0_.meta_keywords AS meta_keywords_7, c0_.sort_order AS sort_order_8, c0_.meta_h1 AS meta_h1_9, c0_.description AS description_10, c0_.navbar_visibility AS navbar_visibility_11, c0_.footer_visibility AS footer_visibility_12 FROM category c0_ WHERE c0_.navbar_visibility = ? AND c0_.visibility = ? AND c0_.name IS NOT NULL ORDER BY c0_.sort_order ASC, c0_.name ASC"
"params" => [1 => 12 => 1]
"types" => [1 => 52 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.image_url AS image_url_2, t0.sort_order AS sort_order_3, t0.product_id AS product_id_4 FROM product_image t0 WHERE t0.product_id = ? ORDER BY t0.sort_order ASC"
(parameters:
[1 => 127]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.image_url AS image_url_2, t0.sort_order AS sort_order_3, t0.product_id AS product_id_4 FROM product_image t0 WHERE t0.product_id = ? ORDER BY t0.sort_order ASC"
"params" => [1 => 127]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) FROM product_video t0 WHERE t0.product_id = ?"
"SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.color AS color_4, t0.sort_order AS sort_order_5 FROM badge t0 INNER JOIN product_badge ON t0.id = product_badge.badge_id WHERE product_badge.product_id = ?"
(parameters:
[1 => 127]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.color AS color_4, t0.sort_order AS sort_order_5 FROM badge t0 INNER JOIN product_badge ON t0.id = product_badge.badge_id WHERE product_badge.product_id = ?"
"params" => [1 => 127]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.height AS height_2, t0.price AS price_3, t0.set_price AS set_price_4, t0.bulbs_count AS bulbs_count_5, t0.lighting_area AS lighting_area_6, t0.sku AS sku_7, t0.attributes AS attributes_8, t0.original_sku AS original_sku_9, t0.sale_price AS sale_price_10, t0.sort_order AS sort_order_11, t0.quantity AS quantity_12, t0.product_id AS product_id_13, t0.option_id AS option_id_14, t0.value_id AS value_id_15 FROM product_option_value_assignment t0 WHERE t0.product_id = ? ORDER BY t0.sort_order ASC, t0.id ASC"
(parameters:
[1 => 127]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.height AS height_2, t0.price AS price_3, t0.set_price AS set_price_4, t0.bulbs_count AS bulbs_count_5, t0.lighting_area AS lighting_area_6, t0.sku AS sku_7, t0.attributes AS attributes_8, t0.original_sku AS original_sku_9, t0.sale_price AS sale_price_10, t0.sort_order AS sort_order_11, t0.quantity AS quantity_12, t0.product_id AS product_id_13, t0.option_id AS option_id_14, t0.value_id AS value_id_15 FROM product_option_value_assignment t0 WHERE t0.product_id = ? ORDER BY t0.sort_order ASC, t0.id ASC"
"params" => [1 => 127]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_order AS sort_order_3, t0.code AS code_4 FROM `option` t0 WHERE t0.id = ?"
(parameters:
[1 => 5]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_order AS sort_order_3, t0.code AS code_4 FROM `option` t0 WHERE t0.id = ?"
"params" => [1 => 5]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.value AS value_2, t0.sort_order AS sort_order_3, t0.code AS code_4, t0.option_id AS option_id_5 FROM option_value t0 WHERE t0.id = ?"
(parameters:
[1 => 10]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.sort_order AS sort_order_3, t0.code AS code_4, t0.option_id AS option_id_5 FROM option_value t0 WHERE t0.id = ?"
"params" => [1 => 10]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.visibility AS visibility_3, c0_.parent_category_id AS parent_category_id_4, c0_.meta_title AS meta_title_5, c0_.meta_description AS meta_description_6, c0_.meta_keywords AS meta_keywords_7, c0_.sort_order AS sort_order_8, c0_.meta_h1 AS meta_h1_9, c0_.description AS description_10, c0_.navbar_visibility AS navbar_visibility_11, c0_.footer_visibility AS footer_visibility_12 FROM category c0_ WHERE c0_.footer_visibility = ? AND c0_.visibility = ? AND c0_.name IS NOT NULL ORDER BY c0_.sort_order ASC, c0_.name ASC"
(parameters:
[1 => 12 => 1]
, types:
[1 => 52 => 5]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.visibility AS visibility_3, c0_.parent_category_id AS parent_category_id_4, c0_.meta_title AS meta_title_5, c0_.meta_description AS meta_description_6, c0_.meta_keywords AS meta_keywords_7, c0_.sort_order AS sort_order_8, c0_.meta_h1 AS meta_h1_9, c0_.description AS description_10, c0_.navbar_visibility AS navbar_visibility_11, c0_.footer_visibility AS footer_visibility_12 FROM category c0_ WHERE c0_.footer_visibility = ? AND c0_.visibility = ? AND c0_.name IS NOT NULL ORDER BY c0_.sort_order ASC, c0_.name ASC"
"params" => [1 => 12 => 1]
"types" => [1 => 52 => 5]
]
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
610
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\UserPasswordProcessor" (parent: .abstract.instanceof.App\State\UserPasswordProcessor).
Resolving inheritance for "App\State\UserPasswordProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\UserPasswordProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteAttributeGroupRestrictProcessor" (parent: .abstract.instanceof.App\Api\Processor\DeleteAttributeGroupRestrictProcessor).
Resolving inheritance for "App\Api\Processor\DeleteAttributeGroupRestrictProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteAttributeGroupRestrictProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteAttributeRestrictProcessor" (parent: .abstract.instanceof.App\Api\Processor\DeleteAttributeRestrictProcessor).
Resolving inheritance for "App\Api\Processor\DeleteAttributeRestrictProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteAttributeRestrictProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteOptionRestrictProcessor" (parent: .abstract.instanceof.App\Api\Processor\DeleteOptionRestrictProcessor).
Resolving inheritance for "App\Api\Processor\DeleteOptionRestrictProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteOptionRestrictProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteOptionValueRestrictProcessor" (parent: .abstract.instanceof.App\Api\Processor\DeleteOptionValueRestrictProcessor).
Resolving inheritance for "App\Api\Processor\DeleteOptionValueRestrictProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteOptionValueRestrictProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeliveryTypeProcessor" (parent: .abstract.instanceof.App\Api\Processor\DeliveryTypeProcessor).
Resolving inheritance for "App\Api\Processor\DeliveryTypeProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeliveryTypeProcessor).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartPurgeExpiredCommand" (parent: .abstract.instanceof.App\Command\CartPurgeExpiredCommand).
Resolving inheritance for ".instanceof.App\Command\CartPurgeExpiredCommand.0.App\Command\CartPurgeExpiredCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartPurgeExpiredCommand).
Resolving inheritance for "App\Command\CartPurgeExpiredCommand" (parent: .instanceof.App\Command\CartPurgeExpiredCommand.0.App\Command\CartPurgeExpiredCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartsCleanupCommand" (parent: .abstract.instanceof.App\Command\CartsCleanupCommand).
Resolving inheritance for ".instanceof.App\Command\CartsCleanupCommand.0.App\Command\CartsCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartsCleanupCommand).
Resolving inheritance for "App\Command\CartsCleanupCommand" (parent: .instanceof.App\Command\CartsCleanupCommand.0.App\Command\CartsCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupIdempotencyKeysCommand" (parent: .abstract.instanceof.App\Command\CleanupIdempotencyKeysCommand).
Resolving inheritance for ".instanceof.App\Command\CleanupIdempotencyKeysCommand.0.App\Command\CleanupIdempotencyKeysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupIdempotencyKeysCommand).
Resolving inheritance for "App\Command\CleanupIdempotencyKeysCommand" (parent: .instanceof.App\Command\CleanupIdempotencyKeysCommand.0.App\Command\CleanupIdempotencyKeysCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeoIpUpdateCommand" (parent: .abstract.instanceof.App\Command\GeoIpUpdateCommand).
Resolving inheritance for ".instanceof.App\Command\GeoIpUpdateCommand.0.App\Command\GeoIpUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeoIpUpdateCommand).
Resolving inheritance for "App\Command\GeoIpUpdateCommand" (parent: .instanceof.App\Command\GeoIpUpdateCommand.0.App\Command\GeoIpUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImagesCacheWarmupCommand" (parent: .abstract.instanceof.App\Command\ImagesCacheWarmupCommand).
Resolving inheritance for ".instanceof.App\Command\ImagesCacheWarmupCommand.0.App\Command\ImagesCacheWarmupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImagesCacheWarmupCommand).
Resolving inheritance for "App\Command\ImagesCacheWarmupCommand" (parent: .instanceof.App\Command\ImagesCacheWarmupCommand.0.App\Command\ImagesCacheWarmupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PopulateUrlRewriteCommand" (parent: .abstract.instanceof.App\Command\PopulateUrlRewriteCommand).
Resolving inheritance for ".instanceof.App\Command\PopulateUrlRewriteCommand.0.App\Command\PopulateUrlRewriteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PopulateUrlRewriteCommand).
Resolving inheritance for "App\Command\PopulateUrlRewriteCommand" (parent: .instanceof.App\Command\PopulateUrlRewriteCommand.0.App\Command\PopulateUrlRewriteCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReindexProductsCommand" (parent: .abstract.instanceof.App\Command\ReindexProductsCommand).
Resolving inheritance for ".instanceof.App\Command\ReindexProductsCommand.0.App\Command\ReindexProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReindexProductsCommand).
Resolving inheritance for "App\Command\ReindexProductsCommand" (parent: .instanceof.App\Command\ReindexProductsCommand.0.App\Command\ReindexProductsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SessionClearCommand" (parent: .abstract.instanceof.App\Command\SessionClearCommand).
Resolving inheritance for ".instanceof.App\Command\SessionClearCommand.0.App\Command\SessionClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SessionClearCommand).
Resolving inheritance for "App\Command\SessionClearCommand" (parent: .instanceof.App\Command\SessionClearCommand.0.App\Command\SessionClearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCartHashCommand" (parent: .abstract.instanceof.App\Command\TestCartHashCommand).
Resolving inheritance for ".instanceof.App\Command\TestCartHashCommand.0.App\Command\TestCartHashCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCartHashCommand).
Resolving inheritance for "App\Command\TestCartHashCommand" (parent: .instanceof.App\Command\TestCartHashCommand.0.App\Command\TestCartHashCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestIdempotencyCommand" (parent: .abstract.instanceof.App\Command\TestIdempotencyCommand).
Resolving inheritance for ".instanceof.App\Command\TestIdempotencyCommand.0.App\Command\TestIdempotencyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestIdempotencyCommand).
Resolving inheritance for "App\Command\TestIdempotencyCommand" (parent: .instanceof.App\Command\TestIdempotencyCommand.0.App\Command\TestIdempotencyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestLoggingCommand" (parent: .abstract.instanceof.App\Command\TestLoggingCommand).
Resolving inheritance for ".instanceof.App\Command\TestLoggingCommand.0.App\Command\TestLoggingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestLoggingCommand).
Resolving inheritance for "App\Command\TestLoggingCommand" (parent: .instanceof.App\Command\TestLoggingCommand.0.App\Command\TestLoggingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestRemoveDirectCommand" (parent: .abstract.instanceof.App\Command\TestRemoveDirectCommand).
Resolving inheritance for ".instanceof.App\Command\TestRemoveDirectCommand.0.App\Command\TestRemoveDirectCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestRemoveDirectCommand).
Resolving inheritance for "App\Command\TestRemoveDirectCommand" (parent: .instanceof.App\Command\TestRemoveDirectCommand.0.App\Command\TestRemoveDirectCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestRemoveItemCommand" (parent: .abstract.instanceof.App\Command\TestRemoveItemCommand).
Resolving inheritance for ".instanceof.App\Command\TestRemoveItemCommand.0.App\Command\TestRemoveItemCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestRemoveItemCommand).
Resolving inheritance for "App\Command\TestRemoveItemCommand" (parent: .instanceof.App\Command\TestRemoveItemCommand.0.App\Command\TestRemoveItemCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCreateCommand" (parent: .abstract.instanceof.App\Command\UserCreateCommand).
Resolving inheritance for ".instanceof.App\Command\UserCreateCommand.0.App\Command\UserCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCreateCommand).
Resolving inheritance for "App\Command\UserCreateCommand" (parent: .instanceof.App\Command\UserCreateCommand.0.App\Command\UserCreateCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\AccountController" (parent: .abstract.instanceof.App\Controller\Account\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\AccountController).
Resolving inheritance for ".instanceof.App\Controller\Account\AccountController.0.App\Controller\Account\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\AccountController).
Resolving inheritance for "App\Controller\Account\AccountController" (parent: .instanceof.App\Controller\Account\AccountController.0.App\Controller\Account\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\CategoriesTreeController" (parent: .abstract.instanceof.App\Controller\Admin\Api\CategoriesTreeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\CategoriesTreeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\CategoriesTreeController).
Resolving inheritance for "App\Controller\Admin\Api\CategoriesTreeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\CategoriesTreeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\HomeSliderController" (parent: .abstract.instanceof.App\Controller\Admin\Api\HomeSliderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\HomeSliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\HomeSliderController).
Resolving inheritance for "App\Controller\Admin\Api\HomeSliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\HomeSliderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\HomeVideoController" (parent: .abstract.instanceof.App\Controller\Admin\Api\HomeVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\HomeVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\HomeVideoController).
Resolving inheritance for "App\Controller\Admin\Api\HomeVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\HomeVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductBootstrapController" (parent: .abstract.instanceof.App\Controller\Admin\Api\ProductBootstrapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductBootstrapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductBootstrapController).
Resolving inheritance for "App\Controller\Admin\Api\ProductBootstrapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductBootstrapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductCopyController" (parent: .abstract.instanceof.App\Controller\Admin\Api\ProductCopyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductCopyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductCopyController).
Resolving inheritance for "App\Controller\Admin\Api\ProductCopyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductCopyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductFormController" (parent: .abstract.instanceof.App\Controller\Admin\Api\ProductFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductFormController).
Resolving inheritance for "App\Controller\Admin\Api\ProductFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductSyncController" (parent: .abstract.instanceof.App\Controller\Admin\Api\ProductSyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductSyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductSyncController).
Resolving inheritance for "App\Controller\Admin\Api\ProductSyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductSyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\YandexDeliveryController" (parent: .abstract.instanceof.App\Controller\Admin\Api\YandexDeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\YandexDeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\YandexDeliveryController).
Resolving inheritance for "App\Controller\Admin\Api\YandexDeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\YandexDeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.App\Controller\Admin\DashboardController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController).
Resolving inheritance for "App\Controller\Admin\DashboardController" (parent: .instanceof.App\Controller\Admin\DashboardController.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FacetConfigController" (parent: .abstract.instanceof.App\Controller\Admin\FacetConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FacetConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FacetConfigController).
Resolving inheritance for "App\Controller\Admin\FacetConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FacetConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FacetController" (parent: .abstract.instanceof.App\Controller\Admin\FacetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FacetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FacetController).
Resolving inheritance for "App\Controller\Admin\FacetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FacetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SearchController" (parent: .abstract.instanceof.App\Controller\Admin\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SearchController).
Resolving inheritance for "App\Controller\Admin\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController" (parent: .abstract.instanceof.App\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.App\Controller\Admin\SecurityController.0.App\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController).
Resolving inheritance for "App\Controller\Admin\SecurityController" (parent: .instanceof.App\Controller\Admin\SecurityController.0.App\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartApiController" (parent: .abstract.instanceof.App\Controller\Api\CartApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartApiController).
Resolving inheritance for ".instanceof.App\Controller\Api\CartApiController.0.App\Controller\Api\CartApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartApiController).
Resolving inheritance for "App\Controller\Api\CartApiController" (parent: .instanceof.App\Controller\Api\CartApiController.0.App\Controller\Api\CartApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutDraftController" (parent: .abstract.instanceof.App\Controller\Api\CheckoutDraftController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutDraftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutDraftController).
Resolving inheritance for ".instanceof.App\Controller\Api\CheckoutDraftController.0.App\Controller\Api\CheckoutDraftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutDraftController).
Resolving inheritance for "App\Controller\Api\CheckoutDraftController" (parent: .instanceof.App\Controller\Api\CheckoutDraftController.0.App\Controller\Api\CheckoutDraftController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CsrfController" (parent: .abstract.instanceof.App\Controller\Api\CsrfController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CsrfController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CsrfController).
Resolving inheritance for ".instanceof.App\Controller\Api\CsrfController.0.App\Controller\Api\CsrfController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CsrfController).
Resolving inheritance for "App\Controller\Api\CsrfController" (parent: .instanceof.App\Controller\Api\CsrfController.0.App\Controller\Api\CsrfController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\AuthController" (parent: .abstract.instanceof.App\Controller\Api\Customer\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\AuthController).
Resolving inheritance for ".instanceof.App\Controller\Api\Customer\AuthController.0.App\Controller\Api\Customer\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\AuthController).
Resolving inheritance for "App\Controller\Api\Customer\AuthController" (parent: .instanceof.App\Controller\Api\Customer\AuthController.0.App\Controller\Api\Customer\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\MeController" (parent: .abstract.instanceof.App\Controller\Api\Customer\MeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\MeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\MeController).
Resolving inheritance for ".instanceof.App\Controller\Api\Customer\MeController.0.App\Controller\Api\Customer\MeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\MeController).
Resolving inheritance for "App\Controller\Api\Customer\MeController" (parent: .instanceof.App\Controller\Api\Customer\MeController.0.App\Controller\Api\Customer\MeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeliveryApiController" (parent: .abstract.instanceof.App\Controller\Api\DeliveryApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeliveryApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeliveryApiController).
Resolving inheritance for ".instanceof.App\Controller\Api\DeliveryApiController.0.App\Controller\Api\DeliveryApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeliveryApiController).
Resolving inheritance for "App\Controller\Api\DeliveryApiController" (parent: .instanceof.App\Controller\Api\DeliveryApiController.0.App\Controller\Api\DeliveryApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeliveryPublicController" (parent: .abstract.instanceof.App\Controller\Api\DeliveryPublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeliveryPublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeliveryPublicController).
Resolving inheritance for ".instanceof.App\Controller\Api\DeliveryPublicController.0.App\Controller\Api\DeliveryPublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeliveryPublicController).
Resolving inheritance for "App\Controller\Api\DeliveryPublicController" (parent: .instanceof.App\Controller\Api\DeliveryPublicController.0.App\Controller\Api\DeliveryPublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WishlistApiController" (parent: .abstract.instanceof.App\Controller\Api\WishlistApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WishlistApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WishlistApiController).
Resolving inheritance for ".instanceof.App\Controller\Api\WishlistApiController.0.App\Controller\Api\WishlistApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WishlistApiController).
Resolving inheritance for "App\Controller\Api\WishlistApiController" (parent: .instanceof.App\Controller\Api\WishlistApiController.0.App\Controller\Api\WishlistApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartClaimController" (parent: .abstract.instanceof.App\Controller\CartClaimController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartClaimController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartClaimController).
Resolving inheritance for ".instanceof.App\Controller\CartClaimController.0.App\Controller\CartClaimController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartClaimController).
Resolving inheritance for "App\Controller\CartClaimController" (parent: .instanceof.App\Controller\CartClaimController.0.App\Controller\CartClaimController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\Blog\BlogCatalogController" (parent: .abstract.instanceof.App\Controller\Catalog\Blog\BlogCatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\Blog\BlogCatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\Blog\BlogCatalogController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\Blog\BlogCatalogController.0.App\Controller\Catalog\Blog\BlogCatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\Blog\BlogCatalogController).
Resolving inheritance for "App\Controller\Catalog\Blog\BlogCatalogController" (parent: .instanceof.App\Controller\Catalog\Blog\BlogCatalogController.0.App\Controller\Catalog\Blog\BlogCatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\ButtonExamplesController" (parent: .abstract.instanceof.App\Controller\Catalog\ButtonExamplesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\ButtonExamplesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\ButtonExamplesController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\ButtonExamplesController.0.App\Controller\Catalog\ButtonExamplesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\ButtonExamplesController).
Resolving inheritance for "App\Controller\Catalog\ButtonExamplesController" (parent: .instanceof.App\Controller\Catalog\ButtonExamplesController.0.App\Controller\Catalog\ButtonExamplesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\CartController" (parent: .abstract.instanceof.App\Controller\Catalog\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\CartController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\CartController.0.App\Controller\Catalog\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\CartController).
Resolving inheritance for "App\Controller\Catalog\CartController" (parent: .instanceof.App\Controller\Catalog\CartController.0.App\Controller\Catalog\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\Category\CatalogCategoryController" (parent: .abstract.instanceof.App\Controller\Catalog\Category\CatalogCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\Category\CatalogCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\Category\CatalogCategoryController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\Category\CatalogCategoryController.0.App\Controller\Catalog\Category\CatalogCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\Category\CatalogCategoryController).
Resolving inheritance for "App\Controller\Catalog\Category\CatalogCategoryController" (parent: .instanceof.App\Controller\Catalog\Category\CatalogCategoryController.0.App\Controller\Catalog\Category\CatalogCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\CheckoutController" (parent: .abstract.instanceof.App\Controller\Catalog\CheckoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\CheckoutController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\CheckoutController.0.App\Controller\Catalog\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\CheckoutController).
Resolving inheritance for "App\Controller\Catalog\CheckoutController" (parent: .instanceof.App\Controller\Catalog\CheckoutController.0.App\Controller\Catalog\CheckoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\DeliveryPageController" (parent: .abstract.instanceof.App\Controller\Catalog\DeliveryPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\DeliveryPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\DeliveryPageController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\DeliveryPageController.0.App\Controller\Catalog\DeliveryPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\DeliveryPageController).
Resolving inheritance for "App\Controller\Catalog\DeliveryPageController" (parent: .instanceof.App\Controller\Catalog\DeliveryPageController.0.App\Controller\Catalog\DeliveryPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\FacetsController" (parent: .abstract.instanceof.App\Controller\Catalog\FacetsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\FacetsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\FacetsController).
Resolving inheritance for "App\Controller\Catalog\FacetsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\FacetsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\IndexController" (parent: .abstract.instanceof.App\Controller\Catalog\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\IndexController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\IndexController.0.App\Controller\Catalog\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\IndexController).
Resolving inheritance for "App\Controller\Catalog\IndexController" (parent: .instanceof.App\Controller\Catalog\IndexController.0.App\Controller\Catalog\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\InfoController" (parent: .abstract.instanceof.App\Controller\Catalog\InfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\InfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\InfoController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\InfoController.0.App\Controller\Catalog\InfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\InfoController).
Resolving inheritance for "App\Controller\Catalog\InfoController" (parent: .instanceof.App\Controller\Catalog\InfoController.0.App\Controller\Catalog\InfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\Product\ProductCatalogController" (parent: .abstract.instanceof.App\Controller\Catalog\Product\ProductCatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\Product\ProductCatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\Product\ProductCatalogController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\Product\ProductCatalogController.0.App\Controller\Catalog\Product\ProductCatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\Product\ProductCatalogController).
Resolving inheritance for "App\Controller\Catalog\Product\ProductCatalogController" (parent: .instanceof.App\Controller\Catalog\Product\ProductCatalogController.0.App\Controller\Catalog\Product\ProductCatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\SearchController" (parent: .abstract.instanceof.App\Controller\Catalog\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\SearchController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\SearchController.0.App\Controller\Catalog\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\SearchController).
Resolving inheritance for "App\Controller\Catalog\SearchController" (parent: .instanceof.App\Controller\Catalog\SearchController.0.App\Controller\Catalog\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\UniversalSlugController" (parent: .abstract.instanceof.App\Controller\Catalog\UniversalSlugController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\UniversalSlugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\UniversalSlugController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\UniversalSlugController.0.App\Controller\Catalog\UniversalSlugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\UniversalSlugController).
Resolving inheritance for "App\Controller\Catalog\UniversalSlugController" (parent: .instanceof.App\Controller\Catalog\UniversalSlugController.0.App\Controller\Catalog\UniversalSlugController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\VideoController" (parent: .abstract.instanceof.App\Controller\Catalog\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\VideoController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\VideoController.0.App\Controller\Catalog\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\VideoController).
Resolving inheritance for "App\Controller\Catalog\VideoController" (parent: .instanceof.App\Controller\Catalog\VideoController.0.App\Controller\Catalog\VideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\WishlistController" (parent: .abstract.instanceof.App\Controller\Catalog\WishlistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\WishlistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\WishlistController).
Resolving inheritance for ".instanceof.App\Controller\Catalog\WishlistController.0.App\Controller\Catalog\WishlistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\WishlistController).
Resolving inheritance for "App\Controller\Catalog\WishlistController" (parent: .instanceof.App\Controller\Catalog\WishlistController.0.App\Controller\Catalog\WishlistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigController" (parent: .abstract.instanceof.App\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigController).
Resolving inheritance for "App\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Debug\SessionDebugController" (parent: .abstract.instanceof.App\Controller\Debug\SessionDebugController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Debug\SessionDebugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Debug\SessionDebugController).
Resolving inheritance for "App\Controller\Debug\SessionDebugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Debug\SessionDebugController).
Resolving inheritance for ".instanceof.App\Controller\HealthController.0.App\Controller\HealthController" (parent: .abstract.instanceof.App\Controller\HealthController).
Resolving inheritance for "App\Controller\HealthController" (parent: .instanceof.App\Controller\HealthController.0.App\Controller\HealthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.App\Controller\HomeController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.App\Controller\HomeController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SessionController" (parent: .abstract.instanceof.App\Controller\SessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SessionController).
Resolving inheritance for ".instanceof.App\Controller\SessionController.0.App\Controller\SessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SessionController).
Resolving inheritance for "App\Controller\SessionController" (parent: .instanceof.App\Controller\SessionController.0.App\Controller\SessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\AuthPageController" (parent: .abstract.instanceof.App\Controller\Site\AuthPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\AuthPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\AuthPageController).
Resolving inheritance for ".instanceof.App\Controller\Site\AuthPageController.0.App\Controller\Site\AuthPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\AuthPageController).
Resolving inheritance for "App\Controller\Site\AuthPageController" (parent: .instanceof.App\Controller\Site\AuthPageController.0.App\Controller\Site\AuthPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StimulusTestController" (parent: .abstract.instanceof.App\Controller\StimulusTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StimulusTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StimulusTestController).
Resolving inheritance for ".instanceof.App\Controller\StimulusTestController.0.App\Controller\StimulusTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StimulusTestController).
Resolving inheritance for "App\Controller\StimulusTestController" (parent: .instanceof.App\Controller\StimulusTestController.0.App\Controller\StimulusTestController).
Resolving inheritance for ".instanceof.App\Doctrine\Listener\AttributeEntityListener.0.App\Doctrine\Listener\AttributeEntityListener" (parent: .abstract.instanceof.App\Doctrine\Listener\AttributeEntityListener).
Resolving inheritance for "App\Doctrine\Listener\AttributeEntityListener" (parent: .instanceof.App\Doctrine\Listener\AttributeEntityListener.0.App\Doctrine\Listener\AttributeEntityListener).
Resolving inheritance for ".instanceof.App\Doctrine\Listener\OptionEntityListener.0.App\Doctrine\Listener\OptionEntityListener" (parent: .abstract.instanceof.App\Doctrine\Listener\OptionEntityListener).
Resolving inheritance for "App\Doctrine\Listener\OptionEntityListener" (parent: .instanceof.App\Doctrine\Listener\OptionEntityListener.0.App\Doctrine\Listener\OptionEntityListener).
Resolving inheritance for ".instanceof.App\Doctrine\Listener\ProductEntityListener.0.App\Doctrine\Listener\ProductEntityListener" (parent: .abstract.instanceof.App\Doctrine\Listener\ProductEntityListener).
Resolving inheritance for "App\Doctrine\Listener\ProductEntityListener" (parent: .instanceof.App\Doctrine\Listener\ProductEntityListener.0.App\Doctrine\Listener\ProductEntityListener).
Resolving inheritance for ".instanceof.App\Doctrine\Listener\ProductImageListener.0.App\Doctrine\Listener\ProductImageListener" (parent: .abstract.instanceof.App\Doctrine\Listener\ProductImageListener).
Resolving inheritance for "App\Doctrine\Listener\ProductImageListener" (parent: .instanceof.App\Doctrine\Listener\ProductImageListener.0.App\Doctrine\Listener\ProductImageListener).
Resolving inheritance for ".instanceof.App\Doctrine\Listener\ProductToCategoryListener.0.App\Doctrine\Listener\ProductToCategoryListener" (parent: .abstract.instanceof.App\Doctrine\Listener\ProductToCategoryListener).
Resolving inheritance for "App\Doctrine\Listener\ProductToCategoryListener" (parent: .instanceof.App\Doctrine\Listener\ProductToCategoryListener.0.App\Doctrine\Listener\ProductToCategoryListener).
Resolving inheritance for ".instanceof.App\Doctrine\Subscriber\ProductSearchIndexerSubscriber.0.App\Doctrine\Subscriber\ProductSearchIndexerSubscriber" (parent: .abstract.instanceof.App\Doctrine\Subscriber\ProductSearchIndexerSubscriber).
Resolving inheritance for "App\Doctrine\Subscriber\ProductSearchIndexerSubscriber" (parent: .instanceof.App\Doctrine\Subscriber\ProductSearchIndexerSubscriber.0.App\Doctrine\Subscriber\ProductSearchIndexerSubscriber).
Resolving inheritance for ".instanceof.App\EventListener\CartCookieListener.0.App\EventListener\CartCookieListener" (parent: .abstract.instanceof.App\EventListener\CartCookieListener).
Resolving inheritance for "App\EventListener\CartCookieListener" (parent: .instanceof.App\EventListener\CartCookieListener.0.App\EventListener\CartCookieListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CartSessionCleanupListener" (parent: .abstract.instanceof.App\EventListener\CartSessionCleanupListener).
Resolving inheritance for "App\EventListener\CartSessionCleanupListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CartSessionCleanupListener).
Resolving inheritance for ".instanceof.App\EventListener\CategoryCacheListener.0.App\EventListener\CategoryCacheListener" (parent: .abstract.instanceof.App\EventListener\CategoryCacheListener).
Resolving inheritance for "App\EventListener\CategoryCacheListener" (parent: .instanceof.App\EventListener\CategoryCacheListener.0.App\EventListener\CategoryCacheListener).
Resolving inheritance for ".instanceof.App\EventListener\MetaTemplateCacheListener.0.App\EventListener\MetaTemplateCacheListener" (parent: .abstract.instanceof.App\EventListener\MetaTemplateCacheListener).
Resolving inheritance for "App\EventListener\MetaTemplateCacheListener" (parent: .instanceof.App\EventListener\MetaTemplateCacheListener.0.App\EventListener\MetaTemplateCacheListener).
Resolving inheritance for ".instanceof.App\EventListener\ProductImageCacheListener.0.App\EventListener\ProductImageCacheListener" (parent: .abstract.instanceof.App\EventListener\ProductImageCacheListener).
Resolving inheritance for "App\EventListener\ProductImageCacheListener" (parent: .instanceof.App\EventListener\ProductImageCacheListener.0.App\EventListener\ProductImageCacheListener).
Resolving inheritance for ".instanceof.App\EventListener\SettingsCacheListener.0.App\EventListener\SettingsCacheListener" (parent: .abstract.instanceof.App\EventListener\SettingsCacheListener).
Resolving inheritance for "App\EventListener\SettingsCacheListener" (parent: .instanceof.App\EventListener\SettingsCacheListener.0.App\EventListener\SettingsCacheListener).
Resolving inheritance for ".instanceof.App\EventListener\UrlRewriteListener.0.App\EventListener\UrlRewriteListener" (parent: .abstract.instanceof.App\EventListener\UrlRewriteListener).
Resolving inheritance for "App\EventListener\UrlRewriteListener" (parent: .instanceof.App\EventListener\UrlRewriteListener.0.App\EventListener\UrlRewriteListener).
Resolving inheritance for ".instanceof.App\EventSubscriber\BestsellerCacheSubscriber.0.App\EventSubscriber\BestsellerCacheSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\BestsellerCacheSubscriber).
Resolving inheritance for "App\EventSubscriber\BestsellerCacheSubscriber" (parent: .instanceof.App\EventSubscriber\BestsellerCacheSubscriber.0.App\EventSubscriber\BestsellerCacheSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartCookieSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CartCookieSubscriber).
Resolving inheritance for "App\EventSubscriber\CartCookieSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartCookieSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartLoginSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CartLoginSubscriber).
Resolving inheritance for "App\EventSubscriber\CartLoginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartLoginSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DeliveryContextSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\DeliveryContextSubscriber).
Resolving inheritance for "App\EventSubscriber\DeliveryContextSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DeliveryContextSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DeliveryDefaultSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\DeliveryDefaultSubscriber).
Resolving inheritance for "App\EventSubscriber\DeliveryDefaultSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DeliveryDefaultSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FacetReindexSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\FacetReindexSubscriber).
Resolving inheritance for "App\EventSubscriber\FacetReindexSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FacetReindexSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtTokenVersionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\JwtTokenVersionSubscriber).
Resolving inheritance for "App\EventSubscriber\JwtTokenVersionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtTokenVersionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\WishlistLoginSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\WishlistLoginSubscriber).
Resolving inheritance for "App\EventSubscriber\WishlistLoginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\WishlistLoginSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeGroupRepository" (parent: .abstract.instanceof.App\Repository\AttributeGroupRepository).
Resolving inheritance for "App\Repository\AttributeGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeRepository" (parent: .abstract.instanceof.App\Repository\AttributeRepository).
Resolving inheritance for "App\Repository\AttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeRepository" (parent: .abstract.instanceof.App\Repository\BadgeRepository).
Resolving inheritance for "App\Repository\BadgeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BestsellerRepository" (parent: .abstract.instanceof.App\Repository\BestsellerRepository).
Resolving inheritance for "App\Repository\BestsellerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BestsellerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository" (parent: .abstract.instanceof.App\Repository\BlogRepository).
Resolving inheritance for "App\Repository\BlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarouselRepository" (parent: .abstract.instanceof.App\Repository\CarouselRepository).
Resolving inheritance for "App\Repository\CarouselRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarouselRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartIdempotencyRepository" (parent: .abstract.instanceof.App\Repository\CartIdempotencyRepository).
Resolving inheritance for "App\Repository\CartIdempotencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartIdempotencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartItemRepository" (parent: .abstract.instanceof.App\Repository\CartItemRepository).
Resolving inheritance for "App\Repository\CartItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository" (parent: .abstract.instanceof.App\Repository\CartRepository).
Resolving inheritance for "App\Repository\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityModalRepository" (parent: .abstract.instanceof.App\Repository\CityModalRepository).
Resolving inheritance for "App\Repository\CityModalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityModalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryTypeRepository" (parent: .abstract.instanceof.App\Repository\DeliveryTypeRepository).
Resolving inheritance for "App\Repository\DeliveryTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacetConfigRepository" (parent: .abstract.instanceof.App\Repository\FacetConfigRepository).
Resolving inheritance for "App\Repository\FacetConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacetConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacetDictionaryRepository" (parent: .abstract.instanceof.App\Repository\FacetDictionaryRepository).
Resolving inheritance for "App\Repository\FacetDictionaryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacetDictionaryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiasRepository" (parent: .abstract.instanceof.App\Repository\FiasRepository).
Resolving inheritance for "App\Repository\FiasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GeoIpCacheRepository" (parent: .abstract.instanceof.App\Repository\GeoIpCacheRepository).
Resolving inheritance for "App\Repository\GeoIpCacheRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GeoIpCacheRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomePageRepository" (parent: .abstract.instanceof.App\Repository\HomePageRepository).
Resolving inheritance for "App\Repository\HomePageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomePageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeSliderRepository" (parent: .abstract.instanceof.App\Repository\HomeSliderRepository).
Resolving inheritance for "App\Repository\HomeSliderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeSliderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManufacturerRepository" (parent: .abstract.instanceof.App\Repository\ManufacturerRepository).
Resolving inheritance for "App\Repository\ManufacturerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManufacturerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetaTemplateRepository" (parent: .abstract.instanceof.App\Repository\MetaTemplateRepository).
Resolving inheritance for "App\Repository\MetaTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetaTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionRepository" (parent: .abstract.instanceof.App\Repository\OptionRepository).
Resolving inheritance for "App\Repository\OptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionValueRepository" (parent: .abstract.instanceof.App\Repository\OptionValueRepository).
Resolving inheritance for "App\Repository\OptionValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCustomerRepository" (parent: .abstract.instanceof.App\Repository\OrderCustomerRepository).
Resolving inheritance for "App\Repository\OrderCustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryRepository" (parent: .abstract.instanceof.App\Repository\OrderDeliveryRepository).
Resolving inheritance for "App\Repository\OrderDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductOptionsRepository" (parent: .abstract.instanceof.App\Repository\OrderProductOptionsRepository).
Resolving inheritance for "App\Repository\OrderProductOptionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductOptionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductsRepository" (parent: .abstract.instanceof.App\Repository\OrderProductsRepository).
Resolving inheritance for "App\Repository\OrderProductsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStatusRepository" (parent: .abstract.instanceof.App\Repository\OrderStatusRepository).
Resolving inheritance for "App\Repository\OrderStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeAssignmentRepository" (parent: .abstract.instanceof.App\Repository\ProductAttributeAssignmentRepository).
Resolving inheritance for "App\Repository\ProductAttributeAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeAssignmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductImageRepository" (parent: .abstract.instanceof.App\Repository\ProductImageRepository).
Resolving inheritance for "App\Repository\ProductImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionValueAssignmentRepository" (parent: .abstract.instanceof.App\Repository\ProductOptionValueAssignmentRepository).
Resolving inheritance for "App\Repository\ProductOptionValueAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionValueAssignmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSeoRepository" (parent: .abstract.instanceof.App\Repository\ProductSeoRepository).
Resolving inheritance for "App\Repository\ProductSeoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSeoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSliderItemRepository" (parent: .abstract.instanceof.App\Repository\ProductSliderItemRepository).
Resolving inheritance for "App\Repository\ProductSliderItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSliderItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSliderRepository" (parent: .abstract.instanceof.App\Repository\ProductSliderRepository).
Resolving inheritance for "App\Repository\ProductSliderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSliderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductToCategoryRepository" (parent: .abstract.instanceof.App\Repository\ProductToCategoryRepository).
Resolving inheritance for "App\Repository\ProductToCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductToCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductVideoRepository" (parent: .abstract.instanceof.App\Repository\ProductVideoRepository).
Resolving inheritance for "App\Repository\ProductVideoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductVideoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PvzPriceRepository" (parent: .abstract.instanceof.App\Repository\PvzPriceRepository).
Resolving inheritance for "App\Repository\PvzPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PvzPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RelatedProductRepository" (parent: .abstract.instanceof.App\Repository\RelatedProductRepository).
Resolving inheritance for "App\Repository\RelatedProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RelatedProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewImageRepository" (parent: .abstract.instanceof.App\Repository\ReviewImageRepository).
Resolving inheritance for "App\Repository\ReviewImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewRepository" (parent: .abstract.instanceof.App\Repository\ReviewRepository).
Resolving inheritance for "App\Repository\ReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingsRepository" (parent: .abstract.instanceof.App\Repository\SettingsRepository).
Resolving inheritance for "App\Repository\SettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlRewriteRepository" (parent: .abstract.instanceof.App\Repository\UrlRewriteRepository).
Resolving inheritance for "App\Repository\UrlRewriteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlRewriteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserOneTimeTokenRepository" (parent: .abstract.instanceof.App\Repository\UserOneTimeTokenRepository).
Resolving inheritance for "App\Repository\UserOneTimeTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserOneTimeTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRefreshTokenRepository" (parent: .abstract.instanceof.App\Repository\UserRefreshTokenRepository).
Resolving inheritance for "App\Repository\UserRefreshTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRefreshTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishlistItemRepository" (parent: .abstract.instanceof.App\Repository\WishlistItemRepository).
Resolving inheritance for "App\Repository\WishlistItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishlistItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishlistRepository" (parent: .abstract.instanceof.App\Repository\WishlistRepository).
Resolving inheritance for "App\Repository\WishlistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishlistRepository).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\GeoStateProvider" (parent: .abstract.instanceof.App\State\GeoStateProvider).
Resolving inheritance for "App\State\GeoStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\GeoStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ProductStateProcessor" (parent: .abstract.instanceof.App\State\ProductStateProcessor).
Resolving inheritance for "App\State\ProductStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ProductStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ProductStateProvider" (parent: .abstract.instanceof.App\State\ProductStateProvider).
Resolving inheritance for "App\State\ProductStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ProductStateProvider).
Resolving inheritance for ".instanceof.App\Theme\EventListener\ThemeListener.0.App\Theme\EventListener\ThemeListener" (parent: .abstract.instanceof.App\Theme\EventListener\ThemeListener).
Resolving inheritance for "App\Theme\EventListener\ThemeListener" (parent: .instanceof.App\Theme\EventListener\ThemeListener.0.App\Theme\EventListener\ThemeListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Theme\Twig\ThemeExtension" (parent: .abstract.instanceof.App\Theme\Twig\ThemeExtension).
Resolving inheritance for "App\Theme\Twig\ThemeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Theme\Twig\ThemeExtension).
Resolving inheritance for ".instanceof.Twig\Loader\LoaderInterface.0.App\Theme\Twig\ThemeLoader" (parent: .abstract.instanceof.App\Theme\Twig\ThemeLoader).
Resolving inheritance for "App\Theme\Twig\ThemeLoader" (parent: .instanceof.Twig\Loader\LoaderInterface.0.App\Theme\Twig\ThemeLoader).
Resolving inheritance for ".instanceof.App\Twig\Components\CartCounter.0.App\Twig\Components\CartCounter" (parent: .abstract.instanceof.App\Twig\Components\CartCounter).
Resolving inheritance for "App\Twig\Components\CartCounter" (parent: .instanceof.App\Twig\Components\CartCounter.0.App\Twig\Components\CartCounter).
Resolving inheritance for ".instanceof.App\Twig\Components\CityModal.0.App\Twig\Components\CityModal" (parent: .abstract.instanceof.App\Twig\Components\CityModal).
Resolving inheritance for "App\Twig\Components\CityModal" (parent: .instanceof.App\Twig\Components\CityModal.0.App\Twig\Components\CityModal).
Resolving inheritance for ".instanceof.App\Twig\Components\YandexMap.0.App\Twig\Components\YandexMap" (parent: .abstract.instanceof.App\Twig\Components\YandexMap).
Resolving inheritance for "App\Twig\Components\YandexMap" (parent: .instanceof.App\Twig\Components\YandexMap.0.App\Twig\Components\YandexMap).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContactsExtension" (parent: .abstract.instanceof.App\Twig\ContactsExtension).
Resolving inheritance for "App\Twig\ContactsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContactsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateExtension" (parent: .abstract.instanceof.App\Twig\DateExtension).
Resolving inheritance for "App\Twig\DateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeliveryTypeExtension" (parent: .abstract.instanceof.App\Twig\DeliveryTypeExtension).
Resolving inheritance for "App\Twig\DeliveryTypeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeliveryTypeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MetaExtension" (parent: .abstract.instanceof.App\Twig\MetaExtension).
Resolving inheritance for "App\Twig\MetaExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MetaExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PriceExtension" (parent: .abstract.instanceof.App\Twig\PriceExtension).
Resolving inheritance for "App\Twig\PriceExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PriceExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WishlistExtension" (parent: .abstract.instanceof.App\Twig\WishlistExtension).
Resolving inheritance for "App\Twig\WishlistExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WishlistExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ConsistentAttributeAssignmentValidator" (parent: .abstract.instanceof.App\Validator\ConsistentAttributeAssignmentValidator).
Resolving inheritance for "App\Validator\ConsistentAttributeAssignmentValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ConsistentAttributeAssignmentValidator).
Resolving inheritance for "monolog.logger.idempotency" (parent: monolog.logger_prototype).
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.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.auth_register" (parent: limiter).
Resolving inheritance for "limiter.auth_login" (parent: limiter).
Resolving inheritance for "limiter.auth_refresh" (parent: limiter).
Resolving inheritance for "limiter.auth_pwd_request" (parent: limiter).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.account" (parent: security.firewall.config).
Resolving inheritance for "security.listener.account.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.account" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.account" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.account" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.account" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.account" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.account" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_customer_auth" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.api_customer_auth" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_customer" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api_customer.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api_customer" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api_customer" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_customer" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_customer" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_customer" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_customer" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_cart" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api_cart.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api_cart" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api_cart" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_cart" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_cart" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_cart" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_cart" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.api" (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 "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.jwt.main" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "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 "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.cache.openapi" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.order_filter.instance" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.cookie_provider.__Host-acc" (parent: lexik_jwt_authentication.cookie_provider).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.ux.twig_component" (parent: cache.system).
Resolving inheritance for "annotated_app_entity_carousel_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_city_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_city_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_fias_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_option_value_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_order_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_order_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_product_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_product_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_product_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_app_entity_product_api_platform_doctrine_orm_filter_range_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\RangeFilter).
Resolving inheritance for "annotated_app_entity_product_attribute_assignment_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_product_slider_item_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_product_to_category_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_pvz_points_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_pvz_price_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_review_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_review_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.App\ApiResource\GeoResource.0.App\ApiResource\GeoResource" (parent: .abstract.instanceof.App\ApiResource\GeoResource).
Resolving inheritance for ".instanceof.App\ApiResource\ProductResource.0.App\ApiResource\ProductResource" (parent: .abstract.instanceof.App\ApiResource\ProductResource).
Resolving inheritance for ".instanceof.App\Entity\Attribute.0.App\Entity\Attribute" (parent: .abstract.instanceof.App\Entity\Attribute).
Resolving inheritance for ".instanceof.App\Entity\AttributeGroup.0.App\Entity\AttributeGroup" (parent: .abstract.instanceof.App\Entity\AttributeGroup).
Resolving inheritance for ".instanceof.App\Entity\Badge.0.App\Entity\Badge" (parent: .abstract.instanceof.App\Entity\Badge).
Resolving inheritance for ".instanceof.App\Entity\Bestseller.0.App\Entity\Bestseller" (parent: .abstract.instanceof.App\Entity\Bestseller).
Resolving inheritance for ".instanceof.App\Entity\Blog.0.App\Entity\Blog" (parent: .abstract.instanceof.App\Entity\Blog).
Resolving inheritance for ".instanceof.App\Entity\Carousel.0.App\Entity\Carousel" (parent: .abstract.instanceof.App\Entity\Carousel).
Resolving inheritance for ".instanceof.App\Entity\Cart.0.App\Entity\Cart" (parent: .abstract.instanceof.App\Entity\Cart).
Resolving inheritance for ".instanceof.App\Entity\CartIdempotency.0.App\Entity\CartIdempotency" (parent: .abstract.instanceof.App\Entity\CartIdempotency).
Resolving inheritance for ".instanceof.App\Entity\CartItem.0.App\Entity\CartItem" (parent: .abstract.instanceof.App\Entity\CartItem).
Resolving inheritance for ".instanceof.App\Entity\Category.0.App\Entity\Category" (parent: .abstract.instanceof.App\Entity\Category).
Resolving inheritance for ".instanceof.App\Entity\City.0.App\Entity\City" (parent: .abstract.instanceof.App\Entity\City).
Resolving inheritance for ".instanceof.App\Entity\CityModal.0.App\Entity\CityModal" (parent: .abstract.instanceof.App\Entity\CityModal).
Resolving inheritance for ".instanceof.App\Entity\DeliveryType.0.App\Entity\DeliveryType" (parent: .abstract.instanceof.App\Entity\DeliveryType).
Resolving inheritance for ".instanceof.App\Entity\Embeddable\ProductPrice.0.App\Entity\Embeddable\ProductPrice" (parent: .abstract.instanceof.App\Entity\Embeddable\ProductPrice).
Resolving inheritance for ".instanceof.App\Entity\Embeddable\ProductTimestamps.0.App\Entity\Embeddable\ProductTimestamps" (parent: .abstract.instanceof.App\Entity\Embeddable\ProductTimestamps).
Resolving inheritance for ".instanceof.App\Entity\FacetConfig.0.App\Entity\FacetConfig" (parent: .abstract.instanceof.App\Entity\FacetConfig).
Resolving inheritance for ".instanceof.App\Entity\FacetDictionary.0.App\Entity\FacetDictionary" (parent: .abstract.instanceof.App\Entity\FacetDictionary).
Resolving inheritance for ".instanceof.App\Entity\Fias.0.App\Entity\Fias" (parent: .abstract.instanceof.App\Entity\Fias).
Resolving inheritance for ".instanceof.App\Entity\GeoIpCache.0.App\Entity\GeoIpCache" (parent: .abstract.instanceof.App\Entity\GeoIpCache).
Resolving inheritance for ".instanceof.App\Entity\HomePage.0.App\Entity\HomePage" (parent: .abstract.instanceof.App\Entity\HomePage).
Resolving inheritance for ".instanceof.App\Entity\HomeSlider.0.App\Entity\HomeSlider" (parent: .abstract.instanceof.App\Entity\HomeSlider).
Resolving inheritance for ".instanceof.App\Entity\Manufacturer.0.App\Entity\Manufacturer" (parent: .abstract.instanceof.App\Entity\Manufacturer).
Resolving inheritance for ".instanceof.App\Entity\MetaTemplate.0.App\Entity\MetaTemplate" (parent: .abstract.instanceof.App\Entity\MetaTemplate).
Resolving inheritance for ".instanceof.App\Entity\Option.0.App\Entity\Option" (parent: .abstract.instanceof.App\Entity\Option).
Resolving inheritance for ".instanceof.App\Entity\OptionValue.0.App\Entity\OptionValue" (parent: .abstract.instanceof.App\Entity\OptionValue).
Resolving inheritance for ".instanceof.App\Entity\Order.0.App\Entity\Order" (parent: .abstract.instanceof.App\Entity\Order).
Resolving inheritance for ".instanceof.App\Entity\OrderCustomer.0.App\Entity\OrderCustomer" (parent: .abstract.instanceof.App\Entity\OrderCustomer).
Resolving inheritance for ".instanceof.App\Entity\OrderDelivery.0.App\Entity\OrderDelivery" (parent: .abstract.instanceof.App\Entity\OrderDelivery).
Resolving inheritance for ".instanceof.App\Entity\OrderProductOptions.0.App\Entity\OrderProductOptions" (parent: .abstract.instanceof.App\Entity\OrderProductOptions).
Resolving inheritance for ".instanceof.App\Entity\OrderProducts.0.App\Entity\OrderProducts" (parent: .abstract.instanceof.App\Entity\OrderProducts).
Resolving inheritance for ".instanceof.App\Entity\OrderStatus.0.App\Entity\OrderStatus" (parent: .abstract.instanceof.App\Entity\OrderStatus).
Resolving inheritance for ".instanceof.App\Entity\Product.0.App\Entity\Product" (parent: .abstract.instanceof.App\Entity\Product).
Resolving inheritance for ".instanceof.App\Entity\ProductAttributeAssignment.0.App\Entity\ProductAttributeAssignment" (parent: .abstract.instanceof.App\Entity\ProductAttributeAssignment).
Resolving inheritance for ".instanceof.App\Entity\ProductImage.0.App\Entity\ProductImage" (parent: .abstract.instanceof.App\Entity\ProductImage).
Resolving inheritance for ".instanceof.App\Entity\ProductOptionValueAssignment.0.App\Entity\ProductOptionValueAssignment" (parent: .abstract.instanceof.App\Entity\ProductOptionValueAssignment).
Resolving inheritance for ".instanceof.App\Entity\ProductSeo.0.App\Entity\ProductSeo" (parent: .abstract.instanceof.App\Entity\ProductSeo).
Resolving inheritance for ".instanceof.App\Entity\ProductSlider.0.App\Entity\ProductSlider" (parent: .abstract.instanceof.App\Entity\ProductSlider).
Resolving inheritance for ".instanceof.App\Entity\ProductSliderItem.0.App\Entity\ProductSliderItem" (parent: .abstract.instanceof.App\Entity\ProductSliderItem).
Resolving inheritance for ".instanceof.App\Entity\ProductToCategory.0.App\Entity\ProductToCategory" (parent: .abstract.instanceof.App\Entity\ProductToCategory).
Resolving inheritance for ".instanceof.App\Entity\ProductVideo.0.App\Entity\ProductVideo" (parent: .abstract.instanceof.App\Entity\ProductVideo).
Resolving inheritance for ".instanceof.App\Entity\PvzPoints.0.App\Entity\PvzPoints" (parent: .abstract.instanceof.App\Entity\PvzPoints).
Resolving inheritance for ".instanceof.App\Entity\PvzPrice.0.App\Entity\PvzPrice" (parent: .abstract.instanceof.App\Entity\PvzPrice).
Resolving inheritance for ".instanceof.App\Entity\RelatedProduct.0.App\Entity\RelatedProduct" (parent: .abstract.instanceof.App\Entity\RelatedProduct).
Resolving inheritance for ".instanceof.App\Entity\Review.0.App\Entity\Review" (parent: .abstract.instanceof.App\Entity\Review).
Resolving inheritance for ".instanceof.App\Entity\ReviewImage.0.App\Entity\ReviewImage" (parent: .abstract.instanceof.App\Entity\ReviewImage).
Resolving inheritance for ".instanceof.App\Entity\Settings.0.App\Entity\Settings" (parent: .abstract.instanceof.App\Entity\Settings).
Resolving inheritance for ".instanceof.App\Entity\UrlRewrite.0.App\Entity\UrlRewrite" (parent: .abstract.instanceof.App\Entity\UrlRewrite).
Resolving inheritance for ".instanceof.App\Entity\User.0.App\Entity\User" (parent: .abstract.instanceof.App\Entity\User).
Resolving inheritance for ".instanceof.App\Entity\UserOneTimeToken.0.App\Entity\UserOneTimeToken" (parent: .abstract.instanceof.App\Entity\UserOneTimeToken).
Resolving inheritance for ".instanceof.App\Entity\UserRefreshToken.0.App\Entity\UserRefreshToken" (parent: .abstract.instanceof.App\Entity\UserRefreshToken).
Resolving inheritance for ".instanceof.App\Entity\Wishlist.0.App\Entity\Wishlist" (parent: .abstract.instanceof.App\Entity\Wishlist).
Resolving inheritance for ".instanceof.App\Entity\WishlistItem.0.App\Entity\WishlistItem" (parent: .abstract.instanceof.App\Entity\WishlistItem).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\ConsistentAttributeAssignment" (parent: .abstract.instanceof.App\Validator\ConsistentAttributeAssignment).
Resolving inheritance for ".instanceof.App\Validator\ConsistentAttributeAssignment.0.App\Validator\ConsistentAttributeAssignment" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\ConsistentAttributeAssignment).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_filter" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (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.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.geoip" (parent: monolog.logger_prototype).
378
Removed service "App\Service\UrlResolver\UrlResolverInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; 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 "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; 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\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $auth_register.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $authRegisterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $auth_register.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $authRegisterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $auth_login.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $authLoginLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $auth_login.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $authLoginLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $auth_refresh.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $authRefreshLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $auth_refresh.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $authRefreshLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $auth_pwd_request.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $authPwdRequestLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $auth_pwd_request.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $authPwdRequestLimiter"; 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_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.account"; reason: private alias.
Removed service "security.user_checker.account"; reason: private alias.
Removed service "security.authentication.session_strategy.api_customer"; reason: private alias.
Removed service "security.user_checker.api_customer"; reason: private alias.
Removed service "security.authentication.session_strategy.api_cart"; reason: private alias.
Removed service "security.user_checker.api_cart"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_provider.main"; reason: private alias.
Removed service "api_platform.state_processor.main"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Metadata\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 "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\ImagineBundle\Service\FilterService"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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 "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $idempotency.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $idempotencyLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $geoip.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $geoipLogger"; reason: private alias.
Removed service ".service_locator.9LJrHhf"; reason: private alias.
Removed service ".service_locator.Pt4iMZE"; reason: private alias.
Removed service ".service_locator.yP1mhn8"; 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.php_file.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.php_file.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.mutator.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "api_platform.state_provider.deserialize.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.validate.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter_validator.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_provider.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.state_processor.write.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; 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.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 "api_platform.openapi.factory"; reason: private alias.
Removed service "lexik_jwt_authentication.extractor.chain_extractor"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.account"; reason: private alias.
Removed service "security.firewall.authenticator.api_customer"; reason: private alias.
Removed service "security.firewall.authenticator.api_cart"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.add_link_header.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.hydra.name_converter.hydra_prefix.inner"; reason: private alias.
Removed service "api_platform.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 "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "security.event_dispatcher.account"; reason: private alias.
Removed service "security.event_dispatcher.api_customer"; reason: private alias.
Removed service "security.event_dispatcher.api_cart"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.json_schema.backward_compatible_schema_factory.inner"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.ZwnIteS"; reason: private alias.
Removed service ".service_locator.oJTNion"; reason: private alias.
Removed service ".service_locator.qTXz_j5"; reason: private alias.
Removed service ".service_locator.Z5wv9mn"; reason: private alias.
Removed service ".service_locator.vo2dcLI"; reason: private alias.
Removed service ".service_locator.zYC4.JS"; reason: private alias.
Removed service ".service_locator.HQZddX8"; reason: private alias.
Removed service ".service_locator.UJhMHfz"; reason: private alias.
Removed service ".service_locator.MuLIPqn"; reason: private alias.
Removed service ".service_locator.gBCcntF"; reason: private alias.
Removed service ".service_locator.taWQXKh"; reason: private alias.
Removed service ".service_locator.jvQYCrE"; reason: private alias.
Removed service ".service_locator.kkWBR_u"; reason: private alias.
Removed service ".service_locator.jYH4kp7"; reason: private alias.
Removed service ".service_locator.gCngIbm"; reason: private alias.
Removed service ".service_locator.mkiQD_J"; reason: private alias.
Removed service ".service_locator.hWYVs4V"; reason: private alias.
Removed service ".service_locator.hli_n60"; reason: private alias.
Removed service ".service_locator.4hF2fSR"; reason: private alias.
Removed service ".service_locator.HoQXEiF"; reason: private alias.
Removed service ".service_locator.26mXB4W"; reason: private alias.
Removed service ".service_locator.kGOAUEp"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.9djdHws"; reason: private alias.
Removed service ".service_locator.7z_s9zY"; reason: private alias.
Removed service ".service_locator.BkMMBek"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
66
Changed reference of service "App\Security\EntryPoint\AccountLoginRedirectEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\BreadcrumbBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\CartManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "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.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 "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 "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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.account" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api_customer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api_cart" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "router.default" to "router".
Changed reference of service "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 "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.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 "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 "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 ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.REa6jgx" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.VBuzz.T" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
668
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 "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\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 "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_discovery.http_client"; 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.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.backed_enum_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "lexik_jwt_authentication.cookie_provider"; 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 "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 ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\UserPasswordProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\UserPasswordProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteAttributeGroupRestrictProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Api\Processor\DeleteAttributeGroupRestrictProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteAttributeRestrictProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Api\Processor\DeleteAttributeRestrictProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteOptionRestrictProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Api\Processor\DeleteOptionRestrictProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeleteOptionValueRestrictProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Api\Processor\DeleteOptionValueRestrictProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\Api\Processor\DeliveryTypeProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Api\Processor\DeliveryTypeProcessor"; reason: abstract.
Removed service ".instanceof.App\ApiResource\GeoResource.0.App\ApiResource\GeoResource"; reason: abstract.
Removed service ".abstract.instanceof.App\ApiResource\GeoResource"; reason: abstract.
Removed service ".instanceof.App\ApiResource\ProductResource.0.App\ApiResource\ProductResource"; reason: abstract.
Removed service ".abstract.instanceof.App\ApiResource\ProductResource"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartPurgeExpiredCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CartPurgeExpiredCommand.0.App\Command\CartPurgeExpiredCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CartPurgeExpiredCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartsCleanupCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CartsCleanupCommand.0.App\Command\CartsCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CartsCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupIdempotencyKeysCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CleanupIdempotencyKeysCommand.0.App\Command\CleanupIdempotencyKeysCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CleanupIdempotencyKeysCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeoIpUpdateCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GeoIpUpdateCommand.0.App\Command\GeoIpUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GeoIpUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImagesCacheWarmupCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImagesCacheWarmupCommand.0.App\Command\ImagesCacheWarmupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImagesCacheWarmupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PopulateUrlRewriteCommand"; reason: abstract.
Removed service ".instanceof.App\Command\PopulateUrlRewriteCommand.0.App\Command\PopulateUrlRewriteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PopulateUrlRewriteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReindexProductsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ReindexProductsCommand.0.App\Command\ReindexProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ReindexProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SessionClearCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SessionClearCommand.0.App\Command\SessionClearCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SessionClearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCartHashCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestCartHashCommand.0.App\Command\TestCartHashCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestCartHashCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestIdempotencyCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestIdempotencyCommand.0.App\Command\TestIdempotencyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestIdempotencyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestLoggingCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestLoggingCommand.0.App\Command\TestLoggingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestLoggingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestRemoveDirectCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestRemoveDirectCommand.0.App\Command\TestRemoveDirectCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestRemoveDirectCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestRemoveItemCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestRemoveItemCommand.0.App\Command\TestRemoveItemCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestRemoveItemCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCreateCommand"; reason: abstract.
Removed service ".instanceof.App\Command\UserCreateCommand.0.App\Command\UserCreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UserCreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\AccountController"; reason: abstract.
Removed service ".instanceof.App\Controller\Account\AccountController.0.App\Controller\Account\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Account\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\CategoriesTreeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\CategoriesTreeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Api\CategoriesTreeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\HomeSliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\HomeSliderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Api\HomeSliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\HomeVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\HomeVideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Api\HomeVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductBootstrapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductBootstrapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Api\ProductBootstrapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductCopyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductCopyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Api\ProductCopyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Api\ProductFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\ProductSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\ProductSyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Api\ProductSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Api\YandexDeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Api\YandexDeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Api\YandexDeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\DashboardController.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FacetConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FacetConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FacetConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FacetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FacetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FacetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\SecurityController.0.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartApiController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\CartApiController.0.App\Controller\Api\CartApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CartApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckoutDraftController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckoutDraftController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\CheckoutDraftController.0.App\Controller\Api\CheckoutDraftController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CheckoutDraftController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CsrfController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CsrfController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\CsrfController.0.App\Controller\Api\CsrfController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CsrfController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\AuthController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\Customer\AuthController.0.App\Controller\Api\Customer\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Customer\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\MeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\MeController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\Customer\MeController.0.App\Controller\Api\Customer\MeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Customer\MeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeliveryApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeliveryApiController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\DeliveryApiController.0.App\Controller\Api\DeliveryApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\DeliveryApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeliveryPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeliveryPublicController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\DeliveryPublicController.0.App\Controller\Api\DeliveryPublicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\DeliveryPublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WishlistApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WishlistApiController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\WishlistApiController.0.App\Controller\Api\WishlistApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\WishlistApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartClaimController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartClaimController"; reason: abstract.
Removed service ".instanceof.App\Controller\CartClaimController.0.App\Controller\CartClaimController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CartClaimController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\Blog\BlogCatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\Blog\BlogCatalogController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\Blog\BlogCatalogController.0.App\Controller\Catalog\Blog\BlogCatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\Blog\BlogCatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\ButtonExamplesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\ButtonExamplesController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\ButtonExamplesController.0.App\Controller\Catalog\ButtonExamplesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\ButtonExamplesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\CartController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\CartController.0.App\Controller\Catalog\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\Category\CatalogCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\Category\CatalogCategoryController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\Category\CatalogCategoryController.0.App\Controller\Catalog\Category\CatalogCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\Category\CatalogCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\CheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\CheckoutController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\CheckoutController.0.App\Controller\Catalog\CheckoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\CheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\DeliveryPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\DeliveryPageController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\DeliveryPageController.0.App\Controller\Catalog\DeliveryPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\DeliveryPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\FacetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\FacetsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\FacetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\IndexController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\IndexController.0.App\Controller\Catalog\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\InfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\InfoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\InfoController.0.App\Controller\Catalog\InfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\InfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\Product\ProductCatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\Product\ProductCatalogController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\Product\ProductCatalogController.0.App\Controller\Catalog\Product\ProductCatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\Product\ProductCatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\SearchController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\SearchController.0.App\Controller\Catalog\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\UniversalSlugController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\UniversalSlugController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\UniversalSlugController.0.App\Controller\Catalog\UniversalSlugController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\UniversalSlugController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\VideoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\VideoController.0.App\Controller\Catalog\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Catalog\WishlistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Catalog\WishlistController"; reason: abstract.
Removed service ".instanceof.App\Controller\Catalog\WishlistController.0.App\Controller\Catalog\WishlistController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Catalog\WishlistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Debug\SessionDebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Debug\SessionDebugController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Debug\SessionDebugController"; reason: abstract.
Removed service ".instanceof.App\Controller\HealthController.0.App\Controller\HealthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HealthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.App\Controller\HomeController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SessionController"; reason: abstract.
Removed service ".instanceof.App\Controller\SessionController.0.App\Controller\SessionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\AuthPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\AuthPageController"; reason: abstract.
Removed service ".instanceof.App\Controller\Site\AuthPageController.0.App\Controller\Site\AuthPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\AuthPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StimulusTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StimulusTestController"; reason: abstract.
Removed service ".instanceof.App\Controller\StimulusTestController.0.App\Controller\StimulusTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StimulusTestController"; reason: abstract.
Removed service ".instanceof.App\Doctrine\Listener\AttributeEntityListener.0.App\Doctrine\Listener\AttributeEntityListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\Listener\AttributeEntityListener"; reason: abstract.
Removed service ".instanceof.App\Doctrine\Listener\OptionEntityListener.0.App\Doctrine\Listener\OptionEntityListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\Listener\OptionEntityListener"; reason: abstract.
Removed service ".instanceof.App\Doctrine\Listener\ProductEntityListener.0.App\Doctrine\Listener\ProductEntityListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\Listener\ProductEntityListener"; reason: abstract.
Removed service ".instanceof.App\Doctrine\Listener\ProductImageListener.0.App\Doctrine\Listener\ProductImageListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\Listener\ProductImageListener"; reason: abstract.
Removed service ".instanceof.App\Doctrine\Listener\ProductToCategoryListener.0.App\Doctrine\Listener\ProductToCategoryListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\Listener\ProductToCategoryListener"; reason: abstract.
Removed service ".instanceof.App\Doctrine\Subscriber\ProductSearchIndexerSubscriber.0.App\Doctrine\Subscriber\ProductSearchIndexerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\Subscriber\ProductSearchIndexerSubscriber"; reason: abstract.
Removed service ".instanceof.App\Entity\Attribute.0.App\Entity\Attribute"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Attribute"; reason: abstract.
Removed service ".instanceof.App\Entity\AttributeGroup.0.App\Entity\AttributeGroup"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\AttributeGroup"; reason: abstract.
Removed service ".instanceof.App\Entity\Badge.0.App\Entity\Badge"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Badge"; reason: abstract.
Removed service ".instanceof.App\Entity\Bestseller.0.App\Entity\Bestseller"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Bestseller"; reason: abstract.
Removed service ".instanceof.App\Entity\Blog.0.App\Entity\Blog"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Blog"; reason: abstract.
Removed service ".instanceof.App\Entity\Carousel.0.App\Entity\Carousel"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Carousel"; reason: abstract.
Removed service ".instanceof.App\Entity\Cart.0.App\Entity\Cart"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Cart"; reason: abstract.
Removed service ".instanceof.App\Entity\CartIdempotency.0.App\Entity\CartIdempotency"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CartIdempotency"; reason: abstract.
Removed service ".instanceof.App\Entity\CartItem.0.App\Entity\CartItem"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CartItem"; reason: abstract.
Removed service ".instanceof.App\Entity\Category.0.App\Entity\Category"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Category"; reason: abstract.
Removed service ".instanceof.App\Entity\City.0.App\Entity\City"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\City"; reason: abstract.
Removed service ".instanceof.App\Entity\CityModal.0.App\Entity\CityModal"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CityModal"; reason: abstract.
Removed service ".instanceof.App\Entity\DeliveryType.0.App\Entity\DeliveryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\DeliveryType"; reason: abstract.
Removed service ".instanceof.App\Entity\Embeddable\ProductPrice.0.App\Entity\Embeddable\ProductPrice"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Embeddable\ProductPrice"; reason: abstract.
Removed service ".instanceof.App\Entity\Embeddable\ProductTimestamps.0.App\Entity\Embeddable\ProductTimestamps"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Embeddable\ProductTimestamps"; reason: abstract.
Removed service ".instanceof.App\Entity\FacetConfig.0.App\Entity\FacetConfig"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FacetConfig"; reason: abstract.
Removed service ".instanceof.App\Entity\FacetDictionary.0.App\Entity\FacetDictionary"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FacetDictionary"; reason: abstract.
Removed service ".instanceof.App\Entity\Fias.0.App\Entity\Fias"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Fias"; reason: abstract.
Removed service ".instanceof.App\Entity\GeoIpCache.0.App\Entity\GeoIpCache"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\GeoIpCache"; reason: abstract.
Removed service ".instanceof.App\Entity\HomePage.0.App\Entity\HomePage"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\HomePage"; reason: abstract.
Removed service ".instanceof.App\Entity\HomeSlider.0.App\Entity\HomeSlider"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\HomeSlider"; reason: abstract.
Removed service ".instanceof.App\Entity\Manufacturer.0.App\Entity\Manufacturer"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Manufacturer"; reason: abstract.
Removed service ".instanceof.App\Entity\MetaTemplate.0.App\Entity\MetaTemplate"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\MetaTemplate"; reason: abstract.
Removed service ".instanceof.App\Entity\Option.0.App\Entity\Option"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Option"; reason: abstract.
Removed service ".instanceof.App\Entity\OptionValue.0.App\Entity\OptionValue"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\OptionValue"; reason: abstract.
Removed service ".instanceof.App\Entity\Order.0.App\Entity\Order"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Order"; reason: abstract.
Removed service ".instanceof.App\Entity\OrderCustomer.0.App\Entity\OrderCustomer"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\OrderCustomer"; reason: abstract.
Removed service ".instanceof.App\Entity\OrderDelivery.0.App\Entity\OrderDelivery"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\OrderDelivery"; reason: abstract.
Removed service ".instanceof.App\Entity\OrderProductOptions.0.App\Entity\OrderProductOptions"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\OrderProductOptions"; reason: abstract.
Removed service ".instanceof.App\Entity\OrderProducts.0.App\Entity\OrderProducts"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\OrderProducts"; reason: abstract.
Removed service ".instanceof.App\Entity\OrderStatus.0.App\Entity\OrderStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\OrderStatus"; reason: abstract.
Removed service ".instanceof.App\Entity\Product.0.App\Entity\Product"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Product"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductAttributeAssignment.0.App\Entity\ProductAttributeAssignment"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductAttributeAssignment"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductImage.0.App\Entity\ProductImage"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductImage"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductOptionValueAssignment.0.App\Entity\ProductOptionValueAssignment"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductOptionValueAssignment"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductSeo.0.App\Entity\ProductSeo"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductSeo"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductSlider.0.App\Entity\ProductSlider"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductSlider"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductSliderItem.0.App\Entity\ProductSliderItem"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductSliderItem"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductToCategory.0.App\Entity\ProductToCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductToCategory"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductVideo.0.App\Entity\ProductVideo"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductVideo"; reason: abstract.
Removed service ".instanceof.App\Entity\PvzPoints.0.App\Entity\PvzPoints"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\PvzPoints"; reason: abstract.
Removed service ".instanceof.App\Entity\PvzPrice.0.App\Entity\PvzPrice"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\PvzPrice"; reason: abstract.
Removed service ".instanceof.App\Entity\RelatedProduct.0.App\Entity\RelatedProduct"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\RelatedProduct"; reason: abstract.
Removed service ".instanceof.App\Entity\Review.0.App\Entity\Review"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Review"; reason: abstract.
Removed service ".instanceof.App\Entity\ReviewImage.0.App\Entity\ReviewImage"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ReviewImage"; reason: abstract.
Removed service ".instanceof.App\Entity\Settings.0.App\Entity\Settings"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Settings"; reason: abstract.
Removed service ".instanceof.App\Entity\UrlRewrite.0.App\Entity\UrlRewrite"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\UrlRewrite"; reason: abstract.
Removed service ".instanceof.App\Entity\User.0.App\Entity\User"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\User"; reason: abstract.
Removed service ".instanceof.App\Entity\UserOneTimeToken.0.App\Entity\UserOneTimeToken"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\UserOneTimeToken"; reason: abstract.
Removed service ".instanceof.App\Entity\UserRefreshToken.0.App\Entity\UserRefreshToken"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\UserRefreshToken"; reason: abstract.
Removed service ".instanceof.App\Entity\Wishlist.0.App\Entity\Wishlist"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Wishlist"; reason: abstract.
Removed service ".instanceof.App\Entity\WishlistItem.0.App\Entity\WishlistItem"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\WishlistItem"; reason: abstract.
Removed service ".instanceof.App\EventListener\CartCookieListener.0.App\EventListener\CartCookieListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CartCookieListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CartSessionCleanupListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CartSessionCleanupListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CategoryCacheListener.0.App\EventListener\CategoryCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CategoryCacheListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\MetaTemplateCacheListener.0.App\EventListener\MetaTemplateCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\MetaTemplateCacheListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\ProductImageCacheListener.0.App\EventListener\ProductImageCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ProductImageCacheListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\SettingsCacheListener.0.App\EventListener\SettingsCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\SettingsCacheListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\UrlRewriteListener.0.App\EventListener\UrlRewriteListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UrlRewriteListener"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\BestsellerCacheSubscriber.0.App\EventSubscriber\BestsellerCacheSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\BestsellerCacheSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartCookieSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CartCookieSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CartLoginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CartLoginSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DeliveryContextSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\DeliveryContextSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DeliveryDefaultSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\DeliveryDefaultSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FacetReindexSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\FacetReindexSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtTokenVersionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\JwtTokenVersionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\WishlistLoginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\WishlistLoginSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AttributeGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BadgeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BestsellerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BestsellerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarouselRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CarouselRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartIdempotencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartIdempotencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityModalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CityModalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeliveryTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacetConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FacetConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacetDictionaryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FacetDictionaryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FiasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GeoIpCacheRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GeoIpCacheRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomePageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HomePageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HomeSliderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HomeSliderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManufacturerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ManufacturerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetaTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MetaTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OptionValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderCustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderDeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductOptionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderProductOptionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderProductsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeAssignmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductAttributeAssignmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionValueAssignmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductOptionValueAssignmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSeoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductSeoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSliderItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductSliderItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSliderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductSliderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductToCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductToCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductVideoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductVideoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PvzPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PvzPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RelatedProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RelatedProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReviewImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlRewriteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UrlRewriteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserOneTimeTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserOneTimeTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRefreshTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRefreshTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishlistItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WishlistItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishlistRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WishlistRepository"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\GeoStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\GeoStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ProductStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ProductStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ProductStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ProductStateProvider"; reason: abstract.
Removed service ".instanceof.App\Theme\EventListener\ThemeListener.0.App\Theme\EventListener\ThemeListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Theme\EventListener\ThemeListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Theme\Twig\ThemeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Theme\Twig\ThemeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Loader\LoaderInterface.0.App\Theme\Twig\ThemeLoader"; reason: abstract.
Removed service ".abstract.instanceof.App\Theme\Twig\ThemeLoader"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\CartCounter.0.App\Twig\Components\CartCounter"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\CartCounter"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\CityModal.0.App\Twig\Components\CityModal"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\CityModal"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\YandexMap.0.App\Twig\Components\YandexMap"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\YandexMap"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContactsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ContactsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DateExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeliveryTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DeliveryTypeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MetaExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MetaExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PriceExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PriceExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WishlistExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\WishlistExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\ConsistentAttributeAssignment"; reason: abstract.
Removed service ".instanceof.App\Validator\ConsistentAttributeAssignment.0.App\Validator\ConsistentAttributeAssignment"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ConsistentAttributeAssignment"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ConsistentAttributeAssignmentValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ConsistentAttributeAssignmentValidator"; reason: abstract.
244
Removed service "App\ApiResource\GeoResource"; reason: unused.
Removed service "App\ApiResource\ProductResource"; reason: unused.
Removed service "App\Controller\Media\ImageCacheController"; reason: unused.
Removed service "App\CustomBundle\CustomBundle"; reason: unused.
Removed service "App\CustomBundle\DependencyInjection\CustomExtension"; reason: unused.
Removed service "App\Doctrine\Subscriber\FacetDoctrineSubscriber"; reason: unused.
Removed service "App\Dto\AccountOrdersQuery"; reason: unused.
Removed service "App\Dto\GeoLocation"; reason: unused.
Removed service "App\Dto\MetaData"; reason: unused.
Removed service "App\Dto\PickupPointDto"; reason: unused.
Removed service "App\Dto\ProductCopyOptions"; reason: unused.
Removed service "App\Dto\UrlRouteDTO"; reason: unused.
Removed service "App\Entity\Attribute"; reason: unused.
Removed service "App\Entity\AttributeGroup"; reason: unused.
Removed service "App\Entity\Badge"; reason: unused.
Removed service "App\Entity\Bestseller"; reason: unused.
Removed service "App\Entity\Blog"; reason: unused.
Removed service "App\Entity\Carousel"; reason: unused.
Removed service "App\Entity\Cart"; reason: unused.
Removed service "App\Entity\CartIdempotency"; reason: unused.
Removed service "App\Entity\CartItem"; reason: unused.
Removed service "App\Entity\Category"; reason: unused.
Removed service "App\Entity\City"; reason: unused.
Removed service "App\Entity\CityModal"; reason: unused.
Removed service "App\Entity\DeliveryType"; reason: unused.
Removed service "App\Entity\Embeddable\ProductPrice"; reason: unused.
Removed service "App\Entity\Embeddable\ProductTimestamps"; reason: unused.
Removed service "App\Entity\FacetConfig"; reason: unused.
Removed service "App\Entity\FacetDictionary"; reason: unused.
Removed service "App\Entity\Fias"; reason: unused.
Removed service "App\Entity\GeoIpCache"; reason: unused.
Removed service "App\Entity\HomePage"; reason: unused.
Removed service "App\Entity\HomeSlider"; reason: unused.
Removed service "App\Entity\Manufacturer"; reason: unused.
Removed service "App\Entity\MetaTemplate"; reason: unused.
Removed service "App\Entity\Option"; reason: unused.
Removed service "App\Entity\OptionValue"; reason: unused.
Removed service "App\Entity\Order"; reason: unused.
Removed service "App\Entity\OrderCustomer"; reason: unused.
Removed service "App\Entity\OrderDelivery"; reason: unused.
Removed service "App\Entity\OrderProductOptions"; reason: unused.
Removed service "App\Entity\OrderProducts"; reason: unused.
Removed service "App\Entity\OrderStatus"; reason: unused.
Removed service "App\Entity\Product"; reason: unused.
Removed service "App\Entity\ProductAttributeAssignment"; reason: unused.
Removed service "App\Entity\ProductImage"; reason: unused.
Removed service "App\Entity\ProductOptionValueAssignment"; reason: unused.
Removed service "App\Entity\ProductSeo"; reason: unused.
Removed service "App\Entity\ProductSlider"; reason: unused.
Removed service "App\Entity\ProductSliderItem"; reason: unused.
Removed service "App\Entity\ProductToCategory"; reason: unused.
Removed service "App\Entity\ProductVideo"; reason: unused.
Removed service "App\Entity\PvzPoints"; reason: unused.
Removed service "App\Entity\PvzPrice"; reason: unused.
Removed service "App\Entity\RelatedProduct"; reason: unused.
Removed service "App\Entity\Review"; reason: unused.
Removed service "App\Entity\ReviewImage"; reason: unused.
Removed service "App\Entity\Settings"; reason: unused.
Removed service "App\Entity\UrlRewrite"; reason: unused.
Removed service "App\Entity\User"; reason: unused.
Removed service "App\Entity\UserOneTimeToken"; reason: unused.
Removed service "App\Entity\UserRefreshToken"; reason: unused.
Removed service "App\Entity\Wishlist"; reason: unused.
Removed service "App\Entity\WishlistItem"; reason: unused.
Removed service "App\Event\CartUpdatedEvent"; reason: unused.
Removed service "App\Exception\CartItemNotFoundException"; reason: unused.
Removed service "App\Exception\InsufficientStockException"; reason: unused.
Removed service "App\Exception\InvalidDeliveryDataException"; reason: unused.
Removed service "App\Service\Catalog\SortOptions"; reason: unused.
Removed service "App\Service\Delivery\Dto\CalculationContext"; reason: unused.
Removed service "App\Service\Delivery\Dto\DeliveryCalculationResult"; reason: unused.
Removed service "App\Service\FiasService"; reason: unused.
Removed service "App\Service\GeoIp\Lib\SxGeo"; reason: unused.
Removed service "App\Service\GeoIpService"; reason: unused.
Removed service "App\Service\Idempotency\BeginResult"; reason: unused.
Removed service "App\Service\PriceNormalizer"; reason: unused.
Removed service "App\Service\ProductVariantService"; reason: unused.
Removed service "App\Theme\ThemeDefinition"; reason: unused.
Removed service "App\Validator\ConsistentAttributeAssignment"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "mailer.messenger.message_handler"; 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 "lock.strategy.majority"; reason: unused.
Removed service "limiter.auth_login"; reason: unused.
Removed service "limiter.storage.auth_login"; reason: unused.
Removed service "limiter.auth_refresh"; reason: unused.
Removed service "limiter.storage.auth_refresh"; reason: unused.
Removed service "limiter.auth_pwd_request"; reason: unused.
Removed service "limiter.storage.auth_pwd_request"; 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.H8vabc8"; 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 "webpack_encore.cache"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.account"; reason: unused.
Removed service "security.user_checker.chain.api_customer"; reason: unused.
Removed service "security.user_checker.chain.api_cart"; reason: unused.
Removed service "security.user_checker.chain.main"; 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 "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "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 "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.serializer.property_metadata_loader"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.order_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; 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.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; 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.form.type.image"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "var_dumper.server_connection"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service "Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service "form.live_collection"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.api_gateway"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.legacy"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.validation_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.documentation"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.entrypoint"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.problem.normalizer.validation_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.serializer.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.collection"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.object"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.jsonopenapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.yamlopenapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.jsonld.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.problem.encoder"; reason: unused.
Removed service "security.ldap_locator"; 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.
573
Inlined service "App\Service\LoggerService" to "App\Command\TestLoggingCommand".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Account\AccountController" to "App\Controller\Account\AccountController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Api\CategoriesTreeController" to "App\Controller\Admin\Api\CategoriesTreeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Api\HomeSliderController" to "App\Controller\Admin\Api\HomeSliderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Api\HomeVideoController" to "App\Controller\Admin\Api\HomeVideoController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Api\ProductBootstrapController" to "App\Controller\Admin\Api\ProductBootstrapController".
Inlined service "App\Service\ProductCopyService" to "App\Controller\Admin\Api\ProductCopyController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Api\ProductCopyController" to "App\Controller\Admin\Api\ProductCopyController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Api\ProductFormController" to "App\Controller\Admin\Api\ProductFormController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Api\ProductSyncController" to "App\Controller\Admin\Api\ProductSyncController".
Inlined service "App\Service\Yandex\YandexDeliveryApi" to "App\Controller\Admin\Api\YandexDeliveryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Api\YandexDeliveryController" to "App\Controller\Admin\Api\YandexDeliveryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\DashboardController" to "App\Controller\Admin\DashboardController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\FacetConfigController" to "App\Controller\Admin\FacetConfigController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\FacetController" to "App\Controller\Admin\FacetController".
Inlined service "App\Service\ImageCacheService" to "App\Controller\Admin\MediaAdminController".
Inlined service "App\Service\ImageWarmupService" to "App\Controller\Admin\MediaAdminController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\SearchController" to "App\Controller\Admin\SearchController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\SecurityController" to "App\Controller\Admin\SecurityController".
Inlined service "App\Service\Idempotency\IdempotencyRequestHasher" to "App\Controller\Api\CartApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\CartApiController" to "App\Controller\Api\CartApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\CheckoutDraftController" to "App\Controller\Api\CheckoutDraftController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\CsrfController" to "App\Controller\Api\CsrfController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\Customer\AuthController" to "App\Controller\Api\Customer\AuthController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\Customer\MeController" to "App\Controller\Api\Customer\MeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\DeliveryApiController" to "App\Controller\Api\DeliveryApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\DeliveryPublicController" to "App\Controller\Api\DeliveryPublicController".
Inlined service "App\Serializer\WishlistItemSerializer" to "App\Controller\Api\WishlistApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\WishlistApiController" to "App\Controller\Api\WishlistApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CartClaimController" to "App\Controller\CartClaimController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\Blog\BlogCatalogController" to "App\Controller\Catalog\Blog\BlogCatalogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\ButtonExamplesController" to "App\Controller\Catalog\ButtonExamplesController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\CartController" to "App\Controller\Catalog\CartController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\Category\CatalogCategoryController" to "App\Controller\Catalog\Category\CatalogCategoryController".
Inlined service "App\Service\Delivery\Provider\DeliveryProviderRegistry" to "App\Controller\Catalog\CheckoutController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\CheckoutController" to "App\Controller\Catalog\CheckoutController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\DeliveryPageController" to "App\Controller\Catalog\DeliveryPageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\FacetsController" to "App\Controller\Catalog\FacetsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\IndexController" to "App\Controller\Catalog\IndexController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\InfoController" to "App\Controller\Catalog\InfoController".
Inlined service "App\Service\ProductDeliveryInfoService" to "App\Controller\Catalog\Product\ProductCatalogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\Product\ProductCatalogController" to "App\Controller\Catalog\Product\ProductCatalogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\SearchController" to "App\Controller\Catalog\SearchController".
Inlined service "App\Service\UrlResolver\UrlResolver" to "App\Controller\Catalog\UniversalSlugController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\UniversalSlugController" to "App\Controller\Catalog\UniversalSlugController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\VideoController" to "App\Controller\Catalog\VideoController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Catalog\WishlistController" to "App\Controller\Catalog\WishlistController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ConfigController" to "App\Controller\ConfigController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Debug\SessionDebugController" to "App\Controller\Debug\SessionDebugController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SessionController" to "App\Controller\SessionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Site\AuthPageController" to "App\Controller\Site\AuthPageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\StimulusTestController" to "App\Controller\StimulusTestController".
Inlined service "App\Service\AttributeCodeGenerator" to "App\Doctrine\Listener\AttributeEntityListener".
Inlined service "App\Service\OptionCodeGenerator" to "App\Doctrine\Listener\OptionEntityListener".
Inlined service "App\Service\CartSessionStorage" to "App\EventListener\CartSessionCleanupListener".
Inlined service "App\OpenApi\ProductOpenApiDecorator.inner" to "App\OpenApi\ProductOpenApiDecorator".
Inlined service "App\Security\Jwt\CookieFirstChainExtractor.inner" to "App\Security\Jwt\CookieFirstChainExtractor".
Inlined service "App\Service\CartLockService" to "App\Service\CartManager".
Inlined service "App\Service\GeoIp\GeoIpLocalProvider" to "App\Service\GeoIp\GeoService".
Inlined service "security.helper" to "App\Twig\WishlistExtension".
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.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "api_platform.route_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.rhF__EI" 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.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service ".service_locator.riiCAol" to "type_info.resolver".
Inlined service "type_info.resolver.reflection_parameter" to "type_info.resolver.reflection_parameter.phpdoc_aware".
Inlined service "type_info.resolver.reflection_property" to "type_info.resolver.reflection_property.phpdoc_aware".
Inlined service "type_info.resolver.reflection_return" to "type_info.resolver.reflection_return.phpdoc_aware".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.auth_register" to "limiter.auth_register".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.kCsWobb" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "ux.twig_component.data_collector" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.Xnrp4ju" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Theme\Twig\ThemeExtension" to "twig".
Inlined service "App\Twig\ContactsExtension" to "twig".
Inlined service "App\Twig\DateExtension" to "twig".
Inlined service "App\Twig\DeliveryTypeExtension" to "twig".
Inlined service "App\Twig\MetaExtension" to "twig".
Inlined service "App\Twig\PriceExtension" to "twig".
Inlined service "App\Twig\WishlistExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "ux.live_component.twig.component_extension" to "twig".
Inlined service "turbo.twig.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 "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "App\Theme\Twig\ThemeLoader" to "twig.loader.chain".
Inlined service "twig.loader.native_filesystem" to "twig.loader.chain".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.JnFobRQ" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.YaVHb0o" to "security.helper".
Inlined service ".service_locator.19k.Qrh" to "security.helper".
Inlined service ".service_locator.jtCrGYM" to "security.helper".
Inlined service ".service_locator.gKPZDQm" 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.X6lEzot" to "security.access_map".
Inlined service ".security.request_matcher.Ej3brhl" to "security.access_map".
Inlined service ".security.request_matcher.0zLvVs3" to "security.access_map".
Inlined service ".security.request_matcher.aBa4APp" to "security.access_map".
Inlined service ".security.request_matcher.0tMb.ud" to "security.access_map".
Inlined service ".security.request_matcher.v.QWPsG" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "debug.security.firewall.authenticator.account.inner" to "debug.security.firewall.authenticator.account".
Inlined service "App\Security\EntryPoint\AccountLoginRedirectEntryPoint" to "security.exception_listener.account".
Inlined service "security.exception_listener.account" to "security.firewall.map.context.account".
Inlined service "security.firewall.map.config.account" to "security.firewall.map.context.account".
Inlined service "security.firewall.map.config.api_customer_auth" to "security.firewall.map.context.api_customer_auth".
Inlined service "debug.security.firewall.authenticator.api_customer.inner" to "debug.security.firewall.authenticator.api_customer".
Inlined service "security.exception_listener.api_customer" to "security.firewall.map.context.api_customer".
Inlined service "security.firewall.map.config.api_customer" to "security.firewall.map.context.api_customer".
Inlined service ".security.request_matcher.QysJ1fM" to ".security.request_matcher.Z9.7omK".
Inlined service "debug.security.firewall.authenticator.api_cart.inner" to "debug.security.firewall.authenticator.api_cart".
Inlined service "security.exception_listener.api_cart" to "security.firewall.map.context.api_cart".
Inlined service "security.firewall.map.config.api_cart" to "security.firewall.map.context.api_cart".
Inlined service ".security.request_matcher.c3DJ8qu" to ".security.request_matcher.Waqm65k".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
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.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.RLE1fus" to ".security.request_matcher.aBa4APp".
Inlined service ".security.request_matcher.3qgJVJN" to ".security.request_matcher.0tMb.ud".
Inlined service ".security.request_matcher.WIpCngH" to ".security.request_matcher.v.QWPsG".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
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.jm2DTOh" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.z2Veo9W" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.yVA2U1k" to "doctrine.orm.default_entity_listener_resolver".
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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service ".service_locator.kJKuWwK" to "api_platform.state_provider.locator".
Inlined service ".service_locator.B8Wul0F" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.metadata.inflector" to "api_platform.metadata.path_segment_name_generator.underscore".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.state_provider.parameter" to "api_platform.state_provider.content_negotiation".
Inlined service ".service_locator.WQt9XZi" to "api_platform.state_provider.parameter".
Inlined service "api_platform.http_cache.processor.add_headers" to "api_platform.state_processor.serialize".
Inlined service "api_platform.state_processor.serialize" to "api_platform.state_processor.write".
Inlined service "api_platform.state_processor.locator" to "api_platform.state_processor.write".
Inlined service "api_platform.hydra.processor.link" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.php_file".
Inlined service "api_platform.metadata.resource.name_collection_factory.php_file" 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.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" 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.php_file".
Inlined service "api_platform.metadata.mutator_collection.resource" to "api_platform.metadata.resource.metadata_collection_factory.mutator".
Inlined service "api_platform.metadata.mutator_collection.operation" to "api_platform.metadata.resource.metadata_collection_factory.mutator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_file" to "api_platform.metadata.resource.metadata_collection_factory.mutator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.mutator" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.metadata.path_segment_name_generator.underscore" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" 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 "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.context" to "api_platform.swagger_ui.processor".
Inlined service "api_platform.swagger_ui.provider.inner" to "api_platform.swagger_ui.provider".
Inlined service "api_platform.hydra.processor.link.inner" to "api_platform.hydra.processor.link".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.validator.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.state_provider.parameter_validator".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.wYJjM2U" to "ux.twig_component.component_factory".
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.REa6jgx.ux.live_component.live_url_subscriber" to "ux.live_component.live_url_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 "type_info.resolver" to "ux.live_component.metadata_factory".
Inlined service "ux.live_component.live_responder" to "ux.live_component.live_controller_attributes_creator".
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 "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service "debug.security.event_dispatcher.account.inner" to "debug.security.event_dispatcher.account".
Inlined service "debug.security.event_dispatcher.api_customer.inner" to "debug.security.event_dispatcher.api_customer".
Inlined service "debug.security.event_dispatcher.api_cart.inner" to "debug.security.event_dispatcher.api_cart".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "api_platform.maker.command.filter" to "maker.auto_command.make_filter".
Inlined service ".service_locator.7K0TI2R" to ".service_locator.7K0TI2R.App\Controller\Account\AccountController::index()".
Inlined service ".service_locator.MTCWnA5" to ".service_locator.MTCWnA5.App\Controller\Admin\Api\CategoriesTreeController::__invoke()".
Inlined service ".service_locator.azC1irB" to ".service_locator.azC1irB.App\Controller\Admin\Api\ProductBootstrapController::__invoke()".
Inlined service ".service_locator.9x9R0yV" to ".service_locator.9x9R0yV.App\Controller\Admin\Api\ProductFormController::formEdit()".
Inlined service ".service_locator.n8K1ZWD" to ".service_locator.n8K1ZWD.App\Controller\Admin\Api\ProductFormController::formNew()".
Inlined service ".service_locator.QHJRWDa" to ".service_locator.QHJRWDa.App\Controller\Admin\Api\YandexDeliveryController::pickupPointsSync()".
Inlined service ".service_locator.xt5Tapa" to ".service_locator.xt5Tapa.App\Controller\Api\CheckoutDraftController::saveDraft()".
Inlined service ".service_locator.Qe8BMu3" to ".service_locator.Qe8BMu3.App\Controller\Api\CsrfController::token()".
Inlined service ".service_locator.CUOYCKa" to ".service_locator.CUOYCKa.App\Controller\Api\Customer\AuthController::register()".
Inlined service ".service_locator.bfy3SUV" to ".service_locator.bfy3SUV.App\Controller\Api\Customer\AuthController::login()".
Inlined service ".service_locator.MS.mRBp" to ".service_locator.MS.mRBp.App\Controller\Api\Customer\AuthController::logout()".
Inlined service ".service_locator.oCuGgOo" to ".service_locator.oCuGgOo.App\Controller\CartClaimController::claim()".
Inlined service ".service_locator.A23nlfx" to ".service_locator.A23nlfx.App\Controller\Catalog\CartController::index()".
Inlined service ".service_locator.GurQGyG" to ".service_locator.GurQGyG.App\Controller\Catalog\CheckoutController::index()".
Inlined service ".service_locator.uklSWAC" to ".service_locator.uklSWAC.App\Controller\Catalog\CheckoutController::submit()".
Inlined service ".service_locator.tKxCEep" to ".service_locator.tKxCEep.App\Controller\Catalog\CheckoutController::success()".
Inlined service ".service_locator.Dxkj41S" to ".service_locator.Dxkj41S.App\Controller\Catalog\Product\ProductCatalogController::show()".
Inlined service ".service_locator.CpvRG3r" to ".service_locator.CpvRG3r.App\Controller\Catalog\WishlistController::index()".
Inlined service ".service_locator.3QECKYg" to ".service_locator.3QECKYg.App\Controller\SecurityController::login()".
Inlined service ".service_locator.lQAlGdR" to ".service_locator.lQAlGdR.App\Controller\SecurityController::apiLogin()".
Inlined service ".service_locator.tmuWaUr" to ".service_locator.tmuWaUr.App\Controller\Site\AuthPageController::login()".
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 "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.N3n0e03" to ".service_locator.N3n0e03.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.REa6jgx" to ".service_locator.REa6jgx.ux.live_component.live_url_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 "api_platform.pagination_options" to "App\OpenApi\ProductOpenApiDecorator.inner".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "App\Security\Jwt\CookieFirstChainExtractor.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.vsAfDr." to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.normalizer.validation_exception" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.documentation" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "debug.serializer.inner".
Inlined service "api_platform.problem.normalizer.validation_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "api_platform.jsonopenapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.yamlopenapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.encoder" to "debug.serializer.inner".
Inlined service "api_platform.problem.encoder" to "debug.serializer.inner".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.state_provider.access_checker.post_deserialize.inner".
Inlined service "api_platform.swagger_ui.provider" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "api_platform.validator" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.inner".
Inlined service ".service_locator.xVvnmMa" to "console.command_loader".
Inlined service ".service_locator.N3n0e03.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "config_cache_factory" to "router".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "lexik_jwt_authentication.extractor.cookie_extractor" to "App\Security\Jwt\CookieFirstChainExtractor".
Inlined service "lexik_jwt_authentication.extractor.cookie_extractor" to "App\Security\Jwt\CookieFirstChainExtractor".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "serializer.encoder.yaml" to "debug.serializer".
Inlined service "serializer.encoder.yaml" to "debug.serializer".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
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 "api_platform.jsonld.normalizer.item" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
5
Tag "doctrine.event_subscriber" was defined on service(s) "App\Doctrine\Subscriber\ProductSearchIndexerSubscriber", but was never used. Did you mean "doctrine.event_listener", "kernel.event_subscriber"?
Tag "container.decorator" was defined on service(s) "App\OpenApi\ProductOpenApiDecorator", "App\Security\Jwt\CookieFirstChainExtractor", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.account", "debug.security.firewall.authenticator.api_customer", "debug.security.firewall.authenticator.api_cart", "debug.security.firewall.authenticator.main", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.json_schema.backward_compatible_schema_factory", "api_platform.openapi.serializer_context_builder", "debug.security.event_dispatcher.account", "debug.security.event_dispatcher.api_customer", "debug.security.event_dispatcher.api_cart", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "app.delivery_provider" was defined on service(s) "App\Service\Delivery\Method\CourierDeliveryMethod", "App\Service\Delivery\Method\PvzDeliveryMethod", but was never used. Did you mean "app.delivery_method"?
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger.idempotency", "monolog.logger", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", "monolog.logger.doctrine", "monolog.logger.deprecation", "monolog.logger.geoip", but was never used.
Tag "rate_limiter" was defined on service(s) "limiter.auth_register", but was never used.