Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (4)
Time
Message
deprecation
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface" class is deprecated, use "Symfony\Component\PasswordHasher\PasswordHasherInterface" instead.
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Method "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface::onLogoutSuccess()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Slivki\EventSubscriber\LogoutListener" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Slivki\EventSubscriber\LogoutListener" class implements "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface" that is deprecated since Symfony 5.1.
Since symfony/security-http 5.1: The "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface" interface is deprecated, create a listener for the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
Method "Twig\Extension\ExtensionInterface::getTests()" might add "array" as a native return type declaration in the future. Do the same in implementation "Slivki\Twig\SlivkiTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Slivki\Twig\SlivkiTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface::isPasswordValid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Slivki\Services\Encoder" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface::encodePassword()" might add "string" as a native return type declaration in the future. Do the same in implementation "Slivki\Services\Encoder" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Slivki\Services\Encoder" class implements "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface" that is deprecated since Symfony 5.3, use {@link PasswordHasherInterface} instead.
Method "Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface::onAuthenticationSuccess()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Slivki\Services\AuthenticationHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface::onAuthenticationFailure()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Slivki\Services\AuthenticationHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Slivki\Security\Provider\UserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Doctrine\DBAL\Types\Type::getName()" might add "string" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\GeometryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\DBAL\Types\Type::getSQLDeclaration()" might add "string" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\PostGISType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\DBAL\Types\Type::convertToDatabaseValueSQL()" might add "string" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\PostGISType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\DBAL\Types\Type::convertToPHPValueSQL()" might add "string" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\PostGISType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\DBAL\Types\Type::getMappedDatabaseTypes()" might add "array" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\PostGISType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\DBAL\Types\Type::canRequireSQLConversion()" might add "bool" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\PostGISType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "Slivki\Doctrine\DQL\ReplaceFunction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "Slivki\Doctrine\DQL\ReplaceFunction" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Slivki\ConsoleCommand\Offer\renewOffersConsoleCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface::getConfiguration()" might add "?ConfigurationInterface" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\JMSSerializerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.1: The "success_handler" at path "security.firewalls.main.logout" is deprecated, register a listener on the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Endroid\QrCodeBundle\Twig\QrCodeExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::getNamespace()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "slivki.rkeeper.service.currency" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.iztIRyd" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.JNcFElA" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.6YHeAsj" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.3acAruT" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.ylJwup6" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "slivki.rkeeper.service.location" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "slivki.rkeeper.service.restaurant" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "slivki.rkeeper.service.menu" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "slivki.rkeeper.service.order" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "slivki.rkeeper.service.delivery" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "slivki.rkeeper.service.holder" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "slivki.rkeeper.service.contact" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Slivki\Twig\MobileFloatingBannerRuntime" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Slivki\Services\Payment\PaymentService" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Slivki\Services\City\CityProvider" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Slivki\Services\BannerService" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Slivki\MessageHandler\Command\Api\Partner\Security\SendLoginCodeHandler" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Slivki\Handler\FoodCourt\OfferFoodCourtHandler" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Slivki\ConsoleCommand\RemoveUserPhoneDuplicatesConsoleCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Slivki\Command\IikoCommand" service.
Class "Slivki\Bundle\RKeeperBundle\Client\RKeeperClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options): static": Returns a new instance of the client with new default options.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
SELECT t0.created_on AS created_on_1, t0.entity_id AS entity_id_2, t0.active AS active_3, t0.resource_url AS resource_url_4, t0.main_alias AS main_alias_5, t0.title AS title_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.page_description AS page_description_9, t0.meta_keywords AS meta_keywords_10, t0.domain AS domain_11, t0.id AS id_12 FROM seo t0 WHERE t0.domain = ? AND t0.main_alias = ? AND t0.active = ? ORDER BY t0.id DESC LIMIT 1
SELECT t0.created_on AS created_on_1, t0.entity_id AS entity_id_2, t0.active AS active_3, t0.resource_url AS resource_url_4, t0.main_alias AS main_alias_5, t0.title AS title_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.page_description AS page_description_9, t0.meta_keywords AS meta_keywords_10, t0.domain AS domain_11, t0.id AS id_12 FROM seo t0 WHERE t0.main_alias = ? ORDER BY t0.id DESC
SELECT c0_.name AS name_0, c0_.h1 AS h1_1, c0_.active AS active_2, c0_.sort_order AS sort_order_3, c0_.api_sort_order AS api_sort_order_4, c0_.map_pin_color AS map_pin_color_5, c0_.id AS id_6, c0_.type_id AS type_id_7, c0_.domain_object_id AS domain_object_id_8, c0_.past AS past_9, c0_.code AS code_10, c0_.top_count AS top_count_11, c0_.description AS description_12, c0_.mobile_api_hash AS mobile_api_hash_13, c0_.entity_count AS entity_count_14, c0_.last_modified AS last_modified_15, c0_.in_menu_bottom AS in_menu_bottom_16, c0_.hot_feed_name AS hot_feed_name_17, c0_.unpopular AS unpopular_18, c0_.featured_in_menu AS featured_in_menu_19, c0_.position AS position_20, c0_.telegram_bot_show AS telegram_bot_show_21, c0_.telegram_bot_name AS telegram_bot_name_22, c0_.telegram_bot_position AS telegram_bot_position_23, c0_.split_offers_with_same_categories AS split_offers_with_same_categories_24, c0_.utm_campaign AS utm_campaign_25, c0_.me_on_map_active AS me_on_map_active_26, c0_.me_on_map_position AS me_on_map_position_27, c0_.me_on_map_featured_active AS me_on_map_featured_active_28, c0_.me_on_map_featured_position AS me_on_map_featured_position_29, c0_.show_items_catalog AS show_items_catalog_30, c0_.active_in_best_offers_category AS active_in_best_offers_category_31, c0_.hide_work_examples AS hide_work_examples_32, c0_.type AS type_33, c0_.city_id AS city_id_34, c0_.type_id AS type_id_35 FROM category c0_ WHERE (c0_.city_id = ? AND c0_.me_on_map_active = ? AND c0_.past = ? AND c0_.active = ?) AND c0_.type IN ('0') ORDER BY c0_.me_on_map_position ASC, c0_.id ASC
doctrine
[113truefalsetrue]
debug
SELECT m0_.entity_id AS entity_id_0, m0_.type AS type_1, m0_.position AS position_2, m0_.font_color AS font_color_3, m0_.alias AS alias_4, m0_.novetly AS novetly_5, m0_.menu_id AS menu_id_6, m0_.mobile_only AS mobile_only_7, m0_.city_id AS city_id_8, m0_.fixed_position AS fixed_position_9, m0_.fixed_app_position AS fixed_app_position_10, m0_.id AS id_11 FROM main_menu m0_ INNER JOIN category c1_ ON (c1_.id = m0_.entity_id AND m0_.type IN (?) AND c1_.active = ?) AND c1_.type IN ('0') WHERE m0_.city_id = ? ORDER BY m0_.position ASC
doctrine
[1true113]
debug
SELECT c0_.name AS name_0, c0_.h1 AS h1_1, c0_.active AS active_2, c0_.sort_order AS sort_order_3, c0_.api_sort_order AS api_sort_order_4, c0_.map_pin_color AS map_pin_color_5, c0_.id AS id_6, c0_.type_id AS type_id_7, c0_.domain_object_id AS domain_object_id_8, c0_.past AS past_9, c0_.code AS code_10, c0_.top_count AS top_count_11, c0_.description AS description_12, c0_.mobile_api_hash AS mobile_api_hash_13, c0_.entity_count AS entity_count_14, c0_.last_modified AS last_modified_15, c0_.in_menu_bottom AS in_menu_bottom_16, c0_.hot_feed_name AS hot_feed_name_17, c0_.unpopular AS unpopular_18, c0_.featured_in_menu AS featured_in_menu_19, c0_.position AS position_20, c0_.telegram_bot_show AS telegram_bot_show_21, c0_.telegram_bot_name AS telegram_bot_name_22, c0_.telegram_bot_position AS telegram_bot_position_23, c0_.split_offers_with_same_categories AS split_offers_with_same_categories_24, c0_.utm_campaign AS utm_campaign_25, c0_.me_on_map_active AS me_on_map_active_26, c0_.me_on_map_position AS me_on_map_position_27, c0_.me_on_map_featured_active AS me_on_map_featured_active_28, c0_.me_on_map_featured_position AS me_on_map_featured_position_29, c0_.show_items_catalog AS show_items_catalog_30, c0_.active_in_best_offers_category AS active_in_best_offers_category_31, c0_.hide_work_examples AS hide_work_examples_32, c0_.type AS type_33, c0_.city_id AS city_id_34, c0_.type_id AS type_id_35 FROM category c0_ WHERE (c0_.id = ?) AND c0_.type IN ('0')
doctrine
[11650]
debug
SELECT c0_.name AS name_0, c0_.h1 AS h1_1, c0_.active AS active_2, c0_.sort_order AS sort_order_3, c0_.api_sort_order AS api_sort_order_4, c0_.map_pin_color AS map_pin_color_5, c0_.id AS id_6, c0_.type_id AS type_id_7, c0_.domain_object_id AS domain_object_id_8, c0_.past AS past_9, c0_.code AS code_10, c0_.top_count AS top_count_11, c0_.description AS description_12, c0_.mobile_api_hash AS mobile_api_hash_13, c0_.entity_count AS entity_count_14, c0_.last_modified AS last_modified_15, c0_.in_menu_bottom AS in_menu_bottom_16, c0_.hot_feed_name AS hot_feed_name_17, c0_.unpopular AS unpopular_18, c0_.featured_in_menu AS featured_in_menu_19, c0_.position AS position_20, c0_.telegram_bot_show AS telegram_bot_show_21, c0_.telegram_bot_name AS telegram_bot_name_22, c0_.telegram_bot_position AS telegram_bot_position_23, c0_.split_offers_with_same_categories AS split_offers_with_same_categories_24, c0_.utm_campaign AS utm_campaign_25, c0_.me_on_map_active AS me_on_map_active_26, c0_.me_on_map_position AS me_on_map_position_27, c0_.me_on_map_featured_active AS me_on_map_featured_active_28, c0_.me_on_map_featured_position AS me_on_map_featured_position_29, c0_.show_items_catalog AS show_items_catalog_30, c0_.active_in_best_offers_category AS active_in_best_offers_category_31, c0_.hide_work_examples AS hide_work_examples_32, c0_.type AS type_33, c0_.city_id AS city_id_34, c0_.type_id AS type_id_35 FROM category c0_ WHERE (c0_.id = ?) AND c0_.type IN ('0')
doctrine
[16450]
debug
SELECT c0_.name AS name_0, c0_.h1 AS h1_1, c0_.active AS active_2, c0_.sort_order AS sort_order_3, c0_.api_sort_order AS api_sort_order_4, c0_.map_pin_color AS map_pin_color_5, c0_.id AS id_6, c0_.type_id AS type_id_7, c0_.domain_object_id AS domain_object_id_8, c0_.past AS past_9, c0_.code AS code_10, c0_.top_count AS top_count_11, c0_.description AS description_12, c0_.mobile_api_hash AS mobile_api_hash_13, c0_.entity_count AS entity_count_14, c0_.last_modified AS last_modified_15, c0_.in_menu_bottom AS in_menu_bottom_16, c0_.hot_feed_name AS hot_feed_name_17, c0_.unpopular AS unpopular_18, c0_.featured_in_menu AS featured_in_menu_19, c0_.position AS position_20, c0_.telegram_bot_show AS telegram_bot_show_21, c0_.telegram_bot_name AS telegram_bot_name_22, c0_.telegram_bot_position AS telegram_bot_position_23, c0_.split_offers_with_same_categories AS split_offers_with_same_categories_24, c0_.utm_campaign AS utm_campaign_25, c0_.me_on_map_active AS me_on_map_active_26, c0_.me_on_map_position AS me_on_map_position_27, c0_.me_on_map_featured_active AS me_on_map_featured_active_28, c0_.me_on_map_featured_position AS me_on_map_featured_position_29, c0_.show_items_catalog AS show_items_catalog_30, c0_.active_in_best_offers_category AS active_in_best_offers_category_31, c0_.hide_work_examples AS hide_work_examples_32, c0_.type AS type_33, c0_.city_id AS city_id_34, c0_.type_id AS type_id_35 FROM category c0_ WHERE (c0_.id = ?) AND c0_.type IN ('0')
doctrine
[14890]
debug
SELECT c0_.name AS name_0, c0_.h1 AS h1_1, c0_.active AS active_2, c0_.sort_order AS sort_order_3, c0_.api_sort_order AS api_sort_order_4, c0_.map_pin_color AS map_pin_color_5, c0_.id AS id_6, c0_.type_id AS type_id_7, c0_.domain_object_id AS domain_object_id_8, c0_.past AS past_9, c0_.code AS code_10, c0_.top_count AS top_count_11, c0_.description AS description_12, c0_.mobile_api_hash AS mobile_api_hash_13, c0_.entity_count AS entity_count_14, c0_.last_modified AS last_modified_15, c0_.in_menu_bottom AS in_menu_bottom_16, c0_.hot_feed_name AS hot_feed_name_17, c0_.unpopular AS unpopular_18, c0_.featured_in_menu AS featured_in_menu_19, c0_.position AS position_20, c0_.telegram_bot_show AS telegram_bot_show_21, c0_.telegram_bot_name AS telegram_bot_name_22, c0_.telegram_bot_position AS telegram_bot_position_23, c0_.split_offers_with_same_categories AS split_offers_with_same_categories_24, c0_.utm_campaign AS utm_campaign_25, c0_.me_on_map_active AS me_on_map_active_26, c0_.me_on_map_position AS me_on_map_position_27, c0_.me_on_map_featured_active AS me_on_map_featured_active_28, c0_.me_on_map_featured_position AS me_on_map_featured_position_29, c0_.show_items_catalog AS show_items_catalog_30, c0_.active_in_best_offers_category AS active_in_best_offers_category_31, c0_.hide_work_examples AS hide_work_examples_32, c0_.type AS type_33, c0_.city_id AS city_id_34, c0_.type_id AS type_id_35 FROM category c0_ WHERE (c0_.id = ?) AND c0_.type IN ('0')
doctrine
[11583]
debug
SELECT c0_.name AS name_0, c0_.h1 AS h1_1, c0_.active AS active_2, c0_.sort_order AS sort_order_3, c0_.api_sort_order AS api_sort_order_4, c0_.map_pin_color AS map_pin_color_5, c0_.id AS id_6, c0_.type_id AS type_id_7, c0_.domain_object_id AS domain_object_id_8, c0_.past AS past_9, c0_.code AS code_10, c0_.top_count AS top_count_11, c0_.description AS description_12, c0_.mobile_api_hash AS mobile_api_hash_13, c0_.entity_count AS entity_count_14, c0_.last_modified AS last_modified_15, c0_.in_menu_bottom AS in_menu_bottom_16, c0_.hot_feed_name AS hot_feed_name_17, c0_.unpopular AS unpopular_18, c0_.featured_in_menu AS featured_in_menu_19, c0_.position AS position_20, c0_.telegram_bot_show AS telegram_bot_show_21, c0_.telegram_bot_name AS telegram_bot_name_22, c0_.telegram_bot_position AS telegram_bot_position_23, c0_.split_offers_with_same_categories AS split_offers_with_same_categories_24, c0_.utm_campaign AS utm_campaign_25, c0_.me_on_map_active AS me_on_map_active_26, c0_.me_on_map_position AS me_on_map_position_27, c0_.me_on_map_featured_active AS me_on_map_featured_active_28, c0_.me_on_map_featured_position AS me_on_map_featured_position_29, c0_.show_items_catalog AS show_items_catalog_30, c0_.active_in_best_offers_category AS active_in_best_offers_category_31, c0_.hide_work_examples AS hide_work_examples_32, c0_.type AS type_33, c0_.city_id AS city_id_34, c0_.type_id AS type_id_35 FROM category c0_ WHERE (c0_.city_id = ? AND c0_.me_on_map_featured_active = ? AND c0_.past = ? AND c0_.active = ?) AND c0_.type IN ('0') ORDER BY c0_.me_on_map_featured_position ASC, c0_.id ASC
doctrine
[113truefalsetrue]
debug
SELECT c0_.name AS name_0, c0_.h1 AS h1_1, c0_.active AS active_2, c0_.sort_order AS sort_order_3, c0_.api_sort_order AS api_sort_order_4, c0_.map_pin_color AS map_pin_color_5, c0_.id AS id_6, c0_.type_id AS type_id_7, c0_.domain_object_id AS domain_object_id_8, c0_.past AS past_9, c0_.code AS code_10, c0_.top_count AS top_count_11, c0_.description AS description_12, c0_.mobile_api_hash AS mobile_api_hash_13, c0_.entity_count AS entity_count_14, c0_.last_modified AS last_modified_15, c0_.in_menu_bottom AS in_menu_bottom_16, c0_.hot_feed_name AS hot_feed_name_17, c0_.unpopular AS unpopular_18, c0_.featured_in_menu AS featured_in_menu_19, c0_.position AS position_20, c0_.telegram_bot_show AS telegram_bot_show_21, c0_.telegram_bot_name AS telegram_bot_name_22, c0_.telegram_bot_position AS telegram_bot_position_23, c0_.split_offers_with_same_categories AS split_offers_with_same_categories_24, c0_.utm_campaign AS utm_campaign_25, c0_.me_on_map_active AS me_on_map_active_26, c0_.me_on_map_position AS me_on_map_position_27, c0_.me_on_map_featured_active AS me_on_map_featured_active_28, c0_.me_on_map_featured_position AS me_on_map_featured_position_29, c0_.show_items_catalog AS show_items_catalog_30, c0_.active_in_best_offers_category AS active_in_best_offers_category_31, c0_.hide_work_examples AS hide_work_examples_32, c0_.type AS type_33, c0_.city_id AS city_id_34, c0_.type_id AS type_id_35 FROM category c0_ WHERE (c0_.id IN (?)) AND c0_.type IN ('0')
doctrine
[
[]
]
debug
SELECT count(*) FROM offer WHERE (id IN (SELECT entity_id FROM category2entity WHERE category_id = :categoryId)) AND (active = :active) AND (hidden = :hidden) AND (now() between active_since and active_till)
SELECT t0.name AS name_1, t0.path AS path_2, t0.description AS description_3, t0.width AS width_4, t0.height AS height_5, t0.size AS size_6, t0.sort_order AS sort_order_7, t0.checked AS checked_8, t0.youtube AS youtube_9, t0.id AS id_10, t0.entity_id AS entity_id_11, t0.type FROM media t0 WHERE t0.entity_id = ? AND t0.type IN ('18') ORDER BY t0.id DESC
doctrine
[11650]
debug
SELECT DISTINCT ON (geo_location.id) geo_location.id as geo_location_id, offer.id as offer_id, offer.without_codes, offer.show_map_icon_in_app, geo_location.latitude, geo_location.longitude, geo_location.city, geo_location.street, geo_location.house, default_category.id as category_id, default_category.map_pin_color, default_category.city_id as city_id, media.id as icon_media_id, logo_media.id as offer_logo_media_id, offer.map_price, offer.map_rating, director.name as director_name, offer.rating, purchase_count.purchase_count_last_month_with_correction as month_sale_count, json_agg(category2entity.category_id) as offer_categories FROM geo_location_relation INNER JOIN offer offer ON geo_location_relation.entity_id = offer.id INNER JOIN geo_location geo_location ON geo_location_relation.location_id = geo_location.id INNER JOIN category default_category ON offer.default_category_id = default_category.id LEFT JOIN category2entity category2entity ON offer.id = category2entity.entity_id LEFT JOIN media logo_media ON (offer.id = logo_media.entity_id) AND (logo_media.type = :mapLogoMediaType) LEFT JOIN purchase_count purchase_count ON offer.id = purchase_count.entity_id LEFT JOIN offer2director offer2director ON offer.id = offer2director.offer_id LEFT JOIN media media ON (default_category.id = media.entity_id) AND (media.type = :mapIconMediaType) LEFT JOIN category category ON category.id = category2entity.category_id LEFT JOIN director director ON offer2director.director_id = director.id WHERE (geo_location.active = :geoLocationActive) AND (offer.active = :offerActive) AND (offer.hidden = :offerHidden) AND (now() between offer.active_since and offer.active_till) AND (category2entity.category_id IN (11650)) GROUP BY 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
SELECT count(*) FROM offer WHERE (id IN (SELECT entity_id FROM category2entity WHERE category_id = :categoryId)) AND (active = :active) AND (hidden = :hidden) AND (now() between active_since and active_till)
SELECT t0.name AS name_1, t0.path AS path_2, t0.description AS description_3, t0.width AS width_4, t0.height AS height_5, t0.size AS size_6, t0.sort_order AS sort_order_7, t0.checked AS checked_8, t0.youtube AS youtube_9, t0.id AS id_10, t0.entity_id AS entity_id_11, t0.type FROM media t0 WHERE t0.entity_id = ? AND t0.type IN ('18') ORDER BY t0.id DESC
doctrine
[16450]
debug
SELECT DISTINCT ON (geo_location.id) geo_location.id as geo_location_id, offer.id as offer_id, offer.without_codes, offer.show_map_icon_in_app, geo_location.latitude, geo_location.longitude, geo_location.city, geo_location.street, geo_location.house, default_category.id as category_id, default_category.map_pin_color, default_category.city_id as city_id, media.id as icon_media_id, logo_media.id as offer_logo_media_id, offer.map_price, offer.map_rating, director.name as director_name, offer.rating, purchase_count.purchase_count_last_month_with_correction as month_sale_count, json_agg(category2entity.category_id) as offer_categories FROM geo_location_relation INNER JOIN offer offer ON geo_location_relation.entity_id = offer.id INNER JOIN geo_location geo_location ON geo_location_relation.location_id = geo_location.id INNER JOIN category default_category ON offer.default_category_id = default_category.id LEFT JOIN category2entity category2entity ON offer.id = category2entity.entity_id LEFT JOIN media logo_media ON (offer.id = logo_media.entity_id) AND (logo_media.type = :mapLogoMediaType) LEFT JOIN purchase_count purchase_count ON offer.id = purchase_count.entity_id LEFT JOIN offer2director offer2director ON offer.id = offer2director.offer_id LEFT JOIN media media ON (default_category.id = media.entity_id) AND (media.type = :mapIconMediaType) LEFT JOIN category category ON category.id = category2entity.category_id LEFT JOIN director director ON offer2director.director_id = director.id WHERE (geo_location.active = :geoLocationActive) AND (offer.active = :offerActive) AND (offer.hidden = :offerHidden) AND (now() between offer.active_since and offer.active_till) AND (category2entity.category_id IN (16450)) GROUP BY 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
SELECT count(*) FROM offer WHERE (id IN (SELECT entity_id FROM category2entity WHERE category_id = :categoryId)) AND (active = :active) AND (hidden = :hidden) AND (now() between active_since and active_till)
SELECT t0.name AS name_1, t0.path AS path_2, t0.description AS description_3, t0.width AS width_4, t0.height AS height_5, t0.size AS size_6, t0.sort_order AS sort_order_7, t0.checked AS checked_8, t0.youtube AS youtube_9, t0.id AS id_10, t0.entity_id AS entity_id_11, t0.type FROM media t0 WHERE t0.entity_id = ? AND t0.type IN ('18') ORDER BY t0.id DESC
doctrine
[14890]
debug
SELECT DISTINCT ON (geo_location.id) geo_location.id as geo_location_id, offer.id as offer_id, offer.without_codes, offer.show_map_icon_in_app, geo_location.latitude, geo_location.longitude, geo_location.city, geo_location.street, geo_location.house, default_category.id as category_id, default_category.map_pin_color, default_category.city_id as city_id, media.id as icon_media_id, logo_media.id as offer_logo_media_id, offer.map_price, offer.map_rating, director.name as director_name, offer.rating, purchase_count.purchase_count_last_month_with_correction as month_sale_count, json_agg(category2entity.category_id) as offer_categories FROM geo_location_relation INNER JOIN offer offer ON geo_location_relation.entity_id = offer.id INNER JOIN geo_location geo_location ON geo_location_relation.location_id = geo_location.id INNER JOIN category default_category ON offer.default_category_id = default_category.id LEFT JOIN category2entity category2entity ON offer.id = category2entity.entity_id LEFT JOIN media logo_media ON (offer.id = logo_media.entity_id) AND (logo_media.type = :mapLogoMediaType) LEFT JOIN purchase_count purchase_count ON offer.id = purchase_count.entity_id LEFT JOIN offer2director offer2director ON offer.id = offer2director.offer_id LEFT JOIN media media ON (default_category.id = media.entity_id) AND (media.type = :mapIconMediaType) LEFT JOIN category category ON category.id = category2entity.category_id LEFT JOIN director director ON offer2director.director_id = director.id WHERE (geo_location.active = :geoLocationActive) AND (offer.active = :offerActive) AND (offer.hidden = :offerHidden) AND (now() between offer.active_since and offer.active_till) AND (category2entity.category_id IN (14890)) GROUP BY 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
SELECT count(*) FROM offer WHERE (id IN (SELECT entity_id FROM category2entity WHERE category_id = :categoryId)) AND (active = :active) AND (hidden = :hidden) AND (now() between active_since and active_till)
SELECT t0.name AS name_1, t0.path AS path_2, t0.description AS description_3, t0.width AS width_4, t0.height AS height_5, t0.size AS size_6, t0.sort_order AS sort_order_7, t0.checked AS checked_8, t0.youtube AS youtube_9, t0.id AS id_10, t0.entity_id AS entity_id_11, t0.type FROM media t0 WHERE t0.entity_id = ? AND t0.type IN ('18') ORDER BY t0.id DESC
doctrine
[11583]
debug
SELECT DISTINCT ON (geo_location.id) geo_location.id as geo_location_id, offer.id as offer_id, offer.without_codes, offer.show_map_icon_in_app, geo_location.latitude, geo_location.longitude, geo_location.city, geo_location.street, geo_location.house, default_category.id as category_id, default_category.map_pin_color, default_category.city_id as city_id, media.id as icon_media_id, logo_media.id as offer_logo_media_id, offer.map_price, offer.map_rating, director.name as director_name, offer.rating, purchase_count.purchase_count_last_month_with_correction as month_sale_count, json_agg(category2entity.category_id) as offer_categories FROM geo_location_relation INNER JOIN offer offer ON geo_location_relation.entity_id = offer.id INNER JOIN geo_location geo_location ON geo_location_relation.location_id = geo_location.id INNER JOIN category default_category ON offer.default_category_id = default_category.id LEFT JOIN category2entity category2entity ON offer.id = category2entity.entity_id LEFT JOIN media logo_media ON (offer.id = logo_media.entity_id) AND (logo_media.type = :mapLogoMediaType) LEFT JOIN purchase_count purchase_count ON offer.id = purchase_count.entity_id LEFT JOIN offer2director offer2director ON offer.id = offer2director.offer_id LEFT JOIN media media ON (default_category.id = media.entity_id) AND (media.type = :mapIconMediaType) LEFT JOIN category category ON category.id = category2entity.category_id LEFT JOIN director director ON offer2director.director_id = director.id WHERE (geo_location.active = :geoLocationActive) AND (offer.active = :offerActive) AND (offer.hidden = :offerHidden) AND (now() between offer.active_since and offer.active_till) AND (category2entity.category_id IN (11583)) GROUP BY 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
SELECT ommopp.id, ommopp.position, ommopp.offer_id, o.title, o.me_on_map_name FROM on_me_map_offer_position_paid ommopp INNER JOIN offer o ON ommopp.offer_id = o.id WHERE ommopp.city_id = :cityId ORDER BY ommopp.position ASC
Log messages generated during the compilation of the service container.
Messages
Class
1808
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MainMenu\MainMenuRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\MainMenu\MainMenuRepositoryInterface).
Resolving inheritance for "Slivki\Repository\MainMenu\MainMenuRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MainMenu\MainMenuRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\TireOfferExtensionRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Offer\TireOfferExtensionRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Offer\TireOfferExtensionRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\TireOfferExtensionRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GeoLocation\GeoLocationRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\GeoLocation\GeoLocationRepositoryInterface).
Resolving inheritance for "Slivki\Repository\GeoLocation\GeoLocationRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GeoLocation\GeoLocationRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\TireOrderRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Order\TireOrderRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Order\TireOrderRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\TireOrderRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepositoryInterface).
Resolving inheritance for "Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ShopMediaRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Media\ShopMediaRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Media\ShopMediaRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ShopMediaRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CategoryMapPinIconMediaRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Media\CategoryMapPinIconMediaRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Media\CategoryMapPinIconMediaRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CategoryMapPinIconMediaRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\OfferLogoMediaRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Media\OfferLogoMediaRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Media\OfferLogoMediaRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\OfferLogoMediaRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CommentMediaRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Media\CommentMediaRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Media\CommentMediaRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CommentMediaRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\WorkExample\WorkExampleRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\WorkExample\WorkExampleRepositoryInterface).
Resolving inheritance for "Slivki\Repository\WorkExample\WorkExampleRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\WorkExample\WorkExampleRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\MobileUserTokenRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\User\MobileUserTokenRepositoryInterface).
Resolving inheritance for "Slivki\Repository\User\MobileUserTokenRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\MobileUserTokenRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepositoryInterface).
Resolving inheritance for "Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\DeliveryZoneRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Offer\DeliveryZoneRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Offer\DeliveryZoneRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\DeliveryZoneRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\ServerFeature\ServerFeatureStateRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\ServerFeature\ServerFeatureStateRepositoryInterface).
Resolving inheritance for "Slivki\Repository\ServerFeature\ServerFeatureStateRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\ServerFeature\ServerFeatureStateRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Payment\PaymentTransactionRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Payment\PaymentTransactionRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Payment\PaymentTransactionRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Payment\PaymentTransactionRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Beauty\Masters\BeautyMasterRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Beauty\Masters\BeautyMasterRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Beauty\Masters\BeautyMasterRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Beauty\Masters\BeautyMasterRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ProfileImageMediaRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Media\ProfileImageMediaRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Media\ProfileImageMediaRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ProfileImageMediaRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\UserPhone\UserPhoneRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\UserPhone\UserPhoneRepositoryInterface).
Resolving inheritance for "Slivki\Repository\UserPhone\UserPhoneRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\UserPhone\UserPhoneRepositoryInterface).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\BodyRequestResolver" (parent: .abstract.instanceof.Slivki\ArgumentResolver\BodyRequestResolver).
Resolving inheritance for "Slivki\ArgumentResolver\BodyRequestResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\BodyRequestResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\FormDataRequestResolver" (parent: .abstract.instanceof.Slivki\ArgumentResolver\FormDataRequestResolver).
Resolving inheritance for "Slivki\ArgumentResolver\FormDataRequestResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\FormDataRequestResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\PartnerTokenResolver" (parent: .abstract.instanceof.Slivki\ArgumentResolver\PartnerTokenResolver).
Resolving inheritance for "Slivki\ArgumentResolver\PartnerTokenResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\PartnerTokenResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\QueryStringFilterRequestResolver" (parent: .abstract.instanceof.Slivki\ArgumentResolver\QueryStringFilterRequestResolver).
Resolving inheritance for "Slivki\ArgumentResolver\QueryStringFilterRequestResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\QueryStringFilterRequestResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\QueryStringRequestResolver" (parent: .abstract.instanceof.Slivki\ArgumentResolver\QueryStringRequestResolver).
Resolving inheritance for "Slivki\ArgumentResolver\QueryStringRequestResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\QueryStringRequestResolver).
Resolving inheritance for ".instanceof.Slivki\BusinessFeature\PostAction\PostHandlerInterface.0.Slivki\BusinessFeature\PostAction\Handlers\YandexPromocodesHandler" (parent: .abstract.instanceof.Slivki\BusinessFeature\PostAction\Handlers\YandexPromocodesHandler).
Resolving inheritance for "Slivki\BusinessFeature\PostAction\Handlers\YandexPromocodesHandler" (parent: .instanceof.Slivki\BusinessFeature\PostAction\PostHandlerInterface.0.Slivki\BusinessFeature\PostAction\Handlers\YandexPromocodesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\AbadondedBasketSendEmailCommand" (parent: .abstract.instanceof.Slivki\Command\AbadondedBasketSendEmailCommand).
Resolving inheritance for "Slivki\Command\AbadondedBasketSendEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\AbadondedBasketSendEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\AddCodesCommand" (parent: .abstract.instanceof.Slivki\Command\AddCodesCommand).
Resolving inheritance for "Slivki\Command\AddCodesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\AddCodesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\AlternativeOfferReloadCommand" (parent: .abstract.instanceof.Slivki\Command\AlternativeOfferReloadCommand).
Resolving inheritance for "Slivki\Command\AlternativeOfferReloadCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\AlternativeOfferReloadCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BePaidRequestCommand" (parent: .abstract.instanceof.Slivki\Command\BePaidRequestCommand).
Resolving inheritance for "Slivki\Command\BePaidRequestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BePaidRequestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BuildNewVideoguideCategoryCommand" (parent: .abstract.instanceof.Slivki\Command\BuildNewVideoguideCategoryCommand).
Resolving inheritance for "Slivki\Command\BuildNewVideoguideCategoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BuildNewVideoguideCategoryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BuildPopularSalesCategoryCommand" (parent: .abstract.instanceof.Slivki\Command\BuildPopularSalesCategoryCommand).
Resolving inheritance for "Slivki\Command\BuildPopularSalesCategoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BuildPopularSalesCategoryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BuildSpecialCategoriesCommand" (parent: .abstract.instanceof.Slivki\Command\BuildSpecialCategoriesCommand).
Resolving inheritance for "Slivki\Command\BuildSpecialCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BuildSpecialCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CacheReloadCommand" (parent: .abstract.instanceof.Slivki\Command\CacheReloadCommand).
Resolving inheritance for "Slivki\Command\CacheReloadCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CacheReloadCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CacheTestCommand" (parent: .abstract.instanceof.Slivki\Command\CacheTestCommand).
Resolving inheritance for "Slivki\Command\CacheTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CacheTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CategoryDeactivationCommand" (parent: .abstract.instanceof.Slivki\Command\CategoryDeactivationCommand).
Resolving inheritance for "Slivki\Command\CategoryDeactivationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CategoryDeactivationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CheckNoticePopupCommand" (parent: .abstract.instanceof.Slivki\Command\CheckNoticePopupCommand).
Resolving inheritance for "Slivki\Command\CheckNoticePopupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CheckNoticePopupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CleanupMediaImageDirectoryCommand" (parent: .abstract.instanceof.Slivki\Command\CleanupMediaImageDirectoryCommand).
Resolving inheritance for "Slivki\Command\CleanupMediaImageDirectoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CleanupMediaImageDirectoryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CleanupUserOnlineCommand" (parent: .abstract.instanceof.Slivki\Command\CleanupUserOnlineCommand).
Resolving inheritance for "Slivki\Command\CleanupUserOnlineCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CleanupUserOnlineCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CodesFromReservedToFreeCommand" (parent: .abstract.instanceof.Slivki\Command\CodesFromReservedToFreeCommand).
Resolving inheritance for "Slivki\Command\CodesFromReservedToFreeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CodesFromReservedToFreeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CreateCustomMailingCampaignCommand" (parent: .abstract.instanceof.Slivki\Command\CreateCustomMailingCampaignCommand).
Resolving inheritance for "Slivki\Command\CreateCustomMailingCampaignCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CreateCustomMailingCampaignCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CustomMailingSendCommand" (parent: .abstract.instanceof.Slivki\Command\CustomMailingSendCommand).
Resolving inheritance for "Slivki\Command\CustomMailingSendCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CustomMailingSendCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\DebugCommand" (parent: .abstract.instanceof.Slivki\Command\DebugCommand).
Resolving inheritance for "Slivki\Command\DebugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\DebugCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ExportCommand" (parent: .abstract.instanceof.Slivki\Command\ExportCommand).
Resolving inheritance for "Slivki\Command\ExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\FavouriteCategoryCommand" (parent: .abstract.instanceof.Slivki\Command\FavouriteCategoryCommand).
Resolving inheritance for "Slivki\Command\FavouriteCategoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\FavouriteCategoryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\FixFillInNumberForPhoneNumber" (parent: .abstract.instanceof.Slivki\Command\FixFillInNumberForPhoneNumber).
Resolving inheritance for "Slivki\Command\FixFillInNumberForPhoneNumber" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\FixFillInNumberForPhoneNumber).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GenerateCrtCodePoolCommand" (parent: .abstract.instanceof.Slivki\Command\GenerateCrtCodePoolCommand).
Resolving inheritance for "Slivki\Command\GenerateCrtCodePoolCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GenerateCrtCodePoolCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GenerateRtbhouseXMLCommand" (parent: .abstract.instanceof.Slivki\Command\GenerateRtbhouseXMLCommand).
Resolving inheritance for "Slivki\Command\GenerateRtbhouseXMLCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GenerateRtbhouseXMLCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GenerateSitemapCommand" (parent: .abstract.instanceof.Slivki\Command\GenerateSitemapCommand).
Resolving inheritance for "Slivki\Command\GenerateSitemapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GenerateSitemapCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GetBankCurrencyRatesCommand" (parent: .abstract.instanceof.Slivki\Command\GetBankCurrencyRatesCommand).
Resolving inheritance for "Slivki\Command\GetBankCurrencyRatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GetBankCurrencyRatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GetMailingCampaignCommand" (parent: .abstract.instanceof.Slivki\Command\GetMailingCampaignCommand).
Resolving inheritance for "Slivki\Command\GetMailingCampaignCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GetMailingCampaignCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GetVideoguideViewsCommand" (parent: .abstract.instanceof.Slivki\Command\GetVideoguideViewsCommand).
Resolving inheritance for "Slivki\Command\GetVideoguideViewsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GetVideoguideViewsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\IikoCommand" (parent: .abstract.instanceof.Slivki\Command\IikoCommand).
Resolving inheritance for "Slivki\Command\IikoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\IikoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\LowCodesInOffersSendCommand" (parent: .abstract.instanceof.Slivki\Command\LowCodesInOffersSendCommand).
Resolving inheritance for "Slivki\Command\LowCodesInOffersSendCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\LowCodesInOffersSendCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\LuceneReindexCommand" (parent: .abstract.instanceof.Slivki\Command\LuceneReindexCommand).
Resolving inheritance for "Slivki\Command\LuceneReindexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\LuceneReindexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\MailingStatisticAggregateCommand" (parent: .abstract.instanceof.Slivki\Command\MailingStatisticAggregateCommand).
Resolving inheritance for "Slivki\Command\MailingStatisticAggregateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\MailingStatisticAggregateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\MapTopOffersCommand" (parent: .abstract.instanceof.Slivki\Command\MapTopOffersCommand).
Resolving inheritance for "Slivki\Command\MapTopOffersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\MapTopOffersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\MoveOffersToCityCommand" (parent: .abstract.instanceof.Slivki\Command\MoveOffersToCityCommand).
Resolving inheritance for "Slivki\Command\MoveOffersToCityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\MoveOffersToCityCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\NotificationsCommand" (parent: .abstract.instanceof.Slivki\Command\NotificationsCommand).
Resolving inheritance for "Slivki\Command\NotificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\NotificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\Offer\UpdateOfferRatingCommand" (parent: .abstract.instanceof.Slivki\Command\Offer\UpdateOfferRatingCommand).
Resolving inheritance for "Slivki\Command\Offer\UpdateOfferRatingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\Offer\UpdateOfferRatingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\OffersRenewCommand" (parent: .abstract.instanceof.Slivki\Command\OffersRenewCommand).
Resolving inheritance for "Slivki\Command\OffersRenewCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\OffersRenewCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ParseSupplierBrandNameCommand" (parent: .abstract.instanceof.Slivki\Command\ParseSupplierBrandNameCommand).
Resolving inheritance for "Slivki\Command\ParseSupplierBrandNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ParseSupplierBrandNameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\PartnerOfferImportCommand" (parent: .abstract.instanceof.Slivki\Command\PartnerOfferImportCommand).
Resolving inheritance for "Slivki\Command\PartnerOfferImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\PartnerOfferImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\PurchaseStatSendCommand" (parent: .abstract.instanceof.Slivki\Command\PurchaseStatSendCommand).
Resolving inheritance for "Slivki\Command\PurchaseStatSendCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\PurchaseStatSendCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ReferralsCommand" (parent: .abstract.instanceof.Slivki\Command\ReferralsCommand).
Resolving inheritance for "Slivki\Command\ReferralsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ReferralsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ReloadFlierPositionCommand" (parent: .abstract.instanceof.Slivki\Command\ReloadFlierPositionCommand).
Resolving inheritance for "Slivki\Command\ReloadFlierPositionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ReloadFlierPositionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\RemoveTrashFromMediaCacheCommand" (parent: .abstract.instanceof.Slivki\Command\RemoveTrashFromMediaCacheCommand).
Resolving inheritance for "Slivki\Command\RemoveTrashFromMediaCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\RemoveTrashFromMediaCacheCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SaleBodyAddWatermarksCommand" (parent: .abstract.instanceof.Slivki\Command\SaleBodyAddWatermarksCommand).
Resolving inheritance for "Slivki\Command\SaleBodyAddWatermarksCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SaleBodyAddWatermarksCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SaveDescriptionCommand" (parent: .abstract.instanceof.Slivki\Command\SaveDescriptionCommand).
Resolving inheritance for "Slivki\Command\SaveDescriptionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SaveDescriptionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SavePurchaseCountCommand" (parent: .abstract.instanceof.Slivki\Command\SavePurchaseCountCommand).
Resolving inheritance for "Slivki\Command\SavePurchaseCountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SavePurchaseCountCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SaveSaleProductSeoCommand" (parent: .abstract.instanceof.Slivki\Command\SaveSaleProductSeoCommand).
Resolving inheritance for "Slivki\Command\SaveSaleProductSeoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SaveSaleProductSeoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SendBrokenLinksMailCommand" (parent: .abstract.instanceof.Slivki\Command\SendBrokenLinksMailCommand).
Resolving inheritance for "Slivki\Command\SendBrokenLinksMailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SendBrokenLinksMailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SendMailCommand" (parent: .abstract.instanceof.Slivki\Command\SendMailCommand).
Resolving inheritance for "Slivki\Command\SendMailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SendMailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SendRenewedOfferNotoficationCommand" (parent: .abstract.instanceof.Slivki\Command\SendRenewedOfferNotoficationCommand).
Resolving inheritance for "Slivki\Command\SendRenewedOfferNotoficationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SendRenewedOfferNotoficationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SetSaleSeoCommand" (parent: .abstract.instanceof.Slivki\Command\SetSaleSeoCommand).
Resolving inheritance for "Slivki\Command\SetSaleSeoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SetSaleSeoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SlivkiCommand" (parent: .abstract.instanceof.Slivki\Command\SlivkiCommand).
Resolving inheritance for "Slivki\Command\SlivkiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SlivkiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SortEntityDescriptionCommand" (parent: .abstract.instanceof.Slivki\Command\SortEntityDescriptionCommand).
Resolving inheritance for "Slivki\Command\SortEntityDescriptionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SortEntityDescriptionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\StatCategoryOffersCount" (parent: .abstract.instanceof.Slivki\Command\StatCategoryOffersCount).
Resolving inheritance for "Slivki\Command\StatCategoryOffersCount" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\StatCategoryOffersCount).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\StatSearchOfferUpdate" (parent: .abstract.instanceof.Slivki\Command\StatSearchOfferUpdate).
Resolving inheritance for "Slivki\Command\StatSearchOfferUpdate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\StatSearchOfferUpdate).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\Stories\CreateStoriesStatisticsCommand" (parent: .abstract.instanceof.Slivki\Command\Stories\CreateStoriesStatisticsCommand).
Resolving inheritance for "Slivki\Command\Stories\CreateStoriesStatisticsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\Stories\CreateStoriesStatisticsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SubCategoryAutomationCommand" (parent: .abstract.instanceof.Slivki\Command\SubCategoryAutomationCommand).
Resolving inheritance for "Slivki\Command\SubCategoryAutomationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SubCategoryAutomationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\TagRemoveDuplicatesCommand" (parent: .abstract.instanceof.Slivki\Command\TagRemoveDuplicatesCommand).
Resolving inheritance for "Slivki\Command\TagRemoveDuplicatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\TagRemoveDuplicatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\TelegramCommentNotifierCommand" (parent: .abstract.instanceof.Slivki\Command\TelegramCommentNotifierCommand).
Resolving inheritance for "Slivki\Command\TelegramCommentNotifierCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\TelegramCommentNotifierCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\TmpCommand" (parent: .abstract.instanceof.Slivki\Command\TmpCommand).
Resolving inheritance for "Slivki\Command\TmpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\TmpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UnsubscribeNotMinskCommand" (parent: .abstract.instanceof.Slivki\Command\UnsubscribeNotMinskCommand).
Resolving inheritance for "Slivki\Command\UnsubscribeNotMinskCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UnsubscribeNotMinskCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UnsubscribeNotValidEmailCommand" (parent: .abstract.instanceof.Slivki\Command\UnsubscribeNotValidEmailCommand).
Resolving inheritance for "Slivki\Command\UnsubscribeNotValidEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UnsubscribeNotValidEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UnsubscribeUserCommand" (parent: .abstract.instanceof.Slivki\Command\UnsubscribeUserCommand).
Resolving inheritance for "Slivki\Command\UnsubscribeUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UnsubscribeUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UpdateOfferOrderCitiesCommand" (parent: .abstract.instanceof.Slivki\Command\UpdateOfferOrderCitiesCommand).
Resolving inheritance for "Slivki\Command\UpdateOfferOrderCitiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UpdateOfferOrderCitiesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\VideoGuidesCommand" (parent: .abstract.instanceof.Slivki\Command\VideoGuidesCommand).
Resolving inheritance for "Slivki\Command\VideoGuidesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\VideoGuidesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\VisitCommand" (parent: .abstract.instanceof.Slivki\Command\VisitCommand).
Resolving inheritance for "Slivki\Command\VisitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\VisitCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\YandexCommand" (parent: .abstract.instanceof.Slivki\Command\YandexCommand).
Resolving inheritance for "Slivki\Command\YandexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\YandexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Banner\MobileFloatingBannerCacheReloadConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Banner\MobileFloatingBannerCacheReloadConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Banner\MobileFloatingBannerCacheReloadConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Banner\MobileFloatingBannerCacheReloadConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Category\UpdateBestOffersCategoryConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Category\UpdateBestOffersCategoryConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Category\UpdateBestOffersCategoryConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Category\UpdateBestOffersCategoryConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Category\UpdateNewOfferCategoryCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Category\UpdateNewOfferCategoryCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Category\UpdateNewOfferCategoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Category\UpdateNewOfferCategoryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\FoodCourt\SyncFoodCourtDishConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\FoodCourt\SyncFoodCourtDishConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\FoodCourt\SyncFoodCourtDishConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\FoodCourt\SyncFoodCourtDishConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\GiftCertificate\RecountPurchaseCountCertificateCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\GiftCertificate\RecountPurchaseCountCertificateCommand).
Resolving inheritance for "Slivki\ConsoleCommand\GiftCertificate\RecountPurchaseCountCertificateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\GiftCertificate\RecountPurchaseCountCertificateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\LiveSales\LiveSalesCacheClearConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\LiveSales\LiveSalesCacheClearConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\LiveSales\LiveSalesCacheClearConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\LiveSales\LiveSalesCacheClearConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Localization\TranslateCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Localization\TranslateCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Localization\TranslateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Localization\TranslateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Manager\ManagerContestConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Manager\ManagerContestConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Manager\ManagerContestConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Manager\ManagerContestConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Media\MediaCacheReloadConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Media\MediaCacheReloadConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Media\MediaCacheReloadConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Media\MediaCacheReloadConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\CreateOfferDailyStatisticConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Offer\CreateOfferDailyStatisticConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Offer\CreateOfferDailyStatisticConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\CreateOfferDailyStatisticConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\ReloadOfferCodePriceCacheConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Offer\ReloadOfferCodePriceCacheConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Offer\ReloadOfferCodePriceCacheConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\ReloadOfferCodePriceCacheConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\ReloadOfferResponseCacheConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Offer\ReloadOfferResponseCacheConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Offer\ReloadOfferResponseCacheConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\ReloadOfferResponseCacheConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\renewOffersConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Offer\renewOffersConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Offer\renewOffersConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\renewOffersConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\OfferStatusLog\CreateOfferStatusLogConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\OfferStatusLog\CreateOfferStatusLogConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\OfferStatusLog\CreateOfferStatusLogConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\OfferStatusLog\CreateOfferStatusLogConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Order\SendPendingOrdersConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Order\SendPendingOrdersConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Order\SendPendingOrdersConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Order\SendPendingOrdersConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Order\UnsetUsedMultiUseCodesConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Order\UnsetUsedMultiUseCodesConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Order\UnsetUsedMultiUseCodesConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Order\UnsetUsedMultiUseCodesConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Payment\OplatiPaymentProcessorConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Payment\OplatiPaymentProcessorConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Payment\OplatiPaymentProcessorConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Payment\OplatiPaymentProcessorConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\RemoveUserPhoneDuplicatesConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\RemoveUserPhoneDuplicatesConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\RemoveUserPhoneDuplicatesConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\RemoveUserPhoneDuplicatesConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Sale\SaleCategoryCacheReloadConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Sale\SaleCategoryCacheReloadConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Sale\SaleCategoryCacheReloadConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Sale\SaleCategoryCacheReloadConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Subscription\SyncSubscriptionCustomersCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\Subscription\SyncSubscriptionCustomersCommand).
Resolving inheritance for "Slivki\ConsoleCommand\Subscription\SyncSubscriptionCustomersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Subscription\SyncSubscriptionCustomersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\User\Bonus\WriteOffBonusConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\User\Bonus\WriteOffBonusConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\User\Bonus\WriteOffBonusConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\User\Bonus\WriteOffBonusConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\User\FixUserPasswordCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\User\FixUserPasswordCommand).
Resolving inheritance for "Slivki\ConsoleCommand\User\FixUserPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\User\FixUserPasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\User\UserAverageCommentRatingReloadConsoleCommand" (parent: .abstract.instanceof.Slivki\ConsoleCommand\User\UserAverageCommentRatingReloadConsoleCommand).
Resolving inheritance for "Slivki\ConsoleCommand\User\UserAverageCommentRatingReloadConsoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\User\UserAverageCommentRatingReloadConsoleCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminController).
Resolving inheritance for "Slivki\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminGiftCertificateController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminGiftCertificateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminGiftCertificateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminGiftCertificateController).
Resolving inheritance for "Slivki\Controller\Admin\AdminGiftCertificateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminGiftCertificateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminMailingCampaignTypeController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminMailingCampaignTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminMailingCampaignTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminMailingCampaignTypeController).
Resolving inheritance for "Slivki\Controller\Admin\AdminMailingCampaignTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminMailingCampaignTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminMainMenuController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminMainMenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminMainMenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminMainMenuController).
Resolving inheritance for "Slivki\Controller\Admin\AdminMainMenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminMainMenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminManagerController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminManagerController).
Resolving inheritance for "Slivki\Controller\Admin\AdminManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminMarketingController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminMarketingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminMarketingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminMarketingController).
Resolving inheritance for "Slivki\Controller\Admin\AdminMarketingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminMarketingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminNoticePopupController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminNoticePopupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminNoticePopupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminNoticePopupController).
Resolving inheritance for "Slivki\Controller\Admin\AdminNoticePopupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminNoticePopupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminNotificationController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminNotificationController).
Resolving inheritance for "Slivki\Controller\Admin\AdminNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminOrderController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminOrderController).
Resolving inheritance for "Slivki\Controller\Admin\AdminOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminPartnerOfferController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminPartnerOfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminPartnerOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminPartnerOfferController).
Resolving inheritance for "Slivki\Controller\Admin\AdminPartnerOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminPartnerOfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminPastOffersController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminPastOffersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminPastOffersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminPastOffersController).
Resolving inheritance for "Slivki\Controller\Admin\AdminPastOffersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminPastOffersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminPopularCategoryController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminPopularCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminPopularCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminPopularCategoryController).
Resolving inheritance for "Slivki\Controller\Admin\AdminPopularCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminPopularCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminSearchController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminSearchController).
Resolving inheritance for "Slivki\Controller\Admin\AdminSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminTagController" (parent: .abstract.instanceof.Slivki\Controller\Admin\AdminTagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminTagController).
Resolving inheritance for "Slivki\Controller\Admin\AdminTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminTagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction).
Resolving inheritance for "Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BannerController" (parent: .abstract.instanceof.Slivki\Controller\Admin\BannerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BannerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BannerController).
Resolving inheritance for "Slivki\Controller\Admin\BannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BannerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction).
Resolving inheritance for "Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction).
Resolving inheritance for "Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction).
Resolving inheritance for "Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction).
Resolving inheritance for "Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction).
Resolving inheritance for "Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction).
Resolving inheritance for "Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction).
Resolving inheritance for "Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction).
Resolving inheritance for "Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction).
Resolving inheritance for "Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Beauty\Master\GetMastersAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Beauty\Master\GetMastersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Beauty\Master\GetMastersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Beauty\Master\GetMastersAction).
Resolving inheritance for "Slivki\Controller\Admin\Beauty\Master\GetMastersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Beauty\Master\GetMastersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction).
Resolving inheritance for "Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Bonus\GetBonusesAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Bonus\GetBonusesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Bonus\GetBonusesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Bonus\GetBonusesAction).
Resolving inheritance for "Slivki\Controller\Admin\Bonus\GetBonusesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Bonus\GetBonusesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction).
Resolving inheritance for "Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\CategoryController" (parent: .abstract.instanceof.Slivki\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\CategoryController).
Resolving inheritance for "Slivki\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\City\GetCityPositionAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\City\GetCityPositionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\City\GetCityPositionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\City\GetCityPositionAction).
Resolving inheritance for "Slivki\Controller\Admin\City\GetCityPositionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\City\GetCityPositionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\CityController" (parent: .abstract.instanceof.Slivki\Controller\Admin\CityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\CityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\CityController).
Resolving inheritance for "Slivki\Controller\Admin\CityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\CityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Comment\GetCommentsByTypeAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Comment\GetCommentsByTypeAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Comment\GetCommentsByTypeAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Comment\GetCommentsByTypeAction).
Resolving inheritance for "Slivki\Controller\Admin\Comment\GetCommentsByTypeAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Comment\GetCommentsByTypeAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\CommentController" (parent: .abstract.instanceof.Slivki\Controller\Admin\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\CommentController).
Resolving inheritance for "Slivki\Controller\Admin\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction).
Resolving inheritance for "Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction).
Resolving inheritance for "Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\DirectorController" (parent: .abstract.instanceof.Slivki\Controller\Admin\DirectorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\DirectorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\DirectorController).
Resolving inheritance for "Slivki\Controller\Admin\DirectorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\DirectorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\FlierProductController" (parent: .abstract.instanceof.Slivki\Controller\Admin\FlierProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\FlierProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\FlierProductController).
Resolving inheritance for "Slivki\Controller\Admin\FlierProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\FlierProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction).
Resolving inheritance for "Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction).
Resolving inheritance for "Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction).
Resolving inheritance for "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction).
Resolving inheritance for "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction).
Resolving inheritance for "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction).
Resolving inheritance for "Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction).
Resolving inheritance for "Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\InfoPageController" (parent: .abstract.instanceof.Slivki\Controller\Admin\InfoPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\InfoPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\InfoPageController).
Resolving inheritance for "Slivki\Controller\Admin\InfoPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\InfoPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction).
Resolving inheritance for "Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction).
Resolving inheritance for "Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction).
Resolving inheritance for "Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction).
Resolving inheritance for "Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction).
Resolving inheritance for "Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaignController" (parent: .abstract.instanceof.Slivki\Controller\Admin\MailingCampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaignController).
Resolving inheritance for "Slivki\Controller\Admin\MailingCampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MainMenuBannerController" (parent: .abstract.instanceof.Slivki\Controller\Admin\MainMenuBannerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MainMenuBannerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MainMenuBannerController).
Resolving inheritance for "Slivki\Controller\Admin\MainMenuBannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MainMenuBannerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MallController" (parent: .abstract.instanceof.Slivki\Controller\Admin\MallController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MallController).
Resolving inheritance for "Slivki\Controller\Admin\MallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MallController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction).
Resolving inheritance for "Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction).
Resolving inheritance for "Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction).
Resolving inheritance for "Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction).
Resolving inheritance for "Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction).
Resolving inheritance for "Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction).
Resolving inheritance for "Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction).
Resolving inheritance for "Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction).
Resolving inheritance for "Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction).
Resolving inheritance for "Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction).
Resolving inheritance for "Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction).
Resolving inheritance for "Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\OfferController" (parent: .abstract.instanceof.Slivki\Controller\Admin\OfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\OfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\OfferController).
Resolving inheritance for "Slivki\Controller\Admin\OfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\OfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\OfferExtensionCategoryController" (parent: .abstract.instanceof.Slivki\Controller\Admin\OfferExtensionCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\OfferExtensionCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\OfferExtensionCategoryController).
Resolving inheritance for "Slivki\Controller\Admin\OfferExtensionCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\OfferExtensionCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Order\Manage\RevertCodeAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Order\Manage\RevertCodeAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Order\Manage\RevertCodeAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Order\Manage\RevertCodeAction).
Resolving inheritance for "Slivki\Controller\Admin\Order\Manage\RevertCodeAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Order\Manage\RevertCodeAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\OrderManageController" (parent: .abstract.instanceof.Slivki\Controller\Admin\OrderManageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\OrderManageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\OrderManageController).
Resolving inheritance for "Slivki\Controller\Admin\OrderManageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\OrderManageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\SaleController" (parent: .abstract.instanceof.Slivki\Controller\Admin\SaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\SaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\SaleController).
Resolving inheritance for "Slivki\Controller\Admin\SaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\SaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\SeoController" (parent: .abstract.instanceof.Slivki\Controller\Admin\SeoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\SeoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\SeoController).
Resolving inheritance for "Slivki\Controller\Admin\SeoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\SeoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction).
Resolving inheritance for "Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction).
Resolving inheritance for "Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\Code\GetCodeStatAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\Code\GetCodeStatAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\Code\GetCodeStatAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\Code\GetCodeStatAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\Code\GetCodeStatAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\Code\GetCodeStatAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\PurchaseByOfferAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\PurchaseByOfferAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchasesByManagerAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\PurchasesByManagerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchasesByManagerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchasesByManagerAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\PurchasesByManagerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchasesByManagerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\TireScheduleAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\TireScheduleAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\TireScheduleAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\TireScheduleAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\TireScheduleAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\TireScheduleAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction).
Resolving inheritance for "Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\StatController" (parent: .abstract.instanceof.Slivki\Controller\Admin\StatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\StatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\StatController).
Resolving inheritance for "Slivki\Controller\Admin\StatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\StatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction).
Resolving inheritance for "Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stories\StoriesAdminController" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stories\StoriesAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stories\StoriesAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stories\StoriesAdminController).
Resolving inheritance for "Slivki\Controller\Admin\Stories\StoriesAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stories\StoriesAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stories\StoriesCategoryAdminController" (parent: .abstract.instanceof.Slivki\Controller\Admin\Stories\StoriesCategoryAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stories\StoriesCategoryAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stories\StoriesCategoryAdminController).
Resolving inheritance for "Slivki\Controller\Admin\Stories\StoriesCategoryAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stories\StoriesCategoryAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Tag\GetOfferTagsAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Tag\GetOfferTagsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Tag\GetOfferTagsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Tag\GetOfferTagsAction).
Resolving inheritance for "Slivki\Controller\Admin\Tag\GetOfferTagsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Tag\GetOfferTagsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Tag\GetSaleTagsAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\Tag\GetSaleTagsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Tag\GetSaleTagsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Tag\GetSaleTagsAction).
Resolving inheritance for "Slivki\Controller\Admin\Tag\GetSaleTagsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Tag\GetSaleTagsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities" (parent: .abstract.instanceof.Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities).
Resolving inheritance for "Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction).
Resolving inheritance for "Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction).
Resolving inheritance for "Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction).
Resolving inheritance for "Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Subscription\SubtractCodesAction" (parent: .abstract.instanceof.Slivki\Controller\Admin\User\Subscription\SubtractCodesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Subscription\SubtractCodesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Subscription\SubtractCodesAction).
Resolving inheritance for "Slivki\Controller\Admin\User\Subscription\SubtractCodesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Subscription\SubtractCodesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\UserController" (parent: .abstract.instanceof.Slivki\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\UserController).
Resolving inheritance for "Slivki\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction" (parent: .abstract.instanceof.Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction).
Resolving inheritance for "Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction" (parent: .abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction).
Resolving inheritance for "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Beauty\GetCertificatesBeautyAction" (parent: .abstract.instanceof.Slivki\Controller\Beauty\GetCertificatesBeautyAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Beauty\GetCertificatesBeautyAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Beauty\GetCertificatesBeautyAction).
Resolving inheritance for "Slivki\Controller\Beauty\GetCertificatesBeautyAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Beauty\GetCertificatesBeautyAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Beauty\GetMasterAction" (parent: .abstract.instanceof.Slivki\Controller\Beauty\GetMasterAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Beauty\GetMasterAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Beauty\GetMasterAction).
Resolving inheritance for "Slivki\Controller\Beauty\GetMasterAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Beauty\GetMasterAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Beauty\GetOffersBeautyAction" (parent: .abstract.instanceof.Slivki\Controller\Beauty\GetOffersBeautyAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Beauty\GetOffersBeautyAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Beauty\GetOffersBeautyAction).
Resolving inheritance for "Slivki\Controller\Beauty\GetOffersBeautyAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Beauty\GetOffersBeautyAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\DefaultController" (parent: .abstract.instanceof.Slivki\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\DefaultController).
Resolving inheritance for "Slivki\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction" (parent: .abstract.instanceof.Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction).
Resolving inheritance for "Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\DirectorApiController" (parent: .abstract.instanceof.Slivki\Controller\DirectorApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\DirectorApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\DirectorApiController).
Resolving inheritance for "Slivki\Controller\DirectorApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\DirectorApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\DirectorController" (parent: .abstract.instanceof.Slivki\Controller\DirectorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\DirectorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\DirectorController).
Resolving inheritance for "Slivki\Controller\DirectorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\DirectorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\ExportController" (parent: .abstract.instanceof.Slivki\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\ExportController).
Resolving inheritance for "Slivki\Controller\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\External\Feed\BelmetaFeedAction" (parent: .abstract.instanceof.Slivki\Controller\External\Feed\BelmetaFeedAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\External\Feed\BelmetaFeedAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\External\Feed\BelmetaFeedAction).
Resolving inheritance for "Slivki\Controller\External\Feed\BelmetaFeedAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\External\Feed\BelmetaFeedAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction" (parent: .abstract.instanceof.Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction).
Resolving inheritance for "Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction" (parent: .abstract.instanceof.Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction).
Resolving inheritance for "Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetOffersFoodCourtAction" (parent: .abstract.instanceof.Slivki\Controller\FoodCourt\GetOffersFoodCourtAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetOffersFoodCourtAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetOffersFoodCourtAction).
Resolving inheritance for "Slivki\Controller\FoodCourt\GetOffersFoodCourtAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetOffersFoodCourtAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction" (parent: .abstract.instanceof.Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction).
Resolving inheritance for "Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FrontDemoController" (parent: .abstract.instanceof.Slivki\Controller\FrontDemoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FrontDemoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FrontDemoController).
Resolving inheritance for "Slivki\Controller\FrontDemoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FrontDemoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\GetAppLinkAction" (parent: .abstract.instanceof.Slivki\Controller\GetAppLinkAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\GetAppLinkAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\GetAppLinkAction).
Resolving inheritance for "Slivki\Controller\GetAppLinkAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\GetAppLinkAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Gift\GetGiftCertificateAction" (parent: .abstract.instanceof.Slivki\Controller\Gift\GetGiftCertificateAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Gift\GetGiftCertificateAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Gift\GetGiftCertificateAction).
Resolving inheritance for "Slivki\Controller\Gift\GetGiftCertificateAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Gift\GetGiftCertificateAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\GiftCertificatesController" (parent: .abstract.instanceof.Slivki\Controller\GiftCertificatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\GiftCertificatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\GiftCertificatesController).
Resolving inheritance for "Slivki\Controller\GiftCertificatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\GiftCertificatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\IikoOrderController" (parent: .abstract.instanceof.Slivki\Controller\IikoOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\IikoOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\IikoOrderController).
Resolving inheritance for "Slivki\Controller\IikoOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\IikoOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\InfobotController" (parent: .abstract.instanceof.Slivki\Controller\InfobotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\InfobotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\InfobotController).
Resolving inheritance for "Slivki\Controller\InfobotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\InfobotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\InstallmentController" (parent: .abstract.instanceof.Slivki\Controller\InstallmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\InstallmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\InstallmentController).
Resolving inheritance for "Slivki\Controller\InstallmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\InstallmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\LiveSales\ShowLiveSalesAction" (parent: .abstract.instanceof.Slivki\Controller\LiveSales\ShowLiveSalesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\LiveSales\ShowLiveSalesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\LiveSales\ShowLiveSalesAction).
Resolving inheritance for "Slivki\Controller\LiveSales\ShowLiveSalesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\LiveSales\ShowLiveSalesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MailingController" (parent: .abstract.instanceof.Slivki\Controller\MailingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MailingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MailingController).
Resolving inheritance for "Slivki\Controller\MailingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MailingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MallController" (parent: .abstract.instanceof.Slivki\Controller\MallController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MallController).
Resolving inheritance for "Slivki\Controller\MallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MallController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Map\ShowMapAction" (parent: .abstract.instanceof.Slivki\Controller\Map\ShowMapAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Map\ShowMapAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Map\ShowMapAction).
Resolving inheritance for "Slivki\Controller\Map\ShowMapAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Map\ShowMapAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\CommentController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\CommentController).
Resolving inheritance for "Slivki\Controller\MobileApi\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\CompanyController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\CompanyController).
Resolving inheritance for "Slivki\Controller\MobileApi\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\DefaultController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\DefaultController).
Resolving inheritance for "Slivki\Controller\MobileApi\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\DishesController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\DishesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\DishesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\DishesController).
Resolving inheritance for "Slivki\Controller\MobileApi\DishesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\DishesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\GiftCertificateController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\GiftCertificateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\GiftCertificateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\GiftCertificateController).
Resolving inheritance for "Slivki\Controller\MobileApi\GiftCertificateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\GiftCertificateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\MobileApiController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\MobileApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\MobileApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\MobileApiController).
Resolving inheritance for "Slivki\Controller\MobileApi\MobileApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\MobileApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\OfferController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\OfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\OfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\OfferController).
Resolving inheritance for "Slivki\Controller\MobileApi\OfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\OfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\OnlineOrderController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\OnlineOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\OnlineOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\OnlineOrderController).
Resolving inheritance for "Slivki\Controller\MobileApi\OnlineOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\OnlineOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\PartnerController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\PartnerController).
Resolving inheritance for "Slivki\Controller\MobileApi\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\PaymentController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\PaymentController).
Resolving inheritance for "Slivki\Controller\MobileApi\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\SearchController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\SearchController).
Resolving inheritance for "Slivki\Controller\MobileApi\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\ShippingSchedulerController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\ShippingSchedulerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\ShippingSchedulerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\ShippingSchedulerController).
Resolving inheritance for "Slivki\Controller\MobileApi\ShippingSchedulerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\ShippingSchedulerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\UserController" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\UserController).
Resolving inheritance for "Slivki\Controller\MobileApi\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\GetTopCategoriesAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\GetTopCategoriesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\GetTopCategoriesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\GetTopCategoriesAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\GetTopCategoriesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\GetTopCategoriesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Version\GetVersionAction" (parent: .abstract.instanceof.Slivki\Controller\MobileApi\V2\Version\GetVersionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Version\GetVersionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Version\GetVersionAction).
Resolving inheritance for "Slivki\Controller\MobileApi\V2\Version\GetVersionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Version\GetVersionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\NewsController" (parent: .abstract.instanceof.Slivki\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\NewsController).
Resolving inheritance for "Slivki\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Offer\GetVisitedOffersAction" (parent: .abstract.instanceof.Slivki\Controller\Offer\GetVisitedOffersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Offer\GetVisitedOffersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Offer\GetVisitedOffersAction).
Resolving inheritance for "Slivki\Controller\Offer\GetVisitedOffersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Offer\GetVisitedOffersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction" (parent: .abstract.instanceof.Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction).
Resolving inheritance for "Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction" (parent: .abstract.instanceof.Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction).
Resolving inheritance for "Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction" (parent: .abstract.instanceof.Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction).
Resolving inheritance for "Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OrderAsGift\GetOrderAsGiftAction" (parent: .abstract.instanceof.Slivki\Controller\OrderAsGift\GetOrderAsGiftAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OrderAsGift\GetOrderAsGiftAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OrderAsGift\GetOrderAsGiftAction).
Resolving inheritance for "Slivki\Controller\OrderAsGift\GetOrderAsGiftAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OrderAsGift\GetOrderAsGiftAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\PageController" (parent: .abstract.instanceof.Slivki\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\PageController).
Resolving inheritance for "Slivki\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\Code\GetCodesFormAction" (parent: .abstract.instanceof.Slivki\Controller\Partner\Code\GetCodesFormAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\Code\GetCodesFormAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\Code\GetCodesFormAction).
Resolving inheritance for "Slivki\Controller\Partner\Code\GetCodesFormAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\Code\GetCodesFormAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction" (parent: .abstract.instanceof.Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction).
Resolving inheritance for "Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\CodeController" (parent: .abstract.instanceof.Slivki\Controller\Partner\CodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\CodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\CodeController).
Resolving inheritance for "Slivki\Controller\Partner\CodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\CodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\CommentController" (parent: .abstract.instanceof.Slivki\Controller\Partner\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\CommentController).
Resolving inheritance for "Slivki\Controller\Partner\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\DeliveryController" (parent: .abstract.instanceof.Slivki\Controller\Partner\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\DeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\DeliveryController).
Resolving inheritance for "Slivki\Controller\Partner\DeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\DeliveryZoneController" (parent: .abstract.instanceof.Slivki\Controller\Partner\DeliveryZoneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\DeliveryZoneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\DeliveryZoneController).
Resolving inheritance for "Slivki\Controller\Partner\DeliveryZoneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\DeliveryZoneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\OfferController" (parent: .abstract.instanceof.Slivki\Controller\Partner\OfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\OfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\OfferController).
Resolving inheritance for "Slivki\Controller\Partner\OfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\OfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\PartnerController" (parent: .abstract.instanceof.Slivki\Controller\Partner\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\PartnerController).
Resolving inheritance for "Slivki\Controller\Partner\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\TelegramBotController" (parent: .abstract.instanceof.Slivki\Controller\Partner\TelegramBotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\TelegramBotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\TelegramBotController).
Resolving inheritance for "Slivki\Controller\Partner\TelegramBotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\TelegramBotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\TireController" (parent: .abstract.instanceof.Slivki\Controller\Partner\TireController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\TireController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\TireController).
Resolving inheritance for "Slivki\Controller\Partner\TireController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\TireController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\WorkExample\AddWorkExampleAction" (parent: .abstract.instanceof.Slivki\Controller\Partner\WorkExample\AddWorkExampleAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\WorkExample\AddWorkExampleAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\WorkExample\AddWorkExampleAction).
Resolving inheritance for "Slivki\Controller\Partner\WorkExample\AddWorkExampleAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\WorkExample\AddWorkExampleAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\WorkExample\GetWorkExampleAction" (parent: .abstract.instanceof.Slivki\Controller\Partner\WorkExample\GetWorkExampleAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\WorkExample\GetWorkExampleAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\WorkExample\GetWorkExampleAction).
Resolving inheritance for "Slivki\Controller\Partner\WorkExample\GetWorkExampleAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\WorkExample\GetWorkExampleAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction" (parent: .abstract.instanceof.Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction).
Resolving inheritance for "Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\PartnerOfferController" (parent: .abstract.instanceof.Slivki\Controller\PartnerOfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\PartnerOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\PartnerOfferController).
Resolving inheritance for "Slivki\Controller\PartnerOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\PartnerOfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\AbwPayController" (parent: .abstract.instanceof.Slivki\Controller\Payment\AbwPayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\AbwPayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\AbwPayController).
Resolving inheritance for "Slivki\Controller\Payment\AbwPayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\AbwPayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\AssistController" (parent: .abstract.instanceof.Slivki\Controller\Payment\AssistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\AssistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\AssistController).
Resolving inheritance for "Slivki\Controller\Payment\AssistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\AssistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction" (parent: .abstract.instanceof.Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction).
Resolving inheritance for "Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction" (parent: .abstract.instanceof.Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction).
Resolving inheritance for "Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction" (parent: .abstract.instanceof.Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction).
Resolving inheritance for "Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\BePaidController" (parent: .abstract.instanceof.Slivki\Controller\Payment\BePaidController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\BePaidController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\BePaidController).
Resolving inheritance for "Slivki\Controller\Payment\BePaidController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\BePaidController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\IPayController" (parent: .abstract.instanceof.Slivki\Controller\Payment\IPayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\IPayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\IPayController).
Resolving inheritance for "Slivki\Controller\Payment\IPayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\IPayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\PaymentController" (parent: .abstract.instanceof.Slivki\Controller\Payment\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\PaymentController).
Resolving inheritance for "Slivki\Controller\Payment\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\PhoneController" (parent: .abstract.instanceof.Slivki\Controller\Payment\PhoneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\PhoneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\PhoneController).
Resolving inheritance for "Slivki\Controller\Payment\PhoneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\PhoneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\WebMoneyController" (parent: .abstract.instanceof.Slivki\Controller\Payment\WebMoneyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\WebMoneyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\WebMoneyController).
Resolving inheritance for "Slivki\Controller\Payment\WebMoneyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\WebMoneyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Profile\Subscription\ControlSubscriptionAction" (parent: .abstract.instanceof.Slivki\Controller\Profile\Subscription\ControlSubscriptionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Profile\Subscription\ControlSubscriptionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Profile\Subscription\ControlSubscriptionAction).
Resolving inheritance for "Slivki\Controller\Profile\Subscription\ControlSubscriptionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Profile\Subscription\ControlSubscriptionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction" (parent: .abstract.instanceof.Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction).
Resolving inheritance for "Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Profile\Subscription\ManageSubscriptionAction" (parent: .abstract.instanceof.Slivki\Controller\Profile\Subscription\ManageSubscriptionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Profile\Subscription\ManageSubscriptionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Profile\Subscription\ManageSubscriptionAction).
Resolving inheritance for "Slivki\Controller\Profile\Subscription\ManageSubscriptionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Profile\Subscription\ManageSubscriptionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SaleController" (parent: .abstract.instanceof.Slivki\Controller\SaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SaleController).
Resolving inheritance for "Slivki\Controller\SaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SaleProductController" (parent: .abstract.instanceof.Slivki\Controller\SaleProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SaleProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SaleProductController).
Resolving inheritance for "Slivki\Controller\SaleProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SaleProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SearchController" (parent: .abstract.instanceof.Slivki\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SearchController).
Resolving inheritance for "Slivki\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\ShareController" (parent: .abstract.instanceof.Slivki\Controller\ShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\ShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\ShareController).
Resolving inheritance for "Slivki\Controller\ShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\ShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\ShippingSchedulerController" (parent: .abstract.instanceof.Slivki\Controller\ShippingSchedulerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\ShippingSchedulerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\ShippingSchedulerController).
Resolving inheritance for "Slivki\Controller\ShippingSchedulerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\ShippingSchedulerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SiteController" (parent: .abstract.instanceof.Slivki\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SiteController).
Resolving inheritance for "Slivki\Controller\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Statistic\CreatePhoneCoverClickAction" (parent: .abstract.instanceof.Slivki\Controller\Statistic\CreatePhoneCoverClickAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Statistic\CreatePhoneCoverClickAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Statistic\CreatePhoneCoverClickAction).
Resolving inheritance for "Slivki\Controller\Statistic\CreatePhoneCoverClickAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Statistic\CreatePhoneCoverClickAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Subscription\GetSubscriptionStatusAction" (parent: .abstract.instanceof.Slivki\Controller\Subscription\GetSubscriptionStatusAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Subscription\GetSubscriptionStatusAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Subscription\GetSubscriptionStatusAction).
Resolving inheritance for "Slivki\Controller\Subscription\GetSubscriptionStatusAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Subscription\GetSubscriptionStatusAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction" (parent: .abstract.instanceof.Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction).
Resolving inheritance for "Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Telegram\CourierBotController" (parent: .abstract.instanceof.Slivki\Controller\Telegram\CourierBotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Telegram\CourierBotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Telegram\CourierBotController).
Resolving inheritance for "Slivki\Controller\Telegram\CourierBotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Telegram\CourierBotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Telegram\DeliveryBotController" (parent: .abstract.instanceof.Slivki\Controller\Telegram\DeliveryBotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Telegram\DeliveryBotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Telegram\DeliveryBotController).
Resolving inheritance for "Slivki\Controller\Telegram\DeliveryBotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Telegram\DeliveryBotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Telegram\TelegramBotController" (parent: .abstract.instanceof.Slivki\Controller\Telegram\TelegramBotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Telegram\TelegramBotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Telegram\TelegramBotController).
Resolving inheritance for "Slivki\Controller\Telegram\TelegramBotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Telegram\TelegramBotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Tire\GetTireOffersAction" (parent: .abstract.instanceof.Slivki\Controller\Tire\GetTireOffersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Tire\GetTireOffersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Tire\GetTireOffersAction).
Resolving inheritance for "Slivki\Controller\Tire\GetTireOffersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Tire\GetTireOffersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Tire\GetTiresByOfferAction" (parent: .abstract.instanceof.Slivki\Controller\Tire\GetTiresByOfferAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Tire\GetTiresByOfferAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Tire\GetTiresByOfferAction).
Resolving inheritance for "Slivki\Controller\Tire\GetTiresByOfferAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Tire\GetTiresByOfferAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\TireController" (parent: .abstract.instanceof.Slivki\Controller\TireController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\TireController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\TireController).
Resolving inheritance for "Slivki\Controller\TireController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\TireController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\TyresDemoController" (parent: .abstract.instanceof.Slivki\Controller\TyresDemoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\TyresDemoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\TyresDemoController).
Resolving inheritance for "Slivki\Controller\TyresDemoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\TyresDemoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\UserController" (parent: .abstract.instanceof.Slivki\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\UserController).
Resolving inheritance for "Slivki\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\WorkExample\GetWorkExamplesAction" (parent: .abstract.instanceof.Slivki\Controller\WorkExample\GetWorkExamplesAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\WorkExample\GetWorkExamplesAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\WorkExample\GetWorkExamplesAction).
Resolving inheritance for "Slivki\Controller\WorkExample\GetWorkExamplesAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\WorkExample\GetWorkExamplesAction).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\Category\ActivateInBestOffersCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\Category\ActivateInBestOffersCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\Category\ActivateInBestOffersCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\Category\ActivateInBestOffersCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\Category\DeactivateInBestOffersCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\Category\DeactivateInBestOffersCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\Category\DeactivateInBestOffersCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\Category\DeactivateInBestOffersCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\City\SetCityPositionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\City\SetCityPositionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\City\SetCityPositionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\City\SetCityPositionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\AddMediaToInteriorGalleryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\AddMediaToInteriorGalleryHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\AddMediaToInteriorGalleryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\AddMediaToInteriorGalleryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\DeleteMediaFromInteriorGalleryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\DeleteMediaFromInteriorGalleryHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\DeleteMediaFromInteriorGalleryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\DeleteMediaFromInteriorGalleryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\CreatePartnerMailingCampaignHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\CreatePartnerMailingCampaignHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\CreatePartnerMailingCampaignHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\CreatePartnerMailingCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\EditPartnerMailingCampaignHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\EditPartnerMailingCampaignHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\EditPartnerMailingCampaignHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\EditPartnerMailingCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SendPartnerMailingCampaignHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SendPartnerMailingCampaignHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SendPartnerMailingCampaignHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SendPartnerMailingCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SentTestPartnerMailingCampaignHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SentTestPartnerMailingCampaignHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SentTestPartnerMailingCampaignHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SentTestPartnerMailingCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\CreateOfferCodePoolHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\CreateOfferCodePoolHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\CreateOfferCodePoolHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\CreateOfferCodePoolHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\EditOfferCodePoolHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\EditOfferCodePoolHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\EditOfferCodePoolHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\EditOfferCodePoolHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\DecreaseUserMoneyBalanceHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\User\DecreaseUserMoneyBalanceHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\User\DecreaseUserMoneyBalanceHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\DecreaseUserMoneyBalanceHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\Employee\CreateEmployeeHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\User\Employee\CreateEmployeeHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\User\Employee\CreateEmployeeHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\Employee\CreateEmployeeHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\Employee\DeleteEmployeeHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\User\Employee\DeleteEmployeeHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\User\Employee\DeleteEmployeeHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\Employee\DeleteEmployeeHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\IncreaseUserMoneyBalanceHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\User\IncreaseUserMoneyBalanceHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Api\User\IncreaseUserMoneyBalanceHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\IncreaseUserMoneyBalanceHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Beauty\CreateMasterHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Beauty\CreateMasterHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Beauty\CreateMasterHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Beauty\CreateMasterHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Beauty\EditMasterHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Beauty\EditMasterHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Beauty\EditMasterHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Beauty\EditMasterHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Beauty\EditMastersForLocationsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Beauty\EditMastersForLocationsHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Beauty\EditMastersForLocationsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Beauty\EditMastersForLocationsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\EditOfferNoteHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\EditOfferNoteHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\EditOfferNoteHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\EditOfferNoteHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\ActivateTireHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\ActivateTireHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\ActivateTireHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\ActivateTireHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\CreateTireHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\CreateTireHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\CreateTireHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\CreateTireHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\DeactivateTireHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\DeactivateTireHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\DeactivateTireHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\DeactivateTireHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\EditTireHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\EditTireHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\EditTireHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\EditTireHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\SortTireHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\SortTireHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\SortTireHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\SortTireHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\SaveOfferNoteHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\SaveOfferNoteHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\SaveOfferNoteHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\SaveOfferNoteHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\CreateGalleryVideoHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\CreateGalleryVideoHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\Video\CreateGalleryVideoHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\CreateGalleryVideoHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\CreateVideoPackageHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\CreateVideoPackageHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\Video\CreateVideoPackageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\CreateVideoPackageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteGalleryVideoHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteGalleryVideoHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteGalleryVideoHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteGalleryVideoHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteVideoPackageHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteVideoPackageHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteVideoPackageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteVideoPackageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\EditGalleryVideoHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\EditGalleryVideoHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\Video\EditGalleryVideoHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\EditGalleryVideoHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\EditVideoPackageHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\EditVideoPackageHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\Video\EditVideoPackageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\EditVideoPackageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\UpdateVideoPositionsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\UpdateVideoPositionsHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\Offer\Video\UpdateVideoPositionsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\UpdateVideoPositionsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\ServerFeature\EditServerFeatureHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Admin\ServerFeature\EditServerFeatureHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Admin\ServerFeature\EditServerFeatureHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\ServerFeature\EditServerFeatureHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\DeleteUserHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\DeleteUserHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Api\Partner\DeleteUserHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\DeleteUserHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\AddOfferCommentHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\AddOfferCommentHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\AddOfferCommentHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\AddOfferCommentHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\SetCommentSeenByPartnerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\SetCommentSeenByPartnerHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\SetCommentSeenByPartnerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\SetCommentSeenByPartnerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\Security\SendLoginCodeHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\Security\SendLoginCodeHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Api\Partner\Security\SendLoginCodeHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\Security\SendLoginCodeHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\UnuseCodeHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\UnuseCodeHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Api\Partner\UnuseCodeHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\UnuseCodeHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\UseCodeHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\UseCodeHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Api\Partner\UseCodeHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\UseCodeHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\WorkExample\CreateWorkExampleHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\WorkExample\CreateWorkExampleHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Api\Partner\WorkExample\CreateWorkExampleHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\WorkExample\CreateWorkExampleHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\WorkExample\DeleteWorkExampleHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\WorkExample\DeleteWorkExampleHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Api\Partner\WorkExample\DeleteWorkExampleHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\WorkExample\DeleteWorkExampleHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\WorkExample\EditWorkExampleHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\WorkExample\EditWorkExampleHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Api\Partner\WorkExample\EditWorkExampleHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\WorkExample\EditWorkExampleHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Authorization\SendPhoneNumberCodeHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Authorization\SendPhoneNumberCodeHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Authorization\SendPhoneNumberCodeHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Authorization\SendPhoneNumberCodeHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\ActivateMobileEntranceBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\ActivateMobileEntranceBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\ActivateMobileEntranceBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\ActivateMobileEntranceBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateCategoryMobileEntranceBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateCategoryMobileEntranceBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateCategoryMobileEntranceBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateCategoryMobileEntranceBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateExternalMobileEntranceBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateExternalMobileEntranceBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateExternalMobileEntranceBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateExternalMobileEntranceBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateOfferMobileEntranceBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateOfferMobileEntranceBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateOfferMobileEntranceBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateOfferMobileEntranceBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeactivateMobileEntranceBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeactivateMobileEntranceBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeactivateMobileEntranceBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeactivateMobileEntranceBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeleteMobileEntranceBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeleteMobileEntranceBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeleteMobileEntranceBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeleteMobileEntranceBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditCategoryMobileEntranceBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditCategoryMobileEntranceBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditCategoryMobileEntranceBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditCategoryMobileEntranceBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditExternalMobileEntranceBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditExternalMobileEntranceBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditExternalMobileEntranceBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditExternalMobileEntranceBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditMobileEntranceBannerPositionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditMobileEntranceBannerPositionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditMobileEntranceBannerPositionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditMobileEntranceBannerPositionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditOfferMobileEntranceBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditOfferMobileEntranceBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditOfferMobileEntranceBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditOfferMobileEntranceBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Beauty\EditCertificateBeautyPositionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Beauty\EditCertificateBeautyPositionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Beauty\EditCertificateBeautyPositionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Beauty\EditCertificateBeautyPositionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\AddBonusHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Bonus\AddBonusHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Bonus\AddBonusHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\AddBonusHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateAddBonusBalanceActivityHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateAddBonusBalanceActivityHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateAddBonusBalanceActivityHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateAddBonusBalanceActivityHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateReduceBonusBalanceActivityHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateReduceBonusBalanceActivityHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateReduceBonusBalanceActivityHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateReduceBonusBalanceActivityHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\EditBonusHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Bonus\EditBonusHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Bonus\EditBonusHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\EditBonusHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\WriteOffBonusHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Bonus\WriteOffBonusHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Bonus\WriteOffBonusHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\WriteOffBonusHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\ActivateMeOnMapFeaturedCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Category\ActivateMeOnMapFeaturedCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Category\ActivateMeOnMapFeaturedCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\ActivateMeOnMapFeaturedCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\DeactivateMeOnMapFeaturedCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Category\DeactivateMeOnMapFeaturedCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Category\DeactivateMeOnMapFeaturedCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\DeactivateMeOnMapFeaturedCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\DeleteCategoryMapPinIconHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Category\DeleteCategoryMapPinIconHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Category\DeleteCategoryMapPinIconHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\DeleteCategoryMapPinIconHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapFeaturedPositionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapFeaturedPositionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapFeaturedPositionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapFeaturedPositionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapPositionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapPositionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapPositionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapPositionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\SaleCategoryCacheReloadHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Category\SaleCategoryCacheReloadHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Category\SaleCategoryCacheReloadHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\SaleCategoryCacheReloadHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\FoodCourt\ActivateFoodCourtDishHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\FoodCourt\ActivateFoodCourtDishHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\FoodCourt\ActivateFoodCourtDishHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\FoodCourt\ActivateFoodCourtDishHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\FoodCourt\DeactivateFoodCourtDishHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\FoodCourt\DeactivateFoodCourtDishHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\FoodCourt\DeactivateFoodCourtDishHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\FoodCourt\DeactivateFoodCourtDishHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\ActivateGiftCertificateGroupHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\ActivateGiftCertificateGroupHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\ActivateGiftCertificateGroupHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\ActivateGiftCertificateGroupHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\CreateGiftCertificateGroupHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\CreateGiftCertificateGroupHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\CreateGiftCertificateGroupHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\CreateGiftCertificateGroupHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DeactivateGiftCertificateGroupHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DeactivateGiftCertificateGroupHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DeactivateGiftCertificateGroupHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DeactivateGiftCertificateGroupHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DisableGiftCertificatePositionInGroupHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DisableGiftCertificatePositionInGroupHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DisableGiftCertificatePositionInGroupHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DisableGiftCertificatePositionInGroupHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EditGiftCertificateGroupHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EditGiftCertificateGroupHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EditGiftCertificateGroupHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EditGiftCertificateGroupHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EnableGiftCertificatePositionInGroupHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EnableGiftCertificatePositionInGroupHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EnableGiftCertificatePositionInGroupHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EnableGiftCertificatePositionInGroupHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateGroupsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateGroupsHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateGroupsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateGroupsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateInGroupHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateInGroupHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateInGroupHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateInGroupHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\ActivateGiftCertificateGiftCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\ActivateGiftCertificateGiftCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificateGiftCategory\ActivateGiftCertificateGiftCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\ActivateGiftCertificateGiftCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\CreateGiftCertificateGiftCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\CreateGiftCertificateGiftCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificateGiftCategory\CreateGiftCertificateGiftCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\CreateGiftCertificateGiftCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\DeactivateGiftCertificateGiftCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\DeactivateGiftCertificateGiftCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificateGiftCategory\DeactivateGiftCertificateGiftCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\DeactivateGiftCertificateGiftCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\EditGiftCertificateGiftCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\EditGiftCertificateGiftCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\GiftCertificateGiftCategory\EditGiftCertificateGiftCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\EditGiftCertificateGiftCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\LiveSales\LiveSalesCacheClearHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\LiveSales\LiveSalesCacheClearHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\LiveSales\LiveSalesCacheClearHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\LiveSales\LiveSalesCacheClearHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MailingCampaign\Partner\CreatePartnerMailingCampaignActionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\MailingCampaign\Partner\CreatePartnerMailingCampaignActionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\MailingCampaign\Partner\CreatePartnerMailingCampaignActionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MailingCampaign\Partner\CreatePartnerMailingCampaignActionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MainMenu\EditMainMenuAppFixedPositionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\MainMenu\EditMainMenuAppFixedPositionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\MainMenu\EditMainMenuAppFixedPositionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MainMenu\EditMainMenuAppFixedPositionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\CreateOfferPositionPaidHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\MeOnMap\CreateOfferPositionPaidHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\MeOnMap\CreateOfferPositionPaidHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\CreateOfferPositionPaidHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\DeleteOfferPositionPaidHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\MeOnMap\DeleteOfferPositionPaidHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\MeOnMap\DeleteOfferPositionPaidHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\DeleteOfferPositionPaidHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\EditOfferPositionPaidPositionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\MeOnMap\EditOfferPositionPaidPositionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\MeOnMap\EditOfferPositionPaidPositionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\EditOfferPositionPaidPositionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\EditOfferPriceOnMapHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\MeOnMap\EditOfferPriceOnMapHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\MeOnMap\EditOfferPriceOnMapHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\EditOfferPriceOnMapHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\EditOfferRatingOnMapHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\MeOnMap\EditOfferRatingOnMapHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\MeOnMap\EditOfferRatingOnMapHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\EditOfferRatingOnMapHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\DeliveryZoneMedia\DeleteOfferDeliveryZoneMediaHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Offer\DeliveryZoneMedia\DeleteOfferDeliveryZoneMediaHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Offer\DeliveryZoneMedia\DeleteOfferDeliveryZoneMediaHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\DeliveryZoneMedia\DeleteOfferDeliveryZoneMediaHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\ActivateFoodOfferExtensionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\ActivateFoodOfferExtensionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Offer\FoodOfferExtension\ActivateFoodOfferExtensionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\ActivateFoodOfferExtensionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\DeactivateFoodOfferExtensionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\DeactivateFoodOfferExtensionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Offer\FoodOfferExtension\DeactivateFoodOfferExtensionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\DeactivateFoodOfferExtensionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\HideFoodOfferExtensionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\HideFoodOfferExtensionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Offer\FoodOfferExtension\HideFoodOfferExtensionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\HideFoodOfferExtensionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\OfferMapLogoMedia\DeleteOfferMapLogoMediaHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Offer\OfferMapLogoMedia\DeleteOfferMapLogoMediaHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Offer\OfferMapLogoMedia\DeleteOfferMapLogoMediaHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\OfferMapLogoMedia\DeleteOfferMapLogoMediaHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\OfferStatusLog\CreateOfferStatusLogHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\OfferStatusLog\CreateOfferStatusLogHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\OfferStatusLog\CreateOfferStatusLogHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\OfferStatusLog\CreateOfferStatusLogHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\OnlineOrder\GiftCertificate\EditGiftCertificateOnlineOrderHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\OnlineOrder\GiftCertificate\EditGiftCertificateOnlineOrderHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\OnlineOrder\GiftCertificate\EditGiftCertificateOnlineOrderHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\OnlineOrder\GiftCertificate\EditGiftCertificateOnlineOrderHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Order\CheckoutPromoCodeOnlineHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Order\CheckoutPromoCodeOnlineHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Order\CheckoutPromoCodeOnlineHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Order\CheckoutPromoCodeOnlineHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Order\PayPromoCodeForBatchCodesOnlineHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Order\PayPromoCodeForBatchCodesOnlineHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Order\PayPromoCodeForBatchCodesOnlineHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Order\PayPromoCodeForBatchCodesOnlineHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Order\PayPromoCodeForSubscriptionOnlineHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Order\PayPromoCodeForSubscriptionOnlineHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Order\PayPromoCodeForSubscriptionOnlineHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Order\PayPromoCodeForSubscriptionOnlineHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Partner\AddPartnerAdditionalDiscountsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Partner\AddPartnerAdditionalDiscountsHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Partner\AddPartnerAdditionalDiscountsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Partner\AddPartnerAdditionalDiscountsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Statistic\CreateOfferDailyStatisticHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Statistic\CreateOfferDailyStatisticHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Statistic\CreateOfferDailyStatisticHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Statistic\CreateOfferDailyStatisticHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Statistic\CreatePhoneCoverClickHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Statistic\CreatePhoneCoverClickHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Statistic\CreatePhoneCoverClickHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Statistic\CreatePhoneCoverClickHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Subscription\DeleteSharedSubscriptionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Subscription\DeleteSharedSubscriptionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Subscription\DeleteSharedSubscriptionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Subscription\DeleteSharedSubscriptionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Subscription\ShareSubscriptionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Subscription\ShareSubscriptionHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Subscription\ShareSubscriptionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Subscription\ShareSubscriptionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\CreateOfferTagHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Tag\CreateOfferTagHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Tag\CreateOfferTagHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\CreateOfferTagHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\CreateSaleTagHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Tag\CreateSaleTagHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Tag\CreateSaleTagHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\CreateSaleTagHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\DeleteOfferTagHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Tag\DeleteOfferTagHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Tag\DeleteOfferTagHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\DeleteOfferTagHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\DeleteSaleTagHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Tag\DeleteSaleTagHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Tag\DeleteSaleTagHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\DeleteSaleTagHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tire\CreateTireOrderHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\Tire\CreateTireOrderHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\Tire\CreateTireOrderHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tire\CreateTireOrderHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\User\RemoveUserAddressHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Command\User\RemoveUserAddressHandler).
Resolving inheritance for "Slivki\MessageHandler\Command\User\RemoveUserAddressHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\User\RemoveUserAddressHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetCategoriesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetCategoriesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Beauty\Master\GetCategoriesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetCategoriesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetMasterHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetMasterHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Beauty\Master\GetMasterHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetMasterHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetOfferMastersHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetOfferMastersHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Beauty\Master\GetOfferMastersHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetOfferMastersHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Bonus\GetBonusesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Bonus\GetBonusesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Bonus\GetBonusesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Bonus\GetBonusesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Category\GetCategoriesForBestOffersSettingsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Category\GetCategoriesForBestOffersSettingsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Category\GetCategoriesForBestOffersSettingsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Category\GetCategoriesForBestOffersSettingsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapCategoriesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapCategoriesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapCategoriesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapCategoriesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapFeaturedCategoriesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapFeaturedCategoriesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapFeaturedCategoriesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapFeaturedCategoriesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\City\GetCityPositionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\City\GetCityPositionHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\City\GetCityPositionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\City\GetCityPositionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\GiftCertificate\GiftCertificateAllCategoriesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\GiftCertificate\GiftCertificateAllCategoriesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\GiftCertificate\GiftCertificateAllCategoriesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\GiftCertificate\GiftCertificateAllCategoriesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\GetCoordinatesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Offer\GetCoordinatesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Offer\GetCoordinatesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\GetCoordinatesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTireHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTireHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTireHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTireHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTiresByOfferHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTiresByOfferHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTiresByOfferHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTiresByOfferHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideoHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideoHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideoHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideoHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideosByOfferHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideosByOfferHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideosByOfferHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideosByOfferHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\ServerFeature\ServerFeatureHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\ServerFeature\ServerFeatureHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\ServerFeature\ServerFeatureHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\ServerFeature\ServerFeatureHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\GetCodesStatHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Stat\GetCodesStatHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Stat\GetCodesStatHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\GetCodesStatHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\GetOfferDailyStatisticHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Stat\GetOfferDailyStatisticHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Stat\GetOfferDailyStatisticHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\GetOfferDailyStatisticHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\GetPartnerMailingCampaignStatisticHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Stat\GetPartnerMailingCampaignStatisticHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Stat\GetPartnerMailingCampaignStatisticHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\GetPartnerMailingCampaignStatisticHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\User\Registration\GetUserRegistrationStatHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Stat\User\Registration\GetUserRegistrationStatHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Stat\User\Registration\GetUserRegistrationStatHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\User\Registration\GetUserRegistrationStatHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Tag\GetOfferTagsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Tag\GetOfferTagsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Tag\GetOfferTagsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Tag\GetOfferTagsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Tag\GetSaleTagsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Tag\GetSaleTagsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Tag\GetSaleTagsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Tag\GetSaleTagsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Tag\GetTagAutocompleteHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\Tag\GetTagAutocompleteHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\Tag\GetTagAutocompleteHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Tag\GetTagAutocompleteHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivitiesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivitiesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivitiesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivitiesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\User\Employee\GetCompanyEmployeesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\User\Employee\GetCompanyEmployeesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\User\Employee\GetCompanyEmployeesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\User\Employee\GetCompanyEmployeesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\User\Subscription\SearchUserSubscriptionCodeHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Admin\User\Subscription\SearchUserSubscriptionCodeHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Admin\User\Subscription\SearchUserSubscriptionCodeHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\User\Subscription\SearchUserSubscriptionCodeHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Api\MobApi\GetVersionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Api\MobApi\GetVersionHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Api\MobApi\GetVersionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Api\MobApi\GetVersionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Api\Partner\GetPartnerInfoHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Api\Partner\GetPartnerInfoHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Api\Partner\GetPartnerInfoHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Api\Partner\GetPartnerInfoHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Banner\GetMobileCommentHundredBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Banner\GetMobileCommentHundredBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Banner\GetMobileCommentHundredBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Banner\GetMobileCommentHundredBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannerHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannersHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannersHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannersHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannersHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Category\GetMastersHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Category\GetMastersHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Beauty\Category\GetMastersHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Category\GetMastersHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Category\GetMastersWithFilterHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Category\GetMastersWithFilterHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Beauty\Category\GetMastersWithFilterHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Category\GetMastersWithFilterHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Certificate\GetCertificateBeautyHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Certificate\GetCertificateBeautyHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Beauty\Certificate\GetCertificateBeautyHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Certificate\GetCertificateBeautyHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\GetMasterHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Beauty\GetMasterHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Beauty\GetMasterHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\GetMasterHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetMastersHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Offer\GetMastersHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Beauty\Offer\GetMastersHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetMastersHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetMastersWithFilterHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Offer\GetMastersWithFilterHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Beauty\Offer\GetMastersWithFilterHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetMastersWithFilterHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetOffersBeautyHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Offer\GetOffersBeautyHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Beauty\Offer\GetOffersBeautyHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetOffersBeautyHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetWorkExampleOfMasterHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Offer\GetWorkExampleOfMasterHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Beauty\Offer\GetWorkExampleOfMasterHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetWorkExampleOfMasterHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Comment\ClaimCommentHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Comment\ClaimCommentHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Comment\ClaimCommentHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Comment\ClaimCommentHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Comment\GetCommentsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Comment\GetCommentsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Comment\GetCommentsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Comment\GetCommentsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Comment\GetCommentsPaginationHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Comment\GetCommentsPaginationHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Comment\GetCommentsPaginationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Comment\GetCommentsPaginationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\Category\GetBeyondMinskRingRoadDeliveryCategoriesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\Category\GetBeyondMinskRingRoadDeliveryCategoriesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\FoodCourt\Category\GetBeyondMinskRingRoadDeliveryCategoriesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\Category\GetBeyondMinskRingRoadDeliveryCategoriesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\GetFoodCourtSettingsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\GetFoodCourtSettingsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\FoodCourt\GetFoodCourtSettingsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\GetFoodCourtSettingsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\GetLogosFoodCourtHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\GetLogosFoodCourtHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\FoodCourt\GetLogosFoodCourtHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\GetLogosFoodCourtHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetGeoLocationInfoHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetGeoLocationInfoHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetGeoLocationInfoHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetGeoLocationInfoHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetPickupGeoLocationHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetPickupGeoLocationHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetPickupGeoLocationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetPickupGeoLocationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\Offer\GetRestofestOffersHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\Offer\GetRestofestOffersHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\FoodCourt\Offer\GetRestofestOffersHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\Offer\GetRestofestOffersHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GetDeeplinkHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GetDeeplinkHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GetDeeplinkHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GetDeeplinkHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Gift\GetGiftCategoriesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Gift\GetGiftCategoriesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Gift\GetGiftCategoriesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Gift\GetGiftCategoriesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Gift\GetGiftCertificatesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Gift\GetGiftCertificatesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Gift\GetGiftCertificatesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Gift\GetGiftCertificatesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetCategoriesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GetCategoriesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificate\GetCategoriesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetCategoriesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateCategoriesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateCategoriesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateCategoriesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateCategoriesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificatesByOfferHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificatesByOfferHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificatesByOfferHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificatesByOfferHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetOfferGiftCertificatesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GetOfferGiftCertificatesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificate\GetOfferGiftCertificatesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetOfferGiftCertificatesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\InteriorGallery\GetInteriorGalleriesByCategoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\InteriorGallery\GetInteriorGalleriesByCategoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\InteriorGallery\GetInteriorGalleriesByCategoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\InteriorGallery\GetInteriorGalleriesByCategoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\LiveSales\GetOfferLiveSalesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\LiveSales\GetOfferLiveSalesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\LiveSales\GetOfferLiveSalesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\LiveSales\GetOfferLiveSalesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\MeOnMap\GetOfferPositionPaidHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\MeOnMap\GetOfferPositionPaidHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\MeOnMap\GetOfferPositionPaidHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\MeOnMap\GetOfferPositionPaidHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\MeOnMap\GetStatHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\MeOnMap\GetStatHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\MeOnMap\GetStatHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\MeOnMap\GetStatHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByIdHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByIdHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByIdHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByIdHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByOfferHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByOfferHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByOfferHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByOfferHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetOfferAutocompleteHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Offer\GetOfferAutocompleteHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Offer\GetOfferAutocompleteHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetOfferAutocompleteHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetOfferByIdsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Offer\GetOfferByIdsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Offer\GetOfferByIdsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetOfferByIdsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetOffersByGiftCertificateFilterHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Offer\GetOffersByGiftCertificateFilterHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Offer\GetOffersByGiftCertificateFilterHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetOffersByGiftCertificateFilterHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetVisitedOffersHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Offer\GetVisitedOffersHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Offer\GetVisitedOffersHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetVisitedOffersHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetYandexPromocodeHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Offer\GetYandexPromocodeHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Offer\GetYandexPromocodeHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetYandexPromocodeHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GetOfferPickupAddressesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\GetOfferPickupAddressesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\GetOfferPickupAddressesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GetOfferPickupAddressesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressGiftHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressGiftHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressGiftHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressGiftHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Payment\GetOrderStatusHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Payment\GetOrderStatusHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\Payment\GetOrderStatusHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Payment\GetOrderStatusHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Tire\GetTiresByOfferHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Tire\GetTiresByOfferHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\Tire\GetTiresByOfferHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Tire\GetTiresByOfferHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetExtensionsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetExtensionsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetExtensionsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetExtensionsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetGeoLocationsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetGeoLocationsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetGeoLocationsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetGeoLocationsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetNearestTimeHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetNearestTimeHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetNearestTimeHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetNearestTimeHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorStatisticHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorStatisticHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorStatisticHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorStatisticHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\GetPartnerAdditionalDiscountsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Partner\GetPartnerAdditionalDiscountsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Partner\GetPartnerAdditionalDiscountsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\GetPartnerAdditionalDiscountsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\History\GetCertificateHistoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Partner\History\GetCertificateHistoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Partner\History\GetCertificateHistoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\History\GetCertificateHistoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\History\GetCodeHistoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Partner\History\GetCodeHistoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Partner\History\GetCodeHistoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\History\GetCodeHistoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\History\GetOnlineOrderHistoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Partner\History\GetOnlineOrderHistoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Partner\History\GetOnlineOrderHistoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\History\GetOnlineOrderHistoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\Offer\Comment\GetOfferCommentsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Partner\Offer\Comment\GetOfferCommentsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Partner\Offer\Comment\GetOfferCommentsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\Offer\Comment\GetOfferCommentsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\PartnerImageUploadHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Partner\PartnerImageUploadHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Partner\PartnerImageUploadHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\PartnerImageUploadHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\WorkExample\AddWorkExampleHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Partner\WorkExample\AddWorkExampleHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Partner\WorkExample\AddWorkExampleHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\WorkExample\AddWorkExampleHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExampleHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExampleHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExampleHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExampleHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExamplesByOfferHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExamplesByOfferHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExamplesByOfferHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExamplesByOfferHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Payment\GetCodePurchaseInfoHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Payment\GetCodePurchaseInfoHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Payment\GetCodePurchaseInfoHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Payment\GetCodePurchaseInfoHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Payment\GetStatusOplatiTransactionHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Payment\GetStatusOplatiTransactionHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Payment\GetStatusOplatiTransactionHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Payment\GetStatusOplatiTransactionHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Review\GetReviewsByOfferHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Review\GetReviewsByOfferHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Review\GetReviewsByOfferHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Review\GetReviewsByOfferHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Review\GetReviewsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Review\GetReviewsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Review\GetReviewsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Review\GetReviewsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Scheduler\GeoLocationSchedulerHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Scheduler\GeoLocationSchedulerHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Scheduler\GeoLocationSchedulerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Scheduler\GeoLocationSchedulerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Settings\GetSettingHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Settings\GetSettingHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Settings\GetSettingHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Settings\GetSettingHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Subscription\GetChildSubscribersHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Subscription\GetChildSubscribersHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Subscription\GetChildSubscribersHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Subscription\GetChildSubscribersHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireFilterDatesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Tire\GetTireFilterDatesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Tire\GetTireFilterDatesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireFilterDatesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireFilterTimeHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Tire\GetTireFilterTimeHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Tire\GetTireFilterTimeHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireFilterTimeHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireLocationsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Tire\GetTireLocationsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Tire\GetTireLocationsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireLocationsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireOrderHistoryHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Tire\GetTireOrderHistoryHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Tire\GetTireOrderHistoryHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireOrderHistoryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTiresByOfferHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\Tire\GetTiresByOfferHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\Tire\GetTiresByOfferHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTiresByOfferHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\User\Favorite\GetUserFavoriteOffersHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\User\Favorite\GetUserFavoriteOffersHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\User\Favorite\GetUserFavoriteOffersHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\User\Favorite\GetUserFavoriteOffersHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\User\GetVisitedOfferIdsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\User\GetVisitedOfferIdsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\User\GetVisitedOfferIdsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\User\GetVisitedOfferIdsHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesSettingsHandler" (parent: .abstract.instanceof.Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesSettingsHandler).
Resolving inheritance for "Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesSettingsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesSettingsHandler).
Resolving inheritance for ".instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CancelTransaction" (parent: .abstract.instanceof.Slivki\Payment\Payme\MerchantApi\CancelTransaction).
Resolving inheritance for "Slivki\Payment\Payme\MerchantApi\CancelTransaction" (parent: .instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CancelTransaction).
Resolving inheritance for ".instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CheckPerformTransaction" (parent: .abstract.instanceof.Slivki\Payment\Payme\MerchantApi\CheckPerformTransaction).
Resolving inheritance for "Slivki\Payment\Payme\MerchantApi\CheckPerformTransaction" (parent: .instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CheckPerformTransaction).
Resolving inheritance for ".instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CheckTransaction" (parent: .abstract.instanceof.Slivki\Payment\Payme\MerchantApi\CheckTransaction).
Resolving inheritance for "Slivki\Payment\Payme\MerchantApi\CheckTransaction" (parent: .instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CheckTransaction).
Resolving inheritance for ".instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CreateTransaction" (parent: .abstract.instanceof.Slivki\Payment\Payme\MerchantApi\CreateTransaction).
Resolving inheritance for "Slivki\Payment\Payme\MerchantApi\CreateTransaction" (parent: .instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CreateTransaction).
Resolving inheritance for ".instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\PerformTransaction" (parent: .abstract.instanceof.Slivki\Payment\Payme\MerchantApi\PerformTransaction).
Resolving inheritance for "Slivki\Payment\Payme\MerchantApi\PerformTransaction" (parent: .instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\PerformTransaction).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\CommentsBannerRepository" (parent: .abstract.instanceof.Slivki\Repository\Banner\CommentsBannerRepository).
Resolving inheritance for "Slivki\Repository\Banner\CommentsBannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\CommentsBannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileAppBannerRepository" (parent: .abstract.instanceof.Slivki\Repository\Banner\MobileAppBannerRepository).
Resolving inheritance for "Slivki\Repository\Banner\MobileAppBannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileAppBannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileEntranceBannerRepository" (parent: .abstract.instanceof.Slivki\Repository\Banner\MobileEntranceBannerRepository).
Resolving inheritance for "Slivki\Repository\Banner\MobileEntranceBannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileEntranceBannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileFloatingBannerRepository" (parent: .abstract.instanceof.Slivki\Repository\Banner\MobileFloatingBannerRepository).
Resolving inheritance for "Slivki\Repository\Banner\MobileFloatingBannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileFloatingBannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\BatchCodes\BatchCodesOrderRepository" (parent: .abstract.instanceof.Slivki\Repository\BatchCodes\BatchCodesOrderRepository).
Resolving inheritance for "Slivki\Repository\BatchCodes\BatchCodesOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\BatchCodes\BatchCodesOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\BatchCodes\BatchCodesPlanRepository" (parent: .abstract.instanceof.Slivki\Repository\BatchCodes\BatchCodesPlanRepository).
Resolving inheritance for "Slivki\Repository\BatchCodes\BatchCodesPlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\BatchCodes\BatchCodesPlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Beauty\Masters\BeautyMasterRepository" (parent: .abstract.instanceof.Slivki\Repository\Beauty\Masters\BeautyMasterRepository).
Resolving inheritance for "Slivki\Repository\Beauty\Masters\BeautyMasterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Beauty\Masters\BeautyMasterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Bonus\BonusRepository" (parent: .abstract.instanceof.Slivki\Repository\Bonus\BonusRepository).
Resolving inheritance for "Slivki\Repository\Bonus\BonusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Bonus\BonusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepository" (parent: .abstract.instanceof.Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepository).
Resolving inheritance for "Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Category\CategoryRepository" (parent: .abstract.instanceof.Slivki\Repository\Category\CategoryRepository).
Resolving inheritance for "Slivki\Repository\Category\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Category\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\City\CityRepository" (parent: .abstract.instanceof.Slivki\Repository\City\CityRepository).
Resolving inheritance for "Slivki\Repository\City\CityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\City\CityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Comment\CommentRepository" (parent: .abstract.instanceof.Slivki\Repository\Comment\CommentRepository).
Resolving inheritance for "Slivki\Repository\Comment\CommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Comment\CommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Delivery\FoodFilterCounterRepository" (parent: .abstract.instanceof.Slivki\Repository\Delivery\FoodFilterCounterRepository).
Resolving inheritance for "Slivki\Repository\Delivery\FoodFilterCounterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Delivery\FoodFilterCounterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Director\DirectorRepository" (parent: .abstract.instanceof.Slivki\Repository\Director\DirectorRepository).
Resolving inheritance for "Slivki\Repository\Director\DirectorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Director\DirectorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\EntityDescription\EntityDescriptionRepository" (parent: .abstract.instanceof.Slivki\Repository\EntityDescription\EntityDescriptionRepository).
Resolving inheritance for "Slivki\Repository\EntityDescription\EntityDescriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\EntityDescription\EntityDescriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\FoodCourt\FoodCourtDishRepository" (parent: .abstract.instanceof.Slivki\Repository\FoodCourt\FoodCourtDishRepository).
Resolving inheritance for "Slivki\Repository\FoodCourt\FoodCourtDishRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\FoodCourt\FoodCourtDishRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\FoodOfferExtensionRepository" (parent: .abstract.instanceof.Slivki\Repository\FoodOfferExtensionRepository).
Resolving inheritance for "Slivki\Repository\FoodOfferExtensionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\FoodOfferExtensionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GeoLocation\GeoLocationRepository" (parent: .abstract.instanceof.Slivki\Repository\GeoLocation\GeoLocationRepository).
Resolving inheritance for "Slivki\Repository\GeoLocation\GeoLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GeoLocation\GeoLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GiftCertificate\GiftCertificateRepository" (parent: .abstract.instanceof.Slivki\Repository\GiftCertificate\GiftCertificateRepository).
Resolving inheritance for "Slivki\Repository\GiftCertificate\GiftCertificateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GiftCertificate\GiftCertificateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\MailingCampaignRepository" (parent: .abstract.instanceof.Slivki\Repository\MailingCampaign\MailingCampaignRepository).
Resolving inheritance for "Slivki\Repository\MailingCampaign\MailingCampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\MailingCampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepository" (parent: .abstract.instanceof.Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepository).
Resolving inheritance for "Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MainMenu\MainMenuRepository" (parent: .abstract.instanceof.Slivki\Repository\MainMenu\MainMenuRepository).
Resolving inheritance for "Slivki\Repository\MainMenu\MainMenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MainMenu\MainMenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CategoryMapPinIconMediaRepository" (parent: .abstract.instanceof.Slivki\Repository\Media\CategoryMapPinIconMediaRepository).
Resolving inheritance for "Slivki\Repository\Media\CategoryMapPinIconMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CategoryMapPinIconMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CommentMediaRepository" (parent: .abstract.instanceof.Slivki\Repository\Media\CommentMediaRepository).
Resolving inheritance for "Slivki\Repository\Media\CommentMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CommentMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\OfferLogoMediaRepository" (parent: .abstract.instanceof.Slivki\Repository\Media\OfferLogoMediaRepository).
Resolving inheritance for "Slivki\Repository\Media\OfferLogoMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\OfferLogoMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ProfileImageMediaRepository" (parent: .abstract.instanceof.Slivki\Repository\Media\ProfileImageMediaRepository).
Resolving inheritance for "Slivki\Repository\Media\ProfileImageMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ProfileImageMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ShopMediaRepository" (parent: .abstract.instanceof.Slivki\Repository\Media\ShopMediaRepository).
Resolving inheritance for "Slivki\Repository\Media\ShopMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ShopMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\DeliveryZoneRepository" (parent: .abstract.instanceof.Slivki\Repository\Offer\DeliveryZoneRepository).
Resolving inheritance for "Slivki\Repository\Offer\DeliveryZoneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\DeliveryZoneRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\FoodOfferExtensionRepository" (parent: .abstract.instanceof.Slivki\Repository\Offer\FoodOfferExtensionRepository).
Resolving inheritance for "Slivki\Repository\Offer\FoodOfferExtensionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\FoodOfferExtensionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\OfferExtensionVariantRepository" (parent: .abstract.instanceof.Slivki\Repository\Offer\OfferExtensionVariantRepository).
Resolving inheritance for "Slivki\Repository\Offer\OfferExtensionVariantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\OfferExtensionVariantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\OfferRepository" (parent: .abstract.instanceof.Slivki\Repository\Offer\OfferRepository).
Resolving inheritance for "Slivki\Repository\Offer\OfferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\OfferRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\TireOfferExtensionRepository" (parent: .abstract.instanceof.Slivki\Repository\Offer\TireOfferExtensionRepository).
Resolving inheritance for "Slivki\Repository\Offer\TireOfferExtensionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\TireOfferExtensionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\OfferCode\OfferCodeRepository" (parent: .abstract.instanceof.Slivki\Repository\OfferCode\OfferCodeRepository).
Resolving inheritance for "Slivki\Repository\OfferCode\OfferCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\OfferCode\OfferCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\OfferOrderRepository" (parent: .abstract.instanceof.Slivki\Repository\OfferOrderRepository).
Resolving inheritance for "Slivki\Repository\OfferOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\OfferOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\FoodOrderRepository" (parent: .abstract.instanceof.Slivki\Repository\Order\FoodOrderRepository).
Resolving inheritance for "Slivki\Repository\Order\FoodOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\FoodOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OfferOrderRepository" (parent: .abstract.instanceof.Slivki\Repository\Order\OfferOrderRepository).
Resolving inheritance for "Slivki\Repository\Order\OfferOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OfferOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OnlineOrderHistoryRepository" (parent: .abstract.instanceof.Slivki\Repository\Order\OnlineOrderHistoryRepository).
Resolving inheritance for "Slivki\Repository\Order\OnlineOrderHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OnlineOrderHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\TireOrderRepository" (parent: .abstract.instanceof.Slivki\Repository\Order\TireOrderRepository).
Resolving inheritance for "Slivki\Repository\Order\TireOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\TireOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Payment\IPayPaymentRepository" (parent: .abstract.instanceof.Slivki\Repository\Payment\IPayPaymentRepository).
Resolving inheritance for "Slivki\Repository\Payment\IPayPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Payment\IPayPaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Payment\PaymentTransactionRepository" (parent: .abstract.instanceof.Slivki\Repository\Payment\PaymentTransactionRepository).
Resolving inheritance for "Slivki\Repository\Payment\PaymentTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Payment\PaymentTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\PendingOrder\OrderPendingQueueRepository" (parent: .abstract.instanceof.Slivki\Repository\PendingOrder\OrderPendingQueueRepository).
Resolving inheritance for "Slivki\Repository\PendingOrder\OrderPendingQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\PendingOrder\OrderPendingQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\PurchaseCount\PurchaseCountRepository" (parent: .abstract.instanceof.Slivki\Repository\PurchaseCount\PurchaseCountRepository).
Resolving inheritance for "Slivki\Repository\PurchaseCount\PurchaseCountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\PurchaseCount\PurchaseCountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Sale\SaleRepository" (parent: .abstract.instanceof.Slivki\Repository\Sale\SaleRepository).
Resolving inheritance for "Slivki\Repository\Sale\SaleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Sale\SaleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Seo\SeoRepository" (parent: .abstract.instanceof.Slivki\Repository\Seo\SeoRepository).
Resolving inheritance for "Slivki\Repository\Seo\SeoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Seo\SeoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\ServerFeature\ServerFeatureStateRepository" (parent: .abstract.instanceof.Slivki\Repository\ServerFeature\ServerFeatureStateRepository).
Resolving inheritance for "Slivki\Repository\ServerFeature\ServerFeatureStateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\ServerFeature\ServerFeatureStateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Statistic\PhoneCoverClickRepository" (parent: .abstract.instanceof.Slivki\Repository\Statistic\PhoneCoverClickRepository).
Resolving inheritance for "Slivki\Repository\Statistic\PhoneCoverClickRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Statistic\PhoneCoverClickRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\StoriesCategoryRepository" (parent: .abstract.instanceof.Slivki\Repository\StoriesCategoryRepository).
Resolving inheritance for "Slivki\Repository\StoriesCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\StoriesCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\StoriesRepository" (parent: .abstract.instanceof.Slivki\Repository\StoriesRepository).
Resolving inheritance for "Slivki\Repository\StoriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\StoriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\TireSchedule\TireScheduleRepository" (parent: .abstract.instanceof.Slivki\Repository\TireSchedule\TireScheduleRepository).
Resolving inheritance for "Slivki\Repository\TireSchedule\TireScheduleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\TireSchedule\TireScheduleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\Balance\UserBalanceActivityRepository" (parent: .abstract.instanceof.Slivki\Repository\User\Balance\UserBalanceActivityRepository).
Resolving inheritance for "Slivki\Repository\User\Balance\UserBalanceActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\Balance\UserBalanceActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\Balance\UserBalanceActivityTypeRepository" (parent: .abstract.instanceof.Slivki\Repository\User\Balance\UserBalanceActivityTypeRepository).
Resolving inheritance for "Slivki\Repository\User\Balance\UserBalanceActivityTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\Balance\UserBalanceActivityTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\CreditCardRepository" (parent: .abstract.instanceof.Slivki\Repository\User\CreditCardRepository).
Resolving inheritance for "Slivki\Repository\User\CreditCardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\CreditCardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\MobileUserTokenRepository" (parent: .abstract.instanceof.Slivki\Repository\User\MobileUserTokenRepository).
Resolving inheritance for "Slivki\Repository\User\MobileUserTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\MobileUserTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\UserAddressRepository" (parent: .abstract.instanceof.Slivki\Repository\User\UserAddressRepository).
Resolving inheritance for "Slivki\Repository\User\UserAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\UserAddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\UserGroup\UserGroupRepository" (parent: .abstract.instanceof.Slivki\Repository\UserGroup\UserGroupRepository).
Resolving inheritance for "Slivki\Repository\UserGroup\UserGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\UserGroup\UserGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\UserPhone\UserPhoneRepository" (parent: .abstract.instanceof.Slivki\Repository\UserPhone\UserPhoneRepository).
Resolving inheritance for "Slivki\Repository\UserPhone\UserPhoneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\UserPhone\UserPhoneRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\VisitRepository" (parent: .abstract.instanceof.Slivki\Repository\VisitRepository).
Resolving inheritance for "Slivki\Repository\VisitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\VisitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\WorkExample\WorkExampleRepository" (parent: .abstract.instanceof.Slivki\Repository\WorkExample\WorkExampleRepository).
Resolving inheritance for "Slivki\Repository\WorkExample\WorkExampleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\WorkExample\WorkExampleRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Slivki\Services\Order\GetLinkOnlineOrderService" (parent: .abstract.instanceof.Slivki\Services\Order\GetLinkOnlineOrderService).
Resolving inheritance for "Slivki\Services\Order\GetLinkOnlineOrderService" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Slivki\Services\Order\GetLinkOnlineOrderService).
Resolving inheritance for ".instanceof.Slivki\Services\QRCodeGenerator\QRCodeGeneratorInterface.0.Slivki\Services\QRCodeGenerator\Generators\DefaultQRCodeGenerator" (parent: .abstract.instanceof.Slivki\Services\QRCodeGenerator\Generators\DefaultQRCodeGenerator).
Resolving inheritance for "Slivki\Services\QRCodeGenerator\Generators\DefaultQRCodeGenerator" (parent: .instanceof.Slivki\Services\QRCodeGenerator\QRCodeGeneratorInterface.0.Slivki\Services\QRCodeGenerator\Generators\DefaultQRCodeGenerator).
Resolving inheritance for ".instanceof.Slivki\Services\QRCodeGenerator\QRCodeGeneratorInterface.0.Slivki\Services\QRCodeGenerator\Generators\FreestyleQRCodeGenerator" (parent: .abstract.instanceof.Slivki\Services\QRCodeGenerator\Generators\FreestyleQRCodeGenerator).
Resolving inheritance for "Slivki\Services\QRCodeGenerator\Generators\FreestyleQRCodeGenerator" (parent: .instanceof.Slivki\Services\QRCodeGenerator\QRCodeGeneratorInterface.0.Slivki\Services\QRCodeGenerator\Generators\FreestyleQRCodeGenerator).
Resolving inheritance for ".instanceof.Slivki\Services\QRCodeGenerator\QRCodeGeneratorInterface.0.Slivki\Services\QRCodeGenerator\Generators\SosediBarcodeGenerator" (parent: .abstract.instanceof.Slivki\Services\QRCodeGenerator\Generators\SosediBarcodeGenerator).
Resolving inheritance for "Slivki\Services\QRCodeGenerator\Generators\SosediBarcodeGenerator" (parent: .instanceof.Slivki\Services\QRCodeGenerator\QRCodeGeneratorInterface.0.Slivki\Services\QRCodeGenerator\Generators\SosediBarcodeGenerator).
Resolving inheritance for ".instanceof.Slivki\Services\User\AccountMergeProcessors\AccountMergeProcessorInterface.0.Slivki\Services\User\AccountMergeProcessors\DatabaseMergeProcessor" (parent: .abstract.instanceof.Slivki\Services\User\AccountMergeProcessors\DatabaseMergeProcessor).
Resolving inheritance for "Slivki\Services\User\AccountMergeProcessors\DatabaseMergeProcessor" (parent: .instanceof.Slivki\Services\User\AccountMergeProcessors\AccountMergeProcessorInterface.0.Slivki\Services\User\AccountMergeProcessors\DatabaseMergeProcessor).
Resolving inheritance for ".instanceof.Slivki\Services\User\AccountMergeProcessors\AccountMergeProcessorInterface.0.Slivki\Services\User\AccountMergeProcessors\SubscriptionMergeProcessor" (parent: .abstract.instanceof.Slivki\Services\User\AccountMergeProcessors\SubscriptionMergeProcessor).
Resolving inheritance for "Slivki\Services\User\AccountMergeProcessors\SubscriptionMergeProcessor" (parent: .instanceof.Slivki\Services\User\AccountMergeProcessors\AccountMergeProcessorInterface.0.Slivki\Services\User\AccountMergeProcessors\SubscriptionMergeProcessor).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\DeliveryTimeTextTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\DeliveryTimeTextTwigRuntime).
Resolving inheritance for "Slivki\Twig\DeliveryTimeTextTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\DeliveryTimeTextTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\Filter\PhoneNumberFilterTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\Filter\PhoneNumberFilterTwigRuntime).
Resolving inheritance for "Slivki\Twig\Filter\PhoneNumberFilterTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\Filter\PhoneNumberFilterTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\Filter\ShortPriceFilterTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\Filter\ShortPriceFilterTwigRuntime).
Resolving inheritance for "Slivki\Twig\Filter\ShortPriceFilterTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\Filter\ShortPriceFilterTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetCommentsBanners" (parent: .abstract.instanceof.Slivki\Twig\GetCommentsBanners).
Resolving inheritance for "Slivki\Twig\GetCommentsBanners" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetCommentsBanners).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetCommentsCountTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\GetCommentsCountTwigRuntime).
Resolving inheritance for "Slivki\Twig\GetCommentsCountTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetCommentsCountTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetDishNutrientsTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\GetDishNutrientsTwigRuntime).
Resolving inheritance for "Slivki\Twig\GetDishNutrientsTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetDishNutrientsTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetLastVisitedOffersTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\GetLastVisitedOffersTwigRuntime).
Resolving inheritance for "Slivki\Twig\GetLastVisitedOffersTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetLastVisitedOffersTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetLinkOnlineOrderRuntime" (parent: .abstract.instanceof.Slivki\Twig\GetLinkOnlineOrderRuntime).
Resolving inheritance for "Slivki\Twig\GetLinkOnlineOrderRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetLinkOnlineOrderRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetUserAverageCommentRatingTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\GetUserAverageCommentRatingTwigRuntime).
Resolving inheritance for "Slivki\Twig\GetUserAverageCommentRatingTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetUserAverageCommentRatingTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GiftCertificateTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\GiftCertificateTwigRuntime).
Resolving inheritance for "Slivki\Twig\GiftCertificateTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GiftCertificateTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\MobileFloatingBannerRuntime" (parent: .abstract.instanceof.Slivki\Twig\MobileFloatingBannerRuntime).
Resolving inheritance for "Slivki\Twig\MobileFloatingBannerRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\MobileFloatingBannerRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\OnlineOrderHistoryTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\OnlineOrderHistoryTwigRuntime).
Resolving inheritance for "Slivki\Twig\OnlineOrderHistoryTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\OnlineOrderHistoryTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\QRMessageGeneratorRuntime" (parent: .abstract.instanceof.Slivki\Twig\QRMessageGeneratorRuntime).
Resolving inheritance for "Slivki\Twig\QRMessageGeneratorRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\QRMessageGeneratorRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\ServerFeatureStateTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\ServerFeatureStateTwigRuntime).
Resolving inheritance for "Slivki\Twig\ServerFeatureStateTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\ServerFeatureStateTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Slivki\Twig\SlivkiTwigExtension" (parent: .abstract.instanceof.Slivki\Twig\SlivkiTwigExtension).
Resolving inheritance for "Slivki\Twig\SlivkiTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Slivki\Twig\SlivkiTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\SubscriptionTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\SubscriptionTwigRuntime).
Resolving inheritance for "Slivki\Twig\SubscriptionTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\SubscriptionTwigRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\UserGroupTwigRuntime" (parent: .abstract.instanceof.Slivki\Twig\UserGroupTwigRuntime).
Resolving inheritance for "Slivki\Twig\UserGroupTwigRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\UserGroupTwigRuntime).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\TextDateOrNullValidator" (parent: .abstract.instanceof.Slivki\Validator\Constraints\TextDateOrNullValidator).
Resolving inheritance for "Slivki\Validator\Constraints\TextDateOrNullValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\TextDateOrNullValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\TextDateValidator" (parent: .abstract.instanceof.Slivki\Validator\Constraints\TextDateValidator).
Resolving inheritance for "Slivki\Validator\Constraints\TextDateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\TextDateValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\TextTimeValidator" (parent: .abstract.instanceof.Slivki\Validator\Constraints\TextTimeValidator).
Resolving inheritance for "Slivki\Validator\Constraints\TextTimeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\TextTimeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\YmdDateValidator" (parent: .abstract.instanceof.Slivki\Validator\Constraints\YmdDateValidator).
Resolving inheritance for "Slivki\Validator\Constraints\YmdDateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\YmdDateValidator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Slivki\EventSubscriber\KernelControllerSubscriber" (parent: .abstract.instanceof.Slivki\EventSubscriber\KernelControllerSubscriber).
Resolving inheritance for "Slivki\EventSubscriber\KernelControllerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Slivki\EventSubscriber\KernelControllerSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Delivery\FoodFilterCounterRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Delivery\FoodFilterCounterRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Delivery\FoodFilterCounterRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Delivery\FoodFilterCounterRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OnlineOrderHistoryRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Order\OnlineOrderHistoryRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Order\OnlineOrderHistoryRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OnlineOrderHistoryRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\CreditCardRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\User\CreditCardRepositoryInterface).
Resolving inheritance for "Slivki\Repository\User\CreditCardRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\CreditCardRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\MailingCampaignRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\MailingCampaign\MailingCampaignRepositoryInterface).
Resolving inheritance for "Slivki\Repository\MailingCampaign\MailingCampaignRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\MailingCampaignRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Category\CategoryRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Category\CategoryRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Category\CategoryRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Category\CategoryRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\FoodOrderRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Order\FoodOrderRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Order\FoodOrderRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\FoodOrderRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Seo\SeoRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Seo\SeoRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Seo\SeoRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Seo\SeoRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OfferOrderRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Order\OfferOrderRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Order\OfferOrderRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OfferOrderRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\OfferRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Offer\OfferRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Offer\OfferRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\OfferRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\BatchCodes\BatchCodesPlanRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\BatchCodes\BatchCodesPlanRepositoryInterface).
Resolving inheritance for "Slivki\Repository\BatchCodes\BatchCodesPlanRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\BatchCodes\BatchCodesPlanRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\UserAddressRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\User\UserAddressRepositoryInterface).
Resolving inheritance for "Slivki\Repository\User\UserAddressRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\UserAddressRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\FoodOfferExtensionRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Offer\FoodOfferExtensionRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Offer\FoodOfferExtensionRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\FoodOfferExtensionRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\FoodCourt\FoodCourtDishRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\FoodCourt\FoodCourtDishRepositoryInterface).
Resolving inheritance for "Slivki\Repository\FoodCourt\FoodCourtDishRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\FoodCourt\FoodCourtDishRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\PurchaseCount\PurchaseCountRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\PurchaseCount\PurchaseCountRepositoryInterface).
Resolving inheritance for "Slivki\Repository\PurchaseCount\PurchaseCountRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\PurchaseCount\PurchaseCountRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Bonus\BonusRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Bonus\BonusRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Bonus\BonusRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Bonus\BonusRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Director\DirectorRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Director\DirectorRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Director\DirectorRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Director\DirectorRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\EntityDescription\EntityDescriptionRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\EntityDescription\EntityDescriptionRepositoryInterface).
Resolving inheritance for "Slivki\Repository\EntityDescription\EntityDescriptionRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\EntityDescription\EntityDescriptionRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Statistic\PhoneCoverClickRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Statistic\PhoneCoverClickRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Statistic\PhoneCoverClickRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Statistic\PhoneCoverClickRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileAppBannerRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Banner\MobileAppBannerRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Banner\MobileAppBannerRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileAppBannerRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\CommentsBannerRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Banner\CommentsBannerRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Banner\CommentsBannerRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\CommentsBannerRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileEntranceBannerRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\Banner\MobileEntranceBannerRepositoryInterface).
Resolving inheritance for "Slivki\Repository\Banner\MobileEntranceBannerRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileEntranceBannerRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GiftCertificate\GiftCertificateRepositoryInterface" (parent: .abstract.instanceof.Slivki\Repository\GiftCertificate\GiftCertificateRepositoryInterface).
Resolving inheritance for "Slivki\Repository\GiftCertificate\GiftCertificateRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GiftCertificate\GiftCertificateRepositoryInterface).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter" (parent: .abstract.instanceof.Symfony\Component\Cache\Adapter\RedisAdapter).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter).
Resolving inheritance for "Symfony\Component\Cache\Adapter\RedisAdapter" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "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 "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
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.mobile_partner" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.mobile_partner" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.mobile_partner" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.mobile_partner" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.mobile_partner" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.mobile_partner" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.mobile_api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.mobile_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.mobile_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.mobile_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.mobile_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.mobile_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "doctrine.dbal.site_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.site" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.site_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.site_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.admin_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.admin" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.admin_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.admin_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.subscription_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.subscription" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.subscription_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.subscription_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.admin_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.admin_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.admin_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.subscription_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.subscription_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.subscription_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\BinaryWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\BinaryWriter).
Resolving inheritance for "Endroid\QrCode\Writer\BinaryWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\BinaryWriter).
Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\DebugWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\DebugWriter).
Resolving inheritance for "Endroid\QrCode\Writer\DebugWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\DebugWriter).
Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\EpsWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\EpsWriter).
Resolving inheritance for "Endroid\QrCode\Writer\EpsWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\EpsWriter).
Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\PngWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\PngWriter).
Resolving inheritance for "Endroid\QrCode\Writer\PngWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\PngWriter).
Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\SvgWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\SvgWriter).
Resolving inheritance for "Endroid\QrCode\Writer\SvgWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\SvgWriter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
2
Skipping service "Slivki\Command\MailingSendCommand": Class or interface "Slivki\Command\MailingSendCommand" cannot be loaded.
Skipping service "Slivki\Command\WrongClickMailSendCommand": Class or interface "Slivki\Command\WrongClickMailSendCommand" cannot be loaded.
645
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "Slivki\Services\SoapClient\BelTransSat\BelTransSatSoapClientInterface"; reason: private alias.
Removed service "Slivki\Services\HttpClient\BelTransSat\BelTransSatHttpClientInterface"; reason: private alias.
Removed service "Slivki\BusinessFeature\PostAction\PostHandlerInterface"; reason: private alias.
Removed service "Slivki\Dao\Category\CategoryDaoInterface"; reason: private alias.
Removed service "Slivki\Dao\Statistic\ByPaymentMethodDaoInterface"; reason: private alias.
Removed service "Slivki\Dao\Statistic\PurchaseByManagerDaoInterface"; reason: private alias.
Removed service "Slivki\Dao\Statistic\PurchaseByManagerOfferDaoInterface"; reason: private alias.
Removed service "Slivki\Doctrine\Transaction\TransactionManagerInterface"; reason: private alias.
Removed service "Slivki\Export\ReportInterface"; reason: private alias.
Removed service "Slivki\Handler\Partner\Security\PartnerLoginHandlerInterface"; reason: private alias.
Removed service "Slivki\HttpClient\DominosApi\DominosApiClientInterface"; reason: private alias.
Removed service "Slivki\HttpClient\IikoTransport\IikoTransportClientInterface"; reason: private alias.
Removed service "Slivki\HttpClient\SlivkiMetric\SlivkiMetricHttpClientInterface"; reason: private alias.
Removed service "Slivki\Paginator\Beauty\Certificate\CertificateBeautyPaginatorInterface"; reason: private alias.
Removed service "Slivki\Paginator\Review\ReviewPaginatorInterface"; reason: private alias.
Removed service "Slivki\Paginator\WorkExample\WorkExamplePaginatorInterface"; reason: private alias.
Removed service "Slivki\Repository\Banner\MobileFloatingBannerRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\BatchCodes\BatchCodesOrderRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\City\CityRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\Comment\CommentRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\Offer\OfferExtensionVariantRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\OfferCode\OfferCodeRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\Payment\IPayPaymentRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\PendingOrder\OrderPendingQueueRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\Sale\SaleRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\TireSchedule\TireScheduleRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\User\Balance\UserBalanceActivityRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\User\Balance\UserBalanceActivityTypeRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\User\UserRepositoryInterface"; reason: private alias.
Removed service "Slivki\Repository\UserGroup\UserGroupRepositoryInterface"; reason: private alias.
Removed service "Slivki\Services\Cache\CacheBucketRegistryInterface"; reason: private alias.
Removed service "Slivki\Services\Switcher\ServerFeatureStateChecker"; reason: private alias.
Removed service "Slivki\Services\VideoConfigServiceInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; 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 "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; 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 "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.slivki_custom_provider"; 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.mobile_partner"; reason: private alias.
Removed service "security.user_checker.mobile_partner"; reason: private alias.
Removed service "security.authentication.session_strategy.mobile_api"; reason: private alias.
Removed service "security.user_checker.mobile_api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $siteConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $adminConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $subscriptionConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.admin_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.admin_result_cache"; reason: private alias.
Removed service "doctrine.orm.admin_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $adminEntityManager"; reason: private alias.
Removed service "doctrine.orm.admin_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.subscription_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.subscription_result_cache"; reason: private alias.
Removed service "doctrine.orm.subscription_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $subscriptionEntityManager"; reason: private alias.
Removed service "doctrine.orm.subscription_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Endroid\QrCode\WriterRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Factory\QrCodeFactoryInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Converter\AddressConverter"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Converter\HolderConverter"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Converter\ContactConverter"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Converter\DishConverter"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Converter\OrderConverter"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Converter\PrepayConverter"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Converter\DeliveryConverter"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Service\ContactServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Service\HolderServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Service\DeliveryServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Service\OrderServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Service\CurrencyServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Service\MenuServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Service\RestaurantServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\RKeeperBundle\Service\LocationServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\SubscriptionBundle\Services\SubscriberServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\SubscriptionBundle\Services\SubscriptionServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\SubscriptionBundle\Services\SubscriptionHistoryServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\SubscriptionBundle\Services\PlanServiceInterface"; reason: private alias.
Removed service "Slivki\Bundle\SubscriptionBundle\Security\UserAuthenticatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.ZitDiXT"; reason: private alias.
Removed service ".service_locator.xOyGRLf"; reason: private alias.
Removed service ".service_locator.NuHbnez"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.VbqceXn"; reason: private alias.
Removed service ".service_locator.fXwWw_g"; reason: private alias.
Removed service ".service_locator.Vj8haHa"; reason: private alias.
Removed service ".service_locator.fydLCyJ"; reason: private alias.
Removed service ".service_locator.mSdCmq8"; reason: private alias.
Removed service ".service_locator.kFZ.Mjl"; reason: private alias.
Removed service ".service_locator.LVQ4ZbK"; reason: private alias.
Removed service ".service_locator.zaHQ2sa"; reason: private alias.
Removed service ".service_locator.czVYt0B"; reason: private alias.
Removed service ".service_locator.LEolhgZ"; reason: private alias.
Removed service ".service_locator.7rcYR3b"; reason: private alias.
Removed service ".service_locator.sdsrmZv"; reason: private alias.
Removed service ".service_locator.rd8rd6Q"; reason: private alias.
Removed service ".service_locator.oxLg7gD"; reason: private alias.
Removed service ".service_locator.__9vRmk"; reason: private alias.
Removed service ".service_locator.KbdDOXu"; reason: private alias.
Removed service ".service_locator.HF8HiZT"; reason: private alias.
Removed service ".service_locator.MUtWzTO"; reason: private alias.
Removed service ".service_locator.jk0lErn"; reason: private alias.
Removed service ".service_locator.JdlWByh"; reason: private alias.
Removed service ".service_locator.FtcC_gu"; reason: private alias.
Removed service ".service_locator.S1S4IXX"; reason: private alias.
Removed service ".service_locator.90UZDex"; reason: private alias.
Removed service ".service_locator.ZOyOKwR"; reason: private alias.
Removed service ".service_locator.bC4z96D"; reason: private alias.
Removed service ".service_locator.lj.x_iQ"; reason: private alias.
Removed service ".service_locator.buCgU3A"; reason: private alias.
Removed service ".service_locator.WfgP_GI"; reason: private alias.
Removed service ".service_locator.wvV61ex"; reason: private alias.
Removed service ".service_locator.PWKNa2Q"; reason: private alias.
Removed service ".service_locator.g_j1CwT"; reason: private alias.
Removed service ".service_locator.q0p6Hkv"; reason: private alias.
Removed service ".service_locator.j8dmBfX"; reason: private alias.
Removed service ".service_locator.BfgH1hI"; reason: private alias.
Removed service ".service_locator.XKLr2JL"; reason: private alias.
Removed service ".service_locator.t6M1MZc"; reason: private alias.
Removed service ".service_locator.rnMrNAO"; reason: private alias.
Removed service ".service_locator.Zw0zocG"; reason: private alias.
Removed service ".service_locator.Euuxq0i"; reason: private alias.
Removed service ".service_locator.Szj0Kar"; reason: private alias.
Removed service ".service_locator.orwlZQM"; reason: private alias.
Removed service ".service_locator.OjmZc4U"; reason: private alias.
Removed service ".service_locator.exK3_SZ"; reason: private alias.
Removed service ".service_locator.euSN70Q"; reason: private alias.
Removed service ".service_locator.GBW8CNC"; reason: private alias.
Removed service ".service_locator.0jwcjAi"; reason: private alias.
Removed service ".service_locator.Sq6n8ZI"; reason: private alias.
Removed service ".service_locator.I5CMeEh"; reason: private alias.
Removed service ".service_locator.1ub7E1D"; reason: private alias.
Removed service ".service_locator.gw1i8LN"; reason: private alias.
Removed service ".service_locator.k.TdbsM"; reason: private alias.
Removed service ".service_locator.lUb9f4U"; reason: private alias.
Removed service ".service_locator.a4hHEpW"; reason: private alias.
Removed service ".service_locator.skZeM5N"; reason: private alias.
Removed service ".service_locator.XKGXApg"; reason: private alias.
Removed service ".service_locator.tp1g94z"; reason: private alias.
Removed service ".service_locator.T79Uj9C"; reason: private alias.
Removed service ".service_locator._BZ3svQ"; reason: private alias.
Removed service ".service_locator.RMMJwlu"; reason: private alias.
Removed service ".service_locator.7GZDHvD"; reason: private alias.
Removed service ".service_locator.wVAYm15"; reason: private alias.
Removed service ".service_locator.hijYluB"; reason: private alias.
Removed service ".service_locator.dhy8L8F"; reason: private alias.
Removed service ".service_locator.tOHVQwj"; reason: private alias.
Removed service ".service_locator.E1_xfvS"; reason: private alias.
Removed service ".service_locator.Kv5Feh2"; reason: private alias.
Removed service ".service_locator.nk0lT0X"; reason: private alias.
Removed service ".service_locator.ANf3IF5"; reason: private alias.
Removed service ".service_locator.5O8EVFb"; reason: private alias.
Removed service ".service_locator.Lk.oN9."; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.W9y3dzm"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "Slivki\HttpClient\BePaid\BePaidHttpClientInterface"; reason: private alias.
Removed service "Slivki\HttpClient\MapBox\MapBoxHttpClientInterface"; reason: private alias.
Removed service "Slivki\HttpClient\Supercheck\SupercheckHttpClientInterface"; reason: private alias.
Removed service "Slivki\HttpClient\Yandex\YandexGeolocationHttpClientInterface"; reason: private alias.
Removed service "Slivki\Services\Sms\Providers\RocketSms"; reason: private alias.
Removed service "Slivki\Services\Sms\Providers\XabarUzSms"; reason: private alias.
Removed service "Slivki\Services\SoapClient\BelTransSat\Decorator\BelTransSatSoapClientLoggerDecorator.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.mobile_partner"; reason: private alias.
Removed service "security.firewall.authenticator.mobile_api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.doctrine_object_constructor.inner"; reason: private alias.
Removed service "Slivki\Bundle\SubscriptionBundle\Services\Decorator\SubscriberServiceDecorator.inner"; reason: private alias.
Removed service "Slivki\Bundle\SubscriptionBundle\Services\Decorator\SubscriptionServiceDecorator.inner"; reason: private alias.
Removed service "Slivki\Bundle\SubscriptionBundle\Services\Decorator\SubscriptionHistoryServiceDecorator.inner"; reason: private alias.
Removed service "Slivki\Bundle\SubscriptionBundle\Services\Decorator\PlanServiceDecorator.inner"; reason: private alias.
Removed service "Slivki\Bundle\SubscriptionBundle\Http\HttpClientDecorator.inner"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "Slivki\ArgumentResolver\BodyRequestResolver"; reason: private alias.
Removed service "Slivki\ArgumentResolver\FormDataRequestResolver"; reason: private alias.
Removed service "Slivki\ArgumentResolver\PartnerTokenResolver"; reason: private alias.
Removed service "Slivki\ArgumentResolver\QueryStringFilterRequestResolver"; reason: private alias.
Removed service "Slivki\ArgumentResolver\QueryStringRequestResolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.admin_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.subscription_metadata_driver"; reason: private alias.
Removed service ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator.hknceJf"; reason: private alias.
Removed service ".service_locator.viYbmYN"; reason: private alias.
Removed service ".service_locator.3k0O7Mh"; reason: private alias.
Removed service ".service_locator.vdw_3bZ"; reason: private alias.
Removed service ".service_locator.xwFhT51"; reason: private alias.
Removed service ".service_locator.VbsdbAu"; reason: private alias.
Removed service ".service_locator.XozKLRp"; reason: private alias.
Removed service ".service_locator.cG2CoOz"; reason: private alias.
Removed service ".service_locator.mmr5q87"; reason: private alias.
Removed service ".service_locator.t4P9oLT"; reason: private alias.
Removed service ".service_locator.wcUT5Vg"; reason: private alias.
Removed service ".service_locator.nAEIyYU"; reason: private alias.
Removed service ".service_locator.zp.tW89"; reason: private alias.
Removed service ".service_locator.gTScP8R"; reason: private alias.
Removed service ".service_locator.Mfn6xOf"; reason: private alias.
Removed service ".service_locator.7RyFVY_"; reason: private alias.
Removed service ".service_locator.wuYLtl3"; reason: private alias.
Removed service ".service_locator.ZjIKFMG"; reason: private alias.
Removed service ".service_locator.bJeKHI0"; reason: private alias.
Removed service ".service_locator.9DyOrHt"; reason: private alias.
Removed service ".service_locator.y06ldci"; reason: private alias.
Removed service ".service_locator.wthtmZk"; reason: private alias.
Removed service ".service_locator.NsSF2H3"; reason: private alias.
Removed service ".service_locator.w2W674h"; reason: private alias.
Removed service ".service_locator.Qu8jOm6"; reason: private alias.
Removed service ".service_locator.2UIxrEt"; reason: private alias.
Removed service ".service_locator.Z75rPt2"; reason: private alias.
Removed service ".service_locator.07UVMJH"; reason: private alias.
Removed service ".service_locator.tCmqTZq"; reason: private alias.
Removed service ".service_locator.S5y_wo2"; reason: private alias.
Removed service ".service_locator.9akzzdP"; reason: private alias.
Removed service ".service_locator.iTDkhAC"; reason: private alias.
Removed service ".service_locator.4OtVtib"; reason: private alias.
Removed service ".service_locator.5ATG9da"; reason: private alias.
Removed service ".service_locator.01.U9xW"; reason: private alias.
Removed service ".service_locator.Z2nO8Tj"; reason: private alias.
Removed service ".service_locator.Dvbwjp2"; reason: private alias.
Removed service ".service_locator.rac_aZn"; reason: private alias.
Removed service ".service_locator.nEyr6A6"; reason: private alias.
Removed service ".service_locator.BUYE11C"; reason: private alias.
Removed service ".service_locator.bcoaSgG"; reason: private alias.
Removed service ".service_locator.coq4Rkv"; reason: private alias.
Removed service ".service_locator.iM2vJn7"; reason: private alias.
Removed service ".service_locator.hrtDuSd"; reason: private alias.
Removed service ".service_locator.rls1W1."; reason: private alias.
Removed service ".service_locator.QXizGyW"; reason: private alias.
Removed service ".service_locator.snuWECz"; reason: private alias.
Removed service ".service_locator.oU6WFCn"; reason: private alias.
Removed service ".service_locator.4QOlC_S"; reason: private alias.
Removed service ".service_locator.AQg2jtH"; reason: private alias.
Removed service ".service_locator.j79jJaY"; reason: private alias.
Removed service ".service_locator.6HV10mo"; reason: private alias.
Removed service ".service_locator._wWUgHn"; reason: private alias.
Removed service ".service_locator.WNKKdr6"; reason: private alias.
Removed service ".service_locator.G3lF.ko"; reason: private alias.
Removed service ".service_locator.cVYzq3C"; reason: private alias.
Removed service ".service_locator.tScUGSW"; reason: private alias.
Removed service ".service_locator.dmGiHby"; reason: private alias.
Removed service ".service_locator.cMMeYvB"; reason: private alias.
Removed service ".service_locator.__ZFGs4"; reason: private alias.
Removed service ".service_locator.qV719Qt"; reason: private alias.
Removed service ".service_locator.F2Xaygt"; reason: private alias.
Removed service ".service_locator.3ZQvYZD"; reason: private alias.
Removed service ".service_locator.WdFgGBS"; reason: private alias.
Removed service ".service_locator.ZkxJogB"; reason: private alias.
Removed service ".service_locator.R95sPNe"; reason: private alias.
Removed service ".service_locator.GZ_QQiG"; reason: private alias.
Removed service ".service_locator.HuwLK2L"; reason: private alias.
Removed service ".service_locator.bDFlrHv"; reason: private alias.
Removed service ".service_locator.kmmjpi3"; reason: private alias.
Removed service ".service_locator.y4Gg221"; reason: private alias.
Removed service ".service_locator.z92ijH_"; reason: private alias.
Removed service ".service_locator.UrsABRe"; reason: private alias.
Removed service ".service_locator.2RE4pTr"; reason: private alias.
Removed service ".service_locator.O9m9iwB"; reason: private alias.
Removed service ".service_locator.VEWsPw0"; reason: private alias.
Removed service ".service_locator.hSoyHux"; reason: private alias.
Removed service ".service_locator.bBNrKuU"; reason: private alias.
Removed service ".service_locator..WOy3j9"; reason: private alias.
Removed service ".service_locator.EQbY3Ti"; reason: private alias.
Removed service ".service_locator.RVwKovA"; reason: private alias.
Removed service ".service_locator.flw.XgM"; reason: private alias.
Removed service ".service_locator.t8uibil"; reason: private alias.
Removed service ".service_locator.tHHKpa1"; reason: private alias.
Removed service ".service_locator.Epljwdv"; reason: private alias.
Removed service ".service_locator.a9myHUw"; reason: private alias.
Removed service ".service_locator.87PRVEd"; reason: private alias.
Removed service ".service_locator.FJzEFX_"; reason: private alias.
Removed service ".service_locator.pEpPULb"; reason: private alias.
Removed service ".service_locator.FFLcrpb"; reason: private alias.
Removed service ".service_locator.4w50Zim"; reason: private alias.
Removed service ".service_locator..ufLAs4"; reason: private alias.
Removed service ".service_locator.xGWFB7i"; reason: private alias.
Removed service ".service_locator.agyVqrC"; reason: private alias.
Removed service ".service_locator._QpRcjL"; reason: private alias.
Removed service ".service_locator.6GNJX2k"; reason: private alias.
Removed service ".service_locator.4gIeMO3"; reason: private alias.
Removed service ".service_locator.znJcnPi"; reason: private alias.
Removed service ".service_locator.WsDUp.Y"; reason: private alias.
Removed service ".service_locator.IzF6kCR"; reason: private alias.
Removed service ".service_locator.TRaO7KP"; reason: private alias.
Removed service ".service_locator._cVE.ux"; reason: private alias.
Removed service ".service_locator.aGU8qlq"; reason: private alias.
Removed service ".service_locator.b1_vL6I"; reason: private alias.
Removed service ".service_locator.x81YiCC"; reason: private alias.
Removed service ".service_locator.lg3MOKS"; reason: private alias.
Removed service ".service_locator.TYVSjk8"; reason: private alias.
Removed service ".service_locator.lVFkJAJ"; reason: private alias.
Removed service ".service_locator..c37bZH"; reason: private alias.
Removed service ".service_locator.aENq57d"; reason: private alias.
Removed service ".service_locator.ry3LmeE"; reason: private alias.
Removed service ".service_locator.zKI1XQl"; reason: private alias.
Removed service ".service_locator.M9pdywX"; reason: private alias.
Removed service ".service_locator.3_Xz41M"; reason: private alias.
Removed service ".service_locator.nFdYU3B"; reason: private alias.
Removed service ".service_locator.CJ5vxV4"; reason: private alias.
Removed service ".service_locator.RI_4lyJ"; reason: private alias.
Removed service ".service_locator.a4.JewL"; reason: private alias.
Removed service ".service_locator.c6Rh2ge"; reason: private alias.
Removed service ".service_locator.hiLBo3Y"; reason: private alias.
Removed service ".service_locator.Nco3ju_"; reason: private alias.
Removed service ".service_locator.hH1fXV5"; reason: private alias.
Removed service ".service_locator.FHTz0KK"; reason: private alias.
Removed service ".service_locator.1OF.t9g"; reason: private alias.
Removed service ".service_locator.h_IKiOE"; reason: private alias.
Removed service ".service_locator.Uu5cCO."; reason: private alias.
Removed service ".service_locator.EEqRmtJ"; reason: private alias.
Removed service ".service_locator.YBK3T2f"; reason: private alias.
Removed service ".service_locator.L7EzNNO"; reason: private alias.
Removed service ".service_locator.tDh4cX1"; reason: private alias.
Removed service ".service_locator.72RR5LZ"; reason: private alias.
Removed service ".service_locator.WXQmXSz"; reason: private alias.
Removed service ".service_locator.uvVi_S_"; reason: private alias.
Removed service ".service_locator.xd2ro.v"; reason: private alias.
Removed service ".service_locator.5ExGGVM"; reason: private alias.
Removed service ".service_locator.xaGkGhJ"; reason: private alias.
Removed service ".service_locator.7OyVPk5"; reason: private alias.
Removed service ".service_locator.iu8LeHX"; reason: private alias.
Removed service ".service_locator.ZtjA.dA"; reason: private alias.
Removed service ".service_locator..hHC9GU"; reason: private alias.
Removed service ".service_locator.d8yvgXm"; reason: private alias.
Removed service ".service_locator.skuhwS4"; reason: private alias.
Removed service ".service_locator.Avl26Le"; reason: private alias.
Removed service ".service_locator.sJ6QC61"; reason: private alias.
Removed service ".service_locator.41Mwygu"; reason: private alias.
Removed service ".service_locator.Zx5kDVX"; reason: private alias.
Removed service ".service_locator.ea4o6xP"; reason: private alias.
Removed service ".service_locator.P2E7dbA"; reason: private alias.
Removed service ".service_locator.mgJVeD7"; reason: private alias.
Removed service ".service_locator.VPplhdB"; reason: private alias.
Removed service ".service_locator.LOneWa5"; reason: private alias.
Removed service ".service_locator.4MmALGs"; reason: private alias.
Removed service ".service_locator.a4juXI0"; reason: private alias.
Removed service ".service_locator.fCw5eX2"; reason: private alias.
Removed service ".service_locator.vCdAgum"; reason: private alias.
Removed service ".service_locator.mvgk2E0"; reason: private alias.
Removed service ".service_locator.YMj6gDb"; reason: private alias.
Removed service ".service_locator.l3nka7J"; reason: private alias.
Removed service ".service_locator.b_VoGNv"; reason: private alias.
Removed service ".service_locator.c3PWuD6"; reason: private alias.
Removed service ".service_locator.Xvbb.WN"; reason: private alias.
Removed service ".service_locator.o_vFEnG"; reason: private alias.
Removed service ".service_locator.6BnvBzJ"; reason: private alias.
Removed service ".service_locator.s_aOcyZ"; reason: private alias.
Removed service ".service_locator.rTe4e70"; reason: private alias.
Removed service ".service_locator.HxIajeA"; reason: private alias.
Removed service ".service_locator.6Kh3x1l"; reason: private alias.
Removed service ".service_locator.VyIwlSS"; reason: private alias.
Removed service ".service_locator.LbgQu57"; reason: private alias.
Removed service ".service_locator.fI5JFO5"; reason: private alias.
Removed service ".service_locator.NI._PDm"; reason: private alias.
Removed service ".service_locator.v15DfAZ"; reason: private alias.
Removed service ".service_locator.lzTgVnT"; reason: private alias.
Removed service ".service_locator.0ziCcn5"; reason: private alias.
Removed service ".service_locator.odM4Gn5"; reason: private alias.
Removed service ".service_locator.604U9dv"; reason: private alias.
Removed service ".service_locator.fjHiuED"; reason: private alias.
Removed service ".service_locator.hwFV2E."; reason: private alias.
Removed service ".service_locator.fyR48t6"; reason: private alias.
Removed service ".service_locator.A25oODB"; reason: private alias.
Removed service ".service_locator.OxNh_I3"; reason: private alias.
Removed service ".service_locator.Oql6y3s"; reason: private alias.
Removed service ".service_locator.2Vupw_0"; reason: private alias.
Removed service ".service_locator.1z9yKIG"; reason: private alias.
Removed service ".service_locator.HYQjbT6"; reason: private alias.
Removed service ".service_locator.MmsM6v4"; reason: private alias.
Removed service ".service_locator.rreBAjZ"; reason: private alias.
Removed service ".service_locator.uMw7jMq"; reason: private alias.
Removed service ".service_locator.yz8E2cd"; reason: private alias.
Removed service ".service_locator.1xgxKW7"; reason: private alias.
Removed service ".service_locator.KAZPEPT"; reason: private alias.
Removed service ".service_locator.PgVFcQO"; reason: private alias.
Removed service ".service_locator.nC.Qnv3"; reason: private alias.
Removed service ".service_locator.S5oPAMA"; reason: private alias.
Removed service ".service_locator.qYK2Dek"; reason: private alias.
Removed service ".service_locator.7nGaWSz"; reason: private alias.
Removed service ".service_locator.pZ01iDL"; reason: private alias.
Removed service ".service_locator.rNvI9mu"; reason: private alias.
Removed service ".service_locator.VfuuWtM"; reason: private alias.
Removed service ".service_locator.u0whqE7"; reason: private alias.
Removed service ".service_locator.TuiPW7N"; reason: private alias.
Removed service ".service_locator.e0CJMtK"; reason: private alias.
Removed service ".service_locator.lJ64vxB"; reason: private alias.
Removed service ".service_locator.JAEOp1k"; reason: private alias.
Removed service ".service_locator.v3Dhml."; reason: private alias.
Removed service ".service_locator.OKvroo4"; reason: private alias.
Removed service ".service_locator.BiqmrCb"; reason: private alias.
Removed service ".service_locator.u0twad."; reason: private alias.
Removed service ".service_locator.IeBDgFB"; reason: private alias.
Removed service ".service_locator.g8ktmWY"; reason: private alias.
Removed service ".service_locator.vGzZyj7"; reason: private alias.
Removed service ".service_locator.oej1HZr"; reason: private alias.
Removed service ".service_locator.DBR0JOd"; reason: private alias.
Removed service ".service_locator.pggUJ79"; reason: private alias.
Removed service ".service_locator.pYn4gHC"; reason: private alias.
Removed service ".service_locator.MWl_30A"; reason: private alias.
Removed service ".service_locator.19qq8pQ"; reason: private alias.
Removed service ".service_locator.0Ynyf5t"; reason: private alias.
Removed service ".service_locator._ZlkxXY"; reason: private alias.
Removed service ".service_locator.kHJK71X"; reason: private alias.
Removed service ".service_locator.oCSkDYe"; reason: private alias.
Removed service ".service_locator.VbE7DmC"; reason: private alias.
Removed service ".service_locator.6g_Plt2"; reason: private alias.
Removed service ".service_locator.mB9HVTX"; reason: private alias.
Removed service ".service_locator.VUE8iT8"; reason: private alias.
Removed service ".service_locator.v9D.YBg"; reason: private alias.
Removed service ".service_locator.FlBM9wL"; reason: private alias.
Removed service ".service_locator.y6ZXTLA"; reason: private alias.
Removed service ".service_locator.IBcfuVj"; reason: private alias.
Removed service ".service_locator.WQ81015"; reason: private alias.
Removed service ".service_locator.QONcE5V"; reason: private alias.
Removed service ".service_locator.mwX05Zl"; reason: private alias.
Removed service ".service_locator.xbuELIs"; reason: private alias.
Removed service ".service_locator.yk_lWgF"; reason: private alias.
Removed service ".service_locator.u14leg7"; reason: private alias.
Removed service ".service_locator.1xD8O0I"; reason: private alias.
Removed service ".service_locator.HWcYjdB"; reason: private alias.
Removed service ".service_locator.SsWXapS"; reason: private alias.
Removed service ".service_locator.6HecalX"; reason: private alias.
Removed service ".service_locator.T4xb1mq"; reason: private alias.
Removed service ".service_locator.nLDjIrl"; reason: private alias.
Removed service ".service_locator.HR01vBY"; reason: private alias.
Removed service ".service_locator.Ty75A2l"; reason: private alias.
Removed service ".service_locator.T_YNToh"; reason: private alias.
Removed service ".service_locator.XP0hi7O"; reason: private alias.
Removed service ".service_locator.BadEX9W"; reason: private alias.
Removed service ".service_locator.AixsjSr"; reason: private alias.
Removed service ".service_locator.TK1R4lO"; reason: private alias.
Removed service ".service_locator.bTSGQqb"; reason: private alias.
Removed service ".service_locator.mCKun7R"; reason: private alias.
Removed service ".service_locator.R5VgA1R"; reason: private alias.
Removed service ".service_locator.H05VPQY"; reason: private alias.
Removed service ".service_locator.I8OMREs"; reason: private alias.
Removed service ".service_locator.G9ibJMT"; reason: private alias.
Removed service ".service_locator.qgrOjtz"; reason: private alias.
Removed service ".service_locator.5DQPK28"; reason: private alias.
Removed service ".service_locator.8nSGCM4"; reason: private alias.
Removed service ".service_locator..JeipM5"; reason: private alias.
Removed service ".service_locator.pWnT052"; reason: private alias.
Removed service ".service_locator.ea1Zvix"; reason: private alias.
Removed service ".service_locator.WYeF4xM"; reason: private alias.
Removed service ".service_locator.9.OYaKM"; reason: private alias.
Removed service ".service_locator.RNb8kts"; reason: private alias.
Removed service ".service_locator.7Vpd0yz"; reason: private alias.
Removed service ".service_locator.Wd_D6Iy"; reason: private alias.
Removed service ".service_locator.pyz5FaT"; reason: private alias.
Removed service ".service_locator.bT.2lOh"; reason: private alias.
Removed service ".service_locator.9YCWxeJ"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
221
Changed reference of service "Slivki\ConsoleCommand\LiveSales\LiveSalesCacheClearConsoleCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\ConsoleCommand\Offer\CreateOfferDailyStatisticConsoleCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\ConsoleCommand\OfferStatusLog\CreateOfferStatusLogConsoleCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\ConsoleCommand\Sale\SaleCategoryCacheReloadConsoleCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\ConsoleCommand\User\Bonus\WriteOffBonusConsoleCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\Category\ActivateInBestOffersCategoryAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\Category\DeactivateInBestOffersCategoryAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\City\SetCityPositionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\InteriorGallery\AddMediaToInteriorGalleryAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\InteriorGallery\DeleteMediaFromInteriorGalleryAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\MailingCampaign\Partner\CreatePartnerMailingCampaignAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\MailingCampaign\Partner\EditPartnerMailingCampaignAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\MailingCampaign\Partner\SendPartnerMailingCampaignAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\MailingCampaign\Partner\SendTestPartnerMailingCampaignAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\OfferCodePool\CreateOfferCodePoolAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\OfferCodePool\EditOfferCodePoolAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\User\DecreaseUserMoneyBalanceAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\User\Employee\CreateEmployeeAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\User\Employee\DeleteEmployeeAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Api\User\IncreaseUserMoneyBalanceAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Banner\MobileBannerEntrance\ActivateMobileEntranceBannerAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Banner\MobileBannerEntrance\CreateCategoryMobileEntranceBannerAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Banner\MobileBannerEntrance\CreateExternalMobileEntranceBannerAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Banner\MobileBannerEntrance\CreateOfferMobileEntranceBannerAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Banner\MobileBannerEntrance\DeactivateMobileEntranceBannerAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Banner\MobileBannerEntrance\DeleteMobileEntranceBannerAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Banner\MobileBannerEntrance\EditCategoryMobileEntranceBannerAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Banner\MobileBannerEntrance\EditExternalMobileEntranceBannerAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Banner\MobileBannerEntrance\EditMobileEntranceBannerPositionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Banner\MobileBannerEntrance\EditOfferMobileEntranceBannerAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Beauty\EditCertificateBeautyPositionsAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Beauty\Master\CreateMasterAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Beauty\Master\EditMasterAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Beauty\Master\EditMastersForOfferAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Bonus\EditBonusAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\ActivateGiftCertificateGroupAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\CreateGiftCertificateGroupAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\DeactivateGiftCertificateGroupAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\DisableGiftCertificatePositionInGroupAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\EditGiftCertificateGroupAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\EnableGiftCertificatePositionInGroupAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\SortGiftCertificateGroupAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\SortGiftCertificateInGroupAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificateGiftCategory\ActivateGiftCertificateGiftCategoryAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificateGiftCategory\CreateGiftCertificateGiftCategoryAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificateGiftCategory\DeactivateGiftCertificateGiftCategoryAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\GiftCertificateGiftCategory\EditGiftCertificateGiftCategoryAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MainMenu\EditMainMenuAppFixedPositionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MeOnMap\ActivateMeOnMapFeaturedCategoryAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MeOnMap\DeactivateMeOnMapFeaturedCategoryAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MeOnMap\DeleteCategoryMapPinIconMediaAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MeOnMap\EditMeOnMapCategoryPositionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MeOnMap\EditMeOnMapFeaturedCategoryPositionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MeOnMap\Offer\CreateOfferPositionPaidAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MeOnMap\Offer\DeleteOfferPositionPaidAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MeOnMap\Offer\EditOfferPositionPaidPositionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MeOnMap\Offer\EditOfferPriceOnMapAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\MeOnMap\Offer\EditOfferRatingOnMapAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\FoodOfferExtension\ActivateFoodOfferExtensionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\FoodOfferExtension\DeactivateFoodOfferExtensionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\FoodOfferExtension\HideFoodOfferExtensionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\GalleryVideo\CreateVideoAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\GalleryVideo\DeleteVideoAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\GalleryVideo\EditVideoAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\GalleryVideo\UpdateVideoPositionsAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\OfferDeliveryZoneMedia\DeleteDeliveryZoneMediaAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\OfferMapLogoMedia\DeleteOfferMapLogoMediaAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\TireOfferExtension\ActivateTireAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\TireOfferExtension\CreateTireAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\TireOfferExtension\DeactivateTireAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\TireOfferExtension\EditTireAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Offer\TireOfferExtension\SortTireAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\OfferController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Order\Manage\RevertCodeAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\ServerFeature\EditServerFeatureAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Tag\CreateOfferTagAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Tag\CreateSaleTagAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Tag\DeleteOfferTagAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Admin\Tag\DeleteSaleTagAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Api\Partner\Code\RevertCodeAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Api\Partner\WorkExample\CreateWorkExampleAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Api\Partner\WorkExample\DeleteWorkExampleAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Api\Partner\WorkExample\EditWorkExampleAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Api\Tire\CreateTireOrderAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Authorization\SendPhoneNumberCodeAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MailingCampaign\Partner\GetPartnerMailingCampaignPixelAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\Partner\DeleteUserAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\Partner\Offer\Comment\AddOfferCommentAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\Partner\Offer\Comment\SetOfferCommentSeenByPartnerAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\Partner\OfferCode\UnuseCodeAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\Partner\Security\SendLoginCodeAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\UserController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\V2\OnlineOrder\GiftCertificate\EditGiftCertificateOnlineOrderAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\V2\Tire\CreateTireOrderAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Statistic\CreatePhoneCoverClickAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Subscription\DeleteSharedSubscriptionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Controller\Subscription\ShareSubscriptionAction" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Handler\Bonus\AppLoginBonusHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Handler\Bonus\AvatarUploadBonusHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Handler\Bonus\MonthlyBonusHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Handler\Bonus\RegistrationBonusHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Handler\Offer\FoodOfferExtension\DeleteFoodOfferExtensionHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\MessageHandler\Command\Api\Partner\Security\SendLoginCodeHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\MessageHandler\Command\Api\Partner\Security\SendLoginCodeHandler" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Slivki\MessageHandler\Command\Offer\FoodOfferExtension\ActivateFoodOfferExtensionHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\MessageHandler\Command\Offer\FoodOfferExtension\DeactivateFoodOfferExtensionHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Messenger\Query\MessengerQueryBus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Repository\OfferOrderRepository" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Services\City\CityProvider" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Slivki\Services\MobApiCacheService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Slivki\Services\Offer\GalleryVideo\VideoPackageSaver" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Services\Offer\OfferResponseCacheService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Slivki\Services\Payment\PaymentService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Slivki\Twig\MobileFloatingBannerRuntime" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Slivki\Validator\ApiValidator" previously pointing to "debug.validator" to "validator".
Changed reference of service "Slivki\Validator\Email\EmailAddressValidator" previously pointing to "debug.validator" to "validator".
Changed reference of service "Slivki\Validator\ApiValidatorInterface" previously pointing to "debug.validator" to "validator".
Changed reference of service "Slivki\Messenger\Query\QueryBusInterface" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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 "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.model_describers.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..0yLZtg" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.bfbCiIz" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.KxD8uA5" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.pVhmqz8" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.O7Avvig" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.8Ns2SSu" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "console.command.public_alias.Slivki\Command\CustomMailingSendCommand" previously pointing to "debug.validator" to "validator".
1776
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; 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 "assets.remote_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 "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.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.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; 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.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; 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.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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 "maker.auto_command.abstract"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MainMenu\MainMenuRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\MainMenu\MainMenuRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\TireOfferExtensionRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Offer\TireOfferExtensionRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GeoLocation\GeoLocationRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\GeoLocation\GeoLocationRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\TireOrderRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Order\TireOrderRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ShopMediaRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Media\ShopMediaRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CategoryMapPinIconMediaRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Media\CategoryMapPinIconMediaRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\OfferLogoMediaRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Media\OfferLogoMediaRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CommentMediaRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Media\CommentMediaRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\WorkExample\WorkExampleRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\WorkExample\WorkExampleRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\MobileUserTokenRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\User\MobileUserTokenRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\DeliveryZoneRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Offer\DeliveryZoneRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\ServerFeature\ServerFeatureStateRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\ServerFeature\ServerFeatureStateRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Payment\PaymentTransactionRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Payment\PaymentTransactionRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Beauty\Masters\BeautyMasterRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Beauty\Masters\BeautyMasterRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ProfileImageMediaRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Media\ProfileImageMediaRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\UserPhone\UserPhoneRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\UserPhone\UserPhoneRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\BodyRequestResolver"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ArgumentResolver\BodyRequestResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\FormDataRequestResolver"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ArgumentResolver\FormDataRequestResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\PartnerTokenResolver"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ArgumentResolver\PartnerTokenResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\QueryStringFilterRequestResolver"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ArgumentResolver\QueryStringFilterRequestResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Slivki\ArgumentResolver\QueryStringRequestResolver"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ArgumentResolver\QueryStringRequestResolver"; reason: abstract.
Removed service ".instanceof.Slivki\BusinessFeature\PostAction\PostHandlerInterface.0.Slivki\BusinessFeature\PostAction\Handlers\YandexPromocodesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\BusinessFeature\PostAction\Handlers\YandexPromocodesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\AbadondedBasketSendEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\AbadondedBasketSendEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\AddCodesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\AddCodesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\AlternativeOfferReloadCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\AlternativeOfferReloadCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BePaidRequestCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\BePaidRequestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BuildNewVideoguideCategoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\BuildNewVideoguideCategoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BuildPopularSalesCategoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\BuildPopularSalesCategoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\BuildSpecialCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\BuildSpecialCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CacheReloadCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\CacheReloadCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CacheTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\CacheTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CategoryDeactivationCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\CategoryDeactivationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CheckNoticePopupCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\CheckNoticePopupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CleanupMediaImageDirectoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\CleanupMediaImageDirectoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CleanupUserOnlineCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\CleanupUserOnlineCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CodesFromReservedToFreeCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\CodesFromReservedToFreeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CreateCustomMailingCampaignCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\CreateCustomMailingCampaignCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\CustomMailingSendCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\CustomMailingSendCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\DebugCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\DebugCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\ExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\FavouriteCategoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\FavouriteCategoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\FixFillInNumberForPhoneNumber"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\FixFillInNumberForPhoneNumber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GenerateCrtCodePoolCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\GenerateCrtCodePoolCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GenerateRtbhouseXMLCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\GenerateRtbhouseXMLCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GenerateSitemapCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\GenerateSitemapCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GetBankCurrencyRatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\GetBankCurrencyRatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GetMailingCampaignCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\GetMailingCampaignCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\GetVideoguideViewsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\GetVideoguideViewsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\IikoCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\IikoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\LowCodesInOffersSendCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\LowCodesInOffersSendCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\LuceneReindexCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\LuceneReindexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\MailingStatisticAggregateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\MailingStatisticAggregateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\MapTopOffersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\MapTopOffersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\MoveOffersToCityCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\MoveOffersToCityCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\NotificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\NotificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\Offer\UpdateOfferRatingCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\Offer\UpdateOfferRatingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\OffersRenewCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\OffersRenewCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ParseSupplierBrandNameCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\ParseSupplierBrandNameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\PartnerOfferImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\PartnerOfferImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\PurchaseStatSendCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\PurchaseStatSendCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ReferralsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\ReferralsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\ReloadFlierPositionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\ReloadFlierPositionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\RemoveTrashFromMediaCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\RemoveTrashFromMediaCacheCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SaleBodyAddWatermarksCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SaleBodyAddWatermarksCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SaveDescriptionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SaveDescriptionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SavePurchaseCountCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SavePurchaseCountCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SaveSaleProductSeoCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SaveSaleProductSeoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SendBrokenLinksMailCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SendBrokenLinksMailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SendMailCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SendMailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SendRenewedOfferNotoficationCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SendRenewedOfferNotoficationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SetSaleSeoCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SetSaleSeoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SlivkiCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SlivkiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SortEntityDescriptionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SortEntityDescriptionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\StatCategoryOffersCount"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\StatCategoryOffersCount"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\StatSearchOfferUpdate"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\StatSearchOfferUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\Stories\CreateStoriesStatisticsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\Stories\CreateStoriesStatisticsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\SubCategoryAutomationCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\SubCategoryAutomationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\TagRemoveDuplicatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\TagRemoveDuplicatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\TelegramCommentNotifierCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\TelegramCommentNotifierCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\TmpCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\TmpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UnsubscribeNotMinskCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\UnsubscribeNotMinskCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UnsubscribeNotValidEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\UnsubscribeNotValidEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UnsubscribeUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\UnsubscribeUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\UpdateOfferOrderCitiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\UpdateOfferOrderCitiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\VideoGuidesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\VideoGuidesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\VisitCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\VisitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\Command\YandexCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Command\YandexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Banner\MobileFloatingBannerCacheReloadConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Banner\MobileFloatingBannerCacheReloadConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Category\UpdateBestOffersCategoryConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Category\UpdateBestOffersCategoryConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Category\UpdateNewOfferCategoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Category\UpdateNewOfferCategoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\FoodCourt\SyncFoodCourtDishConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\FoodCourt\SyncFoodCourtDishConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\GiftCertificate\RecountPurchaseCountCertificateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\GiftCertificate\RecountPurchaseCountCertificateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\LiveSales\LiveSalesCacheClearConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\LiveSales\LiveSalesCacheClearConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Localization\TranslateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Localization\TranslateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Manager\ManagerContestConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Manager\ManagerContestConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Media\MediaCacheReloadConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Media\MediaCacheReloadConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\CreateOfferDailyStatisticConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Offer\CreateOfferDailyStatisticConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\ReloadOfferCodePriceCacheConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Offer\ReloadOfferCodePriceCacheConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\ReloadOfferResponseCacheConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Offer\ReloadOfferResponseCacheConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Offer\renewOffersConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Offer\renewOffersConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\OfferStatusLog\CreateOfferStatusLogConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\OfferStatusLog\CreateOfferStatusLogConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Order\SendPendingOrdersConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Order\SendPendingOrdersConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Order\UnsetUsedMultiUseCodesConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Order\UnsetUsedMultiUseCodesConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Payment\OplatiPaymentProcessorConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Payment\OplatiPaymentProcessorConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\RemoveUserPhoneDuplicatesConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\RemoveUserPhoneDuplicatesConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Sale\SaleCategoryCacheReloadConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Sale\SaleCategoryCacheReloadConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\Subscription\SyncSubscriptionCustomersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\Subscription\SyncSubscriptionCustomersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\User\Bonus\WriteOffBonusConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\User\Bonus\WriteOffBonusConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\User\FixUserPasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\User\FixUserPasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Slivki\ConsoleCommand\User\UserAverageCommentRatingReloadConsoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\ConsoleCommand\User\UserAverageCommentRatingReloadConsoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminGiftCertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminGiftCertificateController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminGiftCertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminMailingCampaignTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminMailingCampaignTypeController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminMailingCampaignTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminMainMenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminMainMenuController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminMainMenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminMarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminMarketingController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminMarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminNoticePopupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminNoticePopupController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminNoticePopupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminOrderController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminPartnerOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminPartnerOfferController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminPartnerOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminPastOffersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminPastOffersController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminPastOffersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminPopularCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminPopularCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminPopularCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminSearchController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\AdminTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\AdminTagController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\AdminTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BannerController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Beauty\Master\GetMastersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Beauty\Master\GetMastersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Beauty\Master\GetMastersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Bonus\GetBonusesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Bonus\GetBonusesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Bonus\GetBonusesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\City\GetCityPositionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\City\GetCityPositionAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\City\GetCityPositionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\CityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\CityController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\CityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Comment\GetCommentsByTypeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Comment\GetCommentsByTypeAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Comment\GetCommentsByTypeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\DirectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\DirectorController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\DirectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\FlierProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\FlierProductController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\FlierProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\InfoPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\InfoPageController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\InfoPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MailingCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MailingCampaignController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\MailingCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MainMenuBannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MainMenuBannerController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\MainMenuBannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MallController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\MallController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\OfferController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\OfferExtensionCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\OfferExtensionCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\OfferExtensionCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Order\Manage\RevertCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Order\Manage\RevertCodeAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Order\Manage\RevertCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\OrderManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\OrderManageController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\OrderManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\SaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\SaleController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\SaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\SeoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\SeoController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\SeoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\Code\GetCodeStatAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\Code\GetCodeStatAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\Code\GetCodeStatAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\PurchaseByOfferAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchasesByManagerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchasesByManagerAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\PurchasesByManagerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\TireScheduleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\TireScheduleAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\TireScheduleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\StatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\StatController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\StatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stories\StoriesAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stories\StoriesAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stories\StoriesAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Stories\StoriesCategoryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Stories\StoriesCategoryAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Stories\StoriesCategoryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Tag\GetOfferTagsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Tag\GetOfferTagsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Tag\GetOfferTagsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\Tag\GetSaleTagsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\Tag\GetSaleTagsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\Tag\GetSaleTagsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\User\Subscription\SubtractCodesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\User\Subscription\SubtractCodesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\User\Subscription\SubtractCodesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Beauty\GetCertificatesBeautyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Beauty\GetCertificatesBeautyAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Beauty\GetCertificatesBeautyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Beauty\GetMasterAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Beauty\GetMasterAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Beauty\GetMasterAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Beauty\GetOffersBeautyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Beauty\GetOffersBeautyAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Beauty\GetOffersBeautyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\DirectorApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\DirectorApiController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\DirectorApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\DirectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\DirectorController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\DirectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\External\Feed\BelmetaFeedAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\External\Feed\BelmetaFeedAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\External\Feed\BelmetaFeedAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetOffersFoodCourtAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetOffersFoodCourtAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\FoodCourt\GetOffersFoodCourtAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\FrontDemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\FrontDemoController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\FrontDemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\GetAppLinkAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\GetAppLinkAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\GetAppLinkAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Gift\GetGiftCertificateAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Gift\GetGiftCertificateAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Gift\GetGiftCertificateAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\GiftCertificatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\GiftCertificatesController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\GiftCertificatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\IikoOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\IikoOrderController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\IikoOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\InfobotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\InfobotController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\InfobotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\InstallmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\InstallmentController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\InstallmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\LiveSales\ShowLiveSalesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\LiveSales\ShowLiveSalesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\LiveSales\ShowLiveSalesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MailingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MailingController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MailingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MallController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MallController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Map\ShowMapAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Map\ShowMapAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Map\ShowMapAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\DishesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\DishesController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\DishesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\GiftCertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\GiftCertificateController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\GiftCertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\MobileApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\MobileApiController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\MobileApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\OfferController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\OnlineOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\OnlineOrderController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\OnlineOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\ShippingSchedulerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\ShippingSchedulerController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\ShippingSchedulerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\GetTopCategoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\GetTopCategoriesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\GetTopCategoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\MobileApi\V2\Version\GetVersionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\MobileApi\V2\Version\GetVersionAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\MobileApi\V2\Version\GetVersionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Offer\GetVisitedOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Offer\GetVisitedOffersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Offer\GetVisitedOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\OrderAsGift\GetOrderAsGiftAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\OrderAsGift\GetOrderAsGiftAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\OrderAsGift\GetOrderAsGiftAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\Code\GetCodesFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\Code\GetCodesFormAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\Code\GetCodesFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\CodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\CodeController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\CodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\DeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\DeliveryZoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\DeliveryZoneController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\DeliveryZoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\OfferController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\OfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\TelegramBotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\TelegramBotController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\TelegramBotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\TireController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\TireController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\TireController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\WorkExample\AddWorkExampleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\WorkExample\AddWorkExampleAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\WorkExample\AddWorkExampleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\WorkExample\GetWorkExampleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\WorkExample\GetWorkExampleAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\WorkExample\GetWorkExampleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\PartnerOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\PartnerOfferController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\PartnerOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\AbwPayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\AbwPayController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Payment\AbwPayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\AssistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\AssistController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Payment\AssistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\BePaidController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\BePaidController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Payment\BePaidController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\IPayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\IPayController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Payment\IPayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Payment\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\PhoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\PhoneController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Payment\PhoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Payment\WebMoneyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Payment\WebMoneyController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Payment\WebMoneyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Profile\Subscription\ControlSubscriptionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Profile\Subscription\ControlSubscriptionAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Profile\Subscription\ControlSubscriptionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Profile\Subscription\ManageSubscriptionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Profile\Subscription\ManageSubscriptionAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Profile\Subscription\ManageSubscriptionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SaleController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\SaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SaleProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SaleProductController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\SaleProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\ShareController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\ShippingSchedulerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\ShippingSchedulerController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\ShippingSchedulerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\SiteController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Statistic\CreatePhoneCoverClickAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Statistic\CreatePhoneCoverClickAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Statistic\CreatePhoneCoverClickAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Subscription\GetSubscriptionStatusAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Subscription\GetSubscriptionStatusAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Subscription\GetSubscriptionStatusAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Telegram\CourierBotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Telegram\CourierBotController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Telegram\CourierBotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Telegram\DeliveryBotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Telegram\DeliveryBotController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Telegram\DeliveryBotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Telegram\TelegramBotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Telegram\TelegramBotController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Telegram\TelegramBotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Tire\GetTireOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Tire\GetTireOffersAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Tire\GetTireOffersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\Tire\GetTiresByOfferAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\Tire\GetTiresByOfferAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\Tire\GetTiresByOfferAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\TireController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\TireController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\TireController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\TyresDemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\TyresDemoController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\TyresDemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Slivki\Controller\WorkExample\GetWorkExamplesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Slivki\Controller\WorkExample\GetWorkExamplesAction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Controller\WorkExample\GetWorkExamplesAction"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\Category\ActivateInBestOffersCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\Category\ActivateInBestOffersCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\Category\DeactivateInBestOffersCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\Category\DeactivateInBestOffersCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\City\SetCityPositionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\City\SetCityPositionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\AddMediaToInteriorGalleryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\AddMediaToInteriorGalleryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\DeleteMediaFromInteriorGalleryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\DeleteMediaFromInteriorGalleryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\CreatePartnerMailingCampaignHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\CreatePartnerMailingCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\EditPartnerMailingCampaignHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\EditPartnerMailingCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SendPartnerMailingCampaignHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SendPartnerMailingCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SentTestPartnerMailingCampaignHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SentTestPartnerMailingCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\CreateOfferCodePoolHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\CreateOfferCodePoolHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\EditOfferCodePoolHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\EditOfferCodePoolHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\DecreaseUserMoneyBalanceHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\User\DecreaseUserMoneyBalanceHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\Employee\CreateEmployeeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\User\Employee\CreateEmployeeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\Employee\DeleteEmployeeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\User\Employee\DeleteEmployeeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Api\User\IncreaseUserMoneyBalanceHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Api\User\IncreaseUserMoneyBalanceHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Beauty\CreateMasterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Beauty\CreateMasterHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Beauty\EditMasterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Beauty\EditMasterHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Beauty\EditMastersForLocationsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Beauty\EditMastersForLocationsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\EditOfferNoteHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\EditOfferNoteHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\ActivateTireHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\ActivateTireHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\CreateTireHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\CreateTireHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\DeactivateTireHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\DeactivateTireHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\EditTireHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\EditTireHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\SortTireHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\SortTireHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\SaveOfferNoteHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\SaveOfferNoteHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\CreateGalleryVideoHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\CreateGalleryVideoHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\CreateVideoPackageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\CreateVideoPackageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteGalleryVideoHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteGalleryVideoHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteVideoPackageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteVideoPackageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\EditGalleryVideoHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\EditGalleryVideoHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\EditVideoPackageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\EditVideoPackageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\Offer\Video\UpdateVideoPositionsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\Offer\Video\UpdateVideoPositionsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Admin\ServerFeature\EditServerFeatureHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Admin\ServerFeature\EditServerFeatureHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\DeleteUserHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\DeleteUserHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\AddOfferCommentHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\AddOfferCommentHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\SetCommentSeenByPartnerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\SetCommentSeenByPartnerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\Security\SendLoginCodeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\Security\SendLoginCodeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\UnuseCodeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\UnuseCodeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\UseCodeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\UseCodeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\WorkExample\CreateWorkExampleHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\WorkExample\CreateWorkExampleHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\WorkExample\DeleteWorkExampleHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\WorkExample\DeleteWorkExampleHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Api\Partner\WorkExample\EditWorkExampleHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Api\Partner\WorkExample\EditWorkExampleHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Authorization\SendPhoneNumberCodeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Authorization\SendPhoneNumberCodeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\ActivateMobileEntranceBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\ActivateMobileEntranceBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateCategoryMobileEntranceBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateCategoryMobileEntranceBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateExternalMobileEntranceBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateExternalMobileEntranceBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateOfferMobileEntranceBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateOfferMobileEntranceBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeactivateMobileEntranceBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeactivateMobileEntranceBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeleteMobileEntranceBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeleteMobileEntranceBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditCategoryMobileEntranceBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditCategoryMobileEntranceBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditExternalMobileEntranceBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditExternalMobileEntranceBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditMobileEntranceBannerPositionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditMobileEntranceBannerPositionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditOfferMobileEntranceBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditOfferMobileEntranceBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Beauty\EditCertificateBeautyPositionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Beauty\EditCertificateBeautyPositionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\AddBonusHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Bonus\AddBonusHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateAddBonusBalanceActivityHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateAddBonusBalanceActivityHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateReduceBonusBalanceActivityHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateReduceBonusBalanceActivityHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\EditBonusHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Bonus\EditBonusHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Bonus\WriteOffBonusHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Bonus\WriteOffBonusHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\ActivateMeOnMapFeaturedCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Category\ActivateMeOnMapFeaturedCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\DeactivateMeOnMapFeaturedCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Category\DeactivateMeOnMapFeaturedCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\DeleteCategoryMapPinIconHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Category\DeleteCategoryMapPinIconHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapFeaturedPositionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapFeaturedPositionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapPositionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapPositionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Category\SaleCategoryCacheReloadHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Category\SaleCategoryCacheReloadHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\FoodCourt\ActivateFoodCourtDishHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\FoodCourt\ActivateFoodCourtDishHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\FoodCourt\DeactivateFoodCourtDishHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\FoodCourt\DeactivateFoodCourtDishHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\ActivateGiftCertificateGroupHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\ActivateGiftCertificateGroupHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\CreateGiftCertificateGroupHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\CreateGiftCertificateGroupHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DeactivateGiftCertificateGroupHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DeactivateGiftCertificateGroupHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DisableGiftCertificatePositionInGroupHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DisableGiftCertificatePositionInGroupHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EditGiftCertificateGroupHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EditGiftCertificateGroupHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EnableGiftCertificatePositionInGroupHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EnableGiftCertificatePositionInGroupHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateGroupsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateGroupsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateInGroupHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateInGroupHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\ActivateGiftCertificateGiftCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\ActivateGiftCertificateGiftCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\CreateGiftCertificateGiftCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\CreateGiftCertificateGiftCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\DeactivateGiftCertificateGiftCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\DeactivateGiftCertificateGiftCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\EditGiftCertificateGiftCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\GiftCertificateGiftCategory\EditGiftCertificateGiftCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\LiveSales\LiveSalesCacheClearHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\LiveSales\LiveSalesCacheClearHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MailingCampaign\Partner\CreatePartnerMailingCampaignActionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\MailingCampaign\Partner\CreatePartnerMailingCampaignActionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MainMenu\EditMainMenuAppFixedPositionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\MainMenu\EditMainMenuAppFixedPositionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\CreateOfferPositionPaidHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\MeOnMap\CreateOfferPositionPaidHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\DeleteOfferPositionPaidHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\MeOnMap\DeleteOfferPositionPaidHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\EditOfferPositionPaidPositionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\MeOnMap\EditOfferPositionPaidPositionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\EditOfferPriceOnMapHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\MeOnMap\EditOfferPriceOnMapHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\MeOnMap\EditOfferRatingOnMapHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\MeOnMap\EditOfferRatingOnMapHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\DeliveryZoneMedia\DeleteOfferDeliveryZoneMediaHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Offer\DeliveryZoneMedia\DeleteOfferDeliveryZoneMediaHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\ActivateFoodOfferExtensionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\ActivateFoodOfferExtensionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\DeactivateFoodOfferExtensionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\DeactivateFoodOfferExtensionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\HideFoodOfferExtensionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Offer\FoodOfferExtension\HideFoodOfferExtensionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Offer\OfferMapLogoMedia\DeleteOfferMapLogoMediaHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Offer\OfferMapLogoMedia\DeleteOfferMapLogoMediaHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\OfferStatusLog\CreateOfferStatusLogHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\OfferStatusLog\CreateOfferStatusLogHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\OnlineOrder\GiftCertificate\EditGiftCertificateOnlineOrderHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\OnlineOrder\GiftCertificate\EditGiftCertificateOnlineOrderHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Order\CheckoutPromoCodeOnlineHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Order\CheckoutPromoCodeOnlineHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Order\PayPromoCodeForBatchCodesOnlineHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Order\PayPromoCodeForBatchCodesOnlineHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Order\PayPromoCodeForSubscriptionOnlineHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Order\PayPromoCodeForSubscriptionOnlineHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Partner\AddPartnerAdditionalDiscountsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Partner\AddPartnerAdditionalDiscountsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Statistic\CreateOfferDailyStatisticHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Statistic\CreateOfferDailyStatisticHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Statistic\CreatePhoneCoverClickHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Statistic\CreatePhoneCoverClickHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Subscription\DeleteSharedSubscriptionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Subscription\DeleteSharedSubscriptionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Subscription\ShareSubscriptionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Subscription\ShareSubscriptionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\CreateOfferTagHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Tag\CreateOfferTagHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\CreateSaleTagHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Tag\CreateSaleTagHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\DeleteOfferTagHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Tag\DeleteOfferTagHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tag\DeleteSaleTagHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Tag\DeleteSaleTagHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\Tire\CreateTireOrderHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\Tire\CreateTireOrderHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Command\User\RemoveUserAddressHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Command\User\RemoveUserAddressHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetCategoriesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetCategoriesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetMasterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetMasterHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetOfferMastersHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Beauty\Master\GetOfferMastersHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Bonus\GetBonusesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Bonus\GetBonusesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Category\GetCategoriesForBestOffersSettingsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Category\GetCategoriesForBestOffersSettingsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapCategoriesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapCategoriesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapFeaturedCategoriesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapFeaturedCategoriesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\City\GetCityPositionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\City\GetCityPositionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\GiftCertificate\GiftCertificateAllCategoriesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\GiftCertificate\GiftCertificateAllCategoriesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\GetCoordinatesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Offer\GetCoordinatesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTireHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTireHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTiresByOfferHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTiresByOfferHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideoHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideoHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideosByOfferHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideosByOfferHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\ServerFeature\ServerFeatureHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\ServerFeature\ServerFeatureHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\GetCodesStatHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Stat\GetCodesStatHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\GetOfferDailyStatisticHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Stat\GetOfferDailyStatisticHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\GetPartnerMailingCampaignStatisticHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Stat\GetPartnerMailingCampaignStatisticHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Stat\User\Registration\GetUserRegistrationStatHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Stat\User\Registration\GetUserRegistrationStatHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Tag\GetOfferTagsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Tag\GetOfferTagsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Tag\GetSaleTagsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Tag\GetSaleTagsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\Tag\GetTagAutocompleteHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\Tag\GetTagAutocompleteHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivitiesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivitiesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\User\Employee\GetCompanyEmployeesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\User\Employee\GetCompanyEmployeesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Admin\User\Subscription\SearchUserSubscriptionCodeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Admin\User\Subscription\SearchUserSubscriptionCodeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Api\MobApi\GetVersionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Api\MobApi\GetVersionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Api\Partner\GetPartnerInfoHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Api\Partner\GetPartnerInfoHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Banner\GetMobileCommentHundredBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Banner\GetMobileCommentHundredBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannersHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannersHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Category\GetMastersHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Category\GetMastersHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Category\GetMastersWithFilterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Category\GetMastersWithFilterHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Certificate\GetCertificateBeautyHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Certificate\GetCertificateBeautyHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\GetMasterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Beauty\GetMasterHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetMastersHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Offer\GetMastersHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetMastersWithFilterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Offer\GetMastersWithFilterHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetOffersBeautyHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Offer\GetOffersBeautyHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Beauty\Offer\GetWorkExampleOfMasterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Beauty\Offer\GetWorkExampleOfMasterHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Comment\ClaimCommentHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Comment\ClaimCommentHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Comment\GetCommentsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Comment\GetCommentsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Comment\GetCommentsPaginationHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Comment\GetCommentsPaginationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\Category\GetBeyondMinskRingRoadDeliveryCategoriesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\Category\GetBeyondMinskRingRoadDeliveryCategoriesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\GetFoodCourtSettingsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\GetFoodCourtSettingsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\GetLogosFoodCourtHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\GetLogosFoodCourtHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetGeoLocationInfoHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetGeoLocationInfoHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetPickupGeoLocationHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetPickupGeoLocationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\FoodCourt\Offer\GetRestofestOffersHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\FoodCourt\Offer\GetRestofestOffersHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GetDeeplinkHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GetDeeplinkHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Gift\GetGiftCategoriesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Gift\GetGiftCategoriesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Gift\GetGiftCertificatesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Gift\GetGiftCertificatesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetCategoriesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GetCategoriesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateCategoriesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateCategoriesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificatesByOfferHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificatesByOfferHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GetOfferGiftCertificatesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GetOfferGiftCertificatesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\InteriorGallery\GetInteriorGalleriesByCategoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\InteriorGallery\GetInteriorGalleriesByCategoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\LiveSales\GetOfferLiveSalesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\LiveSales\GetOfferLiveSalesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\MeOnMap\GetOfferPositionPaidHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\MeOnMap\GetOfferPositionPaidHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\MeOnMap\GetStatHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\MeOnMap\GetStatHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByIdHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByIdHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByOfferHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByOfferHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetOfferAutocompleteHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Offer\GetOfferAutocompleteHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetOfferByIdsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Offer\GetOfferByIdsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetOffersByGiftCertificateFilterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Offer\GetOffersByGiftCertificateFilterHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetVisitedOffersHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Offer\GetVisitedOffersHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Offer\GetYandexPromocodeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Offer\GetYandexPromocodeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GetOfferPickupAddressesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\GetOfferPickupAddressesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressGiftHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressGiftHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Payment\GetOrderStatusHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Payment\GetOrderStatusHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Tire\GetTiresByOfferHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Tire\GetTiresByOfferHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetExtensionsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetExtensionsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetGeoLocationsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetGeoLocationsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetNearestTimeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetNearestTimeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorStatisticHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorStatisticHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\GetPartnerAdditionalDiscountsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Partner\GetPartnerAdditionalDiscountsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\History\GetCertificateHistoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Partner\History\GetCertificateHistoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\History\GetCodeHistoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Partner\History\GetCodeHistoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\History\GetOnlineOrderHistoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Partner\History\GetOnlineOrderHistoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\Offer\Comment\GetOfferCommentsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Partner\Offer\Comment\GetOfferCommentsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\PartnerImageUploadHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Partner\PartnerImageUploadHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\WorkExample\AddWorkExampleHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Partner\WorkExample\AddWorkExampleHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExampleHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExampleHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExamplesByOfferHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExamplesByOfferHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Payment\GetCodePurchaseInfoHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Payment\GetCodePurchaseInfoHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Payment\GetStatusOplatiTransactionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Payment\GetStatusOplatiTransactionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Review\GetReviewsByOfferHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Review\GetReviewsByOfferHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Review\GetReviewsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Review\GetReviewsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Scheduler\GeoLocationSchedulerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Scheduler\GeoLocationSchedulerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Settings\GetSettingHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Settings\GetSettingHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Subscription\GetChildSubscribersHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Subscription\GetChildSubscribersHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireFilterDatesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Tire\GetTireFilterDatesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireFilterTimeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Tire\GetTireFilterTimeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireLocationsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Tire\GetTireLocationsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTireOrderHistoryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Tire\GetTireOrderHistoryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\Tire\GetTiresByOfferHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\Tire\GetTiresByOfferHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\User\Favorite\GetUserFavoriteOffersHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\User\Favorite\GetUserFavoriteOffersHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\User\GetVisitedOfferIdsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\User\GetVisitedOfferIdsHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesSettingsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesSettingsHandler"; reason: abstract.
Removed service ".instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CancelTransaction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Payment\Payme\MerchantApi\CancelTransaction"; reason: abstract.
Removed service ".instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CheckPerformTransaction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Payment\Payme\MerchantApi\CheckPerformTransaction"; reason: abstract.
Removed service ".instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CheckTransaction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Payment\Payme\MerchantApi\CheckTransaction"; reason: abstract.
Removed service ".instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\CreateTransaction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Payment\Payme\MerchantApi\CreateTransaction"; reason: abstract.
Removed service ".instanceof.Slivki\Payment\Payme\MerchantMethodInterface.0.Slivki\Payment\Payme\MerchantApi\PerformTransaction"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Payment\Payme\MerchantApi\PerformTransaction"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\CommentsBannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Banner\CommentsBannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileAppBannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Banner\MobileAppBannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileEntranceBannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Banner\MobileEntranceBannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileFloatingBannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Banner\MobileFloatingBannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\BatchCodes\BatchCodesOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\BatchCodes\BatchCodesOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\BatchCodes\BatchCodesPlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\BatchCodes\BatchCodesPlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Beauty\Masters\BeautyMasterRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Beauty\Masters\BeautyMasterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Bonus\BonusRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Bonus\BonusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\CacheReloadScheduler\CacheReloadSchedulerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Category\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Category\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\City\CityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\City\CityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Comment\CommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Comment\CommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Delivery\FoodFilterCounterRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Delivery\FoodFilterCounterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Director\DirectorRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Director\DirectorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\EntityDescription\EntityDescriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\EntityDescription\EntityDescriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\FoodCourt\FoodCourtDishRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\FoodCourt\FoodCourtDishRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\FoodOfferExtensionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\FoodOfferExtensionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GeoLocation\GeoLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\GeoLocation\GeoLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GiftCertificate\GiftCertificateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\GiftCertificate\GiftCertificateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\MailingCampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\MailingCampaign\MailingCampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MainMenu\MainMenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\MainMenu\MainMenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CategoryMapPinIconMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Media\CategoryMapPinIconMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\CommentMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Media\CommentMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\OfferLogoMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Media\OfferLogoMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ProfileImageMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Media\ProfileImageMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Media\ShopMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Media\ShopMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\DeliveryZoneRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Offer\DeliveryZoneRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\FoodOfferExtensionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Offer\FoodOfferExtensionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\OfferExtensionVariantRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Offer\OfferExtensionVariantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\OfferRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Offer\OfferRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\TireOfferExtensionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Offer\TireOfferExtensionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\OfferCode\OfferCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\OfferCode\OfferCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\OfferOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\OfferOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\FoodOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Order\FoodOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OfferOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Order\OfferOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OnlineOrderHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Order\OnlineOrderHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\TireOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Order\TireOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Payment\IPayPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Payment\IPayPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Payment\PaymentTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Payment\PaymentTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\PendingOrder\OrderPendingQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\PendingOrder\OrderPendingQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\PurchaseCount\PurchaseCountRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\PurchaseCount\PurchaseCountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Sale\SaleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Sale\SaleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Seo\SeoRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Seo\SeoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\ServerFeature\ServerFeatureStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\ServerFeature\ServerFeatureStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Statistic\PhoneCoverClickRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Statistic\PhoneCoverClickRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\StoriesCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\StoriesCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\StoriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\StoriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\TireSchedule\TireScheduleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\TireSchedule\TireScheduleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\Balance\UserBalanceActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\User\Balance\UserBalanceActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\Balance\UserBalanceActivityTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\User\Balance\UserBalanceActivityTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\CreditCardRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\User\CreditCardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\MobileUserTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\User\MobileUserTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\UserAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\User\UserAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\UserGroup\UserGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\UserGroup\UserGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\UserPhone\UserPhoneRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\UserPhone\UserPhoneRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\VisitRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\VisitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\WorkExample\WorkExampleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\WorkExample\WorkExampleRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Slivki\Services\Order\GetLinkOnlineOrderService"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Services\Order\GetLinkOnlineOrderService"; reason: abstract.
Removed service ".instanceof.Slivki\Services\QRCodeGenerator\QRCodeGeneratorInterface.0.Slivki\Services\QRCodeGenerator\Generators\DefaultQRCodeGenerator"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Services\QRCodeGenerator\Generators\DefaultQRCodeGenerator"; reason: abstract.
Removed service ".instanceof.Slivki\Services\QRCodeGenerator\QRCodeGeneratorInterface.0.Slivki\Services\QRCodeGenerator\Generators\FreestyleQRCodeGenerator"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Services\QRCodeGenerator\Generators\FreestyleQRCodeGenerator"; reason: abstract.
Removed service ".instanceof.Slivki\Services\QRCodeGenerator\QRCodeGeneratorInterface.0.Slivki\Services\QRCodeGenerator\Generators\SosediBarcodeGenerator"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Services\QRCodeGenerator\Generators\SosediBarcodeGenerator"; reason: abstract.
Removed service ".instanceof.Slivki\Services\User\AccountMergeProcessors\AccountMergeProcessorInterface.0.Slivki\Services\User\AccountMergeProcessors\DatabaseMergeProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Services\User\AccountMergeProcessors\DatabaseMergeProcessor"; reason: abstract.
Removed service ".instanceof.Slivki\Services\User\AccountMergeProcessors\AccountMergeProcessorInterface.0.Slivki\Services\User\AccountMergeProcessors\SubscriptionMergeProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Services\User\AccountMergeProcessors\SubscriptionMergeProcessor"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\DeliveryTimeTextTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\DeliveryTimeTextTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\Filter\PhoneNumberFilterTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\Filter\PhoneNumberFilterTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\Filter\ShortPriceFilterTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\Filter\ShortPriceFilterTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetCommentsBanners"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\GetCommentsBanners"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetCommentsCountTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\GetCommentsCountTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetDishNutrientsTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\GetDishNutrientsTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetLastVisitedOffersTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\GetLastVisitedOffersTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetLinkOnlineOrderRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\GetLinkOnlineOrderRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GetUserAverageCommentRatingTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\GetUserAverageCommentRatingTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\GiftCertificateTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\GiftCertificateTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\MobileFloatingBannerRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\MobileFloatingBannerRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\OnlineOrderHistoryTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\OnlineOrderHistoryTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\QRMessageGeneratorRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\QRMessageGeneratorRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\ServerFeatureStateTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\ServerFeatureStateTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Slivki\Twig\SlivkiTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\SlivkiTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\SubscriptionTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\SubscriptionTwigRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Slivki\Twig\UserGroupTwigRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Twig\UserGroupTwigRuntime"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\TextDateOrNullValidator"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Validator\Constraints\TextDateOrNullValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\TextDateValidator"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Validator\Constraints\TextDateValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\TextTimeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Validator\Constraints\TextTimeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Slivki\Validator\Constraints\YmdDateValidator"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Validator\Constraints\YmdDateValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Slivki\EventSubscriber\KernelControllerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\EventSubscriber\KernelControllerSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Delivery\FoodFilterCounterRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Delivery\FoodFilterCounterRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OnlineOrderHistoryRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Order\OnlineOrderHistoryRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\CreditCardRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\User\CreditCardRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\MailingCampaign\MailingCampaignRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\MailingCampaign\MailingCampaignRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Category\CategoryRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Category\CategoryRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\FoodOrderRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Order\FoodOrderRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Seo\SeoRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Seo\SeoRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Order\OfferOrderRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Order\OfferOrderRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\OfferRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Offer\OfferRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\BatchCodes\BatchCodesPlanRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\BatchCodes\BatchCodesPlanRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\User\UserAddressRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\User\UserAddressRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Offer\FoodOfferExtensionRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Offer\FoodOfferExtensionRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\FoodCourt\FoodCourtDishRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\FoodCourt\FoodCourtDishRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\PurchaseCount\PurchaseCountRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\PurchaseCount\PurchaseCountRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Bonus\BonusRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Bonus\BonusRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Director\DirectorRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Director\DirectorRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\EntityDescription\EntityDescriptionRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\EntityDescription\EntityDescriptionRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Statistic\PhoneCoverClickRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Statistic\PhoneCoverClickRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileAppBannerRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Banner\MobileAppBannerRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\CommentsBannerRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Banner\CommentsBannerRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\Banner\MobileEntranceBannerRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\Banner\MobileEntranceBannerRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Slivki\Repository\GiftCertificate\GiftCertificateRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.Slivki\Repository\GiftCertificate\GiftCertificateRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Cache\Adapter\RedisAdapter"; reason: abstract.
Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\BinaryWriter"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCode\Writer\BinaryWriter"; reason: abstract.
Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\DebugWriter"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCode\Writer\DebugWriter"; reason: abstract.
Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\EpsWriter"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCode\Writer\EpsWriter"; reason: abstract.
Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\PngWriter"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCode\Writer\PngWriter"; reason: abstract.
Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\SvgWriter"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCode\Writer\SvgWriter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
1109
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "Slivki\Mailer\MailingCampaign\Partner\Decorator\SendPartnerMailingCampaignDecorator"; reason: unused.
Removed service "Slivki\Repository\Media\Admin\OfferExtensionMediaRepositoryInterface"; reason: unused.
Removed service "Slivki\Repository\InteriorGallery\InteriorGalleryRepositoryInterface"; reason: unused.
Removed service "Slivki\BusinessFeature\LiveSales\Dto\LiveSalesCategoryDto"; reason: unused.
Removed service "Slivki\BusinessFeature\LiveSales\Dto\LiveSalesDto"; reason: unused.
Removed service "Slivki\Command\MailingSendCommand"; reason: unused.
Removed service "Slivki\Command\WrongClickMailSendCommand"; reason: unused.
Removed service "Slivki\Dao\Banner\CommentBannerDao"; reason: unused.
Removed service "Slivki\Dao\Beauty\CertificateBeautyDao"; reason: unused.
Removed service "Slivki\Dao\Beauty\MasterDao"; reason: unused.
Removed service "Slivki\Dao\Bonus\BonusBalanceActivityDao"; reason: unused.
Removed service "Slivki\Dao\Category\BestOffersCategoryDao"; reason: unused.
Removed service "Slivki\Dao\Category\Rating\DirectorRatingDao"; reason: unused.
Removed service "Slivki\Dao\Category\Rating\OfferRatingDao"; reason: unused.
Removed service "Slivki\Dao\Category\SaleCategoryDao"; reason: unused.
Removed service "Slivki\Dao\City\CityDao"; reason: unused.
Removed service "Slivki\Dao\Comment\CommentDao"; reason: unused.
Removed service "Slivki\Dao\Comment\CommentRatingDao"; reason: unused.
Removed service "Slivki\Dao\Director\CommentRatingDao"; reason: unused.
Removed service "Slivki\Dao\Director\DirectorActiveOffersDao"; reason: unused.
Removed service "Slivki\Dao\Director\DirectorActiveSalesDao"; reason: unused.
Removed service "Slivki\Dao\Director\DirectorDao"; reason: unused.
Removed service "Slivki\Dao\FastDelivery\OfferFastDeliveryDao"; reason: unused.
Removed service "Slivki\Dao\FoodCourt\FoodCourtDishDao"; reason: unused.
Removed service "Slivki\Dao\GeoLocation\GeoLocationDao"; reason: unused.
Removed service "Slivki\Dao\GeoLocation\PhoneNumber\PhoneNumberDao"; reason: unused.
Removed service "Slivki\Dao\GiftCertificate\GiftCertificateCategory\GiftCertificateCategoryDao"; reason: unused.
Removed service "Slivki\Dao\GiftCertificate\GiftCertificateDao"; reason: unused.
Removed service "Slivki\Dao\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupDao"; reason: unused.
Removed service "Slivki\Dao\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificate"; reason: unused.
Removed service "Slivki\Dao\GiftCertificate\GiftCertificateGroup\GiftCertificateGroupDao"; reason: unused.
Removed service "Slivki\Dao\InteriorGallery\InteriorGalleryDao"; reason: unused.
Removed service "Slivki\Dao\MailingCampaign\Partner\PartnerMailingCampaignDao"; reason: unused.
Removed service "Slivki\Dao\MeOnMap\OfferPositionPaidDao"; reason: unused.
Removed service "Slivki\Dao\Offer\DeliveryLocationDao"; reason: unused.
Removed service "Slivki\Dao\Offer\DeliveryZoneDao"; reason: unused.
Removed service "Slivki\Dao\Offer\FoodOfferExtension\FoodOfferExtensionDao"; reason: unused.
Removed service "Slivki\Dao\Offer\FoodOfferExtension\ProductPriceHistoryDao"; reason: unused.
Removed service "Slivki\Dao\Offer\FoodOfferExtension\PurchaseCountDao"; reason: unused.
Removed service "Slivki\Dao\Offer\MobApiOfferDao"; reason: unused.
Removed service "Slivki\Dao\Offer\OfferDailyStatistic\OfferDailyStatisticDao"; reason: unused.
Removed service "Slivki\Dao\Offer\OfferDao"; reason: unused.
Removed service "Slivki\Dao\Offer\OffersByCityDao"; reason: unused.
Removed service "Slivki\Dao\Offer\SlivkiDeliveryOfferDao"; reason: unused.
Removed service "Slivki\Dao\Offer\VisitedOffer\VisitedOfferDao"; reason: unused.
Removed service "Slivki\Dao\OfferCode\CodePoolDao"; reason: unused.
Removed service "Slivki\Dao\OfferCode\PurchaseCountDao"; reason: unused.
Removed service "Slivki\Dao\OfferCode\PurchaseCountWithCorrectionDao"; reason: unused.
Removed service "Slivki\Dao\Order\OfferOrderBatchCodesDao"; reason: unused.
Removed service "Slivki\Dao\Order\OfferOrderPurchaseCountDao"; reason: unused.
Removed service "Slivki\Dao\Order\OnlineOrderHistoryCountDao"; reason: unused.
Removed service "Slivki\Dao\Order\OnlineOrderSettingsDao"; reason: unused.
Removed service "Slivki\Dao\Partner\AdditionalDiscountDao"; reason: unused.
Removed service "Slivki\Dao\Partner\History\PartnerHistoryDao"; reason: unused.
Removed service "Slivki\Dao\Payment\TransactionDao"; reason: unused.
Removed service "Slivki\Dao\SiteSettingDao"; reason: unused.
Removed service "Slivki\Dao\Statistic\Code\CodeStatisticDao"; reason: unused.
Removed service "Slivki\Dao\Statistic\CodesSumByOperatorDao"; reason: unused.
Removed service "Slivki\Dao\Statistic\GetOfferDailyStatisticDao"; reason: unused.
Removed service "Slivki\Dao\Statistic\MailingCampaign\Partner\PartnerMailingCampaignStatisticDao"; reason: unused.
Removed service "Slivki\Dao\Statistic\PhoneCoverClickDao"; reason: unused.
Removed service "Slivki\Dao\Statistic\PurchasesByOfferDao"; reason: unused.
Removed service "Slivki\Dao\Statistic\User\UserBalanceActivityDao"; reason: unused.
Removed service "Slivki\Dao\Statistic\User\UserBalanceActivityStatisticDao"; reason: unused.
Removed service "Slivki\Dao\Statistic\User\UserBoughtCodesHistoryDao"; reason: unused.
Removed service "Slivki\Dao\Statistic\User\UserRegistrationsDao"; reason: unused.
Removed service "Slivki\Dao\Stories\Results\StoriesStatistics"; reason: unused.
Removed service "Slivki\Dao\Stories\StoriesEventDao"; reason: unused.
Removed service "Slivki\Dao\Stories\StoriesStatisticsDao"; reason: unused.
Removed service "Slivki\Dao\Subscription\SubscriberDao"; reason: unused.
Removed service "Slivki\Dao\Tire\TireScheduleDao"; reason: unused.
Removed service "Slivki\Dao\TireFilter\TireFilterDao"; reason: unused.
Removed service "Slivki\Dao\UseCodeHistory\UseCodeHistoryDao"; reason: unused.
Removed service "Slivki\Dao\UsedCodeDao"; reason: unused.
Removed service "Slivki\Dao\User\BalanceActivity\MonthlyBonusDao"; reason: unused.
Removed service "Slivki\Dao\User\OfferCode\OfferCodeDao"; reason: unused.
Removed service "Slivki\Dao\User\Rating\AverageCommentRatingDao"; reason: unused.
Removed service "Slivki\Dao\User\UserAddress\UserAddressDao"; reason: unused.
Removed service "Slivki\Dao\User\UserOrderDao"; reason: unused.
Removed service "Slivki\Dao\User\UserVisitedDao"; reason: unused.
Removed service "Slivki\Dao\UserGroup\UserGroupDao"; reason: unused.
Removed service "Slivki\Dao\UserPhone\UserPhoneDao"; reason: unused.
Removed service "Slivki\Dao\WorkExample\WorkExampleDao"; reason: unused.
Removed service "Slivki\Dbal\FoodCourt\UpdateFoodCourtDishPosition"; reason: unused.
Removed service "Slivki\Dbal\GiftCertificate\GiftCertificatePurchaseCount"; reason: unused.
Removed service "Slivki\Dbal\Offer\RenewOffers"; reason: unused.
Removed service "Slivki\Dbal\Offer\UpdateDeliverySettings"; reason: unused.
Removed service "Slivki\Dbal\Offer\UpdateLuceneReindex"; reason: unused.
Removed service "Slivki\Dbal\Offer\UpdateOfferRating"; reason: unused.
Removed service "Slivki\Dbal\Sale\UpdateLuceneReindex"; reason: unused.
Removed service "Slivki\Dbal\Subscription\UpdateSubscriber"; reason: unused.
Removed service "Slivki\Dbal\User\ResetUserBalance"; reason: unused.
Removed service "Slivki\Doctrine\DQL\DateFunction"; reason: unused.
Removed service "Slivki\Doctrine\DQL\FirstFunction"; reason: unused.
Removed service "Slivki\Doctrine\DQL\GeomFromEWKT"; reason: unused.
Removed service "Slivki\Doctrine\DQL\ReplaceFunction"; reason: unused.
Removed service "Slivki\Doctrine\Type\GeometryType"; reason: unused.
Removed service "Slivki\Document\LifeSales\LiveSaleOrder"; reason: unused.
Removed service "Slivki\Document\LifeSales\OfferData"; reason: unused.
Removed service "Slivki\Document\User\AverageUserCommentRating"; reason: unused.
Removed service "Slivki\DocumentRepository\LifeSales\LiveSaleOrderRepository"; reason: unused.
Removed service "Slivki\DocumentRepository\User\AverageUserCommentRatingDocumentRepository"; reason: unused.
Removed service "Slivki\Dto\Banner\CommentBanner\CommentBannerDto"; reason: unused.
Removed service "Slivki\Dto\Banner\MobileEntranceBanner\MobileEntranceBannerPositionDto"; reason: unused.
Removed service "Slivki\Dto\Banner\MobileFloatingBanner\MobileFloatingBannerDto"; reason: unused.
Removed service "Slivki\Dto\Beauty\CertificateBeautyDto"; reason: unused.
Removed service "Slivki\Dto\Beauty\CertificateBeautyPositionDto"; reason: unused.
Removed service "Slivki\Dto\Beauty\MastersForLocationDto"; reason: unused.
Removed service "Slivki\Dto\Category\CategoryDto"; reason: unused.
Removed service "Slivki\Dto\Category\CategoryFoodCourtDto"; reason: unused.
Removed service "Slivki\Dto\Category\CategoryGiftCertificateDto"; reason: unused.
Removed service "Slivki\Dto\Category\CategoryLastDayPurchaseCountDto"; reason: unused.
Removed service "Slivki\Dto\Category\CategoryWithGeoLocationsDto"; reason: unused.
Removed service "Slivki\Dto\Category\Factory\CategoryDtoFactory"; reason: unused.
Removed service "Slivki\Dto\Category\GiftCategoryDto"; reason: unused.
Removed service "Slivki\Dto\Category\NewCategory\CityParentCategoriesDto"; reason: unused.
Removed service "Slivki\Dto\Category\NewCategory\ParentCategoriesByCityDto"; reason: unused.
Removed service "Slivki\Dto\Category\Rating\CategoryRatingDto"; reason: unused.
Removed service "Slivki\Dto\Category\Rating\DirectorRatingDto"; reason: unused.
Removed service "Slivki\Dto\Category\Rating\OfferRatingDto"; reason: unused.
Removed service "Slivki\Dto\Category\TopCategoryDto"; reason: unused.
Removed service "Slivki\Dto\Category\TopCategorySubCategoryDto"; reason: unused.
Removed service "Slivki\Dto\City\CityDto"; reason: unused.
Removed service "Slivki\Dto\City\CityPositionDto"; reason: unused.
Removed service "Slivki\Dto\Comment\CommentDto"; reason: unused.
Removed service "Slivki\Dto\Comment\CommentMediaDto"; reason: unused.
Removed service "Slivki\Dto\Comment\GetCommentsPaginationDto"; reason: unused.
Removed service "Slivki\Dto\DeliverySchedule\DeliveryScheduleRequestDto"; reason: unused.
Removed service "Slivki\Dto\Director\DirectorDto"; reason: unused.
Removed service "Slivki\Dto\Feed\Belmeta\BelmetaJobDto"; reason: unused.
Removed service "Slivki\Dto\Filter\PaginatorFilterDto"; reason: unused.
Removed service "Slivki\Dto\Filter\PriceFilterDto"; reason: unused.
Removed service "Slivki\Dto\Filter\SortFilterDto"; reason: unused.
Removed service "Slivki\Dto\FoodCourt\DeliveryOneDayWorkingTimeDto"; reason: unused.
Removed service "Slivki\Dto\FoodCourt\DeliveryTimeTextDto"; reason: unused.
Removed service "Slivki\Dto\FoodCourt\DeliveryWorkingTimePeriodDto"; reason: unused.
Removed service "Slivki\Dto\FoodCourt\FoodCourtDishDto"; reason: unused.
Removed service "Slivki\Dto\FoodCourt\FoodCourtDishPositionDto"; reason: unused.
Removed service "Slivki\Dto\GeoLocation\GeoLocationScheduleItemDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\AllowedPaymentMethodsDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\GiftCertificateAddressDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\GiftCertificateAllCategoriesDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\GiftCertificateCategory\GiftCertificateCategoryDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\GiftCertificateDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\GiftCertificateGiftCategory\GiftCertificateGiftCategoryDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\GiftCertificateGroup\GiftCertificateGroupDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\GiftCertificateGroup\GiftCertificateGroupPositionDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\GiftCertificateGroup\GiftCertificateGroupWithCertificateCountDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\GiftCertificateGroup\GiftCertificatePositionDto"; reason: unused.
Removed service "Slivki\Dto\GiftCertificate\PurchaseCountCertificateDto"; reason: unused.
Removed service "Slivki\Dto\InfoPage\InfoPageDto"; reason: unused.
Removed service "Slivki\Dto\InteriorGallery\InteriorGalleryCategoryPositionDto"; reason: unused.
Removed service "Slivki\Dto\Localization\CategoryLocalizationDto"; reason: unused.
Removed service "Slivki\Dto\Localization\LocalizationDto"; reason: unused.
Removed service "Slivki\Dto\Mailer\OfferOrder\Tire\TireOfferOrderItemDto"; reason: unused.
Removed service "Slivki\Dto\MailingCampaign\CategoryBoxDto"; reason: unused.
Removed service "Slivki\Dto\MailingCampaign\EntityPositionDto"; reason: unused.
Removed service "Slivki\Dto\MailingCampaign\Partner\PartnerEmailDto"; reason: unused.
Removed service "Slivki\Dto\MailingCampaign\Partner\PartnerMailingCampaignDto"; reason: unused.
Removed service "Slivki\Dto\MailingCampaign\Partner\PartnerMailingCampaignEmailDto"; reason: unused.
Removed service "Slivki\Dto\MailingCampaign\Partner\PartnerMailingCampaignLinkButtonDto"; reason: unused.
Removed service "Slivki\Dto\MailingCampaign\Partner\PartnerRecipientTypeDto"; reason: unused.
Removed service "Slivki\Dto\MainMenu\MainMenuDto"; reason: unused.
Removed service "Slivki\Dto\MainMenu\MainMenuItemDto"; reason: unused.
Removed service "Slivki\Dto\MainMenu\MainMenuWithCategoryCountDto"; reason: unused.
Removed service "Slivki\Dto\MeOnMap\OfferFeaturedPaidDto"; reason: unused.
Removed service "Slivki\Dto\MeOnMap\OfferPositionPaidDto"; reason: unused.
Removed service "Slivki\Dto\MeOnMap\OfferPositionPaidPositionPaidDto"; reason: unused.
Removed service "Slivki\Dto\MeOnMap\SubCategoryDto"; reason: unused.
Removed service "Slivki\Dto\Offer\DeliveryLocationDto"; reason: unused.
Removed service "Slivki\Dto\Offer\DeliveryZoneDto"; reason: unused.
Removed service "Slivki\Dto\Offer\ExtensionPriceDto"; reason: unused.
Removed service "Slivki\Dto\Offer\FoodOfferExtension\FoodOfferExtensionDto"; reason: unused.
Removed service "Slivki\Dto\Offer\FoodOfferExtension\ProductPriceHistoryDto"; reason: unused.
Removed service "Slivki\Dto\Offer\GalleryVideo\VideoDto"; reason: unused.
Removed service "Slivki\Dto\Offer\GalleryVideo\VideoPackageDto"; reason: unused.
Removed service "Slivki\Dto\Offer\GiftCertificate\FilterDto"; reason: unused.
Removed service "Slivki\Dto\Offer\ImageDto"; reason: unused.
Removed service "Slivki\Dto\Offer\OfferCodeCostDto"; reason: unused.
Removed service "Slivki\Dto\Offer\OfferExtensionVariant\AttributeDto"; reason: unused.
Removed service "Slivki\Dto\Offer\OfferPaidPositionDto"; reason: unused.
Removed service "Slivki\Dto\Offer\OfferPurchaseDto"; reason: unused.
Removed service "Slivki\Dto\Offer\OfferRatingDto"; reason: unused.
Removed service "Slivki\Dto\Offer\OfferWithPositionDto"; reason: unused.
Removed service "Slivki\Dto\Offer\OnlineOrder\OfferOnlineOrderTypesDto"; reason: unused.
Removed service "Slivki\Dto\Offer\OnlineOrderSettings\ReceivingOrdersScheduleDto"; reason: unused.
Removed service "Slivki\Dto\Offer\OnlineOrderSettings\WorkPeriodDto"; reason: unused.
Removed service "Slivki\Dto\Offer\SlivkiDelivery\OfferDeliverySettingsDto"; reason: unused.
Removed service "Slivki\Dto\Offer\SlivkiDelivery\SlivkiDeliveryOfferDto"; reason: unused.
Removed service "Slivki\Dto\Offer\TireOfferExtension\OfferByTireFilterDto"; reason: unused.
Removed service "Slivki\Dto\Offer\TireOfferExtension\OfferWithTireExtensionDto"; reason: unused.
Removed service "Slivki\Dto\Offer\TireOfferExtension\TirePositionDto"; reason: unused.
Removed service "Slivki\Dto\Offer\VisitedOffer\VisitedOfferDto"; reason: unused.
Removed service "Slivki\Dto\OfferCodePool\OfferCodePoolCodesDto"; reason: unused.
Removed service "Slivki\Dto\OnlineOrder\BuyerDto"; reason: unused.
Removed service "Slivki\Dto\OnlineOrder\OnlineOrderDto"; reason: unused.
Removed service "Slivki\Dto\OnlineOrder\OrderItemDto"; reason: unused.
Removed service "Slivki\Dto\Order\OfferOrderBoughtCodesDto"; reason: unused.
Removed service "Slivki\Dto\Partner\AdditionalDiscountByWeekdayDto"; reason: unused.
Removed service "Slivki\Dto\Partner\AdditionalDiscountDto"; reason: unused.
Removed service "Slivki\Dto\Partner\History\CertificateHistoryDto"; reason: unused.
Removed service "Slivki\Dto\Partner\History\CodeHistoryDto"; reason: unused.
Removed service "Slivki\Dto\Partner\Offer\Comment\CommentDto"; reason: unused.
Removed service "Slivki\Dto\Payment\NotProcessingTransactionDto"; reason: unused.
Removed service "Slivki\Dto\PopularCategory\OfferCategoryDto"; reason: unused.
Removed service "Slivki\Dto\PopularCategory\OfferPositionInPopularCategoryDto"; reason: unused.
Removed service "Slivki\Dto\PopularCategory\PopularCategoryDto"; reason: unused.
Removed service "Slivki\Dto\PopularCategory\PopularCategoryOfferDto"; reason: unused.
Removed service "Slivki\Dto\QRCode\QRCodeGeneratorDto"; reason: unused.
Removed service "Slivki\Dto\Rating\RatingCountDto"; reason: unused.
Removed service "Slivki\Dto\Settings\GiftCertificate\GiftCertificateSettingsDto"; reason: unused.
Removed service "Slivki\Dto\Settings\PriceSettingsDto"; reason: unused.
Removed service "Slivki\Dto\Settings\SortSettingsDto"; reason: unused.
Removed service "Slivki\Dto\Sidebar\SidebarDto"; reason: unused.
Removed service "Slivki\Dto\Sms\SmsLimiterDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\ByPaymentMethodDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\Code\CodeStatItemDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\CodesSumByOperatorDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\Conversion\ConversionByOfferDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\MailingCampaign\Partner\PartnerMailingCampaignStatisticDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\OfferDailyStatistic\OfferDailyStatisticDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\PhoneCoverClickCriteriaDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\PhoneCoverClickDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\PurchaseByManagerDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\PurchaseByManagerItemDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\PurchaseByManagerOfferDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\PurchaseByOfferCriteriaDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\PurchaseByOfferDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\PurchaseByOfferParametersDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\User\UserBalanceActivityDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\User\UserBalanceDebtDto"; reason: unused.
Removed service "Slivki\Dto\Statistic\User\UserBoughtCodesHistoryDto"; reason: unused.
Removed service "Slivki\Dto\SubscriptionInfoDto"; reason: unused.
Removed service "Slivki\Dto\Subscriptions\SubscriberDto"; reason: unused.
Removed service "Slivki\Dto\Subscriptions\SubscriptionsInfoDto"; reason: unused.
Removed service "Slivki\Dto\Subscriptions\SubscriptionsInfoItemDto"; reason: unused.
Removed service "Slivki\Dto\Tire\AdditionalDiscountDto"; reason: unused.
Removed service "Slivki\Dto\Tire\TireDto"; reason: unused.
Removed service "Slivki\Dto\Tire\TireGeoLocationDto"; reason: unused.
Removed service "Slivki\Dto\TireFilter\CategoryDto"; reason: unused.
Removed service "Slivki\Dto\User\CreditCardDto"; reason: unused.
Removed service "Slivki\Dto\User\OrderHistory\FoodOrderHistoryDto"; reason: unused.
Removed service "Slivki\Dto\User\OrderHistory\FoodOrderProductDto"; reason: unused.
Removed service "Slivki\Dto\User\OrderHistory\TireOrderHistoryDto"; reason: unused.
Removed service "Slivki\Dto\User\UserAddressDto"; reason: unused.
Removed service "Slivki\Dto\User\UserCodesCountDto"; reason: unused.
Removed service "Slivki\Dto\WorkExample\WorkExampleAddressWithDistanceDto"; reason: unused.
Removed service "Slivki\Dto\WorkExample\WorkExampleDto"; reason: unused.
Removed service "Slivki\Dto\WorkExample\WorkExampleGeoLocationDto"; reason: unused.
Removed service "Slivki\Dto\WorkExample\WorkExampleWithAddressesDto"; reason: unused.
Removed service "Slivki\Exception\Api\Partner\AccessDeniedException"; reason: unused.
Removed service "Slivki\Exception\Api\Partner\UnauthorizedException"; reason: unused.
Removed service "Slivki\Exception\Banner\MobileCommentBannerNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Banner\MobileEntranceBannerNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Banner\MobileFloatingBannerNotFoundException"; reason: unused.
Removed service "Slivki\Exception\BatchCodesOrderNotFoundException"; reason: unused.
Removed service "Slivki\Exception\BatchCodesPlanNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Beauty\Master\MasterNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Bonus\BonusNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Category\CategoryTypeNotFoundException"; reason: unused.
Removed service "Slivki\Exception\CategoryNotFoundException"; reason: unused.
Removed service "Slivki\Exception\CategoryRatingNotFoundException"; reason: unused.
Removed service "Slivki\Exception\City\CityNotFoundException"; reason: unused.
Removed service "Slivki\Exception\CityNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Comment\CensureCommentException"; reason: unused.
Removed service "Slivki\Exception\Comment\CommentNotFountException"; reason: unused.
Removed service "Slivki\Exception\Comment\EmptyCommentException"; reason: unused.
Removed service "Slivki\Exception\Coordinate\InvalidLatitudeException"; reason: unused.
Removed service "Slivki\Exception\Coordinate\InvalidLongitudeException"; reason: unused.
Removed service "Slivki\Exception\CreditCardNotFoundException"; reason: unused.
Removed service "Slivki\Exception\DeliveryScheduleNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Director\DirectorNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Email\NotValidEmailAddressException"; reason: unused.
Removed service "Slivki\Exception\FoodCourtDishNotFoundException"; reason: unused.
Removed service "Slivki\Exception\FoodOfferExtensionNotFoundException"; reason: unused.
Removed service "Slivki\Exception\FoodOrderNotFoundException"; reason: unused.
Removed service "Slivki\Exception\GeoLocation\GeoLocationNotFoundException"; reason: unused.
Removed service "Slivki\Exception\GiftCertificate\GiftCertificateGroup\GiftCertificateGroupNotFoundException"; reason: unused.
Removed service "Slivki\Exception\GiftCertificate\GiftCertificateGroup\GiftCertificateGroupRelationNotFoundException"; reason: unused.
Removed service "Slivki\Exception\GiftCertificateCategoryNotFoundException"; reason: unused.
Removed service "Slivki\Exception\GiftCertificateGiftCategoryNotFoundException"; reason: unused.
Removed service "Slivki\Exception\GiftCertificateNotFoundException"; reason: unused.
Removed service "Slivki\Exception\InteriorGallery\InteriorGalleryNotFoundException"; reason: unused.
Removed service "Slivki\Exception\InvalidPaymentException"; reason: unused.
Removed service "Slivki\Exception\MailingCampaign\PartnerMailingCampaignEditNotAllowedException"; reason: unused.
Removed service "Slivki\Exception\MailingCampaign\PartnerMailingCampaignNotFoundException"; reason: unused.
Removed service "Slivki\Exception\MailingCampaignNotFoundException"; reason: unused.
Removed service "Slivki\Exception\MainMenu\MainMenuNotFoundException"; reason: unused.
Removed service "Slivki\Exception\MeOnMap\OfferPositionPaidNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Media\MediaNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Media\UnsupportedMediaTypeException"; reason: unused.
Removed service "Slivki\Exception\Offer\OfferExtension\TireOfferExtensionNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Offer\OfferExtension\Variant\OfferExtensionVariantNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Offer\OfferIsNotAccessibleException"; reason: unused.
Removed service "Slivki\Exception\OfferCategoryPositionNotFoundException"; reason: unused.
Removed service "Slivki\Exception\OfferCodeNotFoundException"; reason: unused.
Removed service "Slivki\Exception\OfferGalleryVideoNotFoundException"; reason: unused.
Removed service "Slivki\Exception\OfferGalleryVideoPackageNotFoundException"; reason: unused.
Removed service "Slivki\Exception\OfferNotFoundException"; reason: unused.
Removed service "Slivki\Exception\OfferOrderDetails\OfferOrderDetailsExpiredException"; reason: unused.
Removed service "Slivki\Exception\OfferOrderDetails\OfferOrderDetailsNotFoundException"; reason: unused.
Removed service "Slivki\Exception\OfferOrderDetails\OfferOrderDetailsNotUsedException"; reason: unused.
Removed service "Slivki\Exception\OfferOrderDetails\OfferOrderDetailsUnuseTimeUpException"; reason: unused.
Removed service "Slivki\Exception\OfferOrderDetails\OfferOrderDetailsUsedException"; reason: unused.
Removed service "Slivki\Exception\OfferOrderNotFoundException"; reason: unused.
Removed service "Slivki\Exception\OfferPaidCategory\OfferPaidCategoryNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Order\InsufficientBalanceFundsException"; reason: unused.
Removed service "Slivki\Exception\Order\InsufficientBatchCodesException"; reason: unused.
Removed service "Slivki\Exception\Order\InvalidOrderDateTimeException"; reason: unused.
Removed service "Slivki\Exception\Order\OrderCreateFailureException"; reason: unused.
Removed service "Slivki\Exception\Order\OrderExpiredException"; reason: unused.
Removed service "Slivki\Exception\Order\OrderProcessedException"; reason: unused.
Removed service "Slivki\Exception\Order\TireOrderNotFoundException"; reason: unused.
Removed service "Slivki\Exception\OrderPendingQueue\OrderPendingQueueNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Payment\OplatiPaymentTransactionErrorException"; reason: unused.
Removed service "Slivki\Exception\Payment\TransactionNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Period\PeriodDurationException"; reason: unused.
Removed service "Slivki\Exception\PhoneNumber\InvalidAuthCodeException"; reason: unused.
Removed service "Slivki\Exception\PhoneNumber\InvalidPhoneNumberForCountryException"; reason: unused.
Removed service "Slivki\Exception\PhoneNumber\PhoneNumberIsAlreadyRegisteredException"; reason: unused.
Removed service "Slivki\Exception\PhoneNumber\PhoneNumberNotFoundException"; reason: unused.
Removed service "Slivki\Exception\PhoneNumber\PhoneNumberNotSupportForCountryException"; reason: unused.
Removed service "Slivki\Exception\PhoneNumber\PhoneNumberParseException"; reason: unused.
Removed service "Slivki\Exception\SeoNotFoundException"; reason: unused.
Removed service "Slivki\Exception\ServerFeatureStateNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Sms\SmsLimitReachedException"; reason: unused.
Removed service "Slivki\Exception\Sms\SmsProviderNotFound"; reason: unused.
Removed service "Slivki\Exception\StoriesActionsNotFoundException"; reason: unused.
Removed service "Slivki\Exception\StoriesCategoryNotFoundException"; reason: unused.
Removed service "Slivki\Exception\StoryNotFoundException"; reason: unused.
Removed service "Slivki\Exception\Subscription\UserHasActiveSubscriptionException"; reason: unused.
Removed service "Slivki\Exception\Tag\TagRelationNotFoundException"; reason: unused.
Removed service "Slivki\Exception\TireSchedule\TireScheduleNotFoundException"; reason: unused.
Removed service "Slivki\Exception\User\DuplicateEmployeeException"; reason: unused.
Removed service "Slivki\Exception\User\Employee\EmployeeNotFoundException"; reason: unused.
Removed service "Slivki\Exception\User\InvalidAccountMergeProcessorImplementationException"; reason: unused.
Removed service "Slivki\Exception\User\InvalidPasswordException"; reason: unused.
Removed service "Slivki\Exception\User\InvalidUserTokenException"; reason: unused.
Removed service "Slivki\Exception\UserAddressNotFoundException"; reason: unused.
Removed service "Slivki\Exception\UserBalanceActivityTypeNotFoundException"; reason: unused.
Removed service "Slivki\Exception\UserGroupNotFoundException"; reason: unused.
Removed service "Slivki\Exception\UserNotFoundException"; reason: unused.
Removed service "Slivki\Exception\ValidatedQtyInStoriesStatisticsException"; reason: unused.
Removed service "Slivki\Exception\ValidatedSerializerException"; reason: unused.
Removed service "Slivki\Exception\WorkExample\WorkExampleNotFoundException"; reason: unused.
Removed service "Slivki\Export\PurchaseByOfferReport"; reason: unused.
Removed service "Slivki\Factory\Category\CategoryWithGeoLocationsDtoFactory"; reason: unused.
Removed service "Slivki\Factory\MainMenu\MainMenuDtoFactory"; reason: unused.
Removed service "Slivki\Factory\MainMenu\MainMenuItemDtoFactory"; reason: unused.
Removed service "Slivki\Factory\MeOnMap\OfferFeaturedPaidFactory"; reason: unused.
Removed service "Slivki\Handler\Seo\EditRatingCategorySeoHandler"; reason: unused.
Removed service "Slivki\Helpers\MoneyHelper"; reason: unused.
Removed service "Slivki\HttpClient\BePaid\BePaidHttpClient"; reason: unused.
Removed service "Slivki\HttpClient\BePaid\Query\GetTransactionDetailQuery"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\DominosApiClient"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Query\CarryoutOrderQuery"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Query\DeliveryOrderQuery"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Query\Dto\DeliveryAddress"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Query\Dto\OrderCarryoutInfo"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Query\Dto\OrderDeliveryInfo"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Query\Dto\OrderItemDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Query\Dto\PaymentInfoCarryoutDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Query\Dto\PaymentInfoDeliveryDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\CheckOrderResponse"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\CreateOrderResponse"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\Dto\CityDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\Dto\FlavorDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\Dto\ImageDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\Dto\MenuCategoryDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\Dto\MenuDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\Dto\MenuItemDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\Dto\MenuItemSizeDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\Dto\ProductDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\Dto\RestaurantDto"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\GetAvailablePaymentTypesResponse"; reason: unused.
Removed service "Slivki\HttpClient\DominosApi\Response\GetStreetsByCityResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Address\CityDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Address\CityItemDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Address\RegionDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Address\RegionItemDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Address\StreetDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\AllergenGroupDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\AddressDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\Allowed\AllowedItemDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\Allowed\DeliveryAddressDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\Allowed\LocationDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\Allowed\ModifierDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\Allowed\OrderLocationDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\Allowed\RestrictionsOrderItemDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\CoordinateDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\DeliveryRestrictionDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\DeliveryZoneDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\HouseDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Delivery\Restrictions\RestrictionDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Dictionary\OrderTypeDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Dictionary\OrderTypeItemDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\ExternalMenuDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\GroupDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\GroupModifierDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Loyalty\AvailableComboDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Loyalty\AvailablePaymentDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Loyalty\ComboGroupMappingDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Loyalty\DiscountDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Loyalty\DynamicDiscountDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Loyalty\FreeProductDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Loyalty\FreeProductsGroupDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Loyalty\LoyaltyProgramResultDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Loyalty\UpsaleDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Loyalty\ValidationWarnings"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\MenuCategoryDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\MenuCategoryItemDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\MenuCategoryItemSizeDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\MenuCategoryItemSizeModifierGroupDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\MenuCategoryItemSizePriceDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\ModifierDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\NutritionPerHundredGramsDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\AddressDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\CardDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\ComboDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\ComboInformationDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\CoordinatesDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\CreateOrderSettingsDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\CustomerDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\DeliveryCustomer"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\DeliveryOrderDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\DeliveryPointDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\DiscountsInfoDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\GuestsDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\IikoCard5InfoDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\OrderCreationDetailsDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\OrderCreationErrorDetailsDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\OrderDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\OrderItemDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\OrderItemModifierDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\PaymentAdditionalDataDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\PaymentDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\StreetDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\Order\TipDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\OrganizationDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\PaymentTypeDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\PriceCategoryDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\PriceDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\ProductCategoryDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\ProductDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\SizeDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\SizePriceDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\TaxCategoryDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\TerminalGroup\TerminalGroupDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\TerminalGroup\TerminalGroupItemDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Dto\TerminalGroupDto"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\IikoTransportClient"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\Address\GetCitiesQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\Address\GetRegionsQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\Address\GetStreetsByCityQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\Delivery\DeliveryCreateQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\Delivery\GetDeliveryByIdsQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\Delivery\GetDeliveryRestrictionsAllowedQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\Delivery\GetDeliveryRestrictionsQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\Dictionary\GetOrderTypesQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\Dictionary\GetPaymentTypesQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\GetAccessTokenQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\GetMenuByIdQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\GetMenuQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\GetNomenclatureQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\GetOrganizationsQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\Loyalty\LoyaltyCalculateQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Query\TerminalGroup\GetTerminalGroupsQuery"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\Address\GetCitiesResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\Address\GetRegionsResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\Address\GetStreetsByCityResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\Delivery\DeliveryCreateResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\Delivery\GetDeliveryByIdsResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\Delivery\GetDeliveryRestrictionsAllowedResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\Delivery\GetDeliveryRestrictionsResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\Dictionary\GetOrderTypesResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\Dictionary\GetPaymentTypesResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\GetAccessTokenResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\GetMenuByIdResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\GetMenuResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\GetNomenclatureResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\GetOrganizationsResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\Loyalty\LoyaltyCalculateResponse"; reason: unused.
Removed service "Slivki\HttpClient\IikoTransport\Response\TerminalGroup\GetTerminalGroupsResponse"; reason: unused.
Removed service "Slivki\HttpClient\Localization\DeeplApiClient"; reason: unused.
Removed service "Slivki\HttpClient\MapBox\MapBoxHttpClient"; reason: unused.
Removed service "Slivki\HttpClient\SlivkiMetric\Dto\GetStatisticsByStepDto"; reason: unused.
Removed service "Slivki\HttpClient\SlivkiMetric\Response\StatisticsByStepResponse"; reason: unused.
Removed service "Slivki\HttpClient\SlivkiMetric\Response\StatisticsBySubStepResponse"; reason: unused.
Removed service "Slivki\HttpClient\Supercheck\Dto\GetLeafletsDto"; reason: unused.
Removed service "Slivki\HttpClient\Supercheck\Response\CityResponse"; reason: unused.
Removed service "Slivki\HttpClient\Supercheck\Response\LeafletResponse"; reason: unused.
Removed service "Slivki\HttpClient\Supercheck\SupercheckHttpClient"; reason: unused.
Removed service "Slivki\HttpClient\Yandex\Query\YandexGeoLocationQuery"; reason: unused.
Removed service "Slivki\HttpClient\Yandex\YandexGeolocationHttpClient"; reason: unused.
Removed service "Slivki\Mailer\Comment\SendClaimCommentEmail"; reason: unused.
Removed service "Slivki\Mailer\MailingCampaign\Partner\SendPartnerMailingCampaign"; reason: unused.
Removed service "Slivki\Mailer\OfferOrder\Tire\SendTireOfferOrderEmail"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\Category\ActivateInBestOffersCategoryCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\Category\DeactivateInBestOffersCategoryCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\City\SetCityPositionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\InteriorGallery\AddMediaToInteriorGalleryCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\InteriorGallery\DeleteMediaFromInteriorGalleryCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\MailingCampaign\Partner\CreatePartnerMailingCampaignCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\MailingCampaign\Partner\EditPartnerMailingCampaignCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\MailingCampaign\Partner\SendPartnerMailingCampaignCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\MailingCampaign\Partner\SendTestPartnerMailingCampaignCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\OfferCodePool\CreateOfferCodePoolCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\OfferCodePool\EditOfferCodePoolCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\User\DecreaseUserMoneyBalanceCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\User\Employee\CreateEmployeeCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\User\Employee\DeleteEmployeeCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Api\User\IncreaseUserMoneyBalanceCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Beauty\CreateMasterCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Beauty\EditMasterCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Beauty\EditMastersForLocationsCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\EditOfferNoteCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\OfferExtension\ActivateTireCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\OfferExtension\CreateTireCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\OfferExtension\DeactivateTireCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\OfferExtension\EditTireCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\OfferExtension\SortTireCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\SaveOfferNoteCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\Video\CreateGalleryVideoCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\Video\CreateVideoPackageCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\Video\DeleteGalleryVideoCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\Video\DeleteVideoPackageCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\Video\EditGalleryVideoCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\Video\EditVideoPackageCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\Offer\Video\UpdateVideoPositionsCommand"; reason: unused.
Removed service "Slivki\Message\Command\Admin\ServerFeature\EditServerFeatureCommand"; reason: unused.
Removed service "Slivki\Message\Command\Api\Partner\DeleteUserCommand"; reason: unused.
Removed service "Slivki\Message\Command\Api\Partner\Offer\Comment\AddOfferCommentCommand"; reason: unused.
Removed service "Slivki\Message\Command\Api\Partner\Offer\Comment\SetOfferCommentSeenByPartnerCommand"; reason: unused.
Removed service "Slivki\Message\Command\Api\Partner\Security\SendLoginCodeCommand"; reason: unused.
Removed service "Slivki\Message\Command\Api\Partner\UnuseCodeCommand"; reason: unused.
Removed service "Slivki\Message\Command\Api\Partner\UseCodeCommand"; reason: unused.
Removed service "Slivki\Message\Command\Api\Partner\WorkExample\CreateWorkExampleCommand"; reason: unused.
Removed service "Slivki\Message\Command\Api\Partner\WorkExample\DeleteWorkExampleCommand"; reason: unused.
Removed service "Slivki\Message\Command\Api\Partner\WorkExample\EditWorkExampleCommand"; reason: unused.
Removed service "Slivki\Message\Command\Authorization\SendPhoneNumberCodeCommand"; reason: unused.
Removed service "Slivki\Message\Command\Banner\ActivateMobileEntranceBannerCommand"; reason: unused.
Removed service "Slivki\Message\Command\Banner\CreateCategoryMobileEntranceBannerCommand"; reason: unused.
Removed service "Slivki\Message\Command\Banner\CreateExternalMobileEntranceBannerCommand"; reason: unused.
Removed service "Slivki\Message\Command\Banner\CreateOfferMobileEntranceBannerCommand"; reason: unused.
Removed service "Slivki\Message\Command\Banner\DeactivateMobileEntranceBannerCommand"; reason: unused.
Removed service "Slivki\Message\Command\Banner\DeleteMobileEntranceBannerCommand"; reason: unused.
Removed service "Slivki\Message\Command\Banner\EditCategoryMobileEntranceBannerCommand"; reason: unused.
Removed service "Slivki\Message\Command\Banner\EditExternalMobileEntranceBannerCommand"; reason: unused.
Removed service "Slivki\Message\Command\Banner\EditMobileEntranceBannerPositionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Banner\EditOfferMobileEntranceBannerCommand"; reason: unused.
Removed service "Slivki\Message\Command\Beauty\EditCertificateBeautyPositionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Bonus\AddBonusCommand"; reason: unused.
Removed service "Slivki\Message\Command\Bonus\BalanceActivity\CreateAddBonusBalanceActivityCommand"; reason: unused.
Removed service "Slivki\Message\Command\Bonus\BalanceActivity\CreateReduceBonusBalanceActivityCommand"; reason: unused.
Removed service "Slivki\Message\Command\Bonus\EditBonusCommand"; reason: unused.
Removed service "Slivki\Message\Command\Bonus\WriteOffBonusCommand"; reason: unused.
Removed service "Slivki\Message\Command\Category\ActivateMeOnMapFeaturedCategoryCommand"; reason: unused.
Removed service "Slivki\Message\Command\Category\DeactivateMeOnMapFeaturedCategoryCommand"; reason: unused.
Removed service "Slivki\Message\Command\Category\DeleteCategoryMapPinIconCommand"; reason: unused.
Removed service "Slivki\Message\Command\Category\EditCategoryMeOnMapFeaturedPositionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Category\EditCategoryMeOnMapPositionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Category\SaleCategoryCacheReloadCommand"; reason: unused.
Removed service "Slivki\Message\Command\FoodCourt\ActivateFoodCourtDishCommand"; reason: unused.
Removed service "Slivki\Message\Command\FoodCourt\DeactivateFoodCourtDishCommand"; reason: unused.
Removed service "Slivki\Message\Command\FoodCourt\EditFoodCourtDishPositionsCommand"; reason: unused.
Removed service "Slivki\Message\Command\FoodCourt\SyncFoodCourtDishCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificate\GiftCertificateGroup\ActivateGiftCertificateGroupCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificate\GiftCertificateGroup\CreateGiftCertificateGroupCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificate\GiftCertificateGroup\DeactivateGiftCertificateGroupCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificate\GiftCertificateGroup\DisableGiftCertificatePositionInGroupCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificate\GiftCertificateGroup\EditGiftCertificateGroupCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificate\GiftCertificateGroup\EnableGiftCertificatePositionInGroupCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateGroupsCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateInGroupCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificateGiftCategory\ActivateGiftCertificateGiftCategoryCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificateGiftCategory\CreateGiftCertificateGiftCategoryCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificateGiftCategory\DeactivateGiftCertificateGiftCategoryCommand"; reason: unused.
Removed service "Slivki\Message\Command\GiftCertificateGiftCategory\EditGiftCertificateGiftCategoryCommand"; reason: unused.
Removed service "Slivki\Message\Command\LiveSales\LiveSalesCacheClearCommand"; reason: unused.
Removed service "Slivki\Message\Command\MailingCampaign\Partner\CreatePartnerMailingCampaignActionCommand"; reason: unused.
Removed service "Slivki\Message\Command\MainMenu\EditMainMenuAppFixedPositionCommand"; reason: unused.
Removed service "Slivki\Message\Command\MeOnMap\CreateOfferPositionPaidCommand"; reason: unused.
Removed service "Slivki\Message\Command\MeOnMap\DeleteOfferPositionPaidCommand"; reason: unused.
Removed service "Slivki\Message\Command\MeOnMap\EditOfferPositionPaidPositionCommand"; reason: unused.
Removed service "Slivki\Message\Command\MeOnMap\EditOfferPriceOnMapCommand"; reason: unused.
Removed service "Slivki\Message\Command\MeOnMap\EditOfferRatingOnMapCommand"; reason: unused.
Removed service "Slivki\Message\Command\Offer\DeliveryZoneMedia\DeleteOfferDeliveryZoneMediaCommand"; reason: unused.
Removed service "Slivki\Message\Command\Offer\FoodOfferExtension\ActivateFoodOfferExtensionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Offer\FoodOfferExtension\DeactivateFoodOfferExtensionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Offer\FoodOfferExtension\HideFoodOfferExtensionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Offer\OfferMapLogoMedia\DeleteOfferMapLogoMediaCommand"; reason: unused.
Removed service "Slivki\Message\Command\OfferStatusLog\CreateOfferStatusLogCommand"; reason: unused.
Removed service "Slivki\Message\Command\OnlineOrder\GiftCertificate\EditGiftCertificateOnlineOrderCommand"; reason: unused.
Removed service "Slivki\Message\Command\Order\CheckoutPromoCodeOnlineCommand"; reason: unused.
Removed service "Slivki\Message\Command\Order\PayPromoCodeForBatchCodesOnlineCommand"; reason: unused.
Removed service "Slivki\Message\Command\Order\PayPromoCodeForSubscriptionOnlineCommand"; reason: unused.
Removed service "Slivki\Message\Command\Order\PaymentPromoCodeOnlineCommand"; reason: unused.
Removed service "Slivki\Message\Command\Partner\AddPartnerAdditionalDiscountsCommand"; reason: unused.
Removed service "Slivki\Message\Command\Statistic\CreateOfferDailyStatisticCommand"; reason: unused.
Removed service "Slivki\Message\Command\Statistic\CreatePhoneCoverClickCommand"; reason: unused.
Removed service "Slivki\Message\Command\Stories\CreateStoriesEventCommand"; reason: unused.
Removed service "Slivki\Message\Command\Stories\CreateStoriesStatisticsCommand"; reason: unused.
Removed service "Slivki\Message\Command\Stories\RemoveStoriesActionsCommand"; reason: unused.
Removed service "Slivki\Message\Command\Subscription\DeletedSharedSubscriptionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Subscription\ShareSubscriptionCommand"; reason: unused.
Removed service "Slivki\Message\Command\Tag\CreateOfferTagCommand"; reason: unused.
Removed service "Slivki\Message\Command\Tag\CreateSaleTagCommand"; reason: unused.
Removed service "Slivki\Message\Command\Tag\DeleteOfferTagCommand"; reason: unused.
Removed service "Slivki\Message\Command\Tag\DeleteSaleTagCommand"; reason: unused.
Removed service "Slivki\Message\Command\Tire\CreateTireOrderCommand"; reason: unused.
Removed service "Slivki\Message\Command\User\RemoveUserAddressCommand"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Beauty\Master\GetCategoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Beauty\Master\GetMasterQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Beauty\Master\GetOfferMastersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Bonus\GetBonusesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Category\GetCategoriesForBestOffersSettingsQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Category\GetMeOnMapCategoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Category\GetMeOnMapFeaturedCategoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\City\GetCityPositionQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\GiftCertificate\GiftCertificateAllCategoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Offer\GetCoordinatesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Offer\OfferExtension\GetTireQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Offer\OfferExtension\GetTiresByOfferQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Offer\Video\GetVideoQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Offer\Video\GetVideosByOfferQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Offer\Video\GetVideosByPackageQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\ServerFeature\ServerFeatureQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Stat\GetCodeStatQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Stat\GetOfferDailyStatisticQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Stat\GetPartnerMailingCampaignStatisticQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Stat\User\Registration\GetUserRegistrationsStatQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Tag\GetOfferTagsQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Tag\GetSaleTagsQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\Tag\GetTagAutocompleteQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivitiesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\User\Employee\GetCompanyEmployeesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Admin\User\Subscription\SearchUserSubscriptionCodeQuery"; reason: unused.
Removed service "Slivki\Message\Query\Api\Internal\User\GetUsersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Api\MobApi\Version\GetVersionQuery"; reason: unused.
Removed service "Slivki\Message\Query\Api\Partner\GetPartnerInfoQuery"; reason: unused.
Removed service "Slivki\Message\Query\Banner\GetMobileCommentBannerQuery"; reason: unused.
Removed service "Slivki\Message\Query\Banner\GetMobileEntranceBannerQuery"; reason: unused.
Removed service "Slivki\Message\Query\Banner\GetMobileEntranceBannersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Beauty\Category\GetMastersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Beauty\Category\GetMastersWithFilterQuery"; reason: unused.
Removed service "Slivki\Message\Query\Beauty\Certificate\GetCertificateBeautyQuery"; reason: unused.
Removed service "Slivki\Message\Query\Beauty\GetMasterQuery"; reason: unused.
Removed service "Slivki\Message\Query\Beauty\Offer\GetMastersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Beauty\Offer\GetMastersWithFilterQuery"; reason: unused.
Removed service "Slivki\Message\Query\Beauty\Offer\GetOffersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Beauty\Offer\GetWorkExampleOfMasterQuery"; reason: unused.
Removed service "Slivki\Message\Query\Comment\ClaimCommentQuery"; reason: unused.
Removed service "Slivki\Message\Query\Comment\GetCommentsPaginationQuery"; reason: unused.
Removed service "Slivki\Message\Query\Comment\GetOffersCommentsQuery"; reason: unused.
Removed service "Slivki\Message\Query\FoodCourt\Category\GetBeyondMinskRingRoadDeliveryCategoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\FoodCourt\Category\GetCategoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\FoodCourt\GetDeliveryFoodCourtDishQuery"; reason: unused.
Removed service "Slivki\Message\Query\FoodCourt\GetFoodCourtSettingsQuery"; reason: unused.
Removed service "Slivki\Message\Query\FoodCourt\GetLogosFoodCourtQuery"; reason: unused.
Removed service "Slivki\Message\Query\FoodCourt\GetPickupFoodCourtDishQuery"; reason: unused.
Removed service "Slivki\Message\Query\FoodCourt\MeOnMap\GetGeoLocationInfoQuery"; reason: unused.
Removed service "Slivki\Message\Query\FoodCourt\MeOnMap\GetPickupGeoLocationQuery"; reason: unused.
Removed service "Slivki\Message\Query\FoodCourt\Offer\GetOffersQuery"; reason: unused.
Removed service "Slivki\Message\Query\FoodCourt\Offer\GetRestofestOffersQuery"; reason: unused.
Removed service "Slivki\Message\Query\GetDeeplinkQuery"; reason: unused.
Removed service "Slivki\Message\Query\Gift\GetGiftCategoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Gift\GetGiftCertificatesQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificate\GetCategoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificate\GetGiftCertificateCategoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificate\GetGiftCertificateQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificate\GetGiftCertificatesByOfferQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificate\GetOfferGiftCertificatesQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoryQuery"; reason: unused.
Removed service "Slivki\Message\Query\InteriorGallery\GetInteriorGalleriesByCategoryQuery"; reason: unused.
Removed service "Slivki\Message\Query\LiveSales\GetOfferLiveSalesQuery"; reason: unused.
Removed service "Slivki\Message\Query\MeOnMap\GetCategoriesWithGeoLocationsQuery"; reason: unused.
Removed service "Slivki\Message\Query\MeOnMap\GetGeoLocationsQuery"; reason: unused.
Removed service "Slivki\Message\Query\MeOnMap\GetOfferPositionPaidQuery"; reason: unused.
Removed service "Slivki\Message\Query\MeOnMap\GetOffersQuery"; reason: unused.
Removed service "Slivki\Message\Query\MeOnMap\GetStatQuery"; reason: unused.
Removed service "Slivki\Message\Query\Metric\GetMetricStatisticsByStepQuery"; reason: unused.
Removed service "Slivki\Message\Query\Metric\GetMetricStatisticsBySubStepQuery"; reason: unused.
Removed service "Slivki\Message\Query\Offer\GetOfferAutocompleteQuery"; reason: unused.
Removed service "Slivki\Message\Query\Offer\GetOfferByIdsQuery"; reason: unused.
Removed service "Slivki\Message\Query\Offer\GetOffersByGiftCertificateFilterQuery"; reason: unused.
Removed service "Slivki\Message\Query\Offer\GetVisitedOffersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Offer\GetYandexPromocodeQuery"; reason: unused.
Removed service "Slivki\Message\Query\Offer\PriceHistory\GetExtensionPriceHistoryByIdQuery"; reason: unused.
Removed service "Slivki\Message\Query\Offer\PriceHistory\GetExtensionPriceHistoryByOfferQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\GetOfferPickupAddressesQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\GetUserAddressGiftQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\GetUserAddressQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\Payment\GetOrderStatusQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\Tire\GetTiresByOfferQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\Vendor\GetExtensionsQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\Vendor\GetGeoLocationsQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\Vendor\GetNearestTimeQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\Vendor\GetVendorQuery"; reason: unused.
Removed service "Slivki\Message\Query\OnlineOrder\Vendor\GetVendorStatisticQuery"; reason: unused.
Removed service "Slivki\Message\Query\Partner\GetPartnerAdditionalDiscountsQuery"; reason: unused.
Removed service "Slivki\Message\Query\Partner\History\GetCertificateHistoryQuery"; reason: unused.
Removed service "Slivki\Message\Query\Partner\History\GetCodeHistoryQuery"; reason: unused.
Removed service "Slivki\Message\Query\Partner\History\GetOnlineOrderHistoryQuery"; reason: unused.
Removed service "Slivki\Message\Query\Partner\Offer\Comment\GetOfferCommentsQuery"; reason: unused.
Removed service "Slivki\Message\Query\Partner\PartnerImageUploadQuery"; reason: unused.
Removed service "Slivki\Message\Query\Partner\WorkExample\AddWorkExampleQuery"; reason: unused.
Removed service "Slivki\Message\Query\Partner\WorkExample\GetWorkExampleQuery"; reason: unused.
Removed service "Slivki\Message\Query\Partner\WorkExample\GetWorkExamplesByOfferQuery"; reason: unused.
Removed service "Slivki\Message\Query\Payment\GetCodePurchaseInfoQuery"; reason: unused.
Removed service "Slivki\Message\Query\Payment\GetStatusOplatiTransactionQuery"; reason: unused.
Removed service "Slivki\Message\Query\Review\GetReviewQuery"; reason: unused.
Removed service "Slivki\Message\Query\Review\GetReviewsByOfferQuery"; reason: unused.
Removed service "Slivki\Message\Query\Scheduler\GetGeoLocationSchedulerQuery"; reason: unused.
Removed service "Slivki\Message\Query\Settings\GetSettingsQuery"; reason: unused.
Removed service "Slivki\Message\Query\Statistic\Manager\GetConversionByManagerQuery"; reason: unused.
Removed service "Slivki\Message\Query\Statistic\Manager\GetConversionByManagersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Stories\GetStoriesCategoryQuery"; reason: unused.
Removed service "Slivki\Message\Query\Stories\GetStoriesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Stories\GetStoriesStatisticsQuery"; reason: unused.
Removed service "Slivki\Message\Query\Subscription\GetChildSubscribersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Tire\GetTireFilterDatesQuery"; reason: unused.
Removed service "Slivki\Message\Query\Tire\GetTireFilterTimeQuery"; reason: unused.
Removed service "Slivki\Message\Query\Tire\GetTireLocationsQuery"; reason: unused.
Removed service "Slivki\Message\Query\Tire\GetTireOffersQuery"; reason: unused.
Removed service "Slivki\Message\Query\Tire\GetTireOrderHistoryQuery"; reason: unused.
Removed service "Slivki\Message\Query\Tire\GetTiresByOfferQuery"; reason: unused.
Removed service "Slivki\Message\Query\User\City\GetCityByGeoLocationQuery"; reason: unused.
Removed service "Slivki\Message\Query\User\Favorite\GetUserFavoriteOffersQuery"; reason: unused.
Removed service "Slivki\Message\Query\User\GetVisitedOfferIdsQuery"; reason: unused.
Removed service "Slivki\Message\Query\WorkExample\GetWorkExamplesQuery"; reason: unused.
Removed service "Slivki\Message\Query\WorkExample\GetWorkExamplesSettingsQuery"; reason: unused.
Removed service "Slivki\Messenger\Query\InvalidQueryHandlerCountException"; reason: unused.
Removed service "Slivki\Messenger\Query\MessengerQueryBus"; reason: unused.
Removed service "Slivki\Model\User\Event\DecreaseBalanceUserEvent"; reason: unused.
Removed service "Slivki\Paginator\Api\Internal\User\UserPaginator"; reason: unused.
Removed service "Slivki\Paginator\Beauty\Master\MasterPaginator"; reason: unused.
Removed service "Slivki\Paginator\Beauty\Offer\OfferPaginator"; reason: unused.
Removed service "Slivki\Paginator\Comment\CommentPaginator"; reason: unused.
Removed service "Slivki\Paginator\FoodCourt\DeliveryFoodCourtDishPaginator"; reason: unused.
Removed service "Slivki\Paginator\FoodCourt\Offer\OfferPaginator"; reason: unused.
Removed service "Slivki\Paginator\FoodCourt\PickupFoodCourtDishPaginator"; reason: unused.
Removed service "Slivki\Paginator\Gift\GiftCertificatePaginator"; reason: unused.
Removed service "Slivki\Paginator\GiftCertificate\GiftCertificatePaginator"; reason: unused.
Removed service "Slivki\Paginator\InteriorGallery\InteriorGalleryPaginator"; reason: unused.
Removed service "Slivki\Paginator\Offer\OfferIdsByGiftCertificateFilterPaginator"; reason: unused.
Removed service "Slivki\Paginator\OnlineOrder\Vendor\ExtensionsPaginator"; reason: unused.
Removed service "Slivki\Payment\Click\Exception\ClickException"; reason: unused.
Removed service "Slivki\Payment\Click\PaymentStatus"; reason: unused.
Removed service "Slivki\Payment\Click\Response\CompleteResponse"; reason: unused.
Removed service "Slivki\Payment\Click\Response\ErrorResponse"; reason: unused.
Removed service "Slivki\Payment\Click\Response\PrepareResponse"; reason: unused.
Removed service "Slivki\Payment\Oplati\Exception\OplatiException"; reason: unused.
Removed service "Slivki\Payment\Oplati\PaymentIdentity"; reason: unused.
Removed service "Slivki\Payment\Oplati\Request\Details"; reason: unused.
Removed service "Slivki\Payment\Oplati\Request\ReceiptItem"; reason: unused.
Removed service "Slivki\Payment\Oplati\Request\WebPaymentRequest"; reason: unused.
Removed service "Slivki\Payment\Oplati\Response\PaymentResponse"; reason: unused.
Removed service "Slivki\Payment\Oplati\Response\WebPaymentResponse"; reason: unused.
Removed service "Slivki\Payment\Oplati\Response\WebPaymentWithQrCodeResponse"; reason: unused.
Removed service "Slivki\Payment\Payme\Exception\InvalidMethodException"; reason: unused.
Removed service "Slivki\Payment\Payme\Exception\PaymeException"; reason: unused.
Removed service "Slivki\Query\StaticLocation\GetStaticLocationQuery"; reason: unused.
Removed service "Slivki\Repository\AlternativeOfferRepository"; reason: unused.
Removed service "Slivki\Repository\BankCurrency\BankCurrencyRepository"; reason: unused.
Removed service "Slivki\Repository\Banner\Admin\MobileCommentBannerRepository"; reason: unused.
Removed service "Slivki\Repository\Banner\Admin\MobileEntranceBannerRepository"; reason: unused.
Removed service "Slivki\Repository\BatchCodes\Admin\BatchCodesPlanRepository"; reason: unused.
Removed service "Slivki\Repository\Beauty\Masters\Admin\BeautyMasterRepository"; reason: unused.
Removed service "Slivki\Repository\Bonus\Admin\BonusBalanceActivityRepository"; reason: unused.
Removed service "Slivki\Repository\Bonus\Admin\BonusRepository"; reason: unused.
Removed service "Slivki\Repository\Category\Admin\CategoryRepository"; reason: unused.
Removed service "Slivki\Repository\Category\Admin\CategoryTypeRepository"; reason: unused.
Removed service "Slivki\Repository\CategoryRepository"; reason: unused.
Removed service "Slivki\Repository\CategoryRepositoryBase"; reason: unused.
Removed service "Slivki\Repository\City\Admin\CityRepository"; reason: unused.
Removed service "Slivki\Repository\CityRepository"; reason: unused.
Removed service "Slivki\Repository\CommentRepository"; reason: unused.
Removed service "Slivki\Repository\DeliverySchedule\Admin\DeliveryScheduleRepository"; reason: unused.
Removed service "Slivki\Repository\Director\Admin\DirectorRepository"; reason: unused.
Removed service "Slivki\Repository\EntityOption\Admin\EntityOptionRepository"; reason: unused.
Removed service "Slivki\Repository\FoodCourt\Admin\FoodCourtDishRepository"; reason: unused.
Removed service "Slivki\Repository\GeoLocation\Admin\GeoLocationRepository"; reason: unused.
Removed service "Slivki\Repository\GiftCertificate\Admin\GiftCertificateRepository"; reason: unused.
Removed service "Slivki\Repository\GiftCertificate\GiftCertificateGroup\Admin\GiftCertificateGroupRelationRepository"; reason: unused.
Removed service "Slivki\Repository\GiftCertificate\GiftCertificateGroup\Admin\GiftCertificateGroupRepository"; reason: unused.
Removed service "Slivki\Repository\GiftCertificateCategory\Admin\GiftCertificateCategoryRepository"; reason: unused.
Removed service "Slivki\Repository\GiftCertificateGiftCategory\Admin\GiftCertificateGiftCategoryRepository"; reason: unused.
Removed service "Slivki\Repository\InfoPageRepository"; reason: unused.
Removed service "Slivki\Repository\InstallmentRepository"; reason: unused.
Removed service "Slivki\Repository\InteriorGallery\Admin\InteriorGalleryCategoryRelationRepository"; reason: unused.
Removed service "Slivki\Repository\InteriorGallery\Admin\InteriorGalleryRepository"; reason: unused.
Removed service "Slivki\Repository\InteriorGallery\InteriorGalleryRepository"; reason: unused.
Removed service "Slivki\Repository\MailingCampaign\Admin\PartnerMailingCampaignRepository"; reason: unused.
Removed service "Slivki\Repository\MainMenu\Admin\MainMenuRepository"; reason: unused.
Removed service "Slivki\Repository\MainMenuRepository"; reason: unused.
Removed service "Slivki\Repository\MallRepository"; reason: unused.
Removed service "Slivki\Repository\MeOnMap\OfferPositionPaid\Admin\OfferPositionPaidRepository"; reason: unused.
Removed service "Slivki\Repository\Media\Admin\CategoryMapPinIconMediaRepository"; reason: unused.
Removed service "Slivki\Repository\Media\Admin\OfferExtensionMediaRepository"; reason: unused.
Removed service "Slivki\Repository\Media\Admin\ShopMediaRepository"; reason: unused.
Removed service "Slivki\Repository\MediaRepository"; reason: unused.
Removed service "Slivki\Repository\Offer\Admin\FoodDeliveryZoneRepository"; reason: unused.
Removed service "Slivki\Repository\Offer\Admin\FoodOfferExtensionRepository"; reason: unused.
Removed service "Slivki\Repository\Offer\Admin\OfferExtensionVariantRepository"; reason: unused.
Removed service "Slivki\Repository\Offer\Admin\OfferNoteRepository"; reason: unused.
Removed service "Slivki\Repository\Offer\Admin\OfferVideoPackageRepository"; reason: unused.
Removed service "Slivki\Repository\Offer\Admin\OfferVideoRepository"; reason: unused.
Removed service "Slivki\Repository\Offer\Admin\TireOfferExtensionRepository"; reason: unused.
Removed service "Slivki\Repository\OfferCategoryPosition\Admin\OfferCategoryPositionRepository"; reason: unused.
Removed service "Slivki\Repository\OfferCategoryPositionRepository"; reason: unused.
Removed service "Slivki\Repository\OfferCode\Admin\OfferCodePoolRepository"; reason: unused.
Removed service "Slivki\Repository\OfferOrderDetails\OfferOrderDetailsRepository"; reason: unused.
Removed service "Slivki\Repository\OfferPaidCategory\Admin\OfferPaidCategoryRepository"; reason: unused.
Removed service "Slivki\Repository\OfferPayedCategoryRepository"; reason: unused.
Removed service "Slivki\Repository\OfferRepository"; reason: unused.
Removed service "Slivki\Repository\OfferStatusLog\Admin\OfferStatusLogRepository"; reason: unused.
Removed service "Slivki\Repository\Partner\AdditionalDiscountRepository"; reason: unused.
Removed service "Slivki\Repository\PartnerOfferRepository"; reason: unused.
Removed service "Slivki\Repository\ProductCategoryRepository"; reason: unused.
Removed service "Slivki\Repository\SaleRepository"; reason: unused.
Removed service "Slivki\Repository\Seo\Admin\SeoRepository"; reason: unused.
Removed service "Slivki\Repository\SeoRepository"; reason: unused.
Removed service "Slivki\Repository\ServerFeature\Admin\ServerFeatureStateRepository"; reason: unused.
Removed service "Slivki\Repository\SiteSettingsRepository"; reason: unused.
Removed service "Slivki\Repository\Statistic\OfferDailyStatistic\Admin\OfferDailyStatisticRepository"; reason: unused.
Removed service "Slivki\Repository\Stories\Admin\StoriesEventRepository"; reason: unused.
Removed service "Slivki\Repository\Stories\Admin\StoriesRepository"; reason: unused.
Removed service "Slivki\Repository\Stories\Admin\StoriesStatisticsRepository"; reason: unused.
Removed service "Slivki\Repository\Stories\StoriesActionsRepository"; reason: unused.
Removed service "Slivki\Repository\Stories\StoriesCategoryRepository"; reason: unused.
Removed service "Slivki\Repository\StreetRepository"; reason: unused.
Removed service "Slivki\Repository\SupplierRepository"; reason: unused.
Removed service "Slivki\Repository\Tag\Admin\OfferTagRelationRepository"; reason: unused.
Removed service "Slivki\Repository\Tag\Admin\SaleTagRelationRepository"; reason: unused.
Removed service "Slivki\Repository\Tag\Admin\TagRepository"; reason: unused.
Removed service "Slivki\Repository\TireScheduleRepository"; reason: unused.
Removed service "Slivki\Repository\UseCodeHistory\Admin\UseCodeHistoryRepository"; reason: unused.
Removed service "Slivki\Repository\User\Admin\Balance\UserBalanceActivityRepository"; reason: unused.
Removed service "Slivki\Repository\User\Admin\Balance\UserBalanceActivityTypeRepository"; reason: unused.
Removed service "Slivki\Repository\User\Admin\EmployeeRepository"; reason: unused.
Removed service "Slivki\Repository\UserRepository"; reason: unused.
Removed service "Slivki\Repository\VisitCounterRepository"; reason: unused.
Removed service "Slivki\Request\Admin\User\BalanceRequest"; reason: unused.
Removed service "Slivki\Request\Api\Partner\PartnerToken"; reason: unused.
Removed service "Slivki\Request\Banner\MobileEntranceBannerPositionRequest"; reason: unused.
Removed service "Slivki\Request\BatchCodes\BatchCodesPlanPositionRequest"; reason: unused.
Removed service "Slivki\Request\Beauty\Certificate\CertificateBeautyPositionRequest"; reason: unused.
Removed service "Slivki\Request\FoodCourt\FoodCourtDishPositionRequest"; reason: unused.
Removed service "Slivki\Request\FoodCourt\GetOfferRequest"; reason: unused.
Removed service "Slivki\Request\FoodCourt\SyncFoodCourtDishRequest"; reason: unused.
Removed service "Slivki\Request\MeOnMap\CategoryMeOnMapPositionRequest"; reason: unused.
Removed service "Slivki\Request\MeOnMap\OfferPositionPaidPositionRequest"; reason: unused.
Removed service "Slivki\Request\Payment\OnlineOrder\CertificateItemRequest"; reason: unused.
Removed service "Slivki\Request\Seo\CreateRatingCategorySeoRequest"; reason: unused.
Removed service "Slivki\Request\Stories\CreateStoriesEventRequest"; reason: unused.
Removed service "Slivki\Response\Admin\Beauty\Master\MasterResponse"; reason: unused.
Removed service "Slivki\Response\Admin\Beauty\Master\MastersAndLocationsResponse"; reason: unused.
Removed service "Slivki\Response\Admin\Beauty\Master\OfferMasterResponse"; reason: unused.
Removed service "Slivki\Response\Admin\Bonus\GetBonusResponse"; reason: unused.
Removed service "Slivki\Response\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryResponse"; reason: unused.
Removed service "Slivki\Response\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListResponse"; reason: unused.
Removed service "Slivki\Response\Admin\Offer\CoordinatesResponse"; reason: unused.
Removed service "Slivki\Response\Admin\Offer\OfferExtension\GetTireResponse"; reason: unused.
Removed service "Slivki\Response\Admin\Offer\OfferExtension\GetTiresByOfferResponse"; reason: unused.
Removed service "Slivki\Response\Admin\Offer\Video\GetVideoResponse"; reason: unused.
Removed service "Slivki\Response\Admin\ServerFeature\GetServerFeatureResponse"; reason: unused.
Removed service "Slivki\Response\Admin\Stat\Code\GetCodeStatResponse"; reason: unused.
Removed service "Slivki\Response\Admin\Stat\Registrations\GetUserRegistrationsStatResponse"; reason: unused.
Removed service "Slivki\Response\Admin\Tag\GetTagsResponse"; reason: unused.
Removed service "Slivki\Response\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivityResponse"; reason: unused.
Removed service "Slivki\Response\Admin\User\Employee\GetCompanyEmployeesResponse"; reason: unused.
Removed service "Slivki\Response\Admin\User\Subscription\SearchUserSubscriptionCodeResponse"; reason: unused.
Removed service "Slivki\Response\Api\Internal\User\GetUsersResponse"; reason: unused.
Removed service "Slivki\Response\Api\MobApi\GetVersionResponse"; reason: unused.
Removed service "Slivki\Response\Api\MobApi\Offer\CachedOfferResponse"; reason: unused.
Removed service "Slivki\Response\Api\MobApi\Offer\GeoLocationResponse"; reason: unused.
Removed service "Slivki\Response\Api\MobApi\Offer\OfferResponse"; reason: unused.
Removed service "Slivki\Response\Api\MobApi\Offer\PhoneNumberResponse"; reason: unused.
Removed service "Slivki\Response\Api\Partner\OfferResponse"; reason: unused.
Removed service "Slivki\Response\Api\Partner\PartnerInfoResponse"; reason: unused.
Removed service "Slivki\Response\Api\Partner\UseCodeResponse"; reason: unused.
Removed service "Slivki\Response\Banner\MobileCommentBannerResponse"; reason: unused.
Removed service "Slivki\Response\Banner\MobileEntranceBannerResponse"; reason: unused.
Removed service "Slivki\Response\BatchCodesPlan\BatchCodesPlanResponse"; reason: unused.
Removed service "Slivki\Response\Beauty\Certificate\CertificateBeautyResponse"; reason: unused.
Removed service "Slivki\Response\Beauty\Offer\MasterLocationResponse"; reason: unused.
Removed service "Slivki\Response\Beauty\Offer\MasterResponse"; reason: unused.
Removed service "Slivki\Response\Beauty\Offer\OfferResponse"; reason: unused.
Removed service "Slivki\Response\Bonus\BonusResponse"; reason: unused.
Removed service "Slivki\Response\Category\GetMeOnMapCategoriesResponse"; reason: unused.
Removed service "Slivki\Response\Category\SearchCategoryResponse"; reason: unused.
Removed service "Slivki\Response\Comment\GetCommentsResponse"; reason: unused.
Removed service "Slivki\Response\DeeplinkResponse"; reason: unused.
Removed service "Slivki\Response\DeliverySchedule\DeliveryScheduleResponse"; reason: unused.
Removed service "Slivki\Response\FoodCourt\Category\CategoryResponse"; reason: unused.
Removed service "Slivki\Response\FoodCourt\DeliveryFoodCourtDishResponse"; reason: unused.
Removed service "Slivki\Response\FoodCourt\FoodCourtSortResponse"; reason: unused.
Removed service "Slivki\Response\FoodCourt\GeoLocations\GetGeoLocationInfoResponse"; reason: unused.
Removed service "Slivki\Response\FoodCourt\GeoLocations\GetGeoLocationsResponse"; reason: unused.
Removed service "Slivki\Response\FoodCourt\GetFoodCourtSettingsResponse"; reason: unused.
Removed service "Slivki\Response\FoodCourt\LogoFoodCourtResponse"; reason: unused.
Removed service "Slivki\Response\FoodCourt\MeOnMap\GetPickupGeoLocationResponse"; reason: unused.
Removed service "Slivki\Response\FoodCourt\Offer\OfferResponse"; reason: unused.
Removed service "Slivki\Response\FoodCourt\PickupFoodCourtDishResponse"; reason: unused.
Removed service "Slivki\Response\Gift\Factory\GiftCategoryResponseFactory"; reason: unused.
Removed service "Slivki\Response\Gift\GetGiftCategoriesResponse"; reason: unused.
Removed service "Slivki\Response\Gift\GiftCategoryResponse"; reason: unused.
Removed service "Slivki\Response\Gift\GiftCertificateResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificate\CategoryResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificate\GetGiftCertificateResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificate\GetGiftCertificatesByOfferResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificate\GiftCertificateGroup\GetGiftCertificateByGroupResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificate\GiftCertificateOfferResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificateCategory\GiftCertificateCategoryResponse"; reason: unused.
Removed service "Slivki\Response\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoryResponse"; reason: unused.
Removed service "Slivki\Response\InteriorGallery\GetInteriorGalleryByCategoryResponse"; reason: unused.
Removed service "Slivki\Response\LiveSales\LiveSaleResponse"; reason: unused.
Removed service "Slivki\Response\MeOnMap\GetCategoriesWithGeoLocationsResponse"; reason: unused.
Removed service "Slivki\Response\MeOnMap\GetGeoLocationsResponse"; reason: unused.
Removed service "Slivki\Response\MeOnMap\GetGeoLocationsWithLogoResponse"; reason: unused.
Removed service "Slivki\Response\MeOnMap\GetOfferPositionPaidResponse"; reason: unused.
Removed service "Slivki\Response\MeOnMap\GetOffersResponse"; reason: unused.
Removed service "Slivki\Response\MeOnMap\GetStatResponse"; reason: unused.
Removed service "Slivki\Response\Metric\GetMetricByStepResponse"; reason: unused.
Removed service "Slivki\Response\Metric\GetMetricBySubStepResponse"; reason: unused.
Removed service "Slivki\Response\Offer\GetOfferAutocompleteResponse"; reason: unused.
Removed service "Slivki\Response\Offer\GetOffersByGiftCertificateFilterResponse"; reason: unused.
Removed service "Slivki\Response\Offer\GetVisitedOffersResponse"; reason: unused.
Removed service "Slivki\Response\Offer\Location\OfferLocationPhoneNumberResponse"; reason: unused.
Removed service "Slivki\Response\Offer\Location\OfferLocationResponse"; reason: unused.
Removed service "Slivki\Response\Offer\OnePromocodeResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\Director\DirectorResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\GetOfferPickupAddressesResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\GetUserAddressResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\Payment\GetOrderStatusResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\Tire\GetTiresByOfferResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\Vendor\ExtensionResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\Vendor\OrderNearestTimeResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\Vendor\VendorCategoryPositionResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\Vendor\VendorResponse"; reason: unused.
Removed service "Slivki\Response\OnlineOrder\Vendor\VendorStatisticResponse"; reason: unused.
Removed service "Slivki\Response\PaginateResponse"; reason: unused.
Removed service "Slivki\Response\Partner\History\GetCertificateHistoryResponse"; reason: unused.
Removed service "Slivki\Response\Partner\History\GetOnlineOrderHistoryResponse"; reason: unused.
Removed service "Slivki\Response\Partner\PartnerImageUploadResponse"; reason: unused.
Removed service "Slivki\Response\Partner\Security\LoginResponse"; reason: unused.
Removed service "Slivki\Response\Partner\WorkExample\AddWorkExampleResponse"; reason: unused.
Removed service "Slivki\Response\Partner\WorkExample\GetWorkExampleResponse"; reason: unused.
Removed service "Slivki\Response\Partner\WorkExample\GetWorkExamplesByOfferResponse"; reason: unused.
Removed service "Slivki\Response\Payment\PaymentCodePurchaseInfoResponse"; reason: unused.
Removed service "Slivki\Response\Payment\PaymentCodesResponse"; reason: unused.
Removed service "Slivki\Response\Payment\PaymentOperatorResponse"; reason: unused.
Removed service "Slivki\Response\Payment\PaymentRedirectUrlResponse"; reason: unused.
Removed service "Slivki\Response\Payment\PaymentResponse"; reason: unused.
Removed service "Slivki\Response\Payment\PaymentTokenResponse"; reason: unused.
Removed service "Slivki\Response\Review\Factory\ReviewImageResponseFactory"; reason: unused.
Removed service "Slivki\Response\Review\ReviewByOfferResponse"; reason: unused.
Removed service "Slivki\Response\Review\ReviewImageResponse"; reason: unused.
Removed service "Slivki\Response\Review\ReviewResponse"; reason: unused.
Removed service "Slivki\Response\Settings\GetSettingsResponse"; reason: unused.
Removed service "Slivki\Response\Sms\SmsResponse"; reason: unused.
Removed service "Slivki\Response\Statistic\Manager\GetConversionByManagerResponse"; reason: unused.
Removed service "Slivki\Response\Statistic\Manager\GetConversionByManagersResponse"; reason: unused.
Removed service "Slivki\Response\Statistic\OfferDailyStatistic\GetOfferDailyStatisticResponse"; reason: unused.
Removed service "Slivki\Response\Stories\GetStoriesStatisticsResponse"; reason: unused.
Removed service "Slivki\Response\Stories\StoriesCategoryResponse"; reason: unused.
Removed service "Slivki\Response\Stories\StoriesResponse"; reason: unused.
Removed service "Slivki\Response\Subscription\ChildSubscriberResponse"; reason: unused.
Removed service "Slivki\Response\Tire\CreateTireOrderResponse"; reason: unused.
Removed service "Slivki\Response\Tire\GetTireFilterDatesResponse"; reason: unused.
Removed service "Slivki\Response\Tire\GetTireFilterTimeResponse"; reason: unused.
Removed service "Slivki\Response\Tire\GetTireLocationsResponse"; reason: unused.
Removed service "Slivki\Response\Tire\GetTiresByOfferResponse"; reason: unused.
Removed service "Slivki\Response\User\City\CityUserResponse"; reason: unused.
Removed service "Slivki\Response\User\Favorite\Factory\GetUserFavoriteOffersResponseFactory"; reason: unused.
Removed service "Slivki\Response\User\Favorite\GetUserFavoriteOffersResponse"; reason: unused.
Removed service "Slivki\Response\User\UserContactsForMetricResponse"; reason: unused.
Removed service "Slivki\Response\User\UserCreditCardResponse"; reason: unused.
Removed service "Slivki\Response\User\VisitedOfferIdsResponse"; reason: unused.
Removed service "Slivki\Response\WorkExample\GetWorkExamplesSettingsResponse"; reason: unused.
Removed service "Slivki\Serializer\Config\SerializerConfig"; reason: unused.
Removed service "Slivki\Validator\ApiValidator"; reason: unused.
Removed service "Slivki\Validator\Constraints\TextDate"; reason: unused.
Removed service "Slivki\Validator\Constraints\TextDateOrNull"; reason: unused.
Removed service "Slivki\Validator\Constraints\TextTime"; reason: unused.
Removed service "Slivki\Validator\Constraints\YmdDate"; reason: unused.
Removed service "Slivki\ValueObject\Coordinate"; reason: unused.
Removed service "Slivki\EventSubscriber\ExceptionListener"; reason: unused.
Removed service "Slivki\Dbal\User\ResetUserBalanceInterface"; reason: unused.
Removed service "Slivki\HttpClient\Localization\DeeplApiClientInterface"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.native_php_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport_factory"; reason: unused.
Removed service "messenger.transport.sync.factory"; reason: unused.
Removed service "messenger.transport.in_memory.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; 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 "notifier.admin_recipient.0"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.user_password_hasher"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "doctrine.dbal.logger.chain"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "messenger.transport.doctrine.factory"; reason: unused.
Removed service ".1_ServiceLocator~JWhBMaV"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; 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 "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
Removed service "jms_serializer.metadata.doc_block_driver"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "Slivki\Bundle\SubscriptionBundle\Dao\SubscriptionDao"; reason: unused.
Removed service "Slivki\Bundle\SubscriptionBundle\Services\SubscriberService"; reason: unused.
Removed service "Slivki\Bundle\SubscriptionBundle\Services\Decorator\SubscriberServiceDecorator"; reason: unused.
Removed service "libphonenumber\geocoding\PhoneNumberOfflineGeocoder"; reason: unused.
Removed service "libphonenumber\ShortNumberInfo"; reason: unused.
Removed service "libphonenumber\PhoneNumberToCarrierMapper"; reason: unused.
Removed service "libphonenumber\PhoneNumberToTimeZonesMapper"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.dw8O4oN"; reason: unused.
Removed service ".service_locator.tl8I8bj"; reason: unused.
1319
Inlined service "Slivki\Validator\Email\EmailAddressValidator" to "Slivki\Mailer\MailingCampaign\Partner\SendPartnerMailingCampaignInterface".
Inlined service "Slivki\Dto\GiftCertificate\GiftCertificateGroup\Factory\GiftCertificateGroupWithCertificateCountDtoFactory" to "Slivki\Dao\GiftCertificate\GiftCertificateGroup\GiftCertificateGroupDaoInterface".
Inlined service "Slivki\Dto\Statistic\Code\Factory\CodeStatItemDtoFactory" to "Slivki\Dao\Statistic\Code\CodeStatisticDaoInterface".
Inlined service "Slivki\Factory\Dto\WorkExample\WorkExampleDtoFactory" to "Slivki\Dao\WorkExample\WorkExampleDaoInterface".
Inlined service "Slivki\Response\Partner\History\Factory\GetOnlineOrderHistoryResponseFactory" to "Slivki\Dao\Partner\History\PartnerHistoryDaoInterface".
Inlined service "Slivki\Factory\Dto\City\CityDtoFactory" to "Slivki\Dao\City\CityDaoInterface".
Inlined service "Slivki\Factory\Dto\Offer\DeliveryLocationDtoFactory" to "Slivki\Dao\Offer\DeliveryLocationDaoInterface".
Inlined service "Slivki\Factory\Dto\Banner\CommentBannerDtoFactory" to "Slivki\Dao\Banner\CommentBannerDaoInterface".
Inlined service "Slivki\Response\Admin\User\BonusBalanceActivity\Factory\GetUserBonusBalanceActivityResponseFactory" to "Slivki\Dao\Bonus\BonusBalanceActivityDaoInterface".
Inlined service "Slivki\Factory\Dto\Offer\SlivkiDelivery\SlivkiDeliveryOfferDtoFactory" to "Slivki\Dao\Offer\SlivkiDeliveryOfferDaoInterface".
Inlined service "Slivki\Response\Offer\Location\Factory\OfferLocationResponseFactory" to "Slivki\Response\User\Favorite\Factory\GetUserFavoriteOffersResponseFactoryInterface".
Inlined service "Slivki\Factory\Order\OfferOrderFactory" to "Slivki\BusinessFeature\PostAction\Handlers\YandexPromocodesHandler".
Inlined service "Slivki\Handler\Offer\UpdateOfferRatingHandler" to "Slivki\Command\Offer\UpdateOfferRatingCommand".
Inlined service "Slivki\Dao\Stories\StoriesEventDaoInterface" to "Slivki\Command\Stories\CreateStoriesStatisticsCommand".
Inlined service "Slivki\MessageHandler\Command\Stories\CreateStoriesStatisticsHandler" to "Slivki\Command\Stories\CreateStoriesStatisticsCommand".
Inlined service "Slivki\Message\Command\Stories\Factory\CreateStoriesStatisticsCommandFactory" to "Slivki\Command\Stories\CreateStoriesStatisticsCommand".
Inlined service "Slivki\Handler\FoodCourt\OfferFoodCourtHandler" to "Slivki\ConsoleCommand\FoodCourt\SyncFoodCourtDishConsoleCommand".
Inlined service "Slivki\Handler\GiftCertificate\RecountPurchaseCountHandler" to "Slivki\ConsoleCommand\GiftCertificate\RecountPurchaseCountCertificateCommand".
Inlined service "Slivki\Dao\Offer\OfferDailyStatistic\OfferDailyStatisticDaoInterface" to "Slivki\ConsoleCommand\Offer\CreateOfferDailyStatisticConsoleCommand".
Inlined service "Slivki\Dbal\Offer\RenewOffersInterface" to "Slivki\ConsoleCommand\Offer\renewOffersConsoleCommand".
Inlined service "Slivki\Dao\Payment\TransactionDaoInterface" to "Slivki\ConsoleCommand\Payment\OplatiPaymentProcessorConsoleCommand".
Inlined service "Slivki\Handler\Subscription\SyncCustomerHandler" to "Slivki\ConsoleCommand\Subscription\SyncSubscriptionCustomersCommand".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminController" to "Slivki\Controller\Admin\AdminController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminGiftCertificateController" to "Slivki\Controller\Admin\AdminGiftCertificateController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminMailingCampaignTypeController" to "Slivki\Controller\Admin\AdminMailingCampaignTypeController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminMainMenuController" to "Slivki\Controller\Admin\AdminMainMenuController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminManagerController" to "Slivki\Controller\Admin\AdminManagerController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminMarketingController" to "Slivki\Controller\Admin\AdminMarketingController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminNoticePopupController" to "Slivki\Controller\Admin\AdminNoticePopupController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminNotificationController" to "Slivki\Controller\Admin\AdminNotificationController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminOrderController" to "Slivki\Controller\Admin\AdminOrderController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminPartnerOfferController" to "Slivki\Controller\Admin\AdminPartnerOfferController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminPastOffersController" to "Slivki\Controller\Admin\AdminPastOffersController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminPopularCategoryController" to "Slivki\Controller\Admin\AdminPopularCategoryController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminSearchController" to "Slivki\Controller\Admin\AdminSearchController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\AdminTagController" to "Slivki\Controller\Admin\AdminTagController".
Inlined service "Slivki\Message\Command\Admin\Api\InteriorGallery\Factory\SetInteriorGalleryCategoryPositionCommandFactory" to "Slivki\Controller\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionAction".
Inlined service "Slivki\Message\Command\Admin\Api\MailingCampaign\Partner\Factory\CreatePartnerMailingCampaignCommandFactory" to "Slivki\Controller\Admin\Api\MailingCampaign\Partner\CreatePartnerMailingCampaignAction".
Inlined service "Slivki\Message\Command\Admin\Api\MailingCampaign\Partner\Factory\EditPartnerMailingCampaignCommandFactory" to "Slivki\Controller\Admin\Api\MailingCampaign\Partner\EditPartnerMailingCampaignAction".
Inlined service "Slivki\Message\Command\Admin\Api\MailingCampaign\Partner\Factory\SendTestPartnerMailingCampaignCommandFactory" to "Slivki\Controller\Admin\Api\MailingCampaign\Partner\SendTestPartnerMailingCampaignAction".
Inlined service "Slivki\Message\Command\Admin\Api\SlivkiDelivery\Factory\EditOfferDeliverySettingsCommandFactory" to "Slivki\Controller\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsAction".
Inlined service "Slivki\Handler\Banner\EditMobileCommentBannerHandler" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\EditMobileBannerAction".
Inlined service "Slivki\Handler\Banner\CreateMobileCommentFiftyBannerHandler" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\CreateFiftyPercentBannerAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\FiftyPercent\GetFiftyPercentBannersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\GetMobileBannerAction".
Inlined service "Slivki\Handler\Banner\CreateMobileCommentHundredBannerHandler" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\CreateHundredPercentBannerAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\HundredPercent\GetHundredPercentBannersAction".
Inlined service "Slivki\Handler\Banner\CreateMobileCommentLuxBannerHandler" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\CreateLuxBannerAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction" to "Slivki\Controller\Admin\Banner\CommentsAppBanner\Lux\GetLuxBannersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction" to "Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction" to "Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannerPopupAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction" to "Slivki\Controller\Admin\Banner\FloatingMobileBanner\GetMobileFloatingBannersAction".
Inlined service "Slivki\Message\Command\Banner\Factory\EditMobileEntranceBannerPositionCommandFactory" to "Slivki\Controller\Admin\Banner\MobileBannerEntrance\EditMobileEntranceBannerPositionAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction" to "Slivki\Controller\Admin\Banner\MobileBannerEntrance\GetMobileEntranceBannersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\BannerController" to "Slivki\Controller\Admin\BannerController".
Inlined service "Slivki\Handler\BatchCodesPlan\CreateBatchCodePlanHandler" to "Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction" to "Slivki\Controller\Admin\BatchCodes\CreateBatchCodesPlanAction".
Inlined service "Slivki\Handler\BatchCodesPlan\EditBatchCodesPlanHandler" to "Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction" to "Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanAction".
Inlined service "Slivki\Handler\BatchCodesPlan\EditBatchCodesPlanPositionHandler" to "Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction" to "Slivki\Controller\Admin\BatchCodes\EditBatchCodesPlanPositionsAction".
Inlined service "Slivki\Response\BatchCodesPlan\Factory\BatchCodesPlanResponseFactory" to "Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction" to "Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlanAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction" to "Slivki\Controller\Admin\BatchCodes\GetBatchCodesPlansAction".
Inlined service "Slivki\Handler\BatchCodesPlan\ApplyBatchCodesPlanUserHandler" to "Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction" to "Slivki\Controller\Admin\BatchCodes\User\ApplyBatchCodesPlanAction".
Inlined service "Slivki\Handler\BatchCodesPlan\Order\RefillOfferCodeForBatchCodesHandler" to "Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction" to "Slivki\Controller\Admin\BatchCodes\User\RefillBatchCodesAction".
Inlined service "Slivki\Handler\BatchCodesPlan\ResetBatchCodesPlanUserHandler" to "Slivki\Controller\Admin\BatchCodes\User\ResetBatchCodesPlanAction".
Inlined service "Slivki\Handler\BatchCodesPlan\SearchCodesForBatchCodesHandler" to "Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction" to "Slivki\Controller\Admin\BatchCodes\User\SearchCodesForBatchCodesAction".
Inlined service "Slivki\Message\Command\Beauty\Factory\EditCertificateBeautyPositionCommandFactory" to "Slivki\Controller\Admin\Beauty\EditCertificateBeautyPositionsAction".
Inlined service "Slivki\Dao\Beauty\CertificateBeautyDaoInterface" to "Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction" to "Slivki\Controller\Admin\Beauty\GetCertificateBeautyAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Beauty\Master\GetMastersAction" to "Slivki\Controller\Admin\Beauty\Master\GetMastersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction" to "Slivki\Controller\Admin\Beauty\Master\GetOfferMastersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Bonus\GetBonusesAction" to "Slivki\Controller\Admin\Bonus\GetBonusesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction" to "Slivki\Controller\Admin\Category\GetCategoriesForBestOffersSettingsAction".
Inlined service "Slivki\Handler\Category\SearchCategoryHandler" to "Slivki\Controller\Admin\Category\SearchCategoryAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\CategoryController" to "Slivki\Controller\Admin\CategoryController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\City\GetCityPositionAction" to "Slivki\Controller\Admin\City\GetCityPositionAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\CityController" to "Slivki\Controller\Admin\CityController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Comment\GetCommentsByTypeAction" to "Slivki\Controller\Admin\Comment\GetCommentsByTypeAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\CommentController" to "Slivki\Controller\Admin\CommentController".
Inlined service "Slivki\Handler\DeliverySchedule\EditDeliveryScheduleHandler" to "Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction" to "Slivki\Controller\Admin\DeliverySchedule\EditDeliveryScheduleAction".
Inlined service "Slivki\Response\DeliverySchedule\Factory\DeliveryScheduleResponseFactory" to "Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction" to "Slivki\Controller\Admin\DeliverySchedule\GetDeliveryScheduleAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\DirectorController" to "Slivki\Controller\Admin\DirectorController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\FlierProductController" to "Slivki\Controller\Admin\FlierProductController".
Inlined service "Slivki\MessageHandler\Command\FoodCourt\EditFoodCourtDishPositionsHandler" to "Slivki\Controller\Admin\FoodCourt\EditFoodCourtDishPositionsAction".
Inlined service "Slivki\Message\Command\FoodCourt\Factory\EditFoodCourtDishPositionsCommandFactory" to "Slivki\Controller\Admin\FoodCourt\EditFoodCourtDishPositionsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction" to "Slivki\Controller\Admin\FoodCourt\GetFoodCourtDishesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction" to "Slivki\Controller\Admin\GiftCertificate\GetGiftCertificatesByOfferAction".
Inlined service "Slivki\Message\Command\GiftCertificate\GiftCertificateGroup\Factory\CreateGiftCertificateGroupCommandFactory" to "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\CreateGiftCertificateGroupAction".
Inlined service "Slivki\Message\Command\GiftCertificate\GiftCertificateGroup\Factory\EditGiftCertificateGroupCommandFactory" to "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\EditGiftCertificateGroupAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction" to "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction" to "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction" to "Slivki\Controller\Admin\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateAction".
Inlined service "Slivki\Handler\GiftCertificateCategory\ActivateGiftCertificateCategoryHandler" to "Slivki\Controller\Admin\GiftCertificateCategory\ActivateGiftCertificateCategoryAction".
Inlined service "Slivki\Handler\GiftCertificateCategory\CreateGiftCertificateCategoryHandler" to "Slivki\Controller\Admin\GiftCertificateCategory\CreateGiftCertificateCategoryAction".
Inlined service "Slivki\Handler\GiftCertificateCategory\DeactivateGiftCertificateCategoryHandler" to "Slivki\Controller\Admin\GiftCertificateCategory\DeactivateGiftCertificateCategoryAction".
Inlined service "Slivki\Handler\GiftCertificateCategory\EditGiftCertificateCategoryHandler" to "Slivki\Controller\Admin\GiftCertificateCategory\EditGiftCertificateCategoryAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction" to "Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoriesAction".
Inlined service "Slivki\Response\GiftCertificateCategory\Factory\GiftCertificateCategoryResponseFactory" to "Slivki\Controller\Admin\GiftCertificateCategory\GetGiftCertificateCategoryAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction" to "Slivki\Controller\Admin\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\InfoPageController" to "Slivki\Controller\Admin\InfoPageController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction" to "Slivki\Controller\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction" to "Slivki\Controller\Admin\MailingCampaign\GetCategoryBoxAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction" to "Slivki\Controller\Admin\MailingCampaign\Partner\GetCreatePartnerMailingCampaignFormAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction" to "Slivki\Controller\Admin\MailingCampaign\Partner\GetEditPartnerMailingCampaignFormAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction" to "Slivki\Controller\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\MailingCampaignController" to "Slivki\Controller\Admin\MailingCampaignController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\MainMenuBannerController" to "Slivki\Controller\Admin\MainMenuBannerController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\MallController" to "Slivki\Controller\Admin\MallController".
Inlined service "Slivki\Handler\Category\ActivateMeOnMapCategoryHandler" to "Slivki\Controller\Admin\MeOnMap\ActivateMeOnMapCategoryAction".
Inlined service "Slivki\Handler\Category\DeactivateMeOnMapCategoryHandler" to "Slivki\Controller\Admin\MeOnMap\DeactivateMeOnMapCategoryAction".
Inlined service "Slivki\Message\Command\Category\Factory\EditCategoryMeOnMapPositionCommandFactory" to "Slivki\Controller\Admin\MeOnMap\EditMeOnMapCategoryPositionAction".
Inlined service "Slivki\Message\Command\Category\Factory\EditCategoryMeOnMapFeaturedPositionCommandFactory" to "Slivki\Controller\Admin\MeOnMap\EditMeOnMapFeaturedCategoryPositionAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction" to "Slivki\Controller\Admin\MeOnMap\GetMeOnMapCategoriesAction".
Inlined service "Slivki\Message\Command\MeOnMap\Factory\EditOfferPositionPaidPositionCommandFactory" to "Slivki\Controller\Admin\MeOnMap\Offer\EditOfferPositionPaidPositionAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction" to "Slivki\Controller\Admin\MeOnMap\Offer\GetOfferPositionPaidAction".
Inlined service "Slivki\MessageHandler\Query\Metric\GetMetricStatisticsByStepHandler" to "Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction" to "Slivki\Controller\Admin\Metric\GetMetricStatisticsByStepAction".
Inlined service "Slivki\MessageHandler\Query\Metric\GetMetricStatisticsBySubStepHandler" to "Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction" to "Slivki\Controller\Admin\Metric\GetMetricStatisticsBySubStepAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction" to "Slivki\Controller\Admin\Offer\FoodDeliveryZone\GetNewFoodDeliveryZoneAction".
Inlined service "Slivki\Handler\Offer\FoodOfferExtension\DeleteFoodOfferExtensionHandler" to "Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction" to "Slivki\Controller\Admin\Offer\FoodOfferExtension\DeleteFoodOfferExtensionAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction" to "Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoGridAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction" to "Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoNewFormAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction" to "Slivki\Controller\Admin\Offer\GalleryVideo\GetVideoUpdateFormAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction" to "Slivki\Controller\Admin\Offer\PriceHistory\GetExtensionPriceHistoryByIdAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction" to "Slivki\Controller\Admin\Offer\TireOfferExtension\GetTiresByOfferAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\OfferController" to "Slivki\Controller\Admin\OfferController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\OfferExtensionCategoryController" to "Slivki\Controller\Admin\OfferExtensionCategoryController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Order\Manage\RevertCodeAction" to "Slivki\Controller\Admin\Order\Manage\RevertCodeAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\OrderManageController" to "Slivki\Controller\Admin\OrderManageController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\SaleController" to "Slivki\Controller\Admin\SaleController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\SeoController" to "Slivki\Controller\Admin\SeoController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction" to "Slivki\Controller\Admin\ServerFeature\GetServerFeaturesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction" to "Slivki\Controller\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersAction".
Inlined service "Slivki\Message\Query\Admin\Stat\Factory\GetCodeStatQueryFactory" to "Slivki\Controller\Admin\Stat\Code\GetCodeStatAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\Code\GetCodeStatAction" to "Slivki\Controller\Admin\Stat\Code\GetCodeStatAction".
Inlined service "Slivki\Message\Query\Statistic\Manager\Factory\GetConversionByManagerQueryFactory" to "Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction".
Inlined service "Slivki\MessageHandler\Query\Statistic\Manager\GetConversionByManagerHandler" to "Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction" to "Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagerAction".
Inlined service "Slivki\Message\Query\Statistic\Manager\Factory\GetConversionByManagersQueryFactory" to "Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction".
Inlined service "Slivki\MessageHandler\Query\Statistic\Manager\GetConversionByManagersHandler" to "Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction" to "Slivki\Controller\Admin\Stat\Conversion\GetConversionByManagersAction".
Inlined service "Slivki\Dao\Statistic\PhoneCoverClickDaoInterface" to "Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction" to "Slivki\Controller\Admin\Stat\GetPhoneCoverClickStatAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction" to "Slivki\Controller\Admin\Stat\MailingCampaign\GetPartnerMailingCampaignStatisticAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\PurchaseByOfferAction" to "Slivki\Controller\Admin\Stat\PurchaseByOfferAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction" to "Slivki\Controller\Admin\Stat\PurchaseByOfferAppAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction" to "Slivki\Controller\Admin\Stat\PurchaseByOfferCsvAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\PurchasesByManagerAction" to "Slivki\Controller\Admin\Stat\PurchasesByManagerAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction" to "Slivki\Controller\Admin\Stat\PurchasesByManagerOffersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction" to "Slivki\Controller\Admin\Stat\PurchasesByPaymentMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\TireScheduleAction" to "Slivki\Controller\Admin\Stat\TireScheduleAction".
Inlined service "Slivki\Message\Query\Admin\Stat\User\Registration\Factory\GetUserRegistrationQueryFactory" to "Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction" to "Slivki\Controller\Admin\Stat\User\Registration\GetUserRegistrationsStatAction".
Inlined service "Slivki\Dao\Statistic\User\UserBalanceActivityStatisticDaoInterface" to "Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction" to "Slivki\Controller\Admin\Stat\UserBalanceDebtStatAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\StatController" to "Slivki\Controller\Admin\StatController".
Inlined service "Slivki\MessageHandler\Query\Stories\GetStoriesStatisticsHandler" to "Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction".
Inlined service "Slivki\Message\Query\Stories\Factory\GetStoriesStatisticsQueryFactory" to "Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction" to "Slivki\Controller\Admin\Stories\GetStoriesStatisticsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stories\StoriesAdminController" to "Slivki\Controller\Admin\Stories\StoriesAdminController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Stories\StoriesCategoryAdminController" to "Slivki\Controller\Admin\Stories\StoriesCategoryAdminController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Tag\GetOfferTagsAction" to "Slivki\Controller\Admin\Tag\GetOfferTagsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\Tag\GetSaleTagsAction" to "Slivki\Controller\Admin\Tag\GetSaleTagsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities" to "Slivki\Controller\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivities".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction" to "Slivki\Controller\Admin\User\Employee\GetCompanyEmployeesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction" to "Slivki\Controller\Admin\User\Subscription\RefillUserSubscriptionCodeAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction" to "Slivki\Controller\Admin\User\Subscription\SearchUserSubscriptionCodeAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\User\Subscription\SubtractCodesAction" to "Slivki\Controller\Admin\User\Subscription\SubtractCodesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Admin\UserController" to "Slivki\Controller\Admin\UserController".
Inlined service "Slivki\MessageHandler\Query\Api\Internal\User\GetUsersHandler" to "Slivki\Controller\Api\Internal\User\GetUsersAction".
Inlined service "Slivki\Message\Query\Offer\Factory\GetOffersByGiftCertificateFilterQueryFactory" to "Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction" to "Slivki\Controller\Api\Offer\GetOffersByGiftCertificateFilterAction".
Inlined service "Slivki\Handler\Payment\Bepaid\FastBuyCertificateHandler" to "Slivki\Controller\Api\OnlineOrder\Payment\BuyFastCertificateAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction" to "Slivki\Controller\Api\OnlineOrder\Payment\GetOrderStatusAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction" to "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBalanceMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction" to "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBatchCodesMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction" to "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidCheckoutMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction" to "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeBepaidPaymentMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction" to "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction" to "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeEripMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction" to "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOperatorMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction" to "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeOplatiPaymentMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction" to "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodePaymePaymentMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction" to "Slivki\Controller\Api\OnlineOrder\Payment\Method\BuyCodeSubscriptionMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Beauty\GetCertificatesBeautyAction" to "Slivki\Controller\Beauty\GetCertificatesBeautyAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Beauty\GetMasterAction" to "Slivki\Controller\Beauty\GetMasterAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Beauty\GetOffersBeautyAction" to "Slivki\Controller\Beauty\GetOffersBeautyAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\DefaultController" to "Slivki\Controller\DefaultController".
Inlined service "Slivki\Handler\Delivery\FoodFilterCounterHandler" to "Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction" to "Slivki\Controller\Delivery\IncreaseDeliveryFilterCounterAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\DirectorApiController" to "Slivki\Controller\DirectorApiController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\DirectorController" to "Slivki\Controller\DirectorController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\ExportController" to "Slivki\Controller\ExportController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\External\Feed\BelmetaFeedAction" to "Slivki\Controller\External\Feed\BelmetaFeedAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction" to "Slivki\Controller\FoodCourt\GetFoodCourtDishDeliveryAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction" to "Slivki\Controller\FoodCourt\GetFoodCourtDishPickupAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\FoodCourt\GetOffersFoodCourtAction" to "Slivki\Controller\FoodCourt\GetOffersFoodCourtAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction" to "Slivki\Controller\FoodCourt\GetRestofestOffersFoodCourtAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\FrontDemoController" to "Slivki\Controller\FrontDemoController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\GetAppLinkAction" to "Slivki\Controller\GetAppLinkAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Gift\GetGiftCertificateAction" to "Slivki\Controller\Gift\GetGiftCertificateAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\GiftCertificatesController" to "Slivki\Controller\GiftCertificatesController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\IikoOrderController" to "Slivki\Controller\IikoOrderController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\InfobotController" to "Slivki\Controller\InfobotController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\InstallmentController" to "Slivki\Controller\InstallmentController".
Inlined service "Slivki\BusinessFeature\LiveSales\LiveSalesCategoryGetter" to "Slivki\Controller\LiveSales\ShowLiveSalesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\LiveSales\ShowLiveSalesAction" to "Slivki\Controller\LiveSales\ShowLiveSalesAction".
Inlined service "Slivki\Symfony\Http\ImageResponder" to "Slivki\Controller\MailingCampaign\Partner\GetPartnerMailingCampaignPixelAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MailingController" to "Slivki\Controller\MailingController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MallController" to "Slivki\Controller\MallController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Map\ShowMapAction" to "Slivki\Controller\Map\ShowMapAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\CommentController" to "Slivki\Controller\MobileApi\CommentController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\CompanyController" to "Slivki\Controller\MobileApi\CompanyController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\DefaultController" to "Slivki\Controller\MobileApi\DefaultController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\DishesController" to "Slivki\Controller\MobileApi\DishesController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\GiftCertificateController" to "Slivki\Controller\MobileApi\GiftCertificateController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\MobileApiController" to "Slivki\Controller\MobileApi\MobileApiController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\OfferController" to "Slivki\Controller\MobileApi\OfferController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\OnlineOrderController" to "Slivki\Controller\MobileApi\OnlineOrderController".
Inlined service "Slivki\Message\Query\Partner\History\Factory\GetCertificateHistoryQueryFactory" to "Slivki\Controller\MobileApi\Partner\History\GetCertificateHistoryAction".
Inlined service "Slivki\Message\Query\Partner\History\Factory\GetCodeHistoryQueryFactory" to "Slivki\Controller\MobileApi\Partner\History\GetCodeHistoryAction".
Inlined service "Slivki\Message\Query\Partner\History\Factory\GetOnlineOrderHistoryQueryFactory" to "Slivki\Controller\MobileApi\Partner\History\GetOnlineOrderHistoryAction".
Inlined service "Slivki\Message\Command\Api\Partner\Offer\Comment\Factory\AddOfferCommentCommandFactory" to "Slivki\Controller\MobileApi\Partner\Offer\Comment\AddOfferCommentAction".
Inlined service "Slivki\Handler\Partner\Security\PartnerLoginHandler" to "Slivki\Controller\MobileApi\Partner\Security\LoginAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\PartnerController" to "Slivki\Controller\MobileApi\PartnerController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\PaymentController" to "Slivki\Controller\MobileApi\PaymentController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\SearchController" to "Slivki\Controller\MobileApi\SearchController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\ShippingSchedulerController" to "Slivki\Controller\MobileApi\ShippingSchedulerController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\UserController" to "Slivki\Controller\MobileApi\UserController".
Inlined service "Slivki\Message\Query\Beauty\Certificate\Factory\GetCertificateBeautyQueryFactory" to "Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction" to "Slivki\Controller\MobileApi\V2\Beauty\Certificate\GetCertificateBeautyAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction" to "Slivki\Controller\MobileApi\V2\Beauty\Offer\GetOffersBeautyAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction" to "Slivki\Controller\MobileApi\V2\Comment\ClaimCommentAction".
Inlined service "Slivki\Handler\Deposit\ReplenishBalanceMtsMoneyHandler" to "Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction" to "Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceMtsMoneyAction".
Inlined service "Slivki\Handler\Deposit\ReplenishBalanceOperatorHandler" to "Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction" to "Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceOperatorAction".
Inlined service "Slivki\Handler\Deposit\ReplenishBalanceSmsIpayHandler" to "Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction" to "Slivki\Controller\MobileApi\V2\Deposit\Method\ReplenishBalanceSmsIpayAction".
Inlined service "Slivki\MessageHandler\Query\FoodCourt\Category\GetCategoriesHandler" to "Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction" to "Slivki\Controller\MobileApi\V2\FoodCourt\Category\GetCategoriesAction".
Inlined service "Slivki\MessageHandler\Query\FoodCourt\GetDeliveryFoodCourtDishHandler" to "Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction".
Inlined service "Slivki\Message\Query\FoodCourt\Factory\GetDeliveryFoodCourtDishQueryFactory" to "Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction" to "Slivki\Controller\MobileApi\V2\FoodCourt\GetDeliveryFoodCourtDishAction".
Inlined service "Slivki\MessageHandler\Query\FoodCourt\GetPickupFoodCourtDishHandler" to "Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction".
Inlined service "Slivki\Message\Query\FoodCourt\Factory\GetPickupFoodCourtDishQueryFactory" to "Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction" to "Slivki\Controller\MobileApi\V2\FoodCourt\GetPickupFoodCourtDishAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction" to "Slivki\Controller\MobileApi\V2\FoodCourt\MeOnMap\GetPickupGeoLocationAction".
Inlined service "Slivki\MessageHandler\Query\FoodCourt\Offer\GetOffersHandler" to "Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction" to "Slivki\Controller\MobileApi\V2\FoodCourt\Offer\GetOffersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\GetTopCategoriesAction" to "Slivki\Controller\MobileApi\V2\GetTopCategoriesAction".
Inlined service "Slivki\Message\Query\Gift\Factory\GetGiftCategoriesQueryFactory" to "Slivki\Controller\MobileApi\V2\Gift\GetGiftCategoriesAction".
Inlined service "Slivki\Message\Query\Gift\Factory\GetGiftCertificatesQueryFactory" to "Slivki\Controller\MobileApi\V2\Gift\GetGiftCertificatesAction".
Inlined service "Slivki\MessageHandler\Query\MeOnMap\GetGeoLocationHandler" to "Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction" to "Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction".
Inlined service "Slivki\MessageHandler\Query\MeOnMap\GetOffersHandler" to "Slivki\Controller\MobileApi\V2\MeOnMap\GetOffersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction" to "Slivki\Controller\MobileApi\V2\OnlineOrder\GetOfferPickupAddressesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction" to "Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction" to "Slivki\Controller\MobileApi\V2\OnlineOrder\GetUserAddressGiftAction".
Inlined service "Slivki\Resolver\PaymentMethodControllerResolver" to "Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\BuyCodePaymentMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBalanceMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBatchCodesMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidCheckoutMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeBepaidPaymentMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeClickWithRedirectPaymentMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeEripMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeFreeMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeMtsMoneyMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOperatorMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeOplatiMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodePaymeMerchantPaymentMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSmsIpayMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\Method\BuyCodeSubscriptionMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\CheckoutPromoCodeOnlineAction".
Inlined service "Slivki\Handler\Order\BalanceOnlineOrderPaymentMethodHandler" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderBalanceMethodAction".
Inlined service "Slivki\Handler\Order\EripOnlineOrderPaymentMethodHandler" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderEripMethodAction".
Inlined service "Slivki\Handler\Order\OperatorOnlineOrderPaymentMethodHandler" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayOnlineOrderOperatorMethodAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForBatchCodesOnlineAction".
Inlined service "Slivki\Handler\Order\OplatiOnlineOrderPaymentMethodHandler" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForOplatiQrAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PayPromoCodeForSubscriptionOnlineAction".
Inlined service "Slivki\Handler\Order\PaymentPromoCodeOnlineHandler" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PaymentPromoCodeOnlineAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction" to "Slivki\Controller\MobileApi\V2\Payment\OnlineOrder\PromisePaymentOnlineOrderAction".
Inlined service "Slivki\Services\GeoLocation\StaticLocationImagesService" to "Slivki\Controller\MobileApi\V2\StaticLocation\GetStaticLocationAction".
Inlined service "Slivki\Query\StaticLocation\Factory\GetStaticLocationQueryFactory" to "Slivki\Controller\MobileApi\V2\StaticLocation\GetStaticLocationAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction" to "Slivki\Controller\MobileApi\V2\Statistic\CreatePhoneCoverClickAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction" to "Slivki\Controller\MobileApi\V2\Stories\CreateStoriesActionsAction".
Inlined service "Slivki\MessageHandler\Command\Stories\CreateStoriesEventHandler" to "Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction".
Inlined service "Slivki\Message\Command\Stories\Factory\CreateStoriesEventCommandFactory" to "Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction" to "Slivki\Controller\MobileApi\V2\Stories\CreateStoriesEventsAction".
Inlined service "Slivki\MessageHandler\Query\Stories\GetStoriesHandler" to "Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction" to "Slivki\Controller\MobileApi\V2\Stories\GetStoriesAction".
Inlined service "Slivki\MessageHandler\Query\Stories\GetStoriesCategoryHandler" to "Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction" to "Slivki\Controller\MobileApi\V2\Stories\GetStoriesCategoryAction".
Inlined service "Slivki\MessageHandler\Command\Stories\RemoveStoriesActionsHandler" to "Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction" to "Slivki\Controller\MobileApi\V2\Stories\RemoveStoriesActionsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction" to "Slivki\Controller\MobileApi\V2\User\Address\RemoveUserAddressAction".
Inlined service "Slivki\MessageHandler\Query\User\City\GetCityByGeoLocationHandler" to "Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction" to "Slivki\Controller\MobileApi\V2\User\City\GetCityByGeoLocationUserAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction" to "Slivki\Controller\MobileApi\V2\User\CreditCard\RemoveCreditCardAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction" to "Slivki\Controller\MobileApi\V2\User\Favorite\GetUserFavoriteOffersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\MobileApi\V2\Version\GetVersionAction" to "Slivki\Controller\MobileApi\V2\Version\GetVersionAction".
Inlined service "Slivki\Message\Query\WorkExample\Factory\GetWorkExamplesQueryFactory" to "Slivki\Controller\MobileApi\V2\WorkExample\GetWorkExamplesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\NewsController" to "Slivki\Controller\NewsController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Offer\GetVisitedOffersAction" to "Slivki\Controller\Offer\GetVisitedOffersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction" to "Slivki\Controller\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction" to "Slivki\Controller\OnlineOrder\Payment\GetPaymentMethodsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction" to "Slivki\Controller\OnlineOrder\Vendor\GetDishOptionsAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\OrderAsGift\GetOrderAsGiftAction" to "Slivki\Controller\OrderAsGift\GetOrderAsGiftAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\PageController" to "Slivki\Controller\PageController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\Code\GetCodesFormAction" to "Slivki\Controller\Partner\Code\GetCodesFormAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction" to "Slivki\Controller\Partner\Code\GetUnsetUseCodeFormAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\CodeController" to "Slivki\Controller\Partner\CodeController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\CommentController" to "Slivki\Controller\Partner\CommentController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\DeliveryController" to "Slivki\Controller\Partner\DeliveryController".
Inlined service "Slivki\Model\GeometryFactory" to "Slivki\Controller\Partner\DeliveryZoneController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\DeliveryZoneController" to "Slivki\Controller\Partner\DeliveryZoneController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\OfferController" to "Slivki\Controller\Partner\OfferController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\PartnerController" to "Slivki\Controller\Partner\PartnerController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\TelegramBotController" to "Slivki\Controller\Partner\TelegramBotController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\TireController" to "Slivki\Controller\Partner\TireController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\WorkExample\AddWorkExampleAction" to "Slivki\Controller\Partner\WorkExample\AddWorkExampleAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\WorkExample\GetWorkExampleAction" to "Slivki\Controller\Partner\WorkExample\GetWorkExampleAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction" to "Slivki\Controller\Partner\WorkExample\GetWorkExamplesByOfferAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\PartnerOfferController" to "Slivki\Controller\PartnerOfferController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Payment\AbwPayController" to "Slivki\Controller\Payment\AbwPayController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Payment\AssistController" to "Slivki\Controller\Payment\AssistController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction" to "Slivki\Controller\Payment\Balance\PromisePaymentBalanceAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction" to "Slivki\Controller\Payment\BatchCodes\BuyBatchCodesPlanAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction" to "Slivki\Controller\Payment\BatchCodes\BuyCodesFromBatchCodesAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Payment\BePaidController" to "Slivki\Controller\Payment\BePaidController".
Inlined service "Slivki\Payment\Click\Handler\CompleteHandler" to "Slivki\Controller\Payment\Click\CompletePaymentAction".
Inlined service "Slivki\Payment\Click\Handler\PrepareHandler" to "Slivki\Controller\Payment\Click\PreparePaymentAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Payment\IPayController" to "Slivki\Controller\Payment\IPayController".
Inlined service "Slivki\Payment\Payme\MerchantMethodFactor" to "Slivki\Controller\Payment\Payme\CreateTransactionAction".
Inlined service "Slivki\Payment\Payme\Validator" to "Slivki\Controller\Payment\Payme\CreateTransactionAction".
Inlined service "Slivki\Payment\Payme\ErrorHandler" to "Slivki\Controller\Payment\Payme\CreateTransactionAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Payment\PaymentController" to "Slivki\Controller\Payment\PaymentController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Payment\PhoneController" to "Slivki\Controller\Payment\PhoneController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Payment\WebMoneyController" to "Slivki\Controller\Payment\WebMoneyController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Profile\Subscription\ControlSubscriptionAction" to "Slivki\Controller\Profile\Subscription\ControlSubscriptionAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction" to "Slivki\Controller\Profile\Subscription\GetFamilySubscriptionLandingAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Profile\Subscription\ManageSubscriptionAction" to "Slivki\Controller\Profile\Subscription\ManageSubscriptionAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\SaleController" to "Slivki\Controller\SaleController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\SaleProductController" to "Slivki\Controller\SaleProductController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\SearchController" to "Slivki\Controller\SearchController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\ShareController" to "Slivki\Controller\ShareController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\ShippingSchedulerController" to "Slivki\Controller\ShippingSchedulerController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\SiteController" to "Slivki\Controller\SiteController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Statistic\CreatePhoneCoverClickAction" to "Slivki\Controller\Statistic\CreatePhoneCoverClickAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Subscription\GetSubscriptionStatusAction" to "Slivki\Controller\Subscription\GetSubscriptionStatusAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction" to "Slivki\Controller\Subscription\ShowSubscriptionLandingPageAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Telegram\CourierBotController" to "Slivki\Controller\Telegram\CourierBotController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Telegram\DeliveryBotController" to "Slivki\Controller\Telegram\DeliveryBotController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Telegram\TelegramBotController" to "Slivki\Controller\Telegram\TelegramBotController".
Inlined service "Slivki\Message\Query\Tire\Factory\GetTireOffersQueryFactory" to "Slivki\Controller\Tire\GetTireOffersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Tire\GetTireOffersAction" to "Slivki\Controller\Tire\GetTireOffersAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\Tire\GetTiresByOfferAction" to "Slivki\Controller\Tire\GetTiresByOfferAction".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\TireController" to "Slivki\Controller\TireController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\TyresDemoController" to "Slivki\Controller\TyresDemoController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\UserController" to "Slivki\Controller\UserController".
Inlined service ".service_locator.GNc8e5B.Slivki\Controller\WorkExample\GetWorkExamplesAction" to "Slivki\Controller\WorkExample\GetWorkExamplesAction".
Inlined service "Slivki\Factory\Statistic\PurchaseByManagerDtoFactory" to "Slivki\Dao\Statistic\PurchaseByManagerDao".
Inlined service "Slivki\Factory\Statistic\PurchaseByManagerOfferDtoFactory" to "Slivki\Dao\Statistic\PurchaseByManagerOfferDao".
Inlined service "Slivki\Dto\InfoPage\Factory\InfoPageDtoFactory" to "Slivki\Dto\Director\Factory\DirectorDtoFactory".
Inlined service "Slivki\Dto\Offer\GalleryVideo\Factory\VideoDtoFactory" to "Slivki\Dto\Offer\GalleryVideo\Factory\VideoPackageDtoFactory".
Inlined service "Slivki\Repository\Category\Admin\CategoryTypeRepositoryInterface" to "Slivki\Factory\Category\NewSubCategoryFactory".
Inlined service "Slivki\Factory\Comment\CommentMediaDtoFactory" to "Slivki\Factory\Comment\CommentDtoFactory".
Inlined service "Slivki\Services\User\UserProfileImageService" to "Slivki\Factory\Comment\CommentDtoFactory".
Inlined service "Slivki\Repository\User\Admin\UserRepository" to "Slivki\Factory\Comment\GetCommentsPaginationFactory".
Inlined service "Slivki\Factory\Dto\MailingCampaign\Partner\PartnerMailingCampaignLinkButtonDtoFactory" to "Slivki\Factory\Dto\MailingCampaign\Partner\PartnerMailingCampaignEmailDtoFactory".
Inlined service "Slivki\Factory\Dto\WorkExample\WorkExampleAddressWithDistanceDtoFactory" to "Slivki\Factory\Dto\WorkExample\WorkExampleWithAddressesDtoFactory".
Inlined service "Slivki\Dao\GiftCertificate\GiftCertificateCategory\GiftCertificateCategoryDaoInterface" to "Slivki\Factory\MainMenu\MainMenuWithCategoryCountDtoFactory".
Inlined service "Slivki\Factory\Statistic\PurchaseByManagerItemDtoFactory" to "Slivki\Factory\Statistic\PurchaseByManagerDtoFactory".
Inlined service "Slivki\Factory\User\OrderHistory\FoodOrderProductDtoFactory" to "Slivki\Factory\User\OrderHistory\FoodOrderHistoryDtoFactory".
Inlined service "Slivki\Dao\Order\OfferOrderBatchCodesDaoInterface" to "Slivki\Handler\BatchCodesPlan\SearchCodesForBatchCodesHandler".
Inlined service "Slivki\Dao\User\BalanceActivity\MonthlyBonusDaoInterface" to "Slivki\Handler\Bonus\MonthlyBonusHandler".
Inlined service "Slivki\Response\Category\Factory\SearchCategoryResponseFactory" to "Slivki\Handler\Category\SearchCategoryHandler".
Inlined service "Slivki\Handler\DeliverySchedule\RemoveDeliveryScheduleHandler" to "Slivki\Handler\DeliverySchedule\EditDeliveryScheduleHandler".
Inlined service "Slivki\Handler\DeliverySchedule\CreateDeliveryScheduleHandler" to "Slivki\Handler\DeliverySchedule\EditDeliveryScheduleHandler".
Inlined service "Slivki\MessageHandler\Command\FoodCourt\SyncFoodCourtDishHandler" to "Slivki\Handler\FoodCourt\OfferFoodCourtHandler".
Inlined service "Slivki\Message\Command\FoodCourt\Factory\SyncFoodCourtDishCommandFactory" to "Slivki\Handler\FoodCourt\OfferFoodCourtHandler".
Inlined service "Slivki\Dbal\GiftCertificate\GiftCertificatePurchaseCountInterface" to "Slivki\Handler\GiftCertificate\RecountPurchaseCountHandler".
Inlined service "Slivki\Factory\Order\PaymentTransactionFactor" to "Slivki\Handler\Offer\PaymentTransactionHandler".
Inlined service "Slivki\Dbal\Offer\UpdateOfferRatingInterface" to "Slivki\Handler\Offer\UpdateOfferRatingHandler".
Inlined service "Slivki\Factory\CacheReloadScheduler\OfferCacheReloadSchedulerFactory" to "Slivki\Handler\Offer\UpdateOfferRatingHandler".
Inlined service "Slivki\Validator\User\PasswordValidator" to "Slivki\Handler\Partner\Security\PartnerLoginHandler".
Inlined service "Slivki\Factory\Order\GiftCertificateOrderFactory" to "Slivki\Handler\Payment\Bepaid\FastBuyCertificateHandler".
Inlined service "Slivki\Dbal\Subscription\UpdateSubscriberInterface" to "Slivki\Handler\Subscription\SyncCustomerHandler".
Inlined service "Slivki\Dao\Subscription\SubscriberDaoInterface" to "Slivki\Handler\Subscription\SyncCustomerHandler".
Inlined service "Slivki\HttpClient\BePaid\Decorator\BePaidHttpClientDecorator.inner" to "Slivki\HttpClient\BePaid\Decorator\BePaidHttpClientDecorator".
Inlined service "Slivki\HttpClient\MapBox\Decorator\MapBoxHttpClientDecorator.inner" to "Slivki\HttpClient\MapBox\Decorator\MapBoxHttpClientDecorator".
Inlined service "Slivki\HttpClient\Supercheck\Decorator\SupercheckHttpClientLoggerDecorator.inner" to "Slivki\HttpClient\Supercheck\Decorator\SupercheckHttpClientLoggerDecorator".
Inlined service "Slivki\HttpClient\Yandex\Decorator\YandexGeolocationHttpClientDecorator.inner" to "Slivki\HttpClient\Yandex\Decorator\YandexGeolocationHttpClientDecorator".
Inlined service "Slivki\Factory\Dto\InteriorGallery\InteriorGalleryCategoryPositionDtoFactory" to "Slivki\Message\Command\Admin\Api\InteriorGallery\Factory\SetInteriorGalleryCategoryPositionCommandFactory".
Inlined service "Slivki\Helpers\CommentHelper" to "Slivki\Message\Command\Api\Partner\Offer\Comment\Factory\AddOfferCommentCommandFactory".
Inlined service "Slivki\Helpers\CalculationPricePerKilogram" to "Slivki\Message\Command\FoodCourt\Factory\SyncFoodCourtDishCommandFactory".
Inlined service "Slivki\Helpers\QuantityPositionParserHelper" to "Slivki\Message\Command\FoodCourt\Factory\SyncFoodCourtDishCommandFactory".
Inlined service "Slivki\Repository\Media\Admin\ShopMediaRepositoryInterface" to "Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\AddMediaToInteriorGalleryHandler".
Inlined service "Slivki\Repository\InteriorGallery\Admin\InteriorGalleryCategoryRelationRepositoryInterface" to "Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionHandler".
Inlined service "Slivki\Dbal\Offer\UpdateDeliverySettingsInterface" to "Slivki\MessageHandler\Command\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsHandler".
Inlined service "Slivki\Factory\Offer\TireOfferExtensionFactory" to "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\CreateTireHandler".
Inlined service "Slivki\Services\ImageUpload\ImageUploadService" to "Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\AddOfferCommentHandler".
Inlined service "Slivki\Dao\UseCodeHistory\UseCodeHistoryDaoInterface" to "Slivki\MessageHandler\Command\Api\Partner\UseCodeHandler".
Inlined service "Slivki\Repository\GiftCertificate\Admin\GiftCertificateRepositoryInterface" to "Slivki\MessageHandler\Command\Beauty\EditCertificateBeautyPositionHandler".
Inlined service "Slivki\Resolver\BonusResolver" to "Slivki\MessageHandler\Command\Bonus\AddBonusHandler".
Inlined service "Slivki\Repository\Media\Admin\CategoryMapPinIconMediaRepositoryInterface" to "Slivki\MessageHandler\Command\Category\DeleteCategoryMapPinIconHandler".
Inlined service "Slivki\Dao\Category\SaleCategoryDaoInterface" to "Slivki\MessageHandler\Command\Category\SaleCategoryCacheReloadHandler".
Inlined service "Slivki\Dbal\FoodCourt\UpdateFoodCourtDishPositionInterface" to "Slivki\MessageHandler\Command\FoodCourt\EditFoodCourtDishPositionsHandler".
Inlined service "Slivki\Repository\MainMenu\Admin\MainMenuRepositoryInterface" to "Slivki\MessageHandler\Command\MainMenu\EditMainMenuAppFixedPositionHandler".
Inlined service "Slivki\Repository\Statistic\OfferDailyStatistic\Admin\OfferDailyStatisticRepositoryInterface" to "Slivki\MessageHandler\Command\Statistic\CreateOfferDailyStatisticHandler".
Inlined service "Slivki\Repository\Stories\Admin\StoriesEventRepositoryInterface" to "Slivki\MessageHandler\Command\Stories\CreateStoriesEventHandler".
Inlined service "Slivki\Repository\Stories\Admin\StoriesStatisticsRepositoryInterface" to "Slivki\MessageHandler\Command\Stories\CreateStoriesStatisticsHandler".
Inlined service "Slivki\Factory\Order\TireOrderFactory" to "Slivki\MessageHandler\Command\Tire\CreateTireOrderHandler".
Inlined service "Slivki\Factory\Order\TireScheduleFactory" to "Slivki\MessageHandler\Command\Tire\CreateTireOrderHandler".
Inlined service "Slivki\Validator\Tire\TireOrderValidator" to "Slivki\MessageHandler\Command\Tire\CreateTireOrderHandler".
Inlined service "Slivki\Response\Admin\Beauty\Master\Factory\OfferMasterResponseFactory" to "Slivki\MessageHandler\Query\Admin\Beauty\Master\GetOfferMastersHandler".
Inlined service "Slivki\Response\Admin\Bonus\Factory\GetBonusResponseFactory" to "Slivki\MessageHandler\Query\Admin\Bonus\GetBonusesHandler".
Inlined service "Slivki\Dao\City\CityDaoInterface" to "Slivki\MessageHandler\Query\Admin\City\GetCityPositionHandler".
Inlined service "Slivki\Response\Admin\InteriorGallery\Factory\GetInteriorGalleryOffersByCategoryResponseFactory" to "Slivki\MessageHandler\Query\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryHandler".
Inlined service "Slivki\Response\Admin\Offer\OfferExtension\Factory\GetTireResponseFactory" to "Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTireHandler".
Inlined service "Slivki\Response\Admin\Offer\OfferExtension\Factory\GetTiresByOfferResponseFactory" to "Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTiresByOfferHandler".
Inlined service "Slivki\Dao\Offer\SlivkiDeliveryOfferDaoInterface" to "Slivki\MessageHandler\Query\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersHandler".
Inlined service "Slivki\Dao\Statistic\Code\CodeStatisticDaoInterface" to "Slivki\MessageHandler\Query\Admin\Stat\GetCodesStatHandler".
Inlined service "Slivki\Dao\Statistic\GetOfferDailyStatisticDaoInterface" to "Slivki\MessageHandler\Query\Admin\Stat\GetOfferDailyStatisticHandler".
Inlined service "Slivki\Dao\Statistic\MailingCampaign\Partner\PartnerMailingCampaignStatisticDaoInterface" to "Slivki\MessageHandler\Query\Admin\Stat\GetPartnerMailingCampaignStatisticHandler".
Inlined service "Slivki\Dao\Statistic\User\UserRegistrationsDaoInterface" to "Slivki\MessageHandler\Query\Admin\Stat\User\Registration\GetUserRegistrationStatHandler".
Inlined service "Slivki\Response\Admin\User\Employee\Factory\GetCompanyEmployeesResponseFactory" to "Slivki\MessageHandler\Query\Admin\User\Employee\GetCompanyEmployeesHandler".
Inlined service "Slivki\Response\Admin\User\Subscription\Factory\SearchUserSubscriptionCodeResponseFactory" to "Slivki\MessageHandler\Query\Admin\User\Subscription\SearchUserSubscriptionCodeHandler".
Inlined service "Slivki\Paginator\Api\Internal\User\UserPaginatorInterface" to "Slivki\MessageHandler\Query\Api\Internal\User\GetUsersHandler".
Inlined service "Slivki\Response\Api\Internal\User\Factory\GetUsersResponseFactory" to "Slivki\MessageHandler\Query\Api\Internal\User\GetUsersHandler".
Inlined service "Slivki\Response\Api\Partner\Factory\PartnerInfoResponseFactory" to "Slivki\MessageHandler\Query\Api\Partner\GetPartnerInfoHandler".
Inlined service "Slivki\Response\Banner\Factory\MobileCommentBannerResponseFactory" to "Slivki\MessageHandler\Query\Banner\GetMobileCommentHundredBannerHandler".
Inlined service "Slivki\Paginator\Beauty\Certificate\CertificateBeautyPaginator" to "Slivki\MessageHandler\Query\Beauty\Certificate\GetCertificateBeautyHandler".
Inlined service "Slivki\Response\Beauty\Certificate\Factory\CertificateBeautyResponseFactory" to "Slivki\MessageHandler\Query\Beauty\Certificate\GetCertificateBeautyHandler".
Inlined service "Slivki\Paginator\Beauty\Offer\OfferPaginatorInterface" to "Slivki\MessageHandler\Query\Beauty\Offer\GetOffersBeautyHandler".
Inlined service "Slivki\Response\Beauty\Offer\Factory\OfferResponseFactory" to "Slivki\MessageHandler\Query\Beauty\Offer\GetOffersBeautyHandler".
Inlined service "Slivki\Mailer\Comment\SendClaimCommentEmailInterface" to "Slivki\MessageHandler\Query\Comment\ClaimCommentHandler".
Inlined service "Slivki\Factory\Comment\GetCommentsPaginationFactory" to "Slivki\MessageHandler\Query\Comment\GetCommentsPaginationHandler".
Inlined service "Slivki\Paginator\FoodCourt\DeliveryFoodCourtDishPaginatorInterface" to "Slivki\MessageHandler\Query\FoodCourt\GetDeliveryFoodCourtDishHandler".
Inlined service "Slivki\Response\FoodCourt\Factory\DeliveryFoodCourtDishResponseFactory" to "Slivki\MessageHandler\Query\FoodCourt\GetDeliveryFoodCourtDishHandler".
Inlined service "Slivki\Response\FoodCourt\Factory\GetFoodCourtSettingsFactory" to "Slivki\MessageHandler\Query\FoodCourt\GetFoodCourtSettingsHandler".
Inlined service "Slivki\Paginator\FoodCourt\PickupFoodCourtDishPaginatorInterface" to "Slivki\MessageHandler\Query\FoodCourt\GetPickupFoodCourtDishHandler".
Inlined service "Slivki\Response\FoodCourt\Factory\PickupFoodCourtDishResponseFactory" to "Slivki\MessageHandler\Query\FoodCourt\GetPickupFoodCourtDishHandler".
Inlined service "Slivki\Response\FoodCourt\GeoLocations\Factory\GetGeoLocationInfoResponseFactory" to "Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetGeoLocationInfoHandler".
Inlined service "Slivki\Response\FoodCourt\MeOnMap\Factory\GetPickupGeoLocationResponseFactory" to "Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetPickupGeoLocationHandler".
Inlined service "Slivki\Dao\GiftCertificate\GiftCertificateGroup\GiftCertificateGroupDaoInterface" to "Slivki\MessageHandler\Query\Gift\GetGiftCategoriesHandler".
Inlined service "Slivki\Paginator\Gift\GiftCertificatePaginatorInterface" to "Slivki\MessageHandler\Query\Gift\GetGiftCertificatesHandler".
Inlined service "Slivki\Response\Gift\Factory\GiftCertificateResponseFactory" to "Slivki\MessageHandler\Query\Gift\GetGiftCertificatesHandler".
Inlined service "Slivki\Dto\GiftCertificate\Factory\GiftCertificateDtoFactory" to "Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateHandler".
Inlined service "Slivki\Response\GiftCertificate\Factory\GiftCertificateOfferResponseFactory" to "Slivki\MessageHandler\Query\GiftCertificate\GetOfferGiftCertificatesHandler".
Inlined service "Slivki\Response\GiftCertificate\GiftCertificateGroup\Factory\GetGiftCertificateGroupResponseFactory" to "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupHandler".
Inlined service "Slivki\Response\GiftCertificate\GiftCertificateGroup\Factory\GetGiftCertificateGroupsResponseFactory" to "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsHandler".
Inlined service "Slivki\Dao\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupDaoInterface" to "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupHandler".
Inlined service "Slivki\Dao\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateInterface" to "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateHandler".
Inlined service "Slivki\Paginator\InteriorGallery\InteriorGalleryPaginatorInterface" to "Slivki\MessageHandler\Query\InteriorGallery\GetInteriorGalleriesByCategoryHandler".
Inlined service "Slivki\Response\LiveSales\Factory\LiveSaleResponseFactory" to "Slivki\MessageHandler\Query\LiveSales\GetOfferLiveSalesHandler".
Inlined service "Slivki\Response\MeOnMap\Factory\GetOffersResponseFactory" to "Slivki\MessageHandler\Query\MeOnMap\GetOffersHandler".
Inlined service "Slivki\Response\Metric\Factory\GetMetricByStepResponseFactory" to "Slivki\MessageHandler\Query\Metric\GetMetricStatisticsByStepHandler".
Inlined service "Slivki\Response\Metric\Factory\GetMetricBySubStepResponseFactory" to "Slivki\MessageHandler\Query\Metric\GetMetricStatisticsBySubStepHandler".
Inlined service "Slivki\Response\OnlineOrder\Factory\GetOfferPickupAddressesResponseFactory" to "Slivki\MessageHandler\Query\OnlineOrder\GetOfferPickupAddressesHandler".
Inlined service "Slivki\Response\OnlineOrder\GiftCertificate\Factory\SelectGiftCertificatesForBuyOnlyCodesResponseFactory" to "Slivki\MessageHandler\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesHandler".
Inlined service "Slivki\Response\OnlineOrder\Payment\Factory\GetOrderStatusResponseFactory" to "Slivki\MessageHandler\Query\OnlineOrder\Payment\GetOrderStatusHandler".
Inlined service "Slivki\Response\OnlineOrder\Tire\Factory\GetTiresByOfferResponseFactory" to "Slivki\MessageHandler\Query\OnlineOrder\Tire\GetTiresByOfferHandler".
Inlined service "Slivki\Paginator\OnlineOrder\Vendor\ExtensionsPaginatorInterface" to "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetExtensionsHandler".
Inlined service "Slivki\Response\OnlineOrder\Vendor\Factory\ExtensionResponseFactory" to "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetExtensionsHandler".
Inlined service "Slivki\Response\MeOnMap\Factory\GetGeoLocationsWithLogoResponseFactory" to "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetGeoLocationsHandler".
Inlined service "Slivki\Response\OnlineOrder\Vendor\Factory\VendorResponseFactory" to "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorHandler".
Inlined service "Slivki\Response\OnlineOrder\Vendor\Factory\VendorStatisticResponseFactory" to "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorStatisticHandler".
Inlined service "Slivki\Dto\Partner\Factory\AdditionalDiscountDtoFactory" to "Slivki\MessageHandler\Query\Partner\GetPartnerAdditionalDiscountsHandler".
Inlined service "Slivki\Factory\Dto\Partner\Offer\Comment\CommentDtoFactory" to "Slivki\MessageHandler\Query\Partner\Offer\Comment\GetOfferCommentsHandler".
Inlined service "Slivki\Services\ImageUpload\ImageUploadInterface" to "Slivki\MessageHandler\Query\Partner\PartnerImageUploadHandler".
Inlined service "Slivki\Response\Partner\WorkExample\Factory\AddWorkExampleResponseFactory" to "Slivki\MessageHandler\Query\Partner\WorkExample\AddWorkExampleHandler".
Inlined service "Slivki\Response\Partner\WorkExample\Factory\GetWorkExampleResponseFactory" to "Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExampleHandler".
Inlined service "Slivki\Response\Payment\Factory\PaymentCodePurchaseInfoResponseFactory" to "Slivki\MessageHandler\Query\Payment\GetCodePurchaseInfoHandler".
Inlined service "Slivki\Response\Review\Factory\ReviewByOfferResponseFactory" to "Slivki\MessageHandler\Query\Review\GetReviewsByOfferHandler".
Inlined service "Slivki\Response\Review\Factory\ReviewResponseFactory" to "Slivki\MessageHandler\Query\Review\GetReviewsHandler".
Inlined service "Slivki\Factory\Dto\Settings\GiftCertificate\GiftCertificateSettingsDtoFactory" to "Slivki\MessageHandler\Query\Settings\GetSettingHandler".
Inlined service "Slivki\Response\Stories\Factory\StoriesCategoryResponseFactory" to "Slivki\MessageHandler\Query\Stories\GetStoriesCategoryHandler".
Inlined service "Slivki\Response\Stories\Factory\StoriesResponseFactory" to "Slivki\MessageHandler\Query\Stories\GetStoriesHandler".
Inlined service "Slivki\Dao\Stories\StoriesStatisticsDaoInterface" to "Slivki\MessageHandler\Query\Stories\GetStoriesStatisticsHandler".
Inlined service "Slivki\Response\Stories\Factory\GetStoriesStatisticsResponseFactory" to "Slivki\MessageHandler\Query\Stories\GetStoriesStatisticsHandler".
Inlined service "Slivki\Response\Subscription\Factory\ChildSubscriberResponseFactory" to "Slivki\MessageHandler\Query\Subscription\GetChildSubscribersHandler".
Inlined service "Slivki\Response\Tire\Factory\GetTireFilterTimeResponseFactory" to "Slivki\MessageHandler\Query\Tire\GetTireFilterTimeHandler".
Inlined service "Slivki\Response\Tire\Factory\GetTireLocationsResponseFactory" to "Slivki\MessageHandler\Query\Tire\GetTireLocationsHandler".
Inlined service "Slivki\Dao\User\UserVisitedDaoInterface" to "Slivki\MessageHandler\Query\User\GetVisitedOfferIdsHandler".
Inlined service "Slivki\Payment\Click\Response\Factory\CompleteResponseFactory" to "Slivki\Payment\Click\Handler\CompleteHandler".
Inlined service "Slivki\Payment\Click\Response\Factory\PrepareResponseFactory" to "Slivki\Payment\Click\Handler\PrepareHandler".
Inlined service "Slivki\Payment\Click\PaymentSignature" to "Slivki\Payment\Click\Validator".
Inlined service "Slivki\Payment\Oplati\Request\Factory\WebPaymentRequestFactory" to "Slivki\Payment\Oplati\Handler\DemandPayment".
Inlined service "Slivki\Payment\Oplati\Factory\WebPaymentWithQrCodeResponseFactory" to "Slivki\Payment\Oplati\Handler\DemandPayment".
Inlined service "Slivki\Handler\Order\GiftCertificate\BundleOfferDetailsHandler" to "Slivki\Repository\OfferOrderRepository".
Inlined service "Slivki\Mailer\OfferOrder\Tire\SendTireOfferOrderEmailInterface" to "Slivki\Repository\OfferOrderRepository".
Inlined service "Slivki\Dto\Mailer\OfferOrder\Tire\Factory\TireOfferOrderItemDtoFactory" to "Slivki\Repository\OfferOrderRepository".
Inlined service "Slivki\Handler\Bonus\AvatarUploadBonusHandler" to "Slivki\Resolver\BonusResolver".
Inlined service "Slivki\Handler\Bonus\RegistrationBonusHandler" to "Slivki\Resolver\BonusResolver".
Inlined service "Slivki\Handler\Bonus\AppLoginBonusHandler" to "Slivki\Resolver\BonusResolver".
Inlined service "Slivki\Handler\Bonus\MonthlyBonusHandler" to "Slivki\Resolver\BonusResolver".
Inlined service "Slivki\Response\Banner\Factory\OfferMobileEntranceBannerResponseFactory" to "Slivki\Resolver\MobileEntranceBannerResolver".
Inlined service "Slivki\Response\Banner\Factory\CategoryMobileEntranceBannerResponseFactory" to "Slivki\Resolver\MobileEntranceBannerResolver".
Inlined service "Slivki\Response\Banner\Factory\ExternalMobileEntranceBannerResponseFactory" to "Slivki\Resolver\MobileEntranceBannerResolver".
Inlined service "Slivki\Dao\UserGroup\UserGroupDaoInterface" to "Slivki\Response\Api\Internal\User\Factory\GetUsersResponseFactory".
Inlined service "Slivki\Response\Api\MobApi\Offer\Factory\GeoLocationResponseFactory" to "Slivki\Response\Api\MobApi\Offer\Factory\OfferResponseFactory".
Inlined service "Slivki\Dao\Banner\CommentBannerDaoInterface" to "Slivki\Response\Api\MobApi\Offer\Factory\OfferResponseFactory".
Inlined service "Slivki\Response\Offer\Location\Factory\OfferLocationPhoneNumberResponseFactory" to "Slivki\Response\Offer\Location\Factory\OfferLocationResponseFactory".
Inlined service "Slivki\Dto\Director\Factory\DirectorDtoFactory" to "Slivki\Response\OnlineOrder\Tire\Factory\GetTiresByOfferResponseFactory".
Inlined service "Slivki\Response\OnlineOrder\Vendor\Factory\VendorCategoryPositionResponseFactory" to "Slivki\Response\OnlineOrder\Vendor\Factory\VendorStatisticResponseFactory".
Inlined service "Slivki\Factory\Dto\OnlineOrder\OnlineOrderDtoFactory" to "Slivki\Response\Partner\History\Factory\GetOnlineOrderHistoryResponseFactory".
Inlined service "Slivki\Response\User\Factory\UserCreditCardResponseFactory" to "Slivki\Response\Payment\Factory\PaymentCodePurchaseInfoResponseFactory".
Inlined service "Slivki\Services\User\UserProfileImageServiceInterface" to "Slivki\Response\Review\Factory\ReviewResponseFactory".
Inlined service "Slivki\Response\Review\Factory\ReviewImageResponseFactoryInterface" to "Slivki\Response\Review\Factory\ReviewResponseFactory".
Inlined service "Slivki\Dao\Partner\AdditionalDiscountDaoInterface" to "Slivki\Response\Tire\Factory\GetTireFilterTimeResponseFactory".
Inlined service "Slivki\Dto\Tire\Factory\TireGeoLocationDtoFactory" to "Slivki\Response\Tire\Factory\GetTireLocationsResponseFactory".
Inlined service "Slivki\Dto\Banner\MobileFloatingBanner\Factory\MobileFloatingBannerDtoFactory" to "Slivki\Services\Banner\MobileFloatingBannerCacheService".
Inlined service "Slivki\HttpClient\BePaid\Decorator\BePaidHttpClientDecorator" to "Slivki\Services\BePaid\BePaidCredentialsValidator".
Inlined service "Slivki\Services\HttpClient\BelTransSat\BelTransSatHttpClient" to "Slivki\Services\BelTransSat\RouteBuilderBelTransSatService".
Inlined service "Slivki\Factory\Dto\Feed\Belmeta\BelmetaJobDtoFactory" to "Slivki\Services\Belmeta\BelmetaFeedService".
Inlined service "Slivki\Response\Bonus\Factory\BonusResponseFactory" to "Slivki\Services\Bonus\BonusCacheService".
Inlined service "Slivki\Services\Cache\PersistenceCacheFactoryInterface" to "Slivki\Services\Cache\CacheBucketRegistry".
Inlined service "Slivki\Dao\Category\BestOffersCategoryDaoInterface" to "Slivki\Services\Category\BestOffersCategoryService".
Inlined service "Slivki\Dto\Category\NewCategory\Factory\ParentCategoriesByCityDtoFactory" to "Slivki\Services\Category\NewOfferCategoryService".
Inlined service "Slivki\Factory\Seo\NewOffersSubCategorySeoFactory" to "Slivki\Services\Category\NewOfferCategoryService".
Inlined service "Slivki\Factory\Category\NewSubCategoryFactory" to "Slivki\Services\Category\NewOfferCategoryService".
Inlined service "Slivki\Factory\PopularCategory\PopularCategoryDtoFactory" to "Slivki\Services\Category\PopularOfferCategoryService".
Inlined service "Slivki\Services\Category\SavePopularCategoryService" to "Slivki\Services\Category\PopularOfferCategoryService".
Inlined service "Slivki\Dao\Director\CommentRatingDaoInterface" to "Slivki\Services\CategoryBoxCacheService".
Inlined service "Slivki\Factory\Comment\CommentDtoFactory" to "Slivki\Services\Comment\CommentService".
Inlined service "Slivki\Dao\User\UserAddress\UserAddressDaoInterface" to "Slivki\Services\DeliveryService".
Inlined service "Slivki\Repository\EntityOption\Admin\EntityOptionRepositoryInterface" to "Slivki\Services\EntityOption\EntityOptionService".
Inlined service "Slivki\HttpClient\MapBox\Decorator\MapBoxHttpClientDecorator" to "Slivki\Services\GeoLocation\StaticLocationImagesService".
Inlined service "Slivki\Services\Localization\TranslateClientFactory" to "Slivki\Services\Localization\GoogleTranslationService".
Inlined service "mailer.mailer" to "Slivki\Services\Mailer".
Inlined service "Slivki\HttpClient\Yandex\Decorator\YandexGeolocationHttpClientDecorator" to "Slivki\Services\MapProviders\CoordinatesYandex".
Inlined service "Slivki\HttpClient\Yandex\Query\YandexGeoLocationQueryFactory" to "Slivki\Services\MapProviders\CoordinatesYandex".
Inlined service "Slivki\Factory\Category\CategoryWithGeoLocationsDtoFactoryInterface" to "Slivki\Services\MeOnMap\GetCategoriesWithGeoLocationsResponseCacheService".
Inlined service "Slivki\Factory\MeOnMap\OfferFeaturedPaidFactoryInterface" to "Slivki\Services\MeOnMap\GetCategoriesWithGeoLocationsResponseCacheService".
Inlined service "Slivki\Dao\GeoLocation\PhoneNumber\PhoneNumberDaoInterface" to "Slivki\Services\MeOnMap\GetGeoLocationsResponseCacheService".
Inlined service "Slivki\Response\MeOnMap\Factory\GetGeoLocationsResponseFactory" to "Slivki\Services\MeOnMap\GetGeoLocationsResponseCacheService".
Inlined service "Slivki\Dto\Offer\GalleryVideo\Factory\VideoPackageDtoFactory" to "Slivki\Services\Offer\GalleryVideo\VideoPackageDtoGetter".
Inlined service "Slivki\Response\Api\MobApi\Offer\Factory\OfferResponseFactory" to "Slivki\Services\Offer\OfferResponseCacheService".
Inlined service "Slivki\Repository\ProductFastDeliveryRepository" to "Slivki\Services\Offer\ProductFastDeliveryService".
Inlined service "Slivki\BusinessFeature\PostCompleteOrderAction" to "Slivki\Services\Payment\PaymentService".
Inlined service "Slivki\Handler\Seo\CreateRatingCategorySeoHandler" to "Slivki\Services\Seo\RatingCategorySeoService".
Inlined service "Slivki\Request\Seo\Factory\CreateRatingCategorySeoRequestFactory" to "Slivki\Services\Seo\RatingCategorySeoService".
Inlined service "Slivki\Services\Sms\Providers\Decorator\RocketSmsLoggerDecorator.inner" to "Slivki\Services\Sms\Providers\Decorator\RocketSmsLoggerDecorator".
Inlined service "Slivki\Services\Sms\Providers\Decorator\XabarUzSmsLoggerDecorator.inner" to "Slivki\Services\Sms\Providers\Decorator\XabarUzSmsLoggerDecorator".
Inlined service "Slivki\Services\Sms\Providers\Decorator\RocketSmsLoggerDecorator" to "Slivki\Services\Sms\SmsResolver".
Inlined service "Slivki\Services\Sms\Providers\Decorator\XabarUzSmsLoggerDecorator" to "Slivki\Services\Sms\SmsResolver".
Inlined service "SmsLineProvider" to "Slivki\Services\Sms\SmsResolver".
Inlined service "Slivki\Resolver\BelTransSatFuncResolver" to "Slivki\Services\SoapClient\BelTransSat\BelTransSatSoapGateway".
Inlined service "Slivki\Services\SoapClient\BelTransSat\BelTransSatSoapClient" to "Slivki\Services\SoapClient\BelTransSat\Decorator\BelTransSatSoapClientLoggerDecorator".
Inlined service "Slivki\Dao\Statistic\PurchasesByOfferDaoInterface" to "Slivki\Services\Statistic\PurchaseByOfferService".
Inlined service "Slivki\Dao\Statistic\ByPaymentMethodDao" to "Slivki\Services\Statistic\PurchasesService".
Inlined service "Slivki\Dao\Statistic\PurchaseByManagerOfferDao" to "Slivki\Services\Statistic\PurchasesService".
Inlined service "Slivki\Dao\Statistic\PurchaseByManagerDao" to "Slivki\Services\Statistic\PurchasesService".
Inlined service "Slivki\Factory\Statistic\ByPaymentMethodDtoFactory" to "Slivki\Services\Statistic\PurchasesService".
Inlined service "Slivki\Dao\Statistic\CodesSumByOperatorDaoInterface" to "Slivki\Services\Statistic\PurchasesService".
Inlined service "Slivki\Bundle\SubscriptionBundle\Services\Decorator\PlanServiceDecorator" to "Slivki\Services\Subscription\SubscriptionPlanService".
Inlined service "Slivki\Bundle\SubscriptionBundle\Services\Decorator\SubscriptionServiceDecorator" to "Slivki\Services\Subscription\SubscriptionService".
Inlined service "Slivki\Bundle\SubscriptionBundle\Dao\SubscriptionDaoInterface" to "Slivki\Services\Subscription\SubscriptionService".
Inlined service "Slivki\HttpClient\Supercheck\Decorator\SupercheckHttpClientLoggerDecorator" to "Slivki\Services\Supercheck\GetListOfLeafletsService".
Inlined service "Slivki\Dao\User\Rating\AverageCommentRatingDaoInterface" to "Slivki\Services\User\UserAverageCommentRatingService".
Inlined service "Slivki\Dao\UserPhone\UserPhoneDaoInterface" to "Slivki\Services\User\UserPhoneService".
Inlined service "Slivki\Dao\Order\OnlineOrderHistoryCountDaoInterface" to "Slivki\Twig\OnlineOrderHistoryTwigRuntime".
Inlined service "Slivki\Dao\Director\DirectorActiveOffersDaoInterface" to "Slivki\Dao\Director\CommentRatingDaoInterface".
Inlined service "Slivki\Dao\Director\DirectorActiveSalesDaoInterface" to "Slivki\Dao\Director\CommentRatingDaoInterface".
Inlined service "Slivki\Factory\Statistic\PurchaseByOfferDtoFactory" to "Slivki\Dao\Statistic\PurchasesByOfferDaoInterface".
Inlined service "Slivki\Response\Statistic\OfferDailyStatistic\Factory\GetOfferDailyStatisticResponseFactory" to "Slivki\Dao\Statistic\GetOfferDailyStatisticDaoInterface".
Inlined service "Slivki\Dto\Offer\FoodOfferExtension\Factory\ExtensionPriceHistoryDtoFactory" to "Slivki\Dao\Offer\FoodOfferExtension\ProductPriceHistoryDaoInterface".
Inlined service "Slivki\Dto\Offer\FoodOfferExtension\Factory\OneExtensionPriceHistoryDtoFactory" to "Slivki\Dao\Offer\FoodOfferExtension\ProductPriceHistoryDaoInterface".
Inlined service "Slivki\Factory\Statistic\User\UserBalanceActivityDtoFactory" to "Slivki\Dao\Statistic\User\UserBalanceActivityDaoInterface".
Inlined service "Slivki\Factory\Statistic\Conversion\ConversionByOfferDtoFactory" to "Slivki\Dao\OfferCode\PurchaseCountWithCorrectionDaoInterface".
Inlined service "Slivki\Dao\OfferCode\CodePoolDaoInterface" to "Slivki\Dao\OfferCode\PurchaseCountWithCorrectionDaoInterface".
Inlined service "Slivki\Factory\Offer\OfferWithPositionDtoFactory" to "Slivki\Dao\Offer\OfferDaoInterface".
Inlined service "Slivki\Dto\Rating\Factory\RatingCountDtoFactory" to "Slivki\Dao\Offer\OfferDaoInterface".
Inlined service "Slivki\Factory\Category\Rating\OfferRatingDtoFactory" to "Slivki\Dao\Category\Rating\OfferRatingDaoInterface".
Inlined service "Slivki\Response\Tire\Factory\GetTireFilterDatesResponseFactory" to "Slivki\Dao\TireFilter\TireFilterDaoInterface".
Inlined service "Redis" to "Symfony\Component\Cache\Adapter\RedisAdapter".
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 "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
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 "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
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" 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.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.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.data_uri" 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 ".service_locator.ZOHvDA0" 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.kakqIuC" 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 "doctrine.orm.admin_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.subscription_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.Rg.W4E_" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.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 "data_collector.messenger" 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 ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.nsBKeyZ" to "security.access_map".
Inlined service ".security.request_matcher.Mg2fepA" to "security.access_map".
Inlined service ".security.request_matcher.uSW2QTT" to "security.access_map".
Inlined service ".security.request_matcher.4JR71Dr" to "security.access_map".
Inlined service ".security.request_matcher.7kM2izg" to "security.access_map".
Inlined service ".security.request_matcher.vAvB2du" to "security.access_map".
Inlined service ".security.request_matcher.ekn_8PE" to "security.access_map".
Inlined service ".security.request_matcher.Pn7yvdV" to "security.access_map".
Inlined service ".security.request_matcher.FUXQeIu" to "security.access_map".
Inlined service ".security.request_matcher.09VZqc6" to "security.access_map".
Inlined service ".security.request_matcher.M4x4ctB" to "security.access_map".
Inlined service ".security.request_matcher.dXOaCwJ" to "security.access_map".
Inlined service ".security.request_matcher.v6EKIU3" to "security.access_map".
Inlined service ".security.request_matcher.TVw2CPx" to "security.access_map".
Inlined service ".security.request_matcher.ivZchro" to "security.access_map".
Inlined service ".security.request_matcher.pt5MLZ5" to "security.access_map".
Inlined service ".security.request_matcher.F5XRrP." to "security.access_map".
Inlined service ".security.request_matcher.KWtGvz." to "security.access_map".
Inlined service ".security.request_matcher.iQLRVIE" to "security.access_map".
Inlined service ".security.request_matcher.0iZHw2j" to "security.access_map".
Inlined service ".security.request_matcher.NB7bBvU" to "security.access_map".
Inlined service ".security.request_matcher.bTc5b79" to "security.access_map".
Inlined service ".security.request_matcher.Fjp3VA2" to "security.access_map".
Inlined service ".security.request_matcher.0IVXt.r" to "security.access_map".
Inlined service ".security.request_matcher._rYgrSm" to "security.access_map".
Inlined service ".security.request_matcher.GINL1.H" to "security.access_map".
Inlined service ".security.request_matcher.9SnTRVo" to "security.access_map".
Inlined service ".security.request_matcher.0cL3Y9_" to "security.access_map".
Inlined service ".security.request_matcher.yxzMNnS" to "security.access_map".
Inlined service ".security.request_matcher.PQyf.6C" to "security.access_map".
Inlined service ".security.request_matcher.D7VI1ph" to "security.access_map".
Inlined service ".security.request_matcher.he0FiNA" to "security.access_map".
Inlined service ".security.request_matcher.ICG792P" to "security.access_map".
Inlined service ".security.request_matcher.vAvB2du" to "security.access_map".
Inlined service ".security.request_matcher.J7oWfHa" to "security.access_map".
Inlined service ".security.request_matcher.7VBF2UK" to "security.access_map".
Inlined service ".security.request_matcher.zQC9UHL" to "security.access_map".
Inlined service ".security.request_matcher.eYMmOmk" to "security.access_map".
Inlined service ".security.request_matcher.FxrNGfi" to "security.access_map".
Inlined service ".security.request_matcher.ZJqvwV2" to "security.access_map".
Inlined service ".security.request_matcher.q_9pqr1" to "security.access_map".
Inlined service ".security.request_matcher.Tyg2PCm" to "security.access_map".
Inlined service ".security.request_matcher.nUwp_3m" to "security.access_map".
Inlined service ".security.request_matcher.Rjf3B.s" to "security.access_map".
Inlined service ".security.request_matcher.IBd7.Zm" to "security.access_map".
Inlined service ".security.request_matcher.ueq_mYD" to "security.access_map".
Inlined service ".security.request_matcher.eW7eVzg" to "security.access_map".
Inlined service ".security.request_matcher.ISfXgBx" to "security.access_map".
Inlined service ".security.request_matcher.4zPgBaj" to "security.access_map".
Inlined service ".security.request_matcher.SKbJiWo" to "security.access_map".
Inlined service ".security.request_matcher.PImsvyt" to "security.access_map".
Inlined service ".security.request_matcher.6E61VUt" to "security.access_map".
Inlined service ".security.request_matcher.Pd91So6" to "security.access_map".
Inlined service ".security.request_matcher.HywDNA_" to "security.access_map".
Inlined service ".security.request_matcher.Xzkm3G." to "security.access_map".
Inlined service ".security.request_matcher.LkQvIIY" to "security.access_map".
Inlined service ".security.request_matcher.Rp.Tt8R" to "security.access_map".
Inlined service ".security.request_matcher.Lwx5yVw" to "security.access_map".
Inlined service ".security.request_matcher.Cztzx91" to "security.access_map".
Inlined service ".security.request_matcher.PR_IMmJ" to "security.access_map".
Inlined service ".security.request_matcher._pRcrzc" to "security.access_map".
Inlined service ".security.request_matcher.ewrXKi8" to "security.access_map".
Inlined service ".security.request_matcher.gJ9KOac" to "security.access_map".
Inlined service ".security.request_matcher.h4Xkvz8" to "security.access_map".
Inlined service ".security.request_matcher.I2NQTA2" to "security.access_map".
Inlined service ".security.request_matcher.JJ68LLz" to "security.access_map".
Inlined service ".security.request_matcher.bttiyNj" to "security.access_map".
Inlined service ".security.request_matcher.jBra2_X" to "security.access_map".
Inlined service ".security.request_matcher.jBra2_X" to "security.access_map".
Inlined service ".security.request_matcher.R235FjT" to "security.access_map".
Inlined service ".security.request_matcher.7zf8CKq" to "security.access_map".
Inlined service ".security.request_matcher.F.iFxU_" to "security.access_map".
Inlined service ".security.request_matcher.gAyWMVp" to "security.access_map".
Inlined service ".security.request_matcher.OD2NHPM" to "security.access_map".
Inlined service ".security.request_matcher.7Cb.8c8" to "security.access_map".
Inlined service ".security.request_matcher.JC8GEIK" to "security.access_map".
Inlined service ".security.request_matcher.VmUlhGm" to "security.access_map".
Inlined service ".security.request_matcher.O9FUP66" to "security.access_map".
Inlined service ".security.request_matcher.PKXIizm" to "security.access_map".
Inlined service ".security.request_matcher..mHRpTQ" to "security.access_map".
Inlined service ".security.request_matcher.klvhFh3" to "security.access_map".
Inlined service ".security.request_matcher.ttPtZV_" to "security.access_map".
Inlined service ".security.request_matcher.YuKCtM6" to "security.access_map".
Inlined service ".security.request_matcher.UBCZg2V" to "security.access_map".
Inlined service ".security.request_matcher.aE1Qd23" to "security.access_map".
Inlined service ".security.request_matcher.Ii260XR" to "security.access_map".
Inlined service ".security.request_matcher.DroCEsD" to "security.access_map".
Inlined service ".security.request_matcher.wXCotdO" to "security.access_map".
Inlined service ".security.request_matcher.xy1TZNw" to "security.access_map".
Inlined service ".security.request_matcher.zASjVO1" to "security.access_map".
Inlined service ".security.request_matcher.srOI8XY" to "security.access_map".
Inlined service ".security.request_matcher.yy41dQx" to "security.access_map".
Inlined service ".security.request_matcher.XaO5cmy" to "security.access_map".
Inlined service ".security.request_matcher.j00iZcb" to "security.access_map".
Inlined service ".security.request_matcher.uHTQ28g" to "security.access_map".
Inlined service ".security.request_matcher.pOelsXG" to "security.access_map".
Inlined service ".security.request_matcher.mqN6xdI" to "security.access_map".
Inlined service ".security.request_matcher.NL3aVe9" to "security.access_map".
Inlined service ".security.request_matcher.Yktl1SX" to "security.access_map".
Inlined service ".security.request_matcher.1Hohr01" to "security.access_map".
Inlined service ".security.request_matcher.6KTVfNc" to "security.access_map".
Inlined service ".security.request_matcher.UBCZg2V" to "security.access_map".
Inlined service ".security.request_matcher.tsdZL.P" to "security.access_map".
Inlined service ".security.request_matcher.zZBrKqn" to "security.access_map".
Inlined service ".security.request_matcher.5C4b7u6" to "security.access_map".
Inlined service ".security.request_matcher.fbFkUjT" to "security.access_map".
Inlined service ".security.request_matcher.jIViXpB" to "security.access_map".
Inlined service ".security.request_matcher.ny.57wn" to "security.access_map".
Inlined service ".security.request_matcher.A7lpmDd" to "security.access_map".
Inlined service ".security.request_matcher.Fjkri0g" to "security.access_map".
Inlined service ".security.request_matcher.NU6nkk2" to "security.access_map".
Inlined service ".security.request_matcher.SDbGpwY" to "security.access_map".
Inlined service ".security.request_matcher.BHp6GsD" to "security.access_map".
Inlined service ".security.request_matcher.X..40MC" to "security.access_map".
Inlined service ".security.request_matcher.hRNcc5." to "security.access_map".
Inlined service ".security.request_matcher.s9FOk9J" to "security.access_map".
Inlined service ".security.request_matcher.s0xT7Lo" to "security.access_map".
Inlined service ".security.request_matcher.QvUeYnx" to "security.access_map".
Inlined service ".security.request_matcher.6677UtR" to "security.access_map".
Inlined service ".security.request_matcher.994q4uk" to "security.access_map".
Inlined service ".security.request_matcher.NxLjOOG" to "security.access_map".
Inlined service ".security.request_matcher.E2_LwTW" to "security.access_map".
Inlined service ".security.request_matcher.q9iUAEO" to "security.access_map".
Inlined service ".security.request_matcher.HBQipwC" to "security.access_map".
Inlined service ".security.request_matcher.9x53uq4" to "security.access_map".
Inlined service ".security.request_matcher.uKJQt8_" to "security.access_map".
Inlined service ".security.request_matcher.dZ8rEbT" to "security.access_map".
Inlined service ".security.request_matcher.wvEEO91" to "security.access_map".
Inlined service ".security.request_matcher.aqUs5OJ" to "security.access_map".
Inlined service ".security.request_matcher.ydrrtvO" to "security.access_map".
Inlined service ".security.request_matcher.tKv9tj0" to "security.access_map".
Inlined service ".security.request_matcher.YoY9Lo1" to "security.access_map".
Inlined service ".security.request_matcher._BdD9OF" to "security.access_map".
Inlined service ".security.request_matcher.qeP2MZo" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.mobile_partner.inner" to "debug.security.firewall.authenticator.mobile_partner".
Inlined service "security.exception_listener.mobile_partner" to "security.firewall.map.context.mobile_partner".
Inlined service "security.firewall.map.config.mobile_partner" to "security.firewall.map.context.mobile_partner".
Inlined service "debug.security.firewall.authenticator.mobile_api.inner" to "debug.security.firewall.authenticator.mobile_api".
Inlined service "security.exception_listener.mobile_api" to "security.firewall.map.context.mobile_api".
Inlined service "security.firewall.map.config.mobile_api" to "security.firewall.map.context.mobile_api".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "Slivki\EventSubscriber\LogoutListener" to "security.logout.listener.legacy_success_listener.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "jms_serializer.twig_extension.serializer" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension" 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.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service ".service_locator.1WjfFVv" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.site" to "doctrine.dbal.site_connection.configuration".
Inlined service ".service_locator.1kmbKC8" to "doctrine.dbal.site_connection.event_manager".
Inlined service "doctrine.dbal.site_connection.configuration" to "doctrine.dbal.site_connection".
Inlined service "doctrine.dbal.site_connection.event_manager" to "doctrine.dbal.site_connection".
Inlined service "doctrine.dbal.logger.chain.admin" to "doctrine.dbal.admin_connection.configuration".
Inlined service ".service_locator.oucOKdS" to "doctrine.dbal.admin_connection.event_manager".
Inlined service "doctrine.dbal.admin_connection.configuration" to "doctrine.dbal.admin_connection".
Inlined service "doctrine.dbal.admin_connection.event_manager" to "doctrine.dbal.admin_connection".
Inlined service "doctrine.dbal.logger.chain.subscription" to "doctrine.dbal.subscription_connection.configuration".
Inlined service ".service_locator.gYXyy4P" to "doctrine.dbal.subscription_connection.event_manager".
Inlined service "doctrine.dbal.subscription_connection.configuration" to "doctrine.dbal.subscription_connection".
Inlined service "doctrine.dbal.subscription_connection.event_manager" to "doctrine.dbal.subscription_connection".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.fSwILUL" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.6U0.J68" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "cache.doctrine.orm.admin.metadata" to "doctrine.orm.admin_configuration".
Inlined service ".doctrine.orm.admin_metadata_driver" to "doctrine.orm.admin_configuration".
Inlined service "doctrine.orm.admin_entity_listener_resolver" to "doctrine.orm.admin_configuration".
Inlined service "cache.doctrine.orm.admin.result.recorder_inner" to "cache.doctrine.orm.admin.result".
Inlined service "cache.doctrine.orm.admin.query.recorder_inner" to "cache.doctrine.orm.admin.query".
Inlined service "doctrine.orm.admin_configuration" to "doctrine.orm.admin_entity_manager".
Inlined service "doctrine.orm.admin_manager_configurator" to "doctrine.orm.admin_entity_manager".
Inlined service "cache.doctrine.orm.subscription.metadata" to "doctrine.orm.subscription_configuration".
Inlined service ".doctrine.orm.subscription_metadata_driver" to "doctrine.orm.subscription_configuration".
Inlined service "doctrine.orm.naming_strategy.default" to "doctrine.orm.subscription_configuration".
Inlined service "doctrine.orm.subscription_entity_listener_resolver" to "doctrine.orm.subscription_configuration".
Inlined service "cache.doctrine.orm.subscription.result.recorder_inner" to "cache.doctrine.orm.subscription.result".
Inlined service "cache.doctrine.orm.subscription.query.recorder_inner" to "cache.doctrine.orm.subscription.query".
Inlined service "doctrine.orm.subscription_configuration" to "doctrine.orm.subscription_entity_manager".
Inlined service "doctrine.orm.subscription_manager_configurator" to "doctrine.orm.subscription_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "Endroid\QrCode\WriterRegistry" to "Endroid\QrCode\Factory\QrCodeFactory".
Inlined service ".service_locator.Fy8XpON" to "jms_serializer.event_dispatcher".
Inlined service ".service_locator.lamYL.e" to "jms_serializer.handler_registry".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "Slivki\Bundle\SubscriptionBundle\Services\SubscriptionService" to "Slivki\Bundle\SubscriptionBundle\Services\Decorator\SubscriptionServiceDecorator".
Inlined service "Slivki\Bundle\SubscriptionBundle\Services\SubscriptionHistoryService" to "Slivki\Bundle\SubscriptionBundle\Services\Decorator\SubscriptionHistoryServiceDecorator".
Inlined service "Slivki\Bundle\SubscriptionBundle\Services\PlanService" to "Slivki\Bundle\SubscriptionBundle\Services\Decorator\PlanServiceDecorator".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service "Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper" to "Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension".
Inlined service "Slivki\Bundle\SubscriptionBundle\Response\Subscription\Factory\SubscriptionResponseFactory" to "Slivki\Bundle\SubscriptionBundle\Dao\SubscriptionDaoInterface".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.Slivki\ArgumentResolver\BodyRequestResolver.inner" to "debug.Slivki\ArgumentResolver\BodyRequestResolver".
Inlined service "debug.Slivki\ArgumentResolver\FormDataRequestResolver.inner" to "debug.Slivki\ArgumentResolver\FormDataRequestResolver".
Inlined service "debug.Slivki\ArgumentResolver\PartnerTokenResolver.inner" to "debug.Slivki\ArgumentResolver\PartnerTokenResolver".
Inlined service "debug.Slivki\ArgumentResolver\QueryStringFilterRequestResolver.inner" to "debug.Slivki\ArgumentResolver\QueryStringFilterRequestResolver".
Inlined service "debug.Slivki\ArgumentResolver\QueryStringRequestResolver.inner" to "debug.Slivki\ArgumentResolver\QueryStringRequestResolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\Category\ActivateInBestOffersCategoryHandler" to ".messenger.handler_descriptor.Ec_PxfQ".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\Category\DeactivateInBestOffersCategoryHandler" to ".messenger.handler_descriptor.CVBgNaa".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\City\SetCityPositionHandler" to ".messenger.handler_descriptor.DHPGsRU".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\AddMediaToInteriorGalleryHandler" to ".messenger.handler_descriptor.ZdOGeSq".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\DeleteMediaFromInteriorGalleryHandler" to ".messenger.handler_descriptor.xUPa0OW".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\InteriorGallery\SetInteriorGalleryCategoryPositionHandler" to ".messenger.handler_descriptor.JkVHE7K".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\CreatePartnerMailingCampaignHandler" to ".messenger.handler_descriptor.xyFrb0W".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\EditPartnerMailingCampaignHandler" to ".messenger.handler_descriptor.NqRqqy3".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SendPartnerMailingCampaignHandler" to ".messenger.handler_descriptor.d0MdcQZ".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\MailingCampaign\Partner\SentTestPartnerMailingCampaignHandler" to ".messenger.handler_descriptor.RS1KF.z".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\CreateOfferCodePoolHandler" to ".messenger.handler_descriptor.q.e9YLJ".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\OfferCodePool\EditOfferCodePoolHandler" to ".messenger.handler_descriptor.yJG2ned".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\SlivkiDelivery\EditOfferDeliverySettingsHandler" to ".messenger.handler_descriptor.FeuthqY".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\User\DecreaseUserMoneyBalanceHandler" to ".messenger.handler_descriptor.DRpJC.B".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\User\Employee\CreateEmployeeHandler" to ".messenger.handler_descriptor.EstX.Y8".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\User\Employee\DeleteEmployeeHandler" to ".messenger.handler_descriptor.4HWHOWM".
Inlined service "Slivki\MessageHandler\Command\Admin\Api\User\IncreaseUserMoneyBalanceHandler" to ".messenger.handler_descriptor.HhJczxG".
Inlined service "Slivki\MessageHandler\Command\Admin\Beauty\CreateMasterHandler" to ".messenger.handler_descriptor.F5k6Uu1".
Inlined service "Slivki\MessageHandler\Command\Admin\Beauty\EditMasterHandler" to ".messenger.handler_descriptor.hWGB259".
Inlined service "Slivki\MessageHandler\Command\Admin\Beauty\EditMastersForLocationsHandler" to ".messenger.handler_descriptor.IL8nQSv".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\EditOfferNoteHandler" to ".messenger.handler_descriptor.4qwyIx0".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\ActivateTireHandler" to ".messenger.handler_descriptor.hEKMZJO".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\CreateTireHandler" to ".messenger.handler_descriptor.esQeyqA".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\DeactivateTireHandler" to ".messenger.handler_descriptor.eeWcpLW".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\EditTireHandler" to ".messenger.handler_descriptor.jHcTo8s".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\OfferExtension\SortTireHandler" to ".messenger.handler_descriptor.eNdc2Zx".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\SaveOfferNoteHandler" to ".messenger.handler_descriptor.tN9YKeS".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\Video\CreateGalleryVideoHandler" to ".messenger.handler_descriptor.s_Dmag8".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\Video\CreateVideoPackageHandler" to ".messenger.handler_descriptor.7Lu6FTm".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteGalleryVideoHandler" to ".messenger.handler_descriptor.9OjFecL".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\Video\DeleteVideoPackageHandler" to ".messenger.handler_descriptor.WwCu_3B".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\Video\EditGalleryVideoHandler" to ".messenger.handler_descriptor.7PZ.Ah0".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\Video\EditVideoPackageHandler" to ".messenger.handler_descriptor.xQi3r4y".
Inlined service "Slivki\MessageHandler\Command\Admin\Offer\Video\UpdateVideoPositionsHandler" to ".messenger.handler_descriptor.01XDBJa".
Inlined service "Slivki\MessageHandler\Command\Admin\ServerFeature\EditServerFeatureHandler" to ".messenger.handler_descriptor.MyQGYFs".
Inlined service "Slivki\MessageHandler\Command\Api\Partner\DeleteUserHandler" to ".messenger.handler_descriptor.ww2WlcA".
Inlined service "Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\AddOfferCommentHandler" to ".messenger.handler_descriptor.5_sfWcG".
Inlined service "Slivki\MessageHandler\Command\Api\Partner\Offer\Comment\SetCommentSeenByPartnerHandler" to ".messenger.handler_descriptor.FDXhyRR".
Inlined service "Slivki\MessageHandler\Command\Api\Partner\Security\SendLoginCodeHandler" to ".messenger.handler_descriptor.36qCTdO".
Inlined service "Slivki\MessageHandler\Command\Api\Partner\UnuseCodeHandler" to ".messenger.handler_descriptor.lICiXHf".
Inlined service "Slivki\MessageHandler\Command\Api\Partner\UseCodeHandler" to ".messenger.handler_descriptor.p2fmy0e".
Inlined service "Slivki\MessageHandler\Command\Api\Partner\WorkExample\CreateWorkExampleHandler" to ".messenger.handler_descriptor.FSIBQYk".
Inlined service "Slivki\MessageHandler\Command\Api\Partner\WorkExample\DeleteWorkExampleHandler" to ".messenger.handler_descriptor.IXojgkd".
Inlined service "Slivki\MessageHandler\Command\Api\Partner\WorkExample\EditWorkExampleHandler" to ".messenger.handler_descriptor.FgPGmDT".
Inlined service "Slivki\MessageHandler\Command\Authorization\SendPhoneNumberCodeHandler" to ".messenger.handler_descriptor.q7sYHys".
Inlined service "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\ActivateMobileEntranceBannerHandler" to ".messenger.handler_descriptor._2sOVzb".
Inlined service "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateCategoryMobileEntranceBannerHandler" to ".messenger.handler_descriptor..1DfNN9".
Inlined service "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateExternalMobileEntranceBannerHandler" to ".messenger.handler_descriptor.9_KfRis".
Inlined service "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\CreateOfferMobileEntranceBannerHandler" to ".messenger.handler_descriptor.rczsi_6".
Inlined service "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeactivateMobileEntranceBannerHandler" to ".messenger.handler_descriptor.849YoT4".
Inlined service "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\DeleteMobileEntranceBannerHandler" to ".messenger.handler_descriptor.3ZWekUD".
Inlined service "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditCategoryMobileEntranceBannerHandler" to ".messenger.handler_descriptor.cCVAAns".
Inlined service "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditExternalMobileEntranceBannerHandler" to ".messenger.handler_descriptor.HLx.ZT6".
Inlined service "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditMobileEntranceBannerPositionHandler" to ".messenger.handler_descriptor.ydORNHN".
Inlined service "Slivki\MessageHandler\Command\Banner\MobileBannerEntrance\EditOfferMobileEntranceBannerHandler" to ".messenger.handler_descriptor.SVks2pH".
Inlined service "Slivki\MessageHandler\Command\Beauty\EditCertificateBeautyPositionHandler" to ".messenger.handler_descriptor.FXydUxv".
Inlined service "Slivki\MessageHandler\Command\Bonus\AddBonusHandler" to ".messenger.handler_descriptor.5WZ56sB".
Inlined service "Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateAddBonusBalanceActivityHandler" to ".messenger.handler_descriptor.dFv1GDk".
Inlined service "Slivki\MessageHandler\Command\Bonus\BalanceActivity\CreateReduceBonusBalanceActivityHandler" to ".messenger.handler_descriptor.FF5jSz.".
Inlined service "Slivki\MessageHandler\Command\Bonus\EditBonusHandler" to ".messenger.handler_descriptor.a_MRWrs".
Inlined service "Slivki\MessageHandler\Command\Bonus\WriteOffBonusHandler" to ".messenger.handler_descriptor.OcH3Adt".
Inlined service "Slivki\MessageHandler\Command\Category\ActivateMeOnMapFeaturedCategoryHandler" to ".messenger.handler_descriptor.lQpy2Z1".
Inlined service "Slivki\MessageHandler\Command\Category\DeactivateMeOnMapFeaturedCategoryHandler" to ".messenger.handler_descriptor.BO1w3bq".
Inlined service "Slivki\MessageHandler\Command\Category\DeleteCategoryMapPinIconHandler" to ".messenger.handler_descriptor.n6xHlhG".
Inlined service "Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapFeaturedPositionHandler" to ".messenger.handler_descriptor.KmL1GL2".
Inlined service "Slivki\MessageHandler\Command\Category\EditCategoryMeOnMapPositionHandler" to ".messenger.handler_descriptor.caiT2a9".
Inlined service "Slivki\MessageHandler\Command\Category\SaleCategoryCacheReloadHandler" to ".messenger.handler_descriptor.XJeFG0O".
Inlined service "Slivki\MessageHandler\Command\FoodCourt\ActivateFoodCourtDishHandler" to ".messenger.handler_descriptor.QbnUGi_".
Inlined service "Slivki\MessageHandler\Command\FoodCourt\DeactivateFoodCourtDishHandler" to ".messenger.handler_descriptor.Q60CHpo".
Inlined service "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\ActivateGiftCertificateGroupHandler" to ".messenger.handler_descriptor.S45EC37".
Inlined service "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\CreateGiftCertificateGroupHandler" to ".messenger.handler_descriptor.Ys4SWYd".
Inlined service "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DeactivateGiftCertificateGroupHandler" to ".messenger.handler_descriptor.YB1DcbK".
Inlined service "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\DisableGiftCertificatePositionInGroupHandler" to ".messenger.handler_descriptor.VR61SMm".
Inlined service "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EditGiftCertificateGroupHandler" to ".messenger.handler_descriptor.Hynlvw0".
Inlined service "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\EnableGiftCertificatePositionInGroupHandler" to ".messenger.handler_descriptor.lUMSRd5".
Inlined service "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateGroupsHandler" to ".messenger.handler_descriptor.EPGmh7g".
Inlined service "Slivki\MessageHandler\Command\GiftCertificate\GiftCertificateGroup\SortGiftCertificateInGroupHandler" to ".messenger.handler_descriptor.epYkgjh".
Inlined service "Slivki\MessageHandler\Command\GiftCertificateGiftCategory\ActivateGiftCertificateGiftCategoryHandler" to ".messenger.handler_descriptor.WdFJucg".
Inlined service "Slivki\MessageHandler\Command\GiftCertificateGiftCategory\CreateGiftCertificateGiftCategoryHandler" to ".messenger.handler_descriptor.AK7whOZ".
Inlined service "Slivki\MessageHandler\Command\GiftCertificateGiftCategory\DeactivateGiftCertificateGiftCategoryHandler" to ".messenger.handler_descriptor..3srpFA".
Inlined service "Slivki\MessageHandler\Command\GiftCertificateGiftCategory\EditGiftCertificateGiftCategoryHandler" to ".messenger.handler_descriptor..lpRq69".
Inlined service "Slivki\MessageHandler\Command\LiveSales\LiveSalesCacheClearHandler" to ".messenger.handler_descriptor.r7x8vQA".
Inlined service "Slivki\MessageHandler\Command\MailingCampaign\Partner\CreatePartnerMailingCampaignActionHandler" to ".messenger.handler_descriptor.aPmqO6u".
Inlined service "Slivki\MessageHandler\Command\MainMenu\EditMainMenuAppFixedPositionHandler" to ".messenger.handler_descriptor.jVb1B3X".
Inlined service "Slivki\MessageHandler\Command\MeOnMap\CreateOfferPositionPaidHandler" to ".messenger.handler_descriptor.RbrGgBs".
Inlined service "Slivki\MessageHandler\Command\MeOnMap\DeleteOfferPositionPaidHandler" to ".messenger.handler_descriptor.tr33.xE".
Inlined service "Slivki\MessageHandler\Command\MeOnMap\EditOfferPositionPaidPositionHandler" to ".messenger.handler_descriptor.i3cZOMR".
Inlined service "Slivki\MessageHandler\Command\MeOnMap\EditOfferPriceOnMapHandler" to ".messenger.handler_descriptor.Y29Tyw.".
Inlined service "Slivki\MessageHandler\Command\MeOnMap\EditOfferRatingOnMapHandler" to ".messenger.handler_descriptor.tqHjD86".
Inlined service "Slivki\MessageHandler\Command\Offer\DeliveryZoneMedia\DeleteOfferDeliveryZoneMediaHandler" to ".messenger.handler_descriptor.kp34Y52".
Inlined service "Slivki\MessageHandler\Command\Offer\FoodOfferExtension\ActivateFoodOfferExtensionHandler" to ".messenger.handler_descriptor.jlaYpCr".
Inlined service "Slivki\MessageHandler\Command\Offer\FoodOfferExtension\DeactivateFoodOfferExtensionHandler" to ".messenger.handler_descriptor.Mu_z4qU".
Inlined service "Slivki\MessageHandler\Command\Offer\FoodOfferExtension\HideFoodOfferExtensionHandler" to ".messenger.handler_descriptor.ycOB1SQ".
Inlined service "Slivki\MessageHandler\Command\Offer\OfferMapLogoMedia\DeleteOfferMapLogoMediaHandler" to ".messenger.handler_descriptor.3V2SB4Z".
Inlined service "Slivki\MessageHandler\Command\OfferStatusLog\CreateOfferStatusLogHandler" to ".messenger.handler_descriptor.PDw6dOY".
Inlined service "Slivki\MessageHandler\Command\OnlineOrder\GiftCertificate\EditGiftCertificateOnlineOrderHandler" to ".messenger.handler_descriptor.I9qfPid".
Inlined service "Slivki\MessageHandler\Command\Order\CheckoutPromoCodeOnlineHandler" to ".messenger.handler_descriptor.NXi8uuo".
Inlined service "Slivki\MessageHandler\Command\Order\PayPromoCodeForBatchCodesOnlineHandler" to ".messenger.handler_descriptor.gLLFxqp".
Inlined service "Slivki\MessageHandler\Command\Order\PayPromoCodeForSubscriptionOnlineHandler" to ".messenger.handler_descriptor.nI5ovOb".
Inlined service "Slivki\MessageHandler\Command\Partner\AddPartnerAdditionalDiscountsHandler" to ".messenger.handler_descriptor.7VF0Y87".
Inlined service "Slivki\MessageHandler\Command\Statistic\CreateOfferDailyStatisticHandler" to ".messenger.handler_descriptor.xbOrlJ2".
Inlined service "Slivki\MessageHandler\Command\Statistic\CreatePhoneCoverClickHandler" to ".messenger.handler_descriptor.MPOSuG7".
Inlined service "Slivki\MessageHandler\Command\Subscription\DeleteSharedSubscriptionHandler" to ".messenger.handler_descriptor.ThLvykt".
Inlined service "Slivki\MessageHandler\Command\Subscription\ShareSubscriptionHandler" to ".messenger.handler_descriptor.o7MW9xh".
Inlined service "Slivki\MessageHandler\Command\Tag\CreateOfferTagHandler" to ".messenger.handler_descriptor.M0pj.a0".
Inlined service "Slivki\MessageHandler\Command\Tag\CreateSaleTagHandler" to ".messenger.handler_descriptor.dPNTitM".
Inlined service "Slivki\MessageHandler\Command\Tag\DeleteOfferTagHandler" to ".messenger.handler_descriptor.4_HOCJR".
Inlined service "Slivki\MessageHandler\Command\Tag\DeleteSaleTagHandler" to ".messenger.handler_descriptor.HcXdldK".
Inlined service "Slivki\MessageHandler\Command\Tire\CreateTireOrderHandler" to ".messenger.handler_descriptor.vQt.NF7".
Inlined service "Slivki\MessageHandler\Command\User\RemoveUserAddressHandler" to ".messenger.handler_descriptor.4nRrVtZ".
Inlined service "Slivki\MessageHandler\Query\Admin\Beauty\Master\GetCategoriesHandler" to ".messenger.handler_descriptor.HlGkbWL".
Inlined service "Slivki\MessageHandler\Query\Admin\Beauty\Master\GetMasterHandler" to ".messenger.handler_descriptor.lAfThlS".
Inlined service "Slivki\MessageHandler\Query\Admin\Beauty\Master\GetOfferMastersHandler" to ".messenger.handler_descriptor.qd.OEts".
Inlined service "Slivki\MessageHandler\Query\Admin\Bonus\GetBonusesHandler" to ".messenger.handler_descriptor.xZ5Zt_q".
Inlined service "Slivki\MessageHandler\Query\Admin\Category\GetCategoriesForBestOffersSettingsHandler" to ".messenger.handler_descriptor.PtBQ.rk".
Inlined service "Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapCategoriesHandler" to ".messenger.handler_descriptor.M_BK_0U".
Inlined service "Slivki\MessageHandler\Query\Admin\Category\GetMeOnMapFeaturedCategoriesHandler" to ".messenger.handler_descriptor.JT3uyld".
Inlined service "Slivki\MessageHandler\Query\Admin\City\GetCityPositionHandler" to ".messenger.handler_descriptor.0kPbUwz".
Inlined service "Slivki\MessageHandler\Query\Admin\GiftCertificate\GiftCertificateAllCategoriesHandler" to ".messenger.handler_descriptor.iP0vFpd".
Inlined service "Slivki\MessageHandler\Query\Admin\InteriorGallery\GetInteriorGalleryOffersByCategoryHandler" to ".messenger.handler_descriptor.7MiDfxU".
Inlined service "Slivki\MessageHandler\Query\Admin\MailingCampaign\Partner\GetPartnerMailingCampaignListHandler" to ".messenger.handler_descriptor.xURAfIG".
Inlined service "Slivki\MessageHandler\Query\Admin\Offer\GetCoordinatesHandler" to ".messenger.handler_descriptor.ED5sIMD".
Inlined service "Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTireHandler" to ".messenger.handler_descriptor.ENK7Pfx".
Inlined service "Slivki\MessageHandler\Query\Admin\Offer\OfferExtension\GetTiresByOfferHandler" to ".messenger.handler_descriptor.OITctyj".
Inlined service "Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideoHandler" to ".messenger.handler_descriptor.s6zol68".
Inlined service "Slivki\MessageHandler\Query\Admin\Offer\Video\GetVideosByOfferHandler" to ".messenger.handler_descriptor.kXwnjbQ".
Inlined service "Slivki\MessageHandler\Query\Admin\ServerFeature\ServerFeatureHandler" to ".messenger.handler_descriptor.cfy9ANH".
Inlined service "Slivki\MessageHandler\Query\Admin\SlivkiDelivery\GetSlivkiDeliveryOffersHandler" to ".messenger.handler_descriptor.Iu45DbC".
Inlined service "Slivki\MessageHandler\Query\Admin\Stat\GetCodesStatHandler" to ".messenger.handler_descriptor.lGGFTj2".
Inlined service "Slivki\MessageHandler\Query\Admin\Stat\GetOfferDailyStatisticHandler" to ".messenger.handler_descriptor.DoLjyOy".
Inlined service "Slivki\MessageHandler\Query\Admin\Stat\GetPartnerMailingCampaignStatisticHandler" to ".messenger.handler_descriptor.QzYa9dT".
Inlined service "Slivki\MessageHandler\Query\Admin\Stat\User\Registration\GetUserRegistrationStatHandler" to ".messenger.handler_descriptor.h7y9hnZ".
Inlined service "Slivki\MessageHandler\Query\Admin\Tag\GetOfferTagsHandler" to ".messenger.handler_descriptor.Zv7zLEd".
Inlined service "Slivki\MessageHandler\Query\Admin\Tag\GetSaleTagsHandler" to ".messenger.handler_descriptor.PapGiN_".
Inlined service "Slivki\MessageHandler\Query\Admin\Tag\GetTagAutocompleteHandler" to ".messenger.handler_descriptor.DfGJ4Td".
Inlined service "Slivki\MessageHandler\Query\Admin\User\BonusBalanceActivity\GetUserBonusBalanceActivitiesHandler" to ".messenger.handler_descriptor.oVKPuKJ".
Inlined service "Slivki\MessageHandler\Query\Admin\User\Employee\GetCompanyEmployeesHandler" to ".messenger.handler_descriptor.vKqCoHT".
Inlined service "Slivki\MessageHandler\Query\Admin\User\Subscription\SearchUserSubscriptionCodeHandler" to ".messenger.handler_descriptor.zk3u8St".
Inlined service "Slivki\MessageHandler\Query\Api\MobApi\GetVersionHandler" to ".messenger.handler_descriptor.zYi55nq".
Inlined service "Slivki\MessageHandler\Query\Api\Partner\GetPartnerInfoHandler" to ".messenger.handler_descriptor.dwhEHPL".
Inlined service "Slivki\MessageHandler\Query\Banner\GetMobileCommentHundredBannerHandler" to ".messenger.handler_descriptor.J0ufiYA".
Inlined service "Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannerHandler" to ".messenger.handler_descriptor.sXbRXJ2".
Inlined service "Slivki\MessageHandler\Query\Banner\GetMobileEntranceBannersHandler" to ".messenger.handler_descriptor.8QBEnEl".
Inlined service "Slivki\MessageHandler\Query\Beauty\Category\GetMastersHandler" to ".messenger.handler_descriptor.bFFOpdI".
Inlined service "Slivki\MessageHandler\Query\Beauty\Category\GetMastersWithFilterHandler" to ".messenger.handler_descriptor.t9j1mnn".
Inlined service "Slivki\MessageHandler\Query\Beauty\Certificate\GetCertificateBeautyHandler" to ".messenger.handler_descriptor.XTm_wxX".
Inlined service "Slivki\MessageHandler\Query\Beauty\GetMasterHandler" to ".messenger.handler_descriptor.V7KAH6V".
Inlined service "Slivki\MessageHandler\Query\Beauty\Offer\GetMastersHandler" to ".messenger.handler_descriptor.1O_xQkp".
Inlined service "Slivki\MessageHandler\Query\Beauty\Offer\GetMastersWithFilterHandler" to ".messenger.handler_descriptor.OjlJXwG".
Inlined service "Slivki\MessageHandler\Query\Beauty\Offer\GetOffersBeautyHandler" to ".messenger.handler_descriptor.O3PVsce".
Inlined service "Slivki\MessageHandler\Query\Beauty\Offer\GetWorkExampleOfMasterHandler" to ".messenger.handler_descriptor.8_Y9BCr".
Inlined service "Slivki\MessageHandler\Query\Comment\ClaimCommentHandler" to ".messenger.handler_descriptor.56jL02_".
Inlined service "Slivki\MessageHandler\Query\Comment\GetCommentsHandler" to ".messenger.handler_descriptor.BTRykDx".
Inlined service "Slivki\MessageHandler\Query\Comment\GetCommentsPaginationHandler" to ".messenger.handler_descriptor.fNAb9dB".
Inlined service "Slivki\MessageHandler\Query\FoodCourt\Category\GetBeyondMinskRingRoadDeliveryCategoriesHandler" to ".messenger.handler_descriptor.L2MzyYX".
Inlined service "Slivki\MessageHandler\Query\FoodCourt\GetFoodCourtSettingsHandler" to ".messenger.handler_descriptor.o63HY54".
Inlined service "Slivki\MessageHandler\Query\FoodCourt\GetLogosFoodCourtHandler" to ".messenger.handler_descriptor.ubj4maD".
Inlined service "Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetGeoLocationInfoHandler" to ".messenger.handler_descriptor.NsTM.xJ".
Inlined service "Slivki\MessageHandler\Query\FoodCourt\MeOnMap\GetPickupGeoLocationHandler" to ".messenger.handler_descriptor.O297yMJ".
Inlined service "Slivki\MessageHandler\Query\FoodCourt\Offer\GetRestofestOffersHandler" to ".messenger.handler_descriptor.vo2JNsz".
Inlined service "Slivki\MessageHandler\Query\GetDeeplinkHandler" to ".messenger.handler_descriptor.d8X5IkC".
Inlined service "Slivki\MessageHandler\Query\Gift\GetGiftCategoriesHandler" to ".messenger.handler_descriptor.ZotgCBq".
Inlined service "Slivki\MessageHandler\Query\Gift\GetGiftCertificatesHandler" to ".messenger.handler_descriptor.XypAbR7".
Inlined service "Slivki\MessageHandler\Query\GiftCertificate\GetCategoriesHandler" to ".messenger.handler_descriptor.1mwchsU".
Inlined service "Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateCategoriesHandler" to ".messenger.handler_descriptor.rpHkfc3".
Inlined service "Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificateHandler" to ".messenger.handler_descriptor.BwFQ.Ic".
Inlined service "Slivki\MessageHandler\Query\GiftCertificate\GetGiftCertificatesByOfferHandler" to ".messenger.handler_descriptor.lEmaDvB".
Inlined service "Slivki\MessageHandler\Query\GiftCertificate\GetOfferGiftCertificatesHandler" to ".messenger.handler_descriptor.xf.0N.F".
Inlined service "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupHandler" to ".messenger.handler_descriptor..xkooAw".
Inlined service "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificateGroupsHandler" to ".messenger.handler_descriptor.URNYYcQ".
Inlined service "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGiftCertificatesByGroupHandler" to ".messenger.handler_descriptor.TUbDJJQ".
Inlined service "Slivki\MessageHandler\Query\GiftCertificate\GiftCertificateGroup\GetGroupsByGiftCertificateHandler" to ".messenger.handler_descriptor.L2rOE7f".
Inlined service "Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoriesHandler" to ".messenger.handler_descriptor.RL3baEg".
Inlined service "Slivki\MessageHandler\Query\GiftCertificateGiftCategory\GetGiftCertificateGiftCategoryHandler" to ".messenger.handler_descriptor..H8fTgq".
Inlined service "Slivki\MessageHandler\Query\InteriorGallery\GetInteriorGalleriesByCategoryHandler" to ".messenger.handler_descriptor.wDcontt".
Inlined service "Slivki\MessageHandler\Query\LiveSales\GetOfferLiveSalesHandler" to ".messenger.handler_descriptor.fTOVUhw".
Inlined service "Slivki\MessageHandler\Query\MeOnMap\GetOfferPositionPaidHandler" to ".messenger.handler_descriptor.tZGsY1t".
Inlined service "Slivki\MessageHandler\Query\MeOnMap\GetStatHandler" to ".messenger.handler_descriptor.qW05KN7".
Inlined service "Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByIdHandler" to ".messenger.handler_descriptor.AIz1wZ_".
Inlined service "Slivki\MessageHandler\Query\Offer\FoodOfferExtension\PriceHistory\GetExtensionPriceHistoryByOfferHandler" to ".messenger.handler_descriptor.RRalXVD".
Inlined service "Slivki\MessageHandler\Query\Offer\GetOfferAutocompleteHandler" to ".messenger.handler_descriptor.JM6Si18".
Inlined service "Slivki\MessageHandler\Query\Offer\GetOfferByIdsHandler" to ".messenger.handler_descriptor.taeDiUE".
Inlined service "Slivki\MessageHandler\Query\Offer\GetOffersByGiftCertificateFilterHandler" to ".messenger.handler_descriptor.ixc03_b".
Inlined service "Slivki\MessageHandler\Query\Offer\GetVisitedOffersHandler" to ".messenger.handler_descriptor.UssIAYC".
Inlined service "Slivki\MessageHandler\Query\Offer\GetYandexPromocodeHandler" to ".messenger.handler_descriptor.0SwKU2N".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\GetOfferPickupAddressesHandler" to ".messenger.handler_descriptor.8Ms72YK".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressGiftHandler" to ".messenger.handler_descriptor.51WWdma".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\GetUserAddressHandler" to ".messenger.handler_descriptor.Cp9VBN_".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesHandler" to ".messenger.handler_descriptor.bWLQ1Cg".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\Payment\GetOrderStatusHandler" to ".messenger.handler_descriptor.nTj5DJ6".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\Tire\GetTiresByOfferHandler" to ".messenger.handler_descriptor.C6n3dGA".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetExtensionsHandler" to ".messenger.handler_descriptor.A3kILjF".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetGeoLocationsHandler" to ".messenger.handler_descriptor.ZFepa23".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetNearestTimeHandler" to ".messenger.handler_descriptor.FXvckYO".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorHandler" to ".messenger.handler_descriptor.1VFl35J".
Inlined service "Slivki\MessageHandler\Query\OnlineOrder\Vendor\GetVendorStatisticHandler" to ".messenger.handler_descriptor.2GSl9SX".
Inlined service "Slivki\MessageHandler\Query\Partner\GetPartnerAdditionalDiscountsHandler" to ".messenger.handler_descriptor.uy927xM".
Inlined service "Slivki\MessageHandler\Query\Partner\History\GetCertificateHistoryHandler" to ".messenger.handler_descriptor.s3Acg6j".
Inlined service "Slivki\MessageHandler\Query\Partner\History\GetCodeHistoryHandler" to ".messenger.handler_descriptor.Q6C1vLu".
Inlined service "Slivki\MessageHandler\Query\Partner\History\GetOnlineOrderHistoryHandler" to ".messenger.handler_descriptor.IjTN3ms".
Inlined service "Slivki\MessageHandler\Query\Partner\Offer\Comment\GetOfferCommentsHandler" to ".messenger.handler_descriptor.8pKCUYS".
Inlined service "Slivki\MessageHandler\Query\Partner\PartnerImageUploadHandler" to ".messenger.handler_descriptor.R2Twdnn".
Inlined service "Slivki\MessageHandler\Query\Partner\WorkExample\AddWorkExampleHandler" to ".messenger.handler_descriptor.6PemDOe".
Inlined service "Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExampleHandler" to ".messenger.handler_descriptor.gpAYc78".
Inlined service "Slivki\MessageHandler\Query\Partner\WorkExample\GetWorkExamplesByOfferHandler" to ".messenger.handler_descriptor.qe.BMV9".
Inlined service "Slivki\MessageHandler\Query\Payment\GetStatusOplatiTransactionHandler" to ".messenger.handler_descriptor.EX8.ppE".
Inlined service "Slivki\MessageHandler\Query\Review\GetReviewsByOfferHandler" to ".messenger.handler_descriptor.lro7YJJ".
Inlined service "Slivki\MessageHandler\Query\Review\GetReviewsHandler" to ".messenger.handler_descriptor.ew45z6v".
Inlined service "Slivki\MessageHandler\Query\Scheduler\GeoLocationSchedulerHandler" to ".messenger.handler_descriptor.C4nKAoz".
Inlined service "Slivki\MessageHandler\Query\Settings\GetSettingHandler" to ".messenger.handler_descriptor.J0Jlkos".
Inlined service "Slivki\MessageHandler\Query\Subscription\GetChildSubscribersHandler" to ".messenger.handler_descriptor.htvyrAy".
Inlined service "Slivki\MessageHandler\Query\Tire\GetTireFilterDatesHandler" to ".messenger.handler_descriptor.f1nrwth".
Inlined service "Slivki\MessageHandler\Query\Tire\GetTireFilterTimeHandler" to ".messenger.handler_descriptor.uLJIeSo".
Inlined service "Slivki\MessageHandler\Query\Tire\GetTireLocationsHandler" to ".messenger.handler_descriptor.G9s8xBf".
Inlined service "Slivki\MessageHandler\Query\Tire\GetTireOrderHistoryHandler" to ".messenger.handler_descriptor.OvzOF4Z".
Inlined service "Slivki\MessageHandler\Query\Tire\GetTiresByOfferHandler" to ".messenger.handler_descriptor.vgLR_s2".
Inlined service "Slivki\MessageHandler\Query\User\Favorite\GetUserFavoriteOffersHandler" to ".messenger.handler_descriptor.GxBYJU9".
Inlined service "Slivki\MessageHandler\Query\User\GetVisitedOfferIdsHandler" to ".messenger.handler_descriptor.zElQGd5".
Inlined service "Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesHandler" to ".messenger.handler_descriptor.ltT2YJ9".
Inlined service "Slivki\MessageHandler\Query\WorkExample\GetWorkExamplesSettingsHandler" to ".messenger.handler_descriptor.ZMTOgDR".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".doctrine.orm.admin_metadata_driver.inner" to ".doctrine.orm.admin_metadata_driver".
Inlined service ".doctrine.orm.subscription_metadata_driver.inner" to ".doctrine.orm.subscription_metadata_driver".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.C6PVGlk" to ".service_locator.C6PVGlk.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "Slivki\HttpClient\Supercheck\Response\Factory\CityResponseFactory" to "Slivki\HttpClient\Supercheck\Decorator\SupercheckHttpClientLoggerDecorator.inner".
Inlined service "security.authenticator.manager.mobile_partner" to "debug.security.firewall.authenticator.mobile_partner.inner".
Inlined service "security.authenticator.manager.mobile_api" to "debug.security.firewall.authenticator.mobile_api.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator.7z8PV8W" to "console.command_loader".
Inlined service ".service_locator.C6PVGlk.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "Slivki\Repository\BankCurrency\BankCurrencyRepositoryInterface" to "console.command.public_alias.Slivki\Command\GetBankCurrencyRatesCommand".
Inlined service "Slivki\Repository\Offer\Admin\OfferExtensionVariantRepositoryInterface" to "console.command.public_alias.Slivki\Command\IikoCommand".
Inlined service "Slivki\Response\Api\MobApi\Offer\Factory\PhoneNumberResponseFactory" to "Slivki\Services\Offer\OfferResponseCacheService".
Inlined service "Slivki\Response\Api\MobApi\Offer\Factory\PhoneNumberResponseFactory" to "Slivki\Services\Offer\OfferResponseCacheService".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" 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".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.handler_registry" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "jms_serializer.handler_registry" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".