Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\OrderRepeatFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Profile\FeedbackFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Profile\FeedbackFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Profile\FeedbackMessageFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Profile\FeedbackMessageFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler" class is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Security\Authentication\CustomAuthenticationSuccessHandler".
The "Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer::doWarmUp()" method will require a new "string|null $buildDir" argument in the next major version of its parent class "Symfony\Bundle\FrameworkBundle\CacheWarmer\AbstractPhpFileCacheWarmer", not defining it is deprecated.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Service\EmailService" service.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
Method "Symfony\Contracts\Service\ResetInterface::reset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Liip\TestFixturesBundle\Services\DatabaseTools\ORMDatabaseTool" now to avoid errors or add an explicit @return annotation to suppress this message.
In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1568, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1568, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.add_images AS add_images_5, t0.sort AS sort_6, t0.use_publications AS use_publications_7, t0.intro AS intro_8, t0.description AS description_9, t0.use_intro AS use_intro_10, t0.use_intro_files AS use_intro_files_11, t0.use_description AS use_description_12, t0.use_description_files AS use_description_files_13, t0.columns_count_in_list AS columns_count_in_list_14, t0.is_page AS is_page_15 FROM publication_group t0 WHERE t0.slug = ? LIMIT 1"
(parameters:
[1 => "news"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.add_images AS add_images_5, t0.sort AS sort_6, t0.use_publications AS use_publications_7, t0.intro AS intro_8, t0.description AS description_9, t0.use_intro AS use_intro_10, t0.use_intro_files AS use_intro_files_11, t0.use_description AS use_description_12, t0.use_description_files AS use_description_files_13, t0.columns_count_in_list AS columns_count_in_list_14, t0.is_page AS is_page_15 FROM publication_group t0 WHERE t0.slug = ? LIMIT 1"
"params" => [1 => "news"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Not enabling raw field value access for the Criteria matching API in Doctrine\Common\Collections\Criteria is deprecated. Raw field access will be the only supported method in 3.0 (Criteria.php:76 called by Criteria.php:46, https://github.com/doctrine/collections/pull/472, package doctrine/collections)
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.created_at AS created_at_5, t0.intro AS intro_6, t0.description AS description_7, t0.publication_group_id AS publication_group_id_8 FROM publication t0 WHERE ((t0.publication_group_id = ? AND t0.slug = ?) AND t0.is_published = ?)"
(parameters:
[1 => 22 => "2020-12-29"
3 => 1]
, types:
[1 => 12 => 23 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.created_at AS created_at_5, t0.intro AS intro_6, t0.description AS description_7, t0.publication_group_id AS publication_group_id_8 FROM publication t0 WHERE ((t0.publication_group_id = ? AND t0.slug = ?) AND t0.is_published = ?)"
"params" => [1 => 22 => "2020-12-29"
3 => 1]
"types" => [1 => 12 => 23 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.url AS url_2, t0.title AS title_3, t0.description AS description_4, t0.h1 AS h1_5 FROM page_tag t0 WHERE t0.url = ? LIMIT 1"
(parameters:
[1 => "/news/2020-12-29"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.url AS url_2, t0.title AS title_3, t0.description AS description_4, t0.h1 AS h1_5 FROM page_tag t0 WHERE t0.url = ? LIMIT 1"
"params" => [1 => "/news/2020-12-29"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.is_default AS is_default_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.price AS price_6, t0.is_address AS is_address_7, t0.is_time AS is_time_8, t0.description AS description_9, t0.comment AS comment_10, t0.code AS code_11, t0.price_comment AS price_comment_12, t0.use_auto_payment AS use_auto_payment_13, t0.default_city AS default_city_14, t0.price_min AS price_min_15, t0.shop_id AS shop_id_16 FROM delivery t0 WHERE t0.is_published = ? ORDER BY t0.sort ASC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_default AS is_default_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.price AS price_6, t0.is_address AS is_address_7, t0.is_time AS is_time_8, t0.description AS description_9, t0.comment AS comment_10, t0.code AS code_11, t0.price_comment AS price_comment_12, t0.use_auto_payment AS use_auto_payment_13, t0.default_city AS default_city_14, t0.price_min AS price_min_15, t0.shop_id AS shop_id_16 FROM delivery t0 WHERE t0.is_published = ? ORDER BY t0.sort ASC"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
(parameters:
[1 => 3]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
"params" => [1 => 3]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
(parameters:
[1 => 8]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
"params" => [1 => 8]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
(parameters:
[1 => 10]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_published AS is_published_4, t0.sort AS sort_5, t0.map_latitude AS map_latitude_6, t0.map_longitude AS map_longitude_7, t0.slug_short AS slug_short_8, t0.is_default AS is_default_9, t0.email AS email_10, t0.phone_number AS phone_number_11, t0.html_map AS html_map_12, t0.html_link AS html_link_13, t0.is_storage AS is_storage_14, t0.heading AS heading_15, t0.working_hours AS working_hours_16, t0.address AS address_17, t0.is_availability AS is_availability_18, t0.is_corporate AS is_corporate_19, t0.address_short AS address_short_20, t0.is_main AS is_main_21, t0.code AS code_22, t0.shop_id AS shop_id_23, t0.region_shop_id AS region_shop_id_24 FROM shop t0 WHERE t0.id = ?"
"params" => [1 => 10]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.created_at AS created_at_3, t0.product_id AS product_id_4, t0.user_id AS user_id_5 FROM wish_product t0 WHERE t0.session_id = ? ORDER BY t0.created_at DESC"
(parameters:
[1 => "bea9ebb6-4997-4462-9b15-500c25a42814"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.created_at AS created_at_3, t0.product_id AS product_id_4, t0.user_id AS user_id_5 FROM wish_product t0 WHERE t0.session_id = ? ORDER BY t0.created_at DESC"
"params" => [1 => "bea9ebb6-4997-4462-9b15-500c25a42814"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.count AS count_3, t0.created_at AS created_at_4, t0.price AS price_5, t0.product_id AS product_id_6, t0.user_id AS user_id_7 FROM cart_product t0 WHERE t0.session_id = ? ORDER BY t0.created_at ASC"
(parameters:
[1 => "bea9ebb6-4997-4462-9b15-500c25a42814"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.count AS count_3, t0.created_at AS created_at_4, t0.price AS price_5, t0.product_id AS product_id_6, t0.user_id AS user_id_7 FROM cart_product t0 WHERE t0.session_id = ? ORDER BY t0.created_at ASC"
"params" => [1 => "bea9ebb6-4997-4462-9b15-500c25a42814"
]
"types" => [1 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
823
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\AquarioBrandCommand" (parent: .abstract.instanceof.App\Command\Brand\AquarioBrandCommand).
Resolving inheritance for "App\Command\Brand\AquarioBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\AquarioBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\BaxiBrandCommand" (parent: .abstract.instanceof.App\Command\Brand\BaxiBrandCommand).
Resolving inheritance for "App\Command\Brand\BaxiBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\BaxiBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\DanfossBrandCommand" (parent: .abstract.instanceof.App\Command\Brand\DanfossBrandCommand).
Resolving inheritance for "App\Command\Brand\DanfossBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\DanfossBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\EvraBrandCommand" (parent: .abstract.instanceof.App\Command\Brand\EvraBrandCommand).
Resolving inheritance for "App\Command\Brand\EvraBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\EvraBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\GrundfosBrandCommand" (parent: .abstract.instanceof.App\Command\Brand\GrundfosBrandCommand).
Resolving inheritance for "App\Command\Brand\GrundfosBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\GrundfosBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\IstratexBrandCommand" (parent: .abstract.instanceof.App\Command\Brand\IstratexBrandCommand).
Resolving inheritance for "App\Command\Brand\IstratexBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\IstratexBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\PurmoBrandCommand" (parent: .abstract.instanceof.App\Command\Brand\PurmoBrandCommand).
Resolving inheritance for "App\Command\Brand\PurmoBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\PurmoBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\UnipumpBrandCommand" (parent: .abstract.instanceof.App\Command\Brand\UnipumpBrandCommand).
Resolving inheritance for "App\Command\Brand\UnipumpBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\UnipumpBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CategoryProductPropertyCommand" (parent: .abstract.instanceof.App\Command\CategoryProductPropertyCommand).
Resolving inheritance for "App\Command\CategoryProductPropertyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CategoryProductPropertyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Check\FileCheckCommand" (parent: .abstract.instanceof.App\Command\Check\FileCheckCommand).
Resolving inheritance for "App\Command\Check\FileCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Check\FileCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupBrokenImagesCommand" (parent: .abstract.instanceof.App\Command\CleanupBrokenImagesCommand).
Resolving inheritance for "App\Command\CleanupBrokenImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupBrokenImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExecuteSqlCommand" (parent: .abstract.instanceof.App\Command\ExecuteSqlCommand).
Resolving inheritance for "App\Command\ExecuteSqlCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExecuteSqlCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FindDuplicateCommand" (parent: .abstract.instanceof.App\Command\FindDuplicateCommand).
Resolving inheritance for "App\Command\FindDuplicateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FindDuplicateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetStatOrderDemand" (parent: .abstract.instanceof.App\Command\GetStatOrderDemand).
Resolving inheritance for "App\Command\GetStatOrderDemand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetStatOrderDemand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\BaseImportCommand" (parent: .abstract.instanceof.App\Command\Import\BaseImportCommand).
Resolving inheritance for "App\Command\Import\BaseImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\BaseImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\ImportProductCommand" (parent: .abstract.instanceof.App\Command\Import\ImportProductCommand).
Resolving inheritance for "App\Command\Import\ImportProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\ImportProductCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\ImportShopCommand" (parent: .abstract.instanceof.App\Command\Import\ImportShopCommand).
Resolving inheritance for "App\Command\Import\ImportShopCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\ImportShopCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCurrencyValuesCommand" (parent: .abstract.instanceof.App\Command\ImportCurrencyValuesCommand).
Resolving inheritance for "App\Command\ImportCurrencyValuesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCurrencyValuesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadProductPropertyCommand" (parent: .abstract.instanceof.App\Command\LoadProductPropertyCommand).
Resolving inheritance for "App\Command\LoadProductPropertyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadProductPropertyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadProductPropertyLineCommand" (parent: .abstract.instanceof.App\Command\LoadProductPropertyLineCommand).
Resolving inheritance for "App\Command\LoadProductPropertyLineCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadProductPropertyLineCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeProductPropertiesCommand" (parent: .abstract.instanceof.App\Command\MergeProductPropertiesCommand).
Resolving inheritance for "App\Command\MergeProductPropertiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeProductPropertiesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeProductPropertyGroupsCommand" (parent: .abstract.instanceof.App\Command\MergeProductPropertyGroupsCommand).
Resolving inheritance for "App\Command\MergeProductPropertyGroupsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeProductPropertyGroupsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergePropertiesExactCommand" (parent: .abstract.instanceof.App\Command\MergePropertiesExactCommand).
Resolving inheritance for "App\Command\MergePropertiesExactCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergePropertiesExactCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RegenerateImagesCommand" (parent: .abstract.instanceof.App\Command\RegenerateImagesCommand).
Resolving inheritance for "App\Command\RegenerateImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RegenerateImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplaceProductCommand" (parent: .abstract.instanceof.App\Command\ReplaceProductCommand).
Resolving inheritance for "App\Command\ReplaceProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplaceProductCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEmailCommand" (parent: .abstract.instanceof.App\Command\SendEmailCommand).
Resolving inheritance for "App\Command\SendEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetCategoryBrandCommand" (parent: .abstract.instanceof.App\Command\SetCategoryBrandCommand).
Resolving inheritance for "App\Command\SetCategoryBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetCategoryBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncProductShopCountCommand" (parent: .abstract.instanceof.App\Command\SyncProductShopCountCommand).
Resolving inheritance for "App\Command\SyncProductShopCountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncProductShopCountCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateVoltageCommand" (parent: .abstract.instanceof.App\Command\UpdateVoltageCommand).
Resolving inheritance for "App\Command\UpdateVoltageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateVoltageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\YandexPayCheckPendingOrdersCommand" (parent: .abstract.instanceof.App\Command\YandexPayCheckPendingOrdersCommand).
Resolving inheritance for "App\Command\YandexPayCheckPendingOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\YandexPayCheckPendingOrdersCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BaseAdminController" (parent: .abstract.instanceof.App\Controller\Admin\BaseAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BaseAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BaseAdminController).
Resolving inheritance for "App\Controller\Admin\BaseAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BaseAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandAdminController" (parent: .abstract.instanceof.App\Controller\Admin\BrandAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandAdminController).
Resolving inheritance for "App\Controller\Admin\BrandAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandCurrencyValueAdminController" (parent: .abstract.instanceof.App\Controller\Admin\BrandCurrencyValueAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandCurrencyValueAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandCurrencyValueAdminController).
Resolving inheritance for "App\Controller\Admin\BrandCurrencyValueAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandCurrencyValueAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandSeriesAdminController" (parent: .abstract.instanceof.App\Controller\Admin\BrandSeriesAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandSeriesAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandSeriesAdminController).
Resolving inheritance for "App\Controller\Admin\BrandSeriesAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandSeriesAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandSeriesCategoryAdminController" (parent: .abstract.instanceof.App\Controller\Admin\BrandSeriesCategoryAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandSeriesCategoryAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandSeriesCategoryAdminController).
Resolving inheritance for "App\Controller\Admin\BrandSeriesCategoryAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandSeriesCategoryAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandSeriesGroupAdminController" (parent: .abstract.instanceof.App\Controller\Admin\BrandSeriesGroupAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandSeriesGroupAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandSeriesGroupAdminController).
Resolving inheritance for "App\Controller\Admin\BrandSeriesGroupAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandSeriesGroupAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryAdminController).
Resolving inheritance for "App\Controller\Admin\CategoryAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryCsvExportAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryCsvExportAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryCsvExportAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryCsvExportAdminController).
Resolving inheritance for "App\Controller\Admin\CategoryCsvExportAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryCsvExportAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryLinkAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryLinkAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryLinkAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryLinkAdminController).
Resolving inheritance for "App\Controller\Admin\CategoryLinkAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryLinkAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryProductPropertyAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryProductPropertyAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryProductPropertyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryProductPropertyAdminController).
Resolving inheritance for "App\Controller\Admin\CategoryProductPropertyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryProductPropertyAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Check\FileCheckAdminController" (parent: .abstract.instanceof.App\Controller\Admin\Check\FileCheckAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Check\FileCheckAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Check\FileCheckAdminController).
Resolving inheritance for "App\Controller\Admin\Check\FileCheckAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Check\FileCheckAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CountryAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryAdminController).
Resolving inheritance for "App\Controller\Admin\CountryAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CurrencyAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CurrencyAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CurrencyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CurrencyAdminController).
Resolving inheritance for "App\Controller\Admin\CurrencyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CurrencyAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CurrencyValueAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CurrencyValueAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CurrencyValueAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CurrencyValueAdminController).
Resolving inheritance for "App\Controller\Admin\CurrencyValueAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CurrencyValueAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardAdminController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardAdminController).
Resolving inheritance for "App\Controller\Admin\DashboardAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DeliveryAdminController" (parent: .abstract.instanceof.App\Controller\Admin\DeliveryAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DeliveryAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DeliveryAdminController).
Resolving inheritance for "App\Controller\Admin\DeliveryAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DeliveryAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiskFileAdminController" (parent: .abstract.instanceof.App\Controller\Admin\DiskFileAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiskFileAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiskFileAdminController).
Resolving inheritance for "App\Controller\Admin\DiskFileAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiskFileAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiskFolderAdminController" (parent: .abstract.instanceof.App\Controller\Admin\DiskFolderAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiskFolderAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiskFolderAdminController).
Resolving inheritance for "App\Controller\Admin\DiskFolderAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiskFolderAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeedbackController" (parent: .abstract.instanceof.App\Controller\Admin\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeedbackController).
Resolving inheritance for "App\Controller\Admin\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomepageAdminController" (parent: .abstract.instanceof.App\Controller\Admin\HomepageAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomepageAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomepageAdminController).
Resolving inheritance for "App\Controller\Admin\HomepageAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomepageAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OptionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\OptionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OptionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OptionAdminController).
Resolving inheritance for "App\Controller\Admin\OptionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OptionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderAdminController" (parent: .abstract.instanceof.App\Controller\Admin\OrderAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderAdminController).
Resolving inheritance for "App\Controller\Admin\OrderAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusAdminController" (parent: .abstract.instanceof.App\Controller\Admin\OrderStatusAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusAdminController).
Resolving inheritance for "App\Controller\Admin\OrderStatusAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageTagAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PageTagAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageTagAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageTagAdminController).
Resolving inheritance for "App\Controller\Admin\PageTagAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageTagAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ProductAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductAdminController).
Resolving inheritance for "App\Controller\Admin\ProductAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductBulkEditController" (parent: .abstract.instanceof.App\Controller\Admin\ProductBulkEditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductBulkEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductBulkEditController).
Resolving inheritance for "App\Controller\Admin\ProductBulkEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductBulkEditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductEditorAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ProductEditorAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductEditorAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductEditorAdminController).
Resolving inheritance for "App\Controller\Admin\ProductEditorAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductEditorAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPropertyAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ProductPropertyAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPropertyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPropertyAdminController).
Resolving inheritance for "App\Controller\Admin\ProductPropertyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPropertyAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PropertyAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PropertyAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PropertyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PropertyAdminController).
Resolving inheritance for "App\Controller\Admin\PropertyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PropertyAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PropertyUploadAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PropertyUploadAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PropertyUploadAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PropertyUploadAdminController).
Resolving inheritance for "App\Controller\Admin\PropertyUploadAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PropertyUploadAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PublicationAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PublicationAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PublicationAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PublicationAdminController).
Resolving inheritance for "App\Controller\Admin\PublicationAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PublicationAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PublicationGroupAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PublicationGroupAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PublicationGroupAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PublicationGroupAdminController).
Resolving inheritance for "App\Controller\Admin\PublicationGroupAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PublicationGroupAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ShopAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopAdminController).
Resolving inheritance for "App\Controller\Admin\ShopAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopManagerAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ShopManagerAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopManagerAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopManagerAdminController).
Resolving inheritance for "App\Controller\Admin\ShopManagerAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopManagerAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\YandexSplitAdminController" (parent: .abstract.instanceof.App\Controller\Admin\YandexSplitAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\YandexSplitAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\YandexSplitAdminController).
Resolving inheritance for "App\Controller\Admin\YandexSplitAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\YandexSplitAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaymentMethodApiController" (parent: .abstract.instanceof.App\Controller\Api\PaymentMethodApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaymentMethodApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaymentMethodApiController).
Resolving inheritance for "App\Controller\Api\PaymentMethodApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaymentMethodApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\BaseController" (parent: .abstract.instanceof.App\Controller\Api\V1\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\BaseController).
Resolving inheritance for "App\Controller\Api\V1\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\BrandController" (parent: .abstract.instanceof.App\Controller\Api\V1\Brand\BrandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\BrandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\BrandController).
Resolving inheritance for "App\Controller\Api\V1\Brand\BrandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\BrandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\Category\CategoryController" (parent: .abstract.instanceof.App\Controller\Api\V1\Brand\Category\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\Category\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\Category\CategoryController).
Resolving inheritance for "App\Controller\Api\V1\Brand\Category\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\Category\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\Category\SeriesController" (parent: .abstract.instanceof.App\Controller\Api\V1\Brand\Category\SeriesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\Category\SeriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\Category\SeriesController).
Resolving inheritance for "App\Controller\Api\V1\Brand\Category\SeriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\Category\SeriesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\ProductCategoryController" (parent: .abstract.instanceof.App\Controller\Api\V1\Brand\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\ProductCategoryController).
Resolving inheritance for "App\Controller\Api\V1\Brand\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\ProductController" (parent: .abstract.instanceof.App\Controller\Api\V1\Brand\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\ProductController).
Resolving inheritance for "App\Controller\Api\V1\Brand\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Category\CategoryController" (parent: .abstract.instanceof.App\Controller\Api\V1\Category\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Category\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Category\CategoryController).
Resolving inheritance for "App\Controller\Api\V1\Category\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Category\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\AnalogController" (parent: .abstract.instanceof.App\Controller\Api\V1\Product\AnalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\AnalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\AnalogController).
Resolving inheritance for "App\Controller\Api\V1\Product\AnalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\AnalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\FilterController" (parent: .abstract.instanceof.App\Controller\Api\V1\Product\FilterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\FilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\FilterController).
Resolving inheritance for "App\Controller\Api\V1\Product\FilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\FilterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\LinkController" (parent: .abstract.instanceof.App\Controller\Api\V1\Product\LinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\LinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\LinkController).
Resolving inheritance for "App\Controller\Api\V1\Product\LinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\LinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\ProductController" (parent: .abstract.instanceof.App\Controller\Api\V1\Product\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\ProductController).
Resolving inheritance for "App\Controller\Api\V1\Product\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\CompanyController" (parent: .abstract.instanceof.App\Controller\Api\V1\Profile\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\CompanyController).
Resolving inheritance for "App\Controller\Api\V1\Profile\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\FeedbackController" (parent: .abstract.instanceof.App\Controller\Api\V1\Profile\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\FeedbackController).
Resolving inheritance for "App\Controller\Api\V1\Profile\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\FeedbackMessageController" (parent: .abstract.instanceof.App\Controller\Api\V1\Profile\FeedbackMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\FeedbackMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\FeedbackMessageController).
Resolving inheritance for "App\Controller\Api\V1\Profile\FeedbackMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\FeedbackMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\NotificationController" (parent: .abstract.instanceof.App\Controller\Api\V1\Profile\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\NotificationController).
Resolving inheritance for "App\Controller\Api\V1\Profile\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\OrderController" (parent: .abstract.instanceof.App\Controller\Api\V1\Profile\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\OrderController).
Resolving inheritance for "App\Controller\Api\V1\Profile\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\OrderItemsController" (parent: .abstract.instanceof.App\Controller\Api\V1\Profile\OrderItemsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\OrderItemsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\OrderItemsController).
Resolving inheritance for "App\Controller\Api\V1\Profile\OrderItemsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\OrderItemsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ShopController" (parent: .abstract.instanceof.App\Controller\Api\V1\ShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ShopController).
Resolving inheritance for "App\Controller\Api\V1\ShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\InfoController" (parent: .abstract.instanceof.App\Controller\Api\V1\User\InfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\InfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\InfoController).
Resolving inheritance for "App\Controller\Api\V1\User\InfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\InfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\LoginController" (parent: .abstract.instanceof.App\Controller\Api\V1\User\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\LoginController).
Resolving inheritance for "App\Controller\Api\V1\User\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\RegisterController" (parent: .abstract.instanceof.App\Controller\Api\V1\User\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\RegisterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\RegisterController).
Resolving inheritance for "App\Controller\Api\V1\User\RegisterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\Api\V1\User\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\ResetPasswordController).
Resolving inheritance for "App\Controller\Api\V1\User\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\UpdateController" (parent: .abstract.instanceof.App\Controller\Api\V1\User\UpdateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\UpdateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\UpdateController).
Resolving inheritance for "App\Controller\Api\V1\User\UpdateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\UpdateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\BaseXmlController" (parent: .abstract.instanceof.App\Controller\Api\Xml\BaseXmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\BaseXmlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\BaseXmlController).
Resolving inheritance for "App\Controller\Api\Xml\BaseXmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\BaseXmlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\EditOrderXmlController" (parent: .abstract.instanceof.App\Controller\Api\Xml\EditOrderXmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\EditOrderXmlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\EditOrderXmlController).
Resolving inheritance for "App\Controller\Api\Xml\EditOrderXmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\EditOrderXmlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\OrderCancelXmlController" (parent: .abstract.instanceof.App\Controller\Api\Xml\OrderCancelXmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\OrderCancelXmlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\OrderCancelXmlController).
Resolving inheritance for "App\Controller\Api\Xml\OrderCancelXmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\OrderCancelXmlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\OrderCreateXmlController" (parent: .abstract.instanceof.App\Controller\Api\Xml\OrderCreateXmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\OrderCreateXmlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\OrderCreateXmlController).
Resolving inheritance for "App\Controller\Api\Xml\OrderCreateXmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\OrderCreateXmlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\OrderXmlController" (parent: .abstract.instanceof.App\Controller\Api\Xml\OrderXmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\OrderXmlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\OrderXmlController).
Resolving inheritance for "App\Controller\Api\Xml\OrderXmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\OrderXmlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\ProductImportXmlController" (parent: .abstract.instanceof.App\Controller\Api\Xml\ProductImportXmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\ProductImportXmlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\ProductImportXmlController).
Resolving inheritance for "App\Controller\Api\Xml\ProductImportXmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\ProductImportXmlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\ProductXmlController" (parent: .abstract.instanceof.App\Controller\Api\Xml\ProductXmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\ProductXmlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\ProductXmlController).
Resolving inheritance for "App\Controller\Api\Xml\ProductXmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\ProductXmlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\YandexPay\YandexPayOrderApiController" (parent: .abstract.instanceof.App\Controller\Api\YandexPay\YandexPayOrderApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\YandexPay\YandexPayOrderApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\YandexPay\YandexPayOrderApiController).
Resolving inheritance for "App\Controller\Api\YandexPay\YandexPayOrderApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\YandexPay\YandexPayOrderApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\YandexPayWebhookController" (parent: .abstract.instanceof.App\Controller\Api\YandexPayWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\YandexPayWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\YandexPayWebhookController).
Resolving inheritance for "App\Controller\Api\YandexPayWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\YandexPayWebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cache\BrandCacheController" (parent: .abstract.instanceof.App\Controller\Cache\BrandCacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cache\BrandCacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cache\BrandCacheController).
Resolving inheritance for "App\Controller\Cache\BrandCacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cache\BrandCacheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cache\CategoryCacheController" (parent: .abstract.instanceof.App\Controller\Cache\CategoryCacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cache\CategoryCacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cache\CategoryCacheController).
Resolving inheritance for "App\Controller\Cache\CategoryCacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cache\CategoryCacheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\BaseExportController" (parent: .abstract.instanceof.App\Controller\Export\BaseExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\BaseExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\BaseExportController).
Resolving inheritance for "App\Controller\Export\BaseExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\BaseExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\CrmExportController" (parent: .abstract.instanceof.App\Controller\Export\CrmExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\CrmExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\CrmExportController).
Resolving inheritance for "App\Controller\Export\CrmExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\CrmExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\YandexExportController" (parent: .abstract.instanceof.App\Controller\Export\YandexExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\YandexExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\YandexExportController).
Resolving inheritance for "App\Controller\Export\YandexExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\YandexExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\S1\BaseImportS1Controller" (parent: .abstract.instanceof.App\Controller\Import\S1\BaseImportS1Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\S1\BaseImportS1Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\S1\BaseImportS1Controller).
Resolving inheritance for "App\Controller\Import\S1\BaseImportS1Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\S1\BaseImportS1Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\S1\ProductImportS1Controller" (parent: .abstract.instanceof.App\Controller\Import\S1\ProductImportS1Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\S1\ProductImportS1Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\S1\ProductImportS1Controller).
Resolving inheritance for "App\Controller\Import\S1\ProductImportS1Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\S1\ProductImportS1Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\BasePreviousController" (parent: .abstract.instanceof.App\Controller\Previous\BasePreviousController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\BasePreviousController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\BasePreviousController).
Resolving inheritance for "App\Controller\Previous\BasePreviousController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\BasePreviousController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\BrandCorporatePreviousController" (parent: .abstract.instanceof.App\Controller\Previous\BrandCorporatePreviousController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\BrandCorporatePreviousController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\BrandCorporatePreviousController).
Resolving inheritance for "App\Controller\Previous\BrandCorporatePreviousController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\BrandCorporatePreviousController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\CataloguePreviousController" (parent: .abstract.instanceof.App\Controller\Previous\CataloguePreviousController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\CataloguePreviousController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\CataloguePreviousController).
Resolving inheritance for "App\Controller\Previous\CataloguePreviousController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\CataloguePreviousController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\ProductPreviousController" (parent: .abstract.instanceof.App\Controller\Previous\ProductPreviousController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\ProductPreviousController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\ProductPreviousController).
Resolving inheritance for "App\Controller\Previous\ProductPreviousController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\ProductPreviousController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BannerSiteController" (parent: .abstract.instanceof.App\Controller\Site\BannerSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BannerSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BannerSiteController).
Resolving inheritance for "App\Controller\Site\BannerSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BannerSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BaseSiteController" (parent: .abstract.instanceof.App\Controller\Site\BaseSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BaseSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BaseSiteController).
Resolving inheritance for "App\Controller\Site\BaseSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BaseSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandCertificateSiteController" (parent: .abstract.instanceof.App\Controller\Site\BrandCertificateSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandCertificateSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandCertificateSiteController).
Resolving inheritance for "App\Controller\Site\BrandCertificateSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandCertificateSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandCorporateSiteController" (parent: .abstract.instanceof.App\Controller\Site\BrandCorporateSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandCorporateSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandCorporateSiteController).
Resolving inheritance for "App\Controller\Site\BrandCorporateSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandCorporateSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandSeriesCategorySiteController" (parent: .abstract.instanceof.App\Controller\Site\BrandSeriesCategorySiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandSeriesCategorySiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandSeriesCategorySiteController).
Resolving inheritance for "App\Controller\Site\BrandSeriesCategorySiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandSeriesCategorySiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandSeriesSiteController" (parent: .abstract.instanceof.App\Controller\Site\BrandSeriesSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandSeriesSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandSeriesSiteController).
Resolving inheritance for "App\Controller\Site\BrandSeriesSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandSeriesSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandSiteController" (parent: .abstract.instanceof.App\Controller\Site\BrandSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandSiteController).
Resolving inheritance for "App\Controller\Site\BrandSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CallBackSiteController" (parent: .abstract.instanceof.App\Controller\Site\CallBackSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CallBackSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CallBackSiteController).
Resolving inheritance for "App\Controller\Site\CallBackSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CallBackSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CartOrderSiteController" (parent: .abstract.instanceof.App\Controller\Site\CartOrderSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CartOrderSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CartOrderSiteController).
Resolving inheritance for "App\Controller\Site\CartOrderSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CartOrderSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CartSiteController" (parent: .abstract.instanceof.App\Controller\Site\CartSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CartSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CartSiteController).
Resolving inheritance for "App\Controller\Site\CartSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CartSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CategorySiteController" (parent: .abstract.instanceof.App\Controller\Site\CategorySiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CategorySiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CategorySiteController).
Resolving inheritance for "App\Controller\Site\CategorySiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CategorySiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ContactSiteController" (parent: .abstract.instanceof.App\Controller\Site\ContactSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ContactSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ContactSiteController).
Resolving inheritance for "App\Controller\Site\ContactSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ContactSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\DiskFolderController" (parent: .abstract.instanceof.App\Controller\Site\DiskFolderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\DiskFolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\DiskFolderController).
Resolving inheritance for "App\Controller\Site\DiskFolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\DiskFolderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\FormSiteController" (parent: .abstract.instanceof.App\Controller\Site\FormSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\FormSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\FormSiteController).
Resolving inheritance for "App\Controller\Site\FormSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\FormSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\GeoIpController" (parent: .abstract.instanceof.App\Controller\Site\GeoIpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\GeoIpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\GeoIpController).
Resolving inheritance for "App\Controller\Site\GeoIpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\GeoIpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\HomepageSiteController" (parent: .abstract.instanceof.App\Controller\Site\HomepageSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\HomepageSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\HomepageSiteController).
Resolving inheritance for "App\Controller\Site\HomepageSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\HomepageSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LoginSiteController" (parent: .abstract.instanceof.App\Controller\Site\LoginSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LoginSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LoginSiteController).
Resolving inheritance for "App\Controller\Site\LoginSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LoginSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\MessageSiteController" (parent: .abstract.instanceof.App\Controller\Site\MessageSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\MessageSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\MessageSiteController).
Resolving inheritance for "App\Controller\Site\MessageSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\MessageSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ModelSiteController" (parent: .abstract.instanceof.App\Controller\Site\ModelSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ModelSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ModelSiteController).
Resolving inheritance for "App\Controller\Site\ModelSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ModelSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PayOrderSiteController" (parent: .abstract.instanceof.App\Controller\Site\PayOrderSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PayOrderSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PayOrderSiteController).
Resolving inheritance for "App\Controller\Site\PayOrderSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PayOrderSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductFoundCheaperController" (parent: .abstract.instanceof.App\Controller\Site\ProductFoundCheaperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductFoundCheaperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductFoundCheaperController).
Resolving inheritance for "App\Controller\Site\ProductFoundCheaperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductFoundCheaperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductOrderSiteController" (parent: .abstract.instanceof.App\Controller\Site\ProductOrderSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductOrderSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductOrderSiteController).
Resolving inheritance for "App\Controller\Site\ProductOrderSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductOrderSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductRequestSiteController" (parent: .abstract.instanceof.App\Controller\Site\ProductRequestSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductRequestSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductRequestSiteController).
Resolving inheritance for "App\Controller\Site\ProductRequestSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductRequestSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductSearchPropertySiteController" (parent: .abstract.instanceof.App\Controller\Site\ProductSearchPropertySiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductSearchPropertySiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductSearchPropertySiteController).
Resolving inheritance for "App\Controller\Site\ProductSearchPropertySiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductSearchPropertySiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductSearchSiteController" (parent: .abstract.instanceof.App\Controller\Site\ProductSearchSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductSearchSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductSearchSiteController).
Resolving inheritance for "App\Controller\Site\ProductSearchSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductSearchSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductSiteController" (parent: .abstract.instanceof.App\Controller\Site\ProductSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductSiteController).
Resolving inheritance for "App\Controller\Site\ProductSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileEditSiteController" (parent: .abstract.instanceof.App\Controller\Site\Profile\ProfileEditSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileEditSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileEditSiteController).
Resolving inheritance for "App\Controller\Site\Profile\ProfileEditSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileEditSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileOrderSiteController" (parent: .abstract.instanceof.App\Controller\Site\Profile\ProfileOrderSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileOrderSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileOrderSiteController).
Resolving inheritance for "App\Controller\Site\Profile\ProfileOrderSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileOrderSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteAddressController" (parent: .abstract.instanceof.App\Controller\Site\Profile\ProfileSiteAddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteAddressController).
Resolving inheritance for "App\Controller\Site\Profile\ProfileSiteAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteAddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteCompanyController" (parent: .abstract.instanceof.App\Controller\Site\Profile\ProfileSiteCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteCompanyController).
Resolving inheritance for "App\Controller\Site\Profile\ProfileSiteCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteController" (parent: .abstract.instanceof.App\Controller\Site\Profile\ProfileSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteController).
Resolving inheritance for "App\Controller\Site\Profile\ProfileSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteNotificationsController" (parent: .abstract.instanceof.App\Controller\Site\Profile\ProfileSiteNotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteNotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteNotificationsController).
Resolving inheritance for "App\Controller\Site\Profile\ProfileSiteNotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteNotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteOrderItemsController" (parent: .abstract.instanceof.App\Controller\Site\Profile\ProfileSiteOrderItemsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteOrderItemsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteOrderItemsController).
Resolving inheritance for "App\Controller\Site\Profile\ProfileSiteOrderItemsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteOrderItemsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PublicationGroupSiteController" (parent: .abstract.instanceof.App\Controller\Site\PublicationGroupSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PublicationGroupSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PublicationGroupSiteController).
Resolving inheritance for "App\Controller\Site\PublicationGroupSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PublicationGroupSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PublicationSite2Controller" (parent: .abstract.instanceof.App\Controller\Site\PublicationSite2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PublicationSite2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PublicationSite2Controller).
Resolving inheritance for "App\Controller\Site\PublicationSite2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PublicationSite2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PublicationSiteController" (parent: .abstract.instanceof.App\Controller\Site\PublicationSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PublicationSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PublicationSiteController).
Resolving inheritance for "App\Controller\Site\PublicationSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PublicationSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\RegistrationSiteController" (parent: .abstract.instanceof.App\Controller\Site\RegistrationSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\RegistrationSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\RegistrationSiteController).
Resolving inheritance for "App\Controller\Site\RegistrationSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\RegistrationSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\RequestCommercialSiteController" (parent: .abstract.instanceof.App\Controller\Site\RequestCommercialSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\RequestCommercialSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\RequestCommercialSiteController).
Resolving inheritance for "App\Controller\Site\RequestCommercialSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\RequestCommercialSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SaleSiteController" (parent: .abstract.instanceof.App\Controller\Site\SaleSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SaleSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SaleSiteController).
Resolving inheritance for "App\Controller\Site\SaleSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SaleSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SeoSiteController" (parent: .abstract.instanceof.App\Controller\Site\SeoSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SeoSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SeoSiteController).
Resolving inheritance for "App\Controller\Site\SeoSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SeoSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ShopSiteController" (parent: .abstract.instanceof.App\Controller\Site\ShopSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ShopSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ShopSiteController).
Resolving inheritance for "App\Controller\Site\ShopSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ShopSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SitemapSiteController" (parent: .abstract.instanceof.App\Controller\Site\SitemapSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SitemapSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SitemapSiteController).
Resolving inheritance for "App\Controller\Site\SitemapSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SitemapSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\WishSiteController" (parent: .abstract.instanceof.App\Controller\Site\WishSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\WishSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\WishSiteController).
Resolving inheritance for "App\Controller\Site\WishSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\WishSiteController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandCurrencyValueFixture" (parent: .abstract.instanceof.App\DataFixtures\BrandCurrencyValueFixture).
Resolving inheritance for "App\DataFixtures\BrandCurrencyValueFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandCurrencyValueFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandFixture" (parent: .abstract.instanceof.App\DataFixtures\BrandFixture).
Resolving inheritance for "App\DataFixtures\BrandFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandSeriesCategoryFixture" (parent: .abstract.instanceof.App\DataFixtures\BrandSeriesCategoryFixture).
Resolving inheritance for "App\DataFixtures\BrandSeriesCategoryFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandSeriesCategoryFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandSeriesFixture" (parent: .abstract.instanceof.App\DataFixtures\BrandSeriesFixture).
Resolving inheritance for "App\DataFixtures\BrandSeriesFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandSeriesFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandSeriesGroupFixture" (parent: .abstract.instanceof.App\DataFixtures\BrandSeriesGroupFixture).
Resolving inheritance for "App\DataFixtures\BrandSeriesGroupFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandSeriesGroupFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CategoryBrandFixture" (parent: .abstract.instanceof.App\DataFixtures\CategoryBrandFixture).
Resolving inheritance for "App\DataFixtures\CategoryBrandFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CategoryBrandFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CategoryFixture" (parent: .abstract.instanceof.App\DataFixtures\CategoryFixture).
Resolving inheritance for "App\DataFixtures\CategoryFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CategoryFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CategoryProductPropertyFixture" (parent: .abstract.instanceof.App\DataFixtures\CategoryProductPropertyFixture).
Resolving inheritance for "App\DataFixtures\CategoryProductPropertyFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CategoryProductPropertyFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CountryFixture" (parent: .abstract.instanceof.App\DataFixtures\CountryFixture).
Resolving inheritance for "App\DataFixtures\CountryFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CountryFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CurrencyFixture" (parent: .abstract.instanceof.App\DataFixtures\CurrencyFixture).
Resolving inheritance for "App\DataFixtures\CurrencyFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CurrencyFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CurrencyValueFixture" (parent: .abstract.instanceof.App\DataFixtures\CurrencyValueFixture).
Resolving inheritance for "App\DataFixtures\CurrencyValueFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CurrencyValueFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DeliveryFixture" (parent: .abstract.instanceof.App\DataFixtures\DeliveryFixture).
Resolving inheritance for "App\DataFixtures\DeliveryFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DeliveryFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ModelFixture" (parent: .abstract.instanceof.App\DataFixtures\ModelFixture).
Resolving inheritance for "App\DataFixtures\ModelFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ModelFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderDescriptionFixture" (parent: .abstract.instanceof.App\DataFixtures\OrderDescriptionFixture).
Resolving inheritance for "App\DataFixtures\OrderDescriptionFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderDescriptionFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderFixture" (parent: .abstract.instanceof.App\DataFixtures\OrderFixture).
Resolving inheritance for "App\DataFixtures\OrderFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderStatusFixture" (parent: .abstract.instanceof.App\DataFixtures\OrderStatusFixture).
Resolving inheritance for "App\DataFixtures\OrderStatusFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderStatusFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductFixture" (parent: .abstract.instanceof.App\DataFixtures\ProductFixture).
Resolving inheritance for "App\DataFixtures\ProductFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductPropertyFixture" (parent: .abstract.instanceof.App\DataFixtures\ProductPropertyFixture).
Resolving inheritance for "App\DataFixtures\ProductPropertyFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductPropertyFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductPropertyGroupFixture" (parent: .abstract.instanceof.App\DataFixtures\ProductPropertyGroupFixture).
Resolving inheritance for "App\DataFixtures\ProductPropertyGroupFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductPropertyGroupFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductPropertyValueFixture" (parent: .abstract.instanceof.App\DataFixtures\ProductPropertyValueFixture).
Resolving inheritance for "App\DataFixtures\ProductPropertyValueFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductPropertyValueFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PublicationFixture" (parent: .abstract.instanceof.App\DataFixtures\PublicationFixture).
Resolving inheritance for "App\DataFixtures\PublicationFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PublicationFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PublicationGroupFixture" (parent: .abstract.instanceof.App\DataFixtures\PublicationGroupFixture).
Resolving inheritance for "App\DataFixtures\PublicationGroupFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PublicationGroupFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopFixture" (parent: .abstract.instanceof.App\DataFixtures\ShopFixture).
Resolving inheritance for "App\DataFixtures\ShopFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopManagerFixture" (parent: .abstract.instanceof.App\DataFixtures\ShopManagerFixture).
Resolving inheritance for "App\DataFixtures\ShopManagerFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopManagerFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture" (parent: .abstract.instanceof.App\DataFixtures\UserFixture).
Resolving inheritance for "App\DataFixtures\UserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandCurrencyValueFormType" (parent: .abstract.instanceof.App\Form\BrandCurrencyValueFormType).
Resolving inheritance for "App\Form\BrandCurrencyValueFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandCurrencyValueFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandFormType" (parent: .abstract.instanceof.App\Form\BrandFormType).
Resolving inheritance for "App\Form\BrandFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandSeriesCategoryFormType" (parent: .abstract.instanceof.App\Form\BrandSeriesCategoryFormType).
Resolving inheritance for "App\Form\BrandSeriesCategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandSeriesCategoryFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandSeriesFormType" (parent: .abstract.instanceof.App\Form\BrandSeriesFormType).
Resolving inheritance for "App\Form\BrandSeriesFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandSeriesFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandSeriesGroupFormType" (parent: .abstract.instanceof.App\Form\BrandSeriesGroupFormType).
Resolving inheritance for "App\Form\BrandSeriesGroupFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandSeriesGroupFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryFormType" (parent: .abstract.instanceof.App\Form\CategoryFormType).
Resolving inheritance for "App\Form\CategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryLinkFormType" (parent: .abstract.instanceof.App\Form\CategoryLinkFormType).
Resolving inheritance for "App\Form\CategoryLinkFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryLinkFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryProductPropertyFormType" (parent: .abstract.instanceof.App\Form\CategoryProductPropertyFormType).
Resolving inheritance for "App\Form\CategoryProductPropertyFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryProductPropertyFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CountryFormType" (parent: .abstract.instanceof.App\Form\CountryFormType).
Resolving inheritance for "App\Form\CountryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CountryFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CurrencyFormType" (parent: .abstract.instanceof.App\Form\CurrencyFormType).
Resolving inheritance for "App\Form\CurrencyFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CurrencyFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CurrencyValueFormType" (parent: .abstract.instanceof.App\Form\CurrencyValueFormType).
Resolving inheritance for "App\Form\CurrencyValueFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CurrencyValueFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryFormType" (parent: .abstract.instanceof.App\Form\DeliveryFormType).
Resolving inheritance for "App\Form\DeliveryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiskFileFormType" (parent: .abstract.instanceof.App\Form\DiskFileFormType).
Resolving inheritance for "App\Form\DiskFileFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiskFileFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiskFolderFormType" (parent: .abstract.instanceof.App\Form\DiskFolderFormType).
Resolving inheritance for "App\Form\DiskFolderFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiskFolderFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionFormType" (parent: .abstract.instanceof.App\Form\OptionFormType).
Resolving inheritance for "App\Form\OptionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderDescriptionType" (parent: .abstract.instanceof.App\Form\OrderDescriptionType).
Resolving inheritance for "App\Form\OrderDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderRepeatFormType" (parent: .abstract.instanceof.App\Form\OrderRepeatFormType).
Resolving inheritance for "App\Form\OrderRepeatFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderRepeatFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStatusFormType" (parent: .abstract.instanceof.App\Form\OrderStatusFormType).
Resolving inheritance for "App\Form\OrderStatusFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStatusFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageTagFormType" (parent: .abstract.instanceof.App\Form\PageTagFormType).
Resolving inheritance for "App\Form\PageTagFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageTagFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductCodeListType" (parent: .abstract.instanceof.App\Form\ProductCodeListType).
Resolving inheritance for "App\Form\ProductCodeListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductCodeListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFormType" (parent: .abstract.instanceof.App\Form\ProductFormType).
Resolving inheritance for "App\Form\ProductFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFoundCheaperFormType" (parent: .abstract.instanceof.App\Form\ProductFoundCheaperFormType).
Resolving inheritance for "App\Form\ProductFoundCheaperFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFoundCheaperFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPropertyFormType" (parent: .abstract.instanceof.App\Form\ProductPropertyFormType).
Resolving inheritance for "App\Form\ProductPropertyFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPropertyFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductRequestFormType" (parent: .abstract.instanceof.App\Form\ProductRequestFormType).
Resolving inheritance for "App\Form\ProductRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\AddressFormType" (parent: .abstract.instanceof.App\Form\Profile\AddressFormType).
Resolving inheritance for "App\Form\Profile\AddressFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\AddressFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\CompanyFormType" (parent: .abstract.instanceof.App\Form\Profile\CompanyFormType).
Resolving inheritance for "App\Form\Profile\CompanyFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\CompanyFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\FeedbackFormType" (parent: .abstract.instanceof.App\Form\Profile\FeedbackFormType).
Resolving inheritance for "App\Form\Profile\FeedbackFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\FeedbackFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\FeedbackMessageFormType" (parent: .abstract.instanceof.App\Form\Profile\FeedbackMessageFormType).
Resolving inheritance for "App\Form\Profile\FeedbackMessageFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\FeedbackMessageFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\UserFormType" (parent: .abstract.instanceof.App\Form\Profile\UserFormType).
Resolving inheritance for "App\Form\Profile\UserFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\UserFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyFormType" (parent: .abstract.instanceof.App\Form\PropertyFormType).
Resolving inheritance for "App\Form\PropertyFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyUploadFormType" (parent: .abstract.instanceof.App\Form\PropertyUploadFormType).
Resolving inheritance for "App\Form\PropertyUploadFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyUploadFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PublicationFormType" (parent: .abstract.instanceof.App\Form\PublicationFormType).
Resolving inheritance for "App\Form\PublicationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PublicationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PublicationGroupFormType" (parent: .abstract.instanceof.App\Form\PublicationGroupFormType).
Resolving inheritance for "App\Form\PublicationGroupFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PublicationGroupFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShopFormType" (parent: .abstract.instanceof.App\Form\ShopFormType).
Resolving inheritance for "App\Form\ShopFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShopFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShopManagerFormType" (parent: .abstract.instanceof.App\Form\ShopManagerFormType).
Resolving inheritance for "App\Form\ShopManagerFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShopManagerFormType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository" (parent: .abstract.instanceof.App\Repository\AddressRepository).
Resolving inheritance for "App\Repository\AddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandCurrencyValueRepository" (parent: .abstract.instanceof.App\Repository\BrandCurrencyValueRepository).
Resolving inheritance for "App\Repository\BrandCurrencyValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandCurrencyValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandRepository" (parent: .abstract.instanceof.App\Repository\BrandRepository).
Resolving inheritance for "App\Repository\BrandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandSeriesCategoryRepository" (parent: .abstract.instanceof.App\Repository\BrandSeriesCategoryRepository).
Resolving inheritance for "App\Repository\BrandSeriesCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandSeriesCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandSeriesGroupRepository" (parent: .abstract.instanceof.App\Repository\BrandSeriesGroupRepository).
Resolving inheritance for "App\Repository\BrandSeriesGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandSeriesGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandSeriesRepository" (parent: .abstract.instanceof.App\Repository\BrandSeriesRepository).
Resolving inheritance for "App\Repository\BrandSeriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandSeriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaptchaRepository" (parent: .abstract.instanceof.App\Repository\CaptchaRepository).
Resolving inheritance for "App\Repository\CaptchaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaptchaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartLinkProductRepository" (parent: .abstract.instanceof.App\Repository\CartLinkProductRepository).
Resolving inheritance for "App\Repository\CartLinkProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartLinkProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartLinkRepository" (parent: .abstract.instanceof.App\Repository\CartLinkRepository).
Resolving inheritance for "App\Repository\CartLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository" (parent: .abstract.instanceof.App\Repository\CartProductRepository).
Resolving inheritance for "App\Repository\CartProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryBrandRepository" (parent: .abstract.instanceof.App\Repository\CategoryBrandRepository).
Resolving inheritance for "App\Repository\CategoryBrandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryBrandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryLinkRepository" (parent: .abstract.instanceof.App\Repository\CategoryLinkRepository).
Resolving inheritance for "App\Repository\CategoryLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryProductPropertyRepository" (parent: .abstract.instanceof.App\Repository\CategoryProductPropertyRepository).
Resolving inheritance for "App\Repository\CategoryProductPropertyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryProductPropertyRepository).
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\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository" (parent: .abstract.instanceof.App\Repository\CountryRepository).
Resolving inheritance for "App\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CurrencyRepository" (parent: .abstract.instanceof.App\Repository\CurrencyRepository).
Resolving inheritance for "App\Repository\CurrencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CurrencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CurrencyValueRepository" (parent: .abstract.instanceof.App\Repository\CurrencyValueRepository).
Resolving inheritance for "App\Repository\CurrencyValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CurrencyValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRepository" (parent: .abstract.instanceof.App\Repository\DeliveryRepository).
Resolving inheritance for "App\Repository\DeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiskFileRepository" (parent: .abstract.instanceof.App\Repository\DiskFileRepository).
Resolving inheritance for "App\Repository\DiskFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiskFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiskFolderRepository" (parent: .abstract.instanceof.App\Repository\DiskFolderRepository).
Resolving inheritance for "App\Repository\DiskFolderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiskFolderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository" (parent: .abstract.instanceof.App\Repository\EmailRepository).
Resolving inheritance for "App\Repository\EmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedbackMessageRepository" (parent: .abstract.instanceof.App\Repository\FeedbackMessageRepository).
Resolving inheritance for "App\Repository\FeedbackMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedbackMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedbackRepository" (parent: .abstract.instanceof.App\Repository\FeedbackRepository).
Resolving inheritance for "App\Repository\FeedbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileRepository" (parent: .abstract.instanceof.App\Repository\FileRepository).
Resolving inheritance for "App\Repository\FileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GeoIpRepository" (parent: .abstract.instanceof.App\Repository\GeoIpRepository).
Resolving inheritance for "App\Repository\GeoIpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GeoIpRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportStatusRepository" (parent: .abstract.instanceof.App\Repository\ImportStatusRepository).
Resolving inheritance for "App\Repository\ImportStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogAdminRepository" (parent: .abstract.instanceof.App\Repository\LogAdminRepository).
Resolving inheritance for "App\Repository\LogAdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogAdminRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogApiRepository" (parent: .abstract.instanceof.App\Repository\LogApiRepository).
Resolving inheritance for "App\Repository\LogApiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogApiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogProductUpdateRepository" (parent: .abstract.instanceof.App\Repository\LogProductUpdateRepository).
Resolving inheritance for "App\Repository\LogProductUpdateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogProductUpdateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModelRepository" (parent: .abstract.instanceof.App\Repository\ModelRepository).
Resolving inheritance for "App\Repository\ModelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModelRepository).
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\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\OrderDescriptionRepository" (parent: .abstract.instanceof.App\Repository\OrderDescriptionRepository).
Resolving inheritance for "App\Repository\OrderDescriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDescriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPayFormRepository" (parent: .abstract.instanceof.App\Repository\OrderPayFormRepository).
Resolving inheritance for "App\Repository\OrderPayFormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPayFormRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPayModulbankRepository" (parent: .abstract.instanceof.App\Repository\OrderPayModulbankRepository).
Resolving inheritance for "App\Repository\OrderPayModulbankRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPayModulbankRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPaymentRepository" (parent: .abstract.instanceof.App\Repository\OrderPaymentRepository).
Resolving inheritance for "App\Repository\OrderPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductRepository" (parent: .abstract.instanceof.App\Repository\OrderProductRepository).
Resolving inheritance for "App\Repository\OrderProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductRepository).
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\PageTagRepository" (parent: .abstract.instanceof.App\Repository\PageTagRepository).
Resolving inheritance for "App\Repository\PageTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\PaymentMethodRepository" (parent: .abstract.instanceof.App\Repository\Payment\PaymentMethodRepository).
Resolving inheritance for "App\Repository\Payment\PaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\PaymentMethodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository" (parent: .abstract.instanceof.App\Repository\PriceRepository).
Resolving inheritance for "App\Repository\PriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPropertyGroupRepository" (parent: .abstract.instanceof.App\Repository\ProductPropertyGroupRepository).
Resolving inheritance for "App\Repository\ProductPropertyGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPropertyGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPropertyRepository" (parent: .abstract.instanceof.App\Repository\ProductPropertyRepository).
Resolving inheritance for "App\Repository\ProductPropertyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPropertyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPropertyValueRepository" (parent: .abstract.instanceof.App\Repository\ProductPropertyValueRepository).
Resolving inheritance for "App\Repository\ProductPropertyValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPropertyValueRepository).
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\ProductRequestRepository" (parent: .abstract.instanceof.App\Repository\ProductRequestRepository).
Resolving inheritance for "App\Repository\ProductRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyRepository" (parent: .abstract.instanceof.App\Repository\PropertyRepository).
Resolving inheritance for "App\Repository\PropertyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PublicationGroupRepository" (parent: .abstract.instanceof.App\Repository\PublicationGroupRepository).
Resolving inheritance for "App\Repository\PublicationGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PublicationGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PublicationRepository" (parent: .abstract.instanceof.App\Repository\PublicationRepository).
Resolving inheritance for "App\Repository\PublicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PublicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopManagerRepository" (parent: .abstract.instanceof.App\Repository\ShopManagerRepository).
Resolving inheritance for "App\Repository\ShopManagerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopManagerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopProductRepository" (parent: .abstract.instanceof.App\Repository\ShopProductRepository).
Resolving inheritance for "App\Repository\ShopProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopRepository" (parent: .abstract.instanceof.App\Repository\ShopRepository).
Resolving inheritance for "App\Repository\ShopRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatProductSearchRepository" (parent: .abstract.instanceof.App\Repository\StatProductSearchRepository).
Resolving inheritance for "App\Repository\StatProductSearchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatProductSearchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableRepository" (parent: .abstract.instanceof.App\Repository\TableRepository).
Resolving inheritance for "App\Repository\TableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository" (parent: .abstract.instanceof.App\Repository\TokenRepository).
Resolving inheritance for "App\Repository\TokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAddressRepository" (parent: .abstract.instanceof.App\Repository\UserAddressRepository).
Resolving inheritance for "App\Repository\UserAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository" (parent: .abstract.instanceof.App\Repository\UserNotificationRepository).
Resolving inheritance for "App\Repository\UserNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository).
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\VisitedUserProductRepository" (parent: .abstract.instanceof.App\Repository\VisitedUserProductRepository).
Resolving inheritance for "App\Repository\VisitedUserProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VisitedUserProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishProductRepository" (parent: .abstract.instanceof.App\Repository\WishProductRepository).
Resolving inheritance for "App\Repository\WishProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YandexPayOperationRepository" (parent: .abstract.instanceof.App\Repository\YandexPayOperationRepository).
Resolving inheritance for "App\Repository\YandexPayOperationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YandexPayOperationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YandexPayTransactionRepository" (parent: .abstract.instanceof.App\Repository\YandexPayTransactionRepository).
Resolving inheritance for "App\Repository\YandexPayTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YandexPayTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YandexPayWebhookLogRepository" (parent: .abstract.instanceof.App\Repository\YandexPayWebhookLogRepository).
Resolving inheritance for "App\Repository\YandexPayWebhookLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YandexPayWebhookLogRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\OrderPaymentService" (parent: .abstract.instanceof.App\Service\OrderPaymentService).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\OrderPaymentService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\OrderPaymentService).
Resolving inheritance for "App\Service\OrderPaymentService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\OrderPaymentService).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\OrderService" (parent: .abstract.instanceof.App\Service\OrderService).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\OrderService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\OrderService).
Resolving inheritance for "App\Service\OrderService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\OrderService).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\PageTagService" (parent: .abstract.instanceof.App\Service\PageTagService).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\PageTagService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\PageTagService).
Resolving inheritance for "App\Service\PageTagService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\PageTagService).
Resolving inheritance for ".instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Transport\SmsruTransportFactory" (parent: .abstract.instanceof.App\Transport\SmsruTransportFactory).
Resolving inheritance for "App\Transport\SmsruTransportFactory" (parent: .instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Transport\SmsruTransportFactory).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.site_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: App\Security\Authentication\CustomAuthenticationSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: App\Security\Authentication\CustomAuthenticationFailureHandler).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.yandex_pay_api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.yandex_pay_api.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.yandex_pay_api" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.yandex_pay_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.yandex_pay_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.yandex_pay_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.yandex_pay_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.yandex_pay_api" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "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.site" (parent: security.firewall.config).
Resolving inheritance for "security.listener.site.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.site" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.site" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.site" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.site" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.site" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.site.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.site.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.site" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.site" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.site" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.site" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.site" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.site" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.site" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.site" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.site" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.site" (parent: security.firewall.lazy_context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".twig.cache.inner" (parent: cache.app).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
4
Removing service-argument resolver for controller "App\Controller\Site\CategorySiteController::show": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Site\CategorySiteController::showPage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Service\OrderService::getForPayByUser": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Service\OrderService::getPayFormsByUser": no corresponding services exist for the referenced types.
377
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "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\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $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.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $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 "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.yandex_pay_api"; reason: private alias.
Removed service "security.user_checker.yandex_pay_api"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.site"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.site"; 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 "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $twigCache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $twigCache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $twigCache"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service ".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 $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.9302SIi"; reason: private alias.
Removed service ".service_locator.CgU23xx"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.v_1Mpvx"; reason: private alias.
Removed service ".service_locator.JtMVfzZ"; reason: private alias.
Removed service ".service_locator.mPU3T.V"; reason: private alias.
Removed service ".service_locator.D2igzTL"; reason: private alias.
Removed service ".service_locator.0rQh1OU"; reason: private alias.
Removed service ".service_locator.xhWewe4"; reason: private alias.
Removed service ".service_locator.pQdieBf"; reason: private alias.
Removed service ".service_locator.ydFgzLv"; reason: private alias.
Removed service ".service_locator.NSKxyRM"; reason: private alias.
Removed service ".service_locator.foGN.P9"; reason: private alias.
Removed service ".service_locator.Fzyw7KA"; reason: private alias.
Removed service ".service_locator.XvGwKJt"; reason: private alias.
Removed service ".service_locator.lXPUlZp"; reason: private alias.
Removed service ".service_locator.LSWVegA"; reason: private alias.
Removed service ".service_locator.n2oI3c4"; reason: private alias.
Removed service ".service_locator.zQBSJYp"; reason: private alias.
Removed service ".service_locator.gH2vk_S"; reason: private alias.
Removed service ".service_locator.Qsj6s50"; reason: private alias.
Removed service ".service_locator.FsLHrrS"; reason: private alias.
Removed service ".service_locator.cZUUiOS"; reason: private alias.
Removed service ".service_locator.QfBNgfS"; reason: private alias.
Removed service ".service_locator.Hrh1X.Q"; reason: private alias.
Removed service ".service_locator.qDf_YTp"; reason: private alias.
Removed service ".service_locator.0352a2H"; reason: private alias.
Removed service ".service_locator.lZWt0O8"; reason: private alias.
Removed service ".service_locator._Nc_2iX"; reason: private alias.
Removed service ".service_locator.hqnRSZ_"; reason: private alias.
Removed service ".service_locator.zn5QQko"; reason: private alias.
Removed service ".service_locator.Qmx04b8"; reason: private alias.
Removed service ".service_locator.WY3Q7gK"; reason: private alias.
Removed service ".service_locator.6C.r7MI"; reason: private alias.
Removed service ".service_locator.VnYSROa"; reason: private alias.
Removed service ".service_locator.lMYaRqh"; reason: private alias.
Removed service ".service_locator.MTtppWi"; reason: private alias.
Removed service ".service_locator.TGRghHx"; reason: private alias.
Removed service ".service_locator.qsHcyP9"; reason: private alias.
Removed service ".service_locator.q6j61y4"; reason: private alias.
Removed service ".service_locator.FXvcscA"; reason: private alias.
Removed service ".service_locator.XD8haHS"; reason: private alias.
Removed service ".service_locator.C_g4aWL"; reason: private alias.
Removed service ".service_locator.AXpJb6z"; reason: private alias.
Removed service ".service_locator.lvDlQJw"; reason: private alias.
Removed service ".service_locator.SHUVc5a"; reason: private alias.
Removed service ".service_locator.dXZO3aL"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.wDQ6BYV"; reason: private alias.
Removed service ".service_locator.LMuqDDe"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.yandex_pay_api"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.site"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.login"; reason: private alias.
Removed service "security.event_dispatcher.yandex_pay_api"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.site"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.ptdt5.I"; reason: private alias.
Removed service ".service_locator.WT.dtUO"; reason: private alias.
Removed service ".service_locator.lqbrdC2"; reason: private alias.
Removed service ".service_locator.qXgqek0"; reason: private alias.
Removed service ".service_locator.EIrf4EL"; reason: private alias.
Removed service ".service_locator.5uVRoxR"; reason: private alias.
Removed service ".service_locator.RvGrJlq"; reason: private alias.
Removed service ".service_locator.U9kpQeL"; reason: private alias.
Removed service ".service_locator.emt.WXf"; reason: private alias.
Removed service ".service_locator.4gpwzkz"; reason: private alias.
Removed service ".service_locator.sJK.3Tj"; reason: private alias.
Removed service ".service_locator.jBhwbmo"; reason: private alias.
Removed service ".service_locator.UiTt8Cv"; reason: private alias.
Removed service ".service_locator.Gk9qa9t"; reason: private alias.
Removed service ".service_locator.G.hd2mU"; reason: private alias.
Removed service ".service_locator.GAL9stQ"; reason: private alias.
Removed service ".service_locator.qnI_W2t"; reason: private alias.
Removed service ".service_locator.qKl7Q3J"; reason: private alias.
Removed service ".service_locator.oq54KGw"; reason: private alias.
Removed service ".service_locator.l2Palzs"; reason: private alias.
Removed service ".service_locator.pcRjRRI"; reason: private alias.
Removed service ".service_locator.yMryrSD"; reason: private alias.
Removed service ".service_locator.iD1z7W1"; reason: private alias.
Removed service ".service_locator.1lq9uWL"; reason: private alias.
Removed service ".service_locator.YAVoKZL"; reason: private alias.
Removed service ".service_locator..Sa.HVJ"; reason: private alias.
Removed service ".service_locator.CatHp36"; reason: private alias.
Removed service ".service_locator.37jmLjM"; reason: private alias.
Removed service ".service_locator.loMngIb"; reason: private alias.
Removed service ".service_locator.8nwM5SB"; reason: private alias.
Removed service ".service_locator.fv8arpk"; reason: private alias.
Removed service ".service_locator.OwIDhvY"; reason: private alias.
Removed service ".service_locator.BvvBT9K"; reason: private alias.
Removed service ".service_locator.Eh1pt5Y"; reason: private alias.
Removed service ".service_locator.0Mue3av"; reason: private alias.
Removed service ".service_locator.fxP4QA7"; reason: private alias.
Removed service ".service_locator.oTOTTes"; reason: private alias.
Removed service ".service_locator.3q.v3ka"; reason: private alias.
Removed service ".service_locator.9e2t_lq"; reason: private alias.
Removed service ".service_locator.jwqKH3o"; reason: private alias.
Removed service ".service_locator.EKDmqwq"; reason: private alias.
Removed service ".service_locator.LSncAeR"; reason: private alias.
Removed service ".service_locator.G7ToqKm"; reason: private alias.
Removed service ".service_locator.M2sBJr7"; reason: private alias.
Removed service ".service_locator.bIx.fA9"; reason: private alias.
Removed service ".service_locator.YGojejW"; reason: private alias.
Removed service ".service_locator.72pxXVD"; reason: private alias.
Removed service ".service_locator.iJlCGfM"; reason: private alias.
Removed service ".service_locator.Fer9Ls9"; reason: private alias.
Removed service ".service_locator.gxqnd2Z"; reason: private alias.
Removed service ".service_locator.42BPWMS"; reason: private alias.
Removed service ".service_locator.UTZRXXo"; reason: private alias.
Removed service ".service_locator.Bj6jQ8b"; reason: private alias.
Removed service ".service_locator.Ax.59w5"; reason: private alias.
Removed service ".service_locator.Pxpmumf"; reason: private alias.
Removed service ".service_locator.Hcx7dnY"; reason: private alias.
Removed service ".service_locator.1VEjm3L"; reason: private alias.
Removed service ".service_locator.txFeC7A"; reason: private alias.
Removed service ".service_locator.M86aC0x"; reason: private alias.
Removed service ".service_locator.SOw0arB"; reason: private alias.
Removed service ".service_locator.5MeQpOj"; reason: private alias.
Removed service ".service_locator._A_liWu"; reason: private alias.
Removed service ".service_locator.jD8HznX"; reason: private alias.
Removed service ".service_locator.3H98kLi"; reason: private alias.
Removed service ".service_locator.ZW19zxR"; reason: private alias.
Removed service ".service_locator.jHlkOmF"; reason: private alias.
Removed service ".service_locator.lxb5xj5"; reason: private alias.
Removed service ".service_locator.JtPIvQk"; reason: private alias.
Removed service ".service_locator.08am2X3"; reason: private alias.
Removed service ".service_locator.9sJMdt."; reason: private alias.
Removed service ".service_locator.ntAz1g4"; reason: private alias.
Removed service ".service_locator.MHDeNRP"; reason: private alias.
Removed service ".service_locator.7cL_hNO"; reason: private alias.
Removed service ".service_locator.iGU9gRI"; reason: private alias.
Removed service ".service_locator.UHuQE_1"; reason: private alias.
Removed service ".service_locator.KefRJ1D"; reason: private alias.
Removed service ".service_locator.A90Jc3u"; reason: private alias.
Removed service ".service_locator.00jwT_O"; reason: private alias.
Removed service ".service_locator.8vAH0OM"; reason: private alias.
Removed service ".service_locator.aHlZKx4"; reason: private alias.
Removed service ".service_locator.js1hwUF"; reason: private alias.
Removed service ".service_locator.qvCITk0"; reason: private alias.
Removed service ".service_locator.kDLdSl0"; reason: private alias.
Removed service ".service_locator.BWtNjEM"; reason: private alias.
Removed service ".service_locator.inpWn4D"; reason: private alias.
Removed service ".service_locator.d0eHSfz"; reason: private alias.
Removed service ".service_locator.oVbmHO_"; reason: private alias.
Removed service ".service_locator.OJmnvRJ"; reason: private alias.
Removed service ".service_locator.MIRom.h"; reason: private alias.
Removed service ".service_locator.1loxdFB"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.hNvILox"; reason: private alias.
Removed service ".service_locator.POTKnDa"; reason: private alias.
Removed service ".service_locator.ol4Tijy"; reason: private alias.
Removed service ".service_locator.B.4TxXB"; reason: private alias.
Removed service ".service_locator..Iho7yO"; reason: private alias.
Removed service ".service_locator.kQHXopg"; reason: private alias.
Removed service ".service_locator.g7INDou"; reason: private alias.
Removed service ".service_locator.QX2NFlj"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.5GGSDDi"; reason: private alias.
Removed service ".service_locator.gLcbh_6"; reason: private alias.
Removed service ".service_locator.3ROWvm4"; reason: private alias.
Removed service ".service_locator.PZHSpB7"; reason: private alias.
Removed service ".service_locator.pMmL.lQ"; reason: private alias.
Removed service ".service_locator.SYlBpWz"; reason: private alias.
Removed service ".service_locator.J5Vid4m"; reason: private alias.
Removed service ".service_locator._k.eONt"; reason: private alias.
Removed service ".service_locator.iYddTw8"; reason: private alias.
Removed service ".service_locator.haYgrb7"; reason: private alias.
Removed service ".service_locator.07HiV.y"; reason: private alias.
Removed service ".service_locator.tpqfg9W"; reason: private alias.
Removed service ".service_locator.EHEOFH_"; reason: private alias.
Removed service ".service_locator.wuz6sy1"; reason: private alias.
Removed service ".service_locator.iptrdIJ"; reason: private alias.
Removed service ".service_locator.Cj5mqT."; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.hfMURII"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
94
Changed reference of service "App\Security\Authentication\CustomAuthenticationFailureHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Security\Authentication\CustomAuthenticationFailureHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Authentication\CustomAuthenticationSuccessHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Security\Authenticator\ApiSmsAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Authenticator\SitePasswordAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Authenticator\SiteSmsAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Order\AnonymousOrderService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\OrderCreateService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\OrderService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Payment\PaymentProcessorService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\YandexPay\YandexPayOrderService" previously pointing to "router.default" to "router".
Changed reference of service "App\Transport\SmsruTransportFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "texter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "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 "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service ".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 ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.P9.lroo" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
840
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; 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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\AquarioBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Brand\AquarioBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\BaxiBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Brand\BaxiBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\DanfossBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Brand\DanfossBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\EvraBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Brand\EvraBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\GrundfosBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Brand\GrundfosBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\IstratexBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Brand\IstratexBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\PurmoBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Brand\PurmoBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Brand\UnipumpBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Brand\UnipumpBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CategoryProductPropertyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CategoryProductPropertyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Check\FileCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Check\FileCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupBrokenImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CleanupBrokenImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExecuteSqlCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExecuteSqlCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FindDuplicateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FindDuplicateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetStatOrderDemand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GetStatOrderDemand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\BaseImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Import\BaseImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\ImportProductCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Import\ImportProductCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\ImportShopCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Import\ImportShopCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCurrencyValuesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportCurrencyValuesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadProductPropertyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadProductPropertyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadProductPropertyLineCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadProductPropertyLineCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeProductPropertiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MergeProductPropertiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeProductPropertyGroupsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MergeProductPropertyGroupsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergePropertiesExactCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MergePropertiesExactCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RegenerateImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RegenerateImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReplaceProductCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ReplaceProductCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetCategoryBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetCategoryBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncProductShopCountCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncProductShopCountCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateVoltageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateVoltageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\YandexPayCheckPendingOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\YandexPayCheckPendingOrdersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BaseAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BaseAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BaseAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BrandAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandCurrencyValueAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandCurrencyValueAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BrandCurrencyValueAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandSeriesAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandSeriesAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BrandSeriesAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandSeriesCategoryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandSeriesCategoryAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BrandSeriesCategoryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandSeriesGroupAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandSeriesGroupAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BrandSeriesGroupAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategoryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryCsvExportAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryCsvExportAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategoryCsvExportAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryLinkAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryLinkAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategoryLinkAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryProductPropertyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryProductPropertyAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategoryProductPropertyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Check\FileCheckAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Check\FileCheckAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Check\FileCheckAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CountryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CurrencyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CurrencyAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CurrencyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CurrencyValueAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CurrencyValueAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CurrencyValueAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DashboardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DeliveryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DeliveryAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DeliveryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiskFileAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiskFileAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DiskFileAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiskFolderAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiskFolderAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DiskFolderAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomepageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomepageAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HomepageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OptionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OptionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OptionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderStatusAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageTagAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageTagAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PageTagAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductBulkEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductBulkEditController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductBulkEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductEditorAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductEditorAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductEditorAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPropertyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPropertyAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductPropertyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PropertyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PropertyAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PropertyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PropertyUploadAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PropertyUploadAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PropertyUploadAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PublicationAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PublicationAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PublicationAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PublicationGroupAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PublicationGroupAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PublicationGroupAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShopAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopManagerAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopManagerAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShopManagerAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\YandexSplitAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\YandexSplitAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\YandexSplitAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaymentMethodApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaymentMethodApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PaymentMethodApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\BrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\BrandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Brand\BrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\Category\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\Category\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Brand\Category\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\Category\SeriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\Category\SeriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Brand\Category\SeriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\ProductCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Brand\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Brand\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Brand\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Brand\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Category\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Category\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Category\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\AnalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\AnalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Product\AnalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\FilterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Product\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\LinkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Product\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Product\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Product\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Product\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Profile\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Profile\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\FeedbackMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\FeedbackMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Profile\FeedbackMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Profile\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Profile\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Profile\OrderItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Profile\OrderItemsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Profile\OrderItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\InfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\InfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\User\InfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\User\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\RegisterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\User\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\User\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\UpdateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\UpdateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\User\UpdateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\BaseXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\BaseXmlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Xml\BaseXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\EditOrderXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\EditOrderXmlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Xml\EditOrderXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\OrderCancelXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\OrderCancelXmlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Xml\OrderCancelXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\OrderCreateXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\OrderCreateXmlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Xml\OrderCreateXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\OrderXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\OrderXmlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Xml\OrderXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\ProductImportXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\ProductImportXmlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Xml\ProductImportXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Xml\ProductXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Xml\ProductXmlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Xml\ProductXmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\YandexPay\YandexPayOrderApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\YandexPay\YandexPayOrderApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\YandexPay\YandexPayOrderApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\YandexPayWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\YandexPayWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\YandexPayWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cache\BrandCacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cache\BrandCacheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cache\BrandCacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cache\CategoryCacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cache\CategoryCacheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cache\CategoryCacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\BaseExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\BaseExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\BaseExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\CrmExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\CrmExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\CrmExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\YandexExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\YandexExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\YandexExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\S1\BaseImportS1Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\S1\BaseImportS1Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Import\S1\BaseImportS1Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\S1\ProductImportS1Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\S1\ProductImportS1Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Import\S1\ProductImportS1Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\BasePreviousController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\BasePreviousController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Previous\BasePreviousController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\BrandCorporatePreviousController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\BrandCorporatePreviousController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Previous\BrandCorporatePreviousController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\CataloguePreviousController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\CataloguePreviousController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Previous\CataloguePreviousController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Previous\ProductPreviousController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Previous\ProductPreviousController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Previous\ProductPreviousController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BannerSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BannerSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\BannerSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BaseSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BaseSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\BaseSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandCertificateSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandCertificateSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\BrandCertificateSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandCorporateSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandCorporateSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\BrandCorporateSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandSeriesCategorySiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandSeriesCategorySiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\BrandSeriesCategorySiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandSeriesSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandSeriesSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\BrandSeriesSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\BrandSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\BrandSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\BrandSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CallBackSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CallBackSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\CallBackSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CartOrderSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CartOrderSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\CartOrderSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CartSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CartSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\CartSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\CategorySiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\CategorySiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\CategorySiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ContactSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ContactSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ContactSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\DiskFolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\DiskFolderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\DiskFolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\FormSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\FormSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\FormSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\GeoIpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\GeoIpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\GeoIpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\HomepageSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\HomepageSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\HomepageSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\LoginSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\LoginSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\LoginSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\MessageSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\MessageSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\MessageSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ModelSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ModelSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ModelSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PayOrderSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PayOrderSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\PayOrderSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductFoundCheaperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductFoundCheaperController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ProductFoundCheaperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductOrderSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductOrderSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ProductOrderSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductRequestSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductRequestSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ProductRequestSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductSearchPropertySiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductSearchPropertySiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ProductSearchPropertySiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductSearchSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductSearchSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ProductSearchSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ProductSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ProductSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ProductSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileEditSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileEditSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Profile\ProfileEditSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileOrderSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileOrderSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Profile\ProfileOrderSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteAddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Profile\ProfileSiteAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Profile\ProfileSiteCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Profile\ProfileSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteNotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteNotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Profile\ProfileSiteNotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\Profile\ProfileSiteOrderItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\Profile\ProfileSiteOrderItemsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\Profile\ProfileSiteOrderItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PublicationGroupSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PublicationGroupSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\PublicationGroupSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PublicationSite2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PublicationSite2Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\PublicationSite2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\PublicationSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\PublicationSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\PublicationSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\RegistrationSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\RegistrationSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\RegistrationSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\RequestCommercialSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\RequestCommercialSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\RequestCommercialSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SaleSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SaleSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\SaleSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SeoSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SeoSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\SeoSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\ShopSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\ShopSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\ShopSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\SitemapSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\SitemapSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\SitemapSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Site\WishSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Site\WishSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Site\WishSiteController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandCurrencyValueFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\BrandCurrencyValueFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\BrandFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandSeriesCategoryFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\BrandSeriesCategoryFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandSeriesFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\BrandSeriesFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BrandSeriesGroupFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\BrandSeriesGroupFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CategoryBrandFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CategoryBrandFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CategoryFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CategoryFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CategoryProductPropertyFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CategoryProductPropertyFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CountryFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CountryFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CurrencyFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CurrencyFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CurrencyValueFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CurrencyValueFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DeliveryFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\DeliveryFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ModelFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ModelFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderDescriptionFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\OrderDescriptionFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\OrderFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderStatusFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\OrderStatusFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProductFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductPropertyFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProductPropertyFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductPropertyGroupFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProductPropertyGroupFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductPropertyValueFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProductPropertyValueFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PublicationFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\PublicationFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PublicationGroupFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\PublicationGroupFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ShopFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopManagerFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ShopManagerFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixture"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandCurrencyValueFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BrandCurrencyValueFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BrandFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandSeriesCategoryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BrandSeriesCategoryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandSeriesFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BrandSeriesFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrandSeriesGroupFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BrandSeriesGroupFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryLinkFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryLinkFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryProductPropertyFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryProductPropertyFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CountryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CountryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CurrencyFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CurrencyFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CurrencyValueFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CurrencyValueFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DeliveryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiskFileFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DiskFileFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiskFolderFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DiskFolderFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OptionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderRepeatFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderRepeatFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStatusFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OrderStatusFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageTagFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PageTagFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductCodeListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductCodeListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFoundCheaperFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductFoundCheaperFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPropertyFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductPropertyFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\AddressFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Profile\AddressFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\CompanyFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Profile\CompanyFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\FeedbackFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Profile\FeedbackFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\FeedbackMessageFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Profile\FeedbackMessageFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Profile\UserFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Profile\UserFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PropertyFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyUploadFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PropertyUploadFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PublicationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PublicationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PublicationGroupFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PublicationGroupFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShopFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ShopFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShopManagerFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ShopManagerFormType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandCurrencyValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BrandCurrencyValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BrandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandSeriesCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BrandSeriesCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandSeriesGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BrandSeriesGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BrandSeriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BrandSeriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaptchaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CaptchaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartLinkProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartLinkProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryBrandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryBrandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryProductPropertyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryProductPropertyRepository"; 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\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CurrencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CurrencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CurrencyValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CurrencyValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiskFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiskFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiskFolderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiskFolderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedbackMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeedbackMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeedbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GeoIpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GeoIpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImportStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogAdminRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogAdminRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogApiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogApiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogProductUpdateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogProductUpdateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModelRepository"; 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\OrderDeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderDeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDescriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderDescriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPayFormRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderPayFormRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPayModulbankRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderPayModulbankRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderProductRepository"; 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\PageTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PageTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\PaymentMethodRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\PaymentMethodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPropertyGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductPropertyGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPropertyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductPropertyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPropertyValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductPropertyValueRepository"; 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\ProductRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PropertyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PublicationGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PublicationGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PublicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PublicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopManagerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShopManagerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShopProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShopRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatProductSearchRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatProductSearchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserNotificationRepository"; 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\VisitedUserProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VisitedUserProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WishProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YandexPayOperationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\YandexPayOperationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YandexPayTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\YandexPayTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YandexPayWebhookLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\YandexPayWebhookLogRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\OrderPaymentService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\OrderPaymentService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\OrderPaymentService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\OrderService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\OrderService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\OrderService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\PageTagService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\PageTagService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\PageTagService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Transport\SmsruTransportFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Transport\SmsruTransportFactory"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
128
Removed service "App\Dto\Product\RangeDto"; reason: unused.
Removed service "App\Dto\Product\SeriesDto"; reason: unused.
Removed service "App\EventListener\JWTCreatedListener"; reason: unused.
Removed service "App\EventListener\JWTDecodedListener"; reason: unused.
Removed service "App\EventListener\JWTExpiredListener"; reason: unused.
Removed service "App\EventListener\JWTInvalidListener"; reason: unused.
Removed service "App\EventListener\JWTNotFoundListener"; reason: unused.
Removed service "App\Exception\DuplicateArticleException"; reason: unused.
Removed service "App\Form\DataTransformer\ProductCodeToIdTransformer"; reason: unused.
Removed service "App\Service\CaptchaService"; reason: unused.
Removed service "App\Service\CountryService"; reason: unused.
Removed service "App\Service\Find\AbstractFindService"; reason: unused.
Removed service "App\Service\GoogleCaptchaService"; reason: unused.
Removed service "App\Service\LoadData\CsvService"; reason: unused.
Removed service "App\Service\MathService"; reason: unused.
Removed service "App\Service\Payment\PaymentProcessorService"; reason: unused.
Removed service "App\Service\SlugService"; reason: unused.
Removed service "App\Service\StatService"; reason: unused.
Removed service "App\Service\UuidService"; reason: unused.
Removed service "App\Transport\SmsruTransport"; reason: unused.
Removed service "App\Validate\Validate"; reason: unused.
Removed service "App\Validate\ValidateRule"; 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 "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.admin_recipient.0"; 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 "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; 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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.login"; reason: unused.
Removed service "security.user_checker.chain.yandex_pay_api"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.site"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~ZPRbEFg"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service ".service_locator.R40B4qz"; reason: unused.
Removed service ".service_locator.Oe1wHbX"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
Removed service ".service_locator.uPxigM8"; reason: unused.
497
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\BaseAdminController" to "App\Controller\Admin\BaseAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\BrandAdminController" to "App\Controller\Admin\BrandAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\BrandCurrencyValueAdminController" to "App\Controller\Admin\BrandCurrencyValueAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\BrandSeriesAdminController" to "App\Controller\Admin\BrandSeriesAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\BrandSeriesCategoryAdminController" to "App\Controller\Admin\BrandSeriesCategoryAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\BrandSeriesGroupAdminController" to "App\Controller\Admin\BrandSeriesGroupAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\CategoryAdminController" to "App\Controller\Admin\CategoryAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\CategoryCsvExportAdminController" to "App\Controller\Admin\CategoryCsvExportAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\CategoryLinkAdminController" to "App\Controller\Admin\CategoryLinkAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\CategoryProductPropertyAdminController" to "App\Controller\Admin\CategoryProductPropertyAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Check\FileCheckAdminController" to "App\Controller\Admin\Check\FileCheckAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\CountryAdminController" to "App\Controller\Admin\CountryAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\CurrencyAdminController" to "App\Controller\Admin\CurrencyAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\CurrencyValueAdminController" to "App\Controller\Admin\CurrencyValueAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\DashboardAdminController" to "App\Controller\Admin\DashboardAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\DeliveryAdminController" to "App\Controller\Admin\DeliveryAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\DiskFileAdminController" to "App\Controller\Admin\DiskFileAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\DiskFolderAdminController" to "App\Controller\Admin\DiskFolderAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FeedbackController" to "App\Controller\Admin\FeedbackController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\HomepageAdminController" to "App\Controller\Admin\HomepageAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\OptionAdminController" to "App\Controller\Admin\OptionAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\OrderAdminController" to "App\Controller\Admin\OrderAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\OrderStatusAdminController" to "App\Controller\Admin\OrderStatusAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\PageTagAdminController" to "App\Controller\Admin\PageTagAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ProductAdminController" to "App\Controller\Admin\ProductAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ProductBulkEditController" to "App\Controller\Admin\ProductBulkEditController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ProductEditorAdminController" to "App\Controller\Admin\ProductEditorAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ProductPropertyAdminController" to "App\Controller\Admin\ProductPropertyAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\PropertyAdminController" to "App\Controller\Admin\PropertyAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\PropertyUploadAdminController" to "App\Controller\Admin\PropertyUploadAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\PublicationAdminController" to "App\Controller\Admin\PublicationAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\PublicationGroupAdminController" to "App\Controller\Admin\PublicationGroupAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ShopAdminController" to "App\Controller\Admin\ShopAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ShopManagerAdminController" to "App\Controller\Admin\ShopManagerAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\YandexSplitAdminController" to "App\Controller\Admin\YandexSplitAdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\PaymentMethodApiController" to "App\Controller\Api\PaymentMethodApiController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\BaseController" to "App\Controller\Api\V1\BaseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Brand\BrandController" to "App\Controller\Api\V1\Brand\BrandController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Brand\Category\CategoryController" to "App\Controller\Api\V1\Brand\Category\CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Brand\Category\SeriesController" to "App\Controller\Api\V1\Brand\Category\SeriesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Brand\ProductCategoryController" to "App\Controller\Api\V1\Brand\ProductCategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Brand\ProductController" to "App\Controller\Api\V1\Brand\ProductController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Category\CategoryController" to "App\Controller\Api\V1\Category\CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Product\AnalogController" to "App\Controller\Api\V1\Product\AnalogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Product\FilterController" to "App\Controller\Api\V1\Product\FilterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Product\LinkController" to "App\Controller\Api\V1\Product\LinkController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Product\ProductController" to "App\Controller\Api\V1\Product\ProductController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Profile\CompanyController" to "App\Controller\Api\V1\Profile\CompanyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Profile\FeedbackController" to "App\Controller\Api\V1\Profile\FeedbackController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Profile\FeedbackMessageController" to "App\Controller\Api\V1\Profile\FeedbackMessageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Profile\NotificationController" to "App\Controller\Api\V1\Profile\NotificationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Profile\OrderController" to "App\Controller\Api\V1\Profile\OrderController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\Profile\OrderItemsController" to "App\Controller\Api\V1\Profile\OrderItemsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\ShopController" to "App\Controller\Api\V1\ShopController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\User\InfoController" to "App\Controller\Api\V1\User\InfoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\User\LoginController" to "App\Controller\Api\V1\User\LoginController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\User\RegisterController" to "App\Controller\Api\V1\User\RegisterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\User\ResetPasswordController" to "App\Controller\Api\V1\User\ResetPasswordController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\V1\User\UpdateController" to "App\Controller\Api\V1\User\UpdateController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Xml\BaseXmlController" to "App\Controller\Api\Xml\BaseXmlController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Xml\EditOrderXmlController" to "App\Controller\Api\Xml\EditOrderXmlController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Xml\OrderCancelXmlController" to "App\Controller\Api\Xml\OrderCancelXmlController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Xml\OrderCreateXmlController" to "App\Controller\Api\Xml\OrderCreateXmlController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Xml\OrderXmlController" to "App\Controller\Api\Xml\OrderXmlController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Xml\ProductImportXmlController" to "App\Controller\Api\Xml\ProductImportXmlController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Xml\ProductXmlController" to "App\Controller\Api\Xml\ProductXmlController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\YandexPay\YandexPayOrderApiController" to "App\Controller\Api\YandexPay\YandexPayOrderApiController".
Inlined service "App\Service\YandexPay\YandexPayJwtService" to "App\Controller\Api\YandexPayWebhookController".
Inlined service "App\Service\YandexPay\YandexPayWebhookService" to "App\Controller\Api\YandexPayWebhookController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\YandexPayWebhookController" to "App\Controller\Api\YandexPayWebhookController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Cache\BrandCacheController" to "App\Controller\Cache\BrandCacheController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Cache\CategoryCacheController" to "App\Controller\Cache\CategoryCacheController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\BaseExportController" to "App\Controller\Export\BaseExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\CrmExportController" to "App\Controller\Export\CrmExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\YandexExportController" to "App\Controller\Export\YandexExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Import\S1\BaseImportS1Controller" to "App\Controller\Import\S1\BaseImportS1Controller".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Import\S1\ProductImportS1Controller" to "App\Controller\Import\S1\ProductImportS1Controller".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Previous\BasePreviousController" to "App\Controller\Previous\BasePreviousController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Previous\BrandCorporatePreviousController" to "App\Controller\Previous\BrandCorporatePreviousController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Previous\CataloguePreviousController" to "App\Controller\Previous\CataloguePreviousController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Previous\ProductPreviousController" to "App\Controller\Previous\ProductPreviousController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\BannerSiteController" to "App\Controller\Site\BannerSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\BaseSiteController" to "App\Controller\Site\BaseSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\BrandCertificateSiteController" to "App\Controller\Site\BrandCertificateSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\BrandCorporateSiteController" to "App\Controller\Site\BrandCorporateSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\BrandSeriesCategorySiteController" to "App\Controller\Site\BrandSeriesCategorySiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\BrandSeriesSiteController" to "App\Controller\Site\BrandSeriesSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\BrandSiteController" to "App\Controller\Site\BrandSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\CallBackSiteController" to "App\Controller\Site\CallBackSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\CartOrderSiteController" to "App\Controller\Site\CartOrderSiteController".
Inlined service "App\Service\CartLinkService" to "App\Controller\Site\CartSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\CartSiteController" to "App\Controller\Site\CartSiteController".
Inlined service "App\Service\ProductPropertyValueService" to "App\Controller\Site\CategorySiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\CategorySiteController" to "App\Controller\Site\CategorySiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\ContactSiteController" to "App\Controller\Site\ContactSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\DiskFolderController" to "App\Controller\Site\DiskFolderController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\FormSiteController" to "App\Controller\Site\FormSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\GeoIpController" to "App\Controller\Site\GeoIpController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\HomepageSiteController" to "App\Controller\Site\HomepageSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\LoginSiteController" to "App\Controller\Site\LoginSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\MessageSiteController" to "App\Controller\Site\MessageSiteController".
Inlined service "App\Service\ModelService" to "App\Controller\Site\ModelSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\ModelSiteController" to "App\Controller\Site\ModelSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\PayOrderSiteController" to "App\Controller\Site\PayOrderSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\ProductFoundCheaperController" to "App\Controller\Site\ProductFoundCheaperController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\ProductOrderSiteController" to "App\Controller\Site\ProductOrderSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\ProductRequestSiteController" to "App\Controller\Site\ProductRequestSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\ProductSearchPropertySiteController" to "App\Controller\Site\ProductSearchPropertySiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\ProductSearchSiteController" to "App\Controller\Site\ProductSearchSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\ProductSiteController" to "App\Controller\Site\ProductSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\Profile\ProfileEditSiteController" to "App\Controller\Site\Profile\ProfileEditSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\Profile\ProfileOrderSiteController" to "App\Controller\Site\Profile\ProfileOrderSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\Profile\ProfileSiteAddressController" to "App\Controller\Site\Profile\ProfileSiteAddressController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\Profile\ProfileSiteCompanyController" to "App\Controller\Site\Profile\ProfileSiteCompanyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\Profile\ProfileSiteController" to "App\Controller\Site\Profile\ProfileSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\Profile\ProfileSiteNotificationsController" to "App\Controller\Site\Profile\ProfileSiteNotificationsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\Profile\ProfileSiteOrderItemsController" to "App\Controller\Site\Profile\ProfileSiteOrderItemsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\PublicationGroupSiteController" to "App\Controller\Site\PublicationGroupSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\PublicationSite2Controller" to "App\Controller\Site\PublicationSite2Controller".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\PublicationSiteController" to "App\Controller\Site\PublicationSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\RegistrationSiteController" to "App\Controller\Site\RegistrationSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\RequestCommercialSiteController" to "App\Controller\Site\RequestCommercialSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\SaleSiteController" to "App\Controller\Site\SaleSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\SeoSiteController" to "App\Controller\Site\SeoSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\ShopSiteController" to "App\Controller\Site\ShopSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\SitemapSiteController" to "App\Controller\Site\SitemapSiteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Site\WishSiteController" to "App\Controller\Site\WishSiteController".
Inlined service "App\Security\Authentication\CustomAuthenticationSuccessHandler" to "App\Security\Authenticator\ApiSmsAuthenticator".
Inlined service "App\Security\Authentication\CustomAuthenticationFailureHandler" to "App\Security\Authenticator\ApiSmsAuthenticator".
Inlined service "App\Service\Order\BuildOrderService" to "App\Service\Order\AnonymousOrderService".
Inlined service "App\Service\Order\AnonymousOrderService" to "App\Service\Order\CreateOrderService".
Inlined service ".service_locator.O2p6Lk7.App\Service\OrderPaymentService" to "App\Service\OrderPaymentService".
Inlined service "App\Service\Pay\PayModulbankService" to "App\Service\OrderService".
Inlined service ".service_locator.O2p6Lk7.App\Service\OrderService" to "App\Service\OrderService".
Inlined service ".service_locator.O2p6Lk7.App\Service\PageTagService" to "App\Service\PageTagService".
Inlined service "App\Service\PropertyUpload\FileConverterService" to "App\Service\PropertyUpload\PropertyUploadService".
Inlined service "security.user_authenticator" to "App\Service\UserService".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.f2FF5mp" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.F9PKc.7" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "texter.transports" to "texter".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "twig.extension.cache" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.rOAYgsu" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.VHsrTPK" 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.MBcS0Eh" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.YVpvHqh" to "security.helper".
Inlined service ".service_locator.5y4U6aa" to "security.helper".
Inlined service ".service_locator.jne0I3z" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.vmpvmgZ" to "security.access_map".
Inlined service ".security.request_matcher.Gko81FO" to "security.access_map".
Inlined service ".security.request_matcher.OLYpIHJ" to "security.access_map".
Inlined service ".security.request_matcher.5pB7_5b" to "security.access_map".
Inlined service ".security.request_matcher.TkhSZ5A" to "security.access_map".
Inlined service ".security.request_matcher.zbtRV67" to "security.access_map".
Inlined service ".security.request_matcher.apT4bSi" to "security.access_map".
Inlined service ".security.request_matcher._7zMhxQ" to "security.access_map".
Inlined service ".security.request_matcher.fhZfK0z" to "security.access_map".
Inlined service ".security.request_matcher.pL9Ocn9" to "security.access_map".
Inlined service ".security.request_matcher.aN8h40f" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "security.role_hierarchy" to "data_collector.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kaimUQz" to ".security.request_matcher.ySVZaUu".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service "debug.security.firewall.authenticator.yandex_pay_api.inner" to "debug.security.firewall.authenticator.yandex_pay_api".
Inlined service "security.exception_listener.yandex_pay_api" to "security.firewall.map.context.yandex_pay_api".
Inlined service "security.firewall.map.config.yandex_pay_api" to "security.firewall.map.context.yandex_pay_api".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.vhy2oy3".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.site.form_login" to "security.authenticator.form_login.site".
Inlined service "security.authentication.failure_handler.site.form_login" to "security.authenticator.form_login.site".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.site" to "security.authenticator.remember_me_handler.site".
Inlined service "debug.security.firewall.authenticator.site.inner" to "debug.security.firewall.authenticator.site".
Inlined service "security.exception_listener.site" to "security.firewall.map.context.site".
Inlined service "security.logout_listener.site" to "security.firewall.map.context.site".
Inlined service "security.firewall.map.config.site" to "security.firewall.map.context.site".
Inlined service ".security.request_matcher.nBQZcJE" to ".security.request_matcher.vmpvmgZ".
Inlined service ".security.request_matcher.yugWkLY" to ".security.request_matcher.Gko81FO".
Inlined service ".security.request_matcher.zelHdx0" to ".security.request_matcher.OLYpIHJ".
Inlined service ".security.request_matcher.0HWXxPb" to ".security.request_matcher.5pB7_5b".
Inlined service ".security.request_matcher.5tKYiIM" to ".security.request_matcher.TkhSZ5A".
Inlined service ".security.request_matcher.T3ckXVY" to ".security.request_matcher.zbtRV67".
Inlined service ".security.request_matcher.Q84liD0" to ".security.request_matcher.apT4bSi".
Inlined service ".security.request_matcher.VW.lVOi" to ".security.request_matcher._7zMhxQ".
Inlined service ".security.request_matcher.jaUexv2" to ".security.request_matcher.fhZfK0z".
Inlined service ".security.request_matcher.Cfc.y4h" to ".security.request_matcher.pL9Ocn9".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~gQV.WOV" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "twig.cache" to "twig.runtime.cache".
Inlined service ".twig.cache.inner.recorder_inner" to ".twig.cache.inner".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\BrandCurrencyValueFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\BrandFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\BrandSeriesCategoryFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\BrandSeriesFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\BrandSeriesGroupFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CategoryBrandFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CategoryFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CategoryProductPropertyFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CountryFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CurrencyFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CurrencyValueFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\DeliveryFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ModelFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\OrderDescriptionFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\OrderFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\OrderStatusFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProductFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProductPropertyFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProductPropertyGroupFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProductPropertyValueFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\PublicationFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\PublicationGroupFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ShopFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ShopManagerFixture" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixture" to "doctrine.fixtures.loader".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\ORMDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\ORMSqliteDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\MongoDBDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\PHPCRDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login".
Inlined service "debug.security.event_dispatcher.yandex_pay_api.inner" to "debug.security.event_dispatcher.yandex_pay_api".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.site.inner" to "debug.security.event_dispatcher.site".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.yEoeHjj" to ".service_locator.yEoeHjj.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service ".service_locator.yuv23I6" to "console.command_loader".
Inlined service ".service_locator.yEoeHjj.router.default" to "router".
Inlined service "monolog.logger.router" 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 "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
2
Tag "container.decorator" was defined on service(s) "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.yandex_pay_api", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.site", ".debug.http_client", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.yandex_pay_api", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.site", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.security", "monolog.logger.deprecation", but was never used.