Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Tetranz\Select2EntityBundle\DependencyInjection\TetranzSelect2EntityExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Tetranz\Select2EntityBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "Tetranz\Select2EntityBundle\Form\Type\Select2EntityType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::finishView()" might add "void" as a native return type declaration in the future. Do the same in child class "Tetranz\Select2EntityBundle\Form\Type\Select2EntityType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Tetranz\Select2EntityBundle\Form\Type\Select2EntityType" now to avoid errors or add an explicit @return annotation to suppress this message.
In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1590, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /home/tortik/stage.tortik-annuchka.com/vendor/tetranz/select2entity-bundle/Resources/views/Form/fields.html.twig at line 54.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1590, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT r0_.id AS id_0, r0_.link_from AS link_from_1, r0_.link_to AS link_to_2, r0_.code AS code_3, r0_.created_at AS created_at_4, r0_.updated_at AS updated_at_5 FROM redirect r0_ WHERE r0_.link_from = '/collection/695/tort-no195'"
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.link_from AS link_from_1, r0_.link_to AS link_to_2, r0_.code AS code_3, r0_.created_at AS created_at_4, r0_.updated_at AS updated_at_5 FROM redirect r0_ WHERE r0_.link_from = '/collection/695/tort-no195'"
]
"SELECT t1.id AS id_2, t1.old_id AS old_id_3, t1.name AS name_4, t1.name_en AS name_en_5, t1.description AS description_6, t1.description_en AS description_en_7, t1.photo AS photo_8, t1.video AS video_9, t1.price AS price_10, t1.discount_percentage AS discount_percentage_11, t1.min_amount AS min_amount_12, t1.hit AS hit_13, t1.display AS display_14, t1.created_at AS created_at_15, t1.updated_at AS updated_at_16, t1.type FROM shop_item_cake t0 INNER JOIN shop_item t1 ON t0.id = t1.id WHERE t1.id = ? AND t1.display = ? LIMIT 1"
(parameters:
[1 => "695"
2 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT t1.id AS id_2, t1.old_id AS old_id_3, t1.name AS name_4, t1.name_en AS name_en_5, t1.description AS description_6, t1.description_en AS description_en_7, t1.photo AS photo_8, t1.video AS video_9, t1.price AS price_10, t1.discount_percentage AS discount_percentage_11, t1.min_amount AS min_amount_12, t1.hit AS hit_13, t1.display AS display_14, t1.created_at AS created_at_15, t1.updated_at AS updated_at_16, t1.type FROM shop_item_cake t0 INNER JOIN shop_item t1 ON t0.id = t1.id WHERE t1.id = ? AND t1.display = ? LIMIT 1"
"params" => [1 => "695"
2 => 1]
"types" => [1 => 12 => 5]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_en AS name_en_3, t0.photo AS photo_4, t0.description AS description_5, t0.description_en AS description_en_6, t0.slug AS slug_7, t0.position AS position_8, t0.display AS display_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM shop_item_cake_category t0 INNER JOIN shop_item_cake_shop_item_cake_category ON t0.id = shop_item_cake_shop_item_cake_category.shop_item_cake_category_id WHERE shop_item_cake_shop_item_cake_category.shop_item_cake_id = ?"
(parameters:
[1 => 695]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_en AS name_en_3, t0.photo AS photo_4, t0.description AS description_5, t0.description_en AS description_en_6, t0.slug AS slug_7, t0.position AS position_8, t0.display AS display_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM shop_item_cake_category t0 INNER JOIN shop_item_cake_shop_item_cake_category ON t0.id = shop_item_cake_shop_item_cake_category.shop_item_cake_category_id WHERE shop_item_cake_shop_item_cake_category.shop_item_cake_id = ?"
"params" => [1 => 695]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT s0_.id AS id_0, s0_.link AS link_1, s0_.title AS title_2, s0_.title_en AS title_en_3, s0_.description AS description_4, s0_.description_en AS description_en_5, s0_.keywords AS keywords_6, s0_.keywords_en AS keywords_en_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9 FROM static_meta s0_ WHERE s0_.link = '/collection/695/tort-no195'"
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.link AS link_1, s0_.title AS title_2, s0_.title_en AS title_en_3, s0_.description AS description_4, s0_.description_en AS description_en_5, s0_.keywords AS keywords_6, s0_.keywords_en AS keywords_en_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9 FROM static_meta s0_ WHERE s0_.link = '/collection/695/tort-no195'"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.item_id AS item_id_5 FROM shop_item_photo t0 WHERE t0.item_id = ?"
(parameters:
[1 => 695]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.item_id AS item_id_5 FROM shop_item_photo t0 WHERE t0.item_id = ?"
"params" => [1 => 695]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.old_id AS old_id_1, s0_.name AS name_2, s0_.name_en AS name_en_3, s0_.description AS description_4, s0_.description_en AS description_en_5, s0_.photo AS photo_6, s0_.video AS video_7, s0_.price AS price_8, s0_.discount_percentage AS discount_percentage_9, s0_.min_amount AS min_amount_10, s0_.hit AS hit_11, s0_.display AS display_12, s0_.created_at AS created_at_13, s0_.updated_at AS updated_at_14, s0_.type AS type_15 FROM shop_item_cake s1_ INNER JOIN shop_item s0_ ON s1_.id = s0_.id INNER JOIN shop_item_cake_shop_item_cake_category s3_ ON s1_.id = s3_.shop_item_cake_id INNER JOIN shop_item_cake_category s2_ ON s2_.id = s3_.shop_item_cake_category_id WHERE s0_.display = 1 AND s0_.id <> 695 AND s2_.id = 13 ORDER BY s0_.created_at DESC) dctrn_result) dctrn_table"
doctrine
[
"sql" => "SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.old_id AS old_id_1, s0_.name AS name_2, s0_.name_en AS name_en_3, s0_.description AS description_4, s0_.description_en AS description_en_5, s0_.photo AS photo_6, s0_.video AS video_7, s0_.price AS price_8, s0_.discount_percentage AS discount_percentage_9, s0_.min_amount AS min_amount_10, s0_.hit AS hit_11, s0_.display AS display_12, s0_.created_at AS created_at_13, s0_.updated_at AS updated_at_14, s0_.type AS type_15 FROM shop_item_cake s1_ INNER JOIN shop_item s0_ ON s1_.id = s0_.id INNER JOIN shop_item_cake_shop_item_cake_category s3_ ON s1_.id = s3_.shop_item_cake_id INNER JOIN shop_item_cake_category s2_ ON s2_.id = s3_.shop_item_cake_category_id WHERE s0_.display = 1 AND s0_.id <> 695 AND s2_.id = 13 ORDER BY s0_.created_at DESC) dctrn_result) dctrn_table"
]
debug
Executing query:
"SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, created_at_13 FROM (SELECT s0_.id AS id_0, s0_.old_id AS old_id_1, s0_.name AS name_2, s0_.name_en AS name_en_3, s0_.description AS description_4, s0_.description_en AS description_en_5, s0_.photo AS photo_6, s0_.video AS video_7, s0_.price AS price_8, s0_.discount_percentage AS discount_percentage_9, s0_.min_amount AS min_amount_10, s0_.hit AS hit_11, s0_.display AS display_12, s0_.created_at AS created_at_13, s0_.updated_at AS updated_at_14, s1_.id AS id_15, s1_.name AS name_16, s1_.name_en AS name_en_17, s1_.photo AS photo_18, s1_.description AS description_19, s1_.description_en AS description_en_20, s1_.slug AS slug_21, s1_.position AS position_22, s1_.display AS display_23, s1_.created_at AS created_at_24, s1_.updated_at AS updated_at_25, s0_.type AS type_26 FROM shop_item_cake s2_ INNER JOIN shop_item s0_ ON s2_.id = s0_.id INNER JOIN shop_item_cake_shop_item_cake_category s3_ ON s2_.id = s3_.shop_item_cake_id INNER JOIN shop_item_cake_category s1_ ON s1_.id = s3_.shop_item_cake_category_id WHERE s0_.display = 1 AND s0_.id <> 695 AND s1_.id = 13) dctrn_result_inner ORDER BY created_at_13 DESC) dctrn_result LIMIT 8"
doctrine
[
"sql" => "SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, created_at_13 FROM (SELECT s0_.id AS id_0, s0_.old_id AS old_id_1, s0_.name AS name_2, s0_.name_en AS name_en_3, s0_.description AS description_4, s0_.description_en AS description_en_5, s0_.photo AS photo_6, s0_.video AS video_7, s0_.price AS price_8, s0_.discount_percentage AS discount_percentage_9, s0_.min_amount AS min_amount_10, s0_.hit AS hit_11, s0_.display AS display_12, s0_.created_at AS created_at_13, s0_.updated_at AS updated_at_14, s1_.id AS id_15, s1_.name AS name_16, s1_.name_en AS name_en_17, s1_.photo AS photo_18, s1_.description AS description_19, s1_.description_en AS description_en_20, s1_.slug AS slug_21, s1_.position AS position_22, s1_.display AS display_23, s1_.created_at AS created_at_24, s1_.updated_at AS updated_at_25, s0_.type AS type_26 FROM shop_item_cake s2_ INNER JOIN shop_item s0_ ON s2_.id = s0_.id INNER JOIN shop_item_cake_shop_item_cake_category s3_ ON s2_.id = s3_.shop_item_cake_id INNER JOIN shop_item_cake_category s1_ ON s1_.id = s3_.shop_item_cake_category_id WHERE s0_.display = 1 AND s0_.id <> 695 AND s1_.id = 13) dctrn_result_inner ORDER BY created_at_13 DESC) dctrn_result LIMIT 8"
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.old_id AS old_id_1, s0_.name AS name_2, s0_.name_en AS name_en_3, s0_.description AS description_4, s0_.description_en AS description_en_5, s0_.photo AS photo_6, s0_.video AS video_7, s0_.price AS price_8, s0_.discount_percentage AS discount_percentage_9, s0_.min_amount AS min_amount_10, s0_.hit AS hit_11, s0_.display AS display_12, s0_.created_at AS created_at_13, s0_.updated_at AS updated_at_14, s0_.type AS type_15 FROM shop_item_cake s1_ INNER JOIN shop_item s0_ ON s1_.id = s0_.id INNER JOIN shop_item_cake_shop_item_cake_category s3_ ON s1_.id = s3_.shop_item_cake_id INNER JOIN shop_item_cake_category s2_ ON s2_.id = s3_.shop_item_cake_category_id WHERE s0_.display = 1 AND s0_.id <> 695 AND s2_.id = 13 AND s0_.id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY s0_.created_at DESC"
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'stage-tortik-annuchka' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "stage-tortik-annuchka"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'stage-tortik-annuchka'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'stage-tortik-annuchka'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "stage-tortik-annuchka"
2 => "stage-tortik-annuchka"
3 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
Log messages generated during the compilation of the service container.
Messages
Class
371
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BuildSitemapCommand" (parent: .abstract.instanceof.App\Command\BuildSitemapCommand).
Resolving inheritance for "App\Command\BuildSitemapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BuildSitemapCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccountController" (parent: .abstract.instanceof.App\Controller\Admin\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccountController).
Resolving inheritance for "App\Controller\Admin\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BaseController" (parent: .abstract.instanceof.App\Controller\Admin\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BaseController).
Resolving inheritance for "App\Controller\Admin\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BlogController" (parent: .abstract.instanceof.App\Controller\Admin\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BlogController).
Resolving inheritance for "App\Controller\Admin\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InstagramPhotoController" (parent: .abstract.instanceof.App\Controller\Admin\InstagramPhotoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InstagramPhotoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InstagramPhotoController).
Resolving inheritance for "App\Controller\Admin\InstagramPhotoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InstagramPhotoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MainController" (parent: .abstract.instanceof.App\Controller\Admin\MainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MainController).
Resolving inheritance for "App\Controller\Admin\MainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OtherShopItemController" (parent: .abstract.instanceof.App\Controller\Admin\OtherShopItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OtherShopItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OtherShopItemController).
Resolving inheritance for "App\Controller\Admin\OtherShopItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OtherShopItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PopularSearchController" (parent: .abstract.instanceof.App\Controller\Admin\PopularSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PopularSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PopularSearchController).
Resolving inheritance for "App\Controller\Admin\PopularSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PopularSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RedirectController" (parent: .abstract.instanceof.App\Controller\Admin\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RedirectController).
Resolving inheritance for "App\Controller\Admin\RedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\ShopItemCakeCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeCategoryController).
Resolving inheritance for "App\Controller\Admin\ShopItemCakeCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeController" (parent: .abstract.instanceof.App\Controller\Admin\ShopItemCakeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeController).
Resolving inheritance for "App\Controller\Admin\ShopItemCakeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeSubCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\ShopItemCakeSubCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeSubCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeSubCategoryController).
Resolving inheritance for "App\Controller\Admin\ShopItemCakeSubCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeSubCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeToppingController" (parent: .abstract.instanceof.App\Controller\Admin\ShopItemCakeToppingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeToppingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeToppingController).
Resolving inheritance for "App\Controller\Admin\ShopItemCakeToppingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeToppingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCandyBarController" (parent: .abstract.instanceof.App\Controller\Admin\ShopItemCandyBarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCandyBarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCandyBarController).
Resolving inheritance for "App\Controller\Admin\ShopItemCandyBarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCandyBarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemTastingSetController" (parent: .abstract.instanceof.App\Controller\Admin\ShopItemTastingSetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemTastingSetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemTastingSetController).
Resolving inheritance for "App\Controller\Admin\ShopItemTastingSetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemTastingSetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopOrderController" (parent: .abstract.instanceof.App\Controller\Admin\ShopOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopOrderController).
Resolving inheritance for "App\Controller\Admin\ShopOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SlideController" (parent: .abstract.instanceof.App\Controller\Admin\SlideController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SlideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SlideController).
Resolving inheritance for "App\Controller\Admin\SlideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SlideController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StaticMetaController" (parent: .abstract.instanceof.App\Controller\Admin\StaticMetaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StaticMetaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StaticMetaController).
Resolving inheritance for "App\Controller\Admin\StaticMetaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StaticMetaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseController" (parent: .abstract.instanceof.App\Controller\Admin\TrainingCourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseController).
Resolving inheritance for "App\Controller\Admin\TrainingCourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseDateController" (parent: .abstract.instanceof.App\Controller\Admin\TrainingCourseDateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseDateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseDateController).
Resolving inheritance for "App\Controller\Admin\TrainingCourseDateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseDateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseOrderController" (parent: .abstract.instanceof.App\Controller\Admin\TrainingCourseOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseOrderController).
Resolving inheritance for "App\Controller\Admin\TrainingCourseOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCoursePhotoReportController" (parent: .abstract.instanceof.App\Controller\Admin\TrainingCoursePhotoReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCoursePhotoReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCoursePhotoReportController).
Resolving inheritance for "App\Controller\Admin\TrainingCoursePhotoReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCoursePhotoReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseReviewController" (parent: .abstract.instanceof.App\Controller\Admin\TrainingCourseReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseReviewController).
Resolving inheritance for "App\Controller\Admin\TrainingCourseReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VacancyController" (parent: .abstract.instanceof.App\Controller\Admin\VacancyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VacancyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VacancyController).
Resolving inheritance for "App\Controller\Admin\VacancyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VacancyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VacancyFeedbackController" (parent: .abstract.instanceof.App\Controller\Admin\VacancyFeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VacancyFeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VacancyFeedbackController).
Resolving inheritance for "App\Controller\Admin\VacancyFeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VacancyFeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BasketController" (parent: .abstract.instanceof.App\Controller\BasketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BasketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BasketController).
Resolving inheritance for "App\Controller\BasketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BasketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController" (parent: .abstract.instanceof.App\Controller\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController).
Resolving inheritance for "App\Controller\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" (parent: .abstract.instanceof.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController).
Resolving inheritance for "App\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController" (parent: .abstract.instanceof.App\Controller\ShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController).
Resolving inheritance for "App\Controller\ShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrainingCourseController" (parent: .abstract.instanceof.App\Controller\TrainingCourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrainingCourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrainingCourseController).
Resolving inheritance for "App\Controller\TrainingCourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrainingCourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VacancyController" (parent: .abstract.instanceof.App\Controller\VacancyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VacancyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VacancyController).
Resolving inheritance for "App\Controller\VacancyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VacancyController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AccountFixtures" (parent: .abstract.instanceof.App\DataFixtures\AccountFixtures).
Resolving inheritance for "App\DataFixtures\AccountFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AccountFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BlogFixtures" (parent: .abstract.instanceof.App\DataFixtures\BlogFixtures).
Resolving inheritance for "App\DataFixtures\BlogFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BlogFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\InstagramPhotoFixtures" (parent: .abstract.instanceof.App\DataFixtures\InstagramPhotoFixtures).
Resolving inheritance for "App\DataFixtures\InstagramPhotoFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\InstagramPhotoFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderShopFixtures" (parent: .abstract.instanceof.App\DataFixtures\OrderShopFixtures).
Resolving inheritance for "App\DataFixtures\OrderShopFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderShopFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderTrainingCourseFixtures" (parent: .abstract.instanceof.App\DataFixtures\OrderTrainingCourseFixtures).
Resolving inheritance for "App\DataFixtures\OrderTrainingCourseFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderTrainingCourseFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PopularSearchFixtures" (parent: .abstract.instanceof.App\DataFixtures\PopularSearchFixtures).
Resolving inheritance for "App\DataFixtures\PopularSearchFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PopularSearchFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProfileFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProfileFixtures).
Resolving inheritance for "App\DataFixtures\ProfileFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProfileFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingFixtures" (parent: .abstract.instanceof.App\DataFixtures\SettingFixtures).
Resolving inheritance for "App\DataFixtures\SettingFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopItemCakeCategoryFixtures" (parent: .abstract.instanceof.App\DataFixtures\ShopItemCakeCategoryFixtures).
Resolving inheritance for "App\DataFixtures\ShopItemCakeCategoryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopItemCakeCategoryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopItemCakeToppingFixtures" (parent: .abstract.instanceof.App\DataFixtures\ShopItemCakeToppingFixtures).
Resolving inheritance for "App\DataFixtures\ShopItemCakeToppingFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopItemCakeToppingFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopItemFixtures" (parent: .abstract.instanceof.App\DataFixtures\ShopItemFixtures).
Resolving inheritance for "App\DataFixtures\ShopItemFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopItemFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SlideFixtures" (parent: .abstract.instanceof.App\DataFixtures\SlideFixtures).
Resolving inheritance for "App\DataFixtures\SlideFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SlideFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCourseDateFixtures" (parent: .abstract.instanceof.App\DataFixtures\TrainingCourseDateFixtures).
Resolving inheritance for "App\DataFixtures\TrainingCourseDateFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCourseDateFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCourseFixtures" (parent: .abstract.instanceof.App\DataFixtures\TrainingCourseFixtures).
Resolving inheritance for "App\DataFixtures\TrainingCourseFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCourseFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCoursePhotoReportFixtures" (parent: .abstract.instanceof.App\DataFixtures\TrainingCoursePhotoReportFixtures).
Resolving inheritance for "App\DataFixtures\TrainingCoursePhotoReportFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCoursePhotoReportFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCourseReviewFixtures" (parent: .abstract.instanceof.App\DataFixtures\TrainingCourseReviewFixtures).
Resolving inheritance for "App\DataFixtures\TrainingCourseReviewFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCourseReviewFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VacancyFeedbackFixtures" (parent: .abstract.instanceof.App\DataFixtures\VacancyFeedbackFixtures).
Resolving inheritance for "App\DataFixtures\VacancyFeedbackFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VacancyFeedbackFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VacancyFixtures" (parent: .abstract.instanceof.App\DataFixtures\VacancyFixtures).
Resolving inheritance for "App\DataFixtures\VacancyFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VacancyFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\AccountFormType" (parent: .abstract.instanceof.App\Form\FormType\AccountFormType).
Resolving inheritance for "App\Form\FormType\AccountFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\AccountFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\AddToBasketFormType" (parent: .abstract.instanceof.App\Form\FormType\AddToBasketFormType).
Resolving inheritance for "App\Form\FormType\AddToBasketFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\AddToBasketFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\BlogFormType" (parent: .abstract.instanceof.App\Form\FormType\BlogFormType).
Resolving inheritance for "App\Form\FormType\BlogFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\BlogFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OrderFormType" (parent: .abstract.instanceof.App\Form\FormType\OrderFormType).
Resolving inheritance for "App\Form\FormType\OrderFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OrderFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OrderShopFormType" (parent: .abstract.instanceof.App\Form\FormType\OrderShopFormType).
Resolving inheritance for "App\Form\FormType\OrderShopFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OrderShopFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OrderTrainingCourseFormType" (parent: .abstract.instanceof.App\Form\FormType\OrderTrainingCourseFormType).
Resolving inheritance for "App\Form\FormType\OrderTrainingCourseFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OrderTrainingCourseFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OtherShopItemFormType" (parent: .abstract.instanceof.App\Form\FormType\OtherShopItemFormType).
Resolving inheritance for "App\Form\FormType\OtherShopItemFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OtherShopItemFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\PopularSearchFormType" (parent: .abstract.instanceof.App\Form\FormType\PopularSearchFormType).
Resolving inheritance for "App\Form\FormType\PopularSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\PopularSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ProfileFormType" (parent: .abstract.instanceof.App\Form\FormType\ProfileFormType).
Resolving inheritance for "App\Form\FormType\ProfileFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ProfileFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\RedirectFormType" (parent: .abstract.instanceof.App\Form\FormType\RedirectFormType).
Resolving inheritance for "App\Form\FormType\RedirectFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\RedirectFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopCategoryFormType" (parent: .abstract.instanceof.App\Form\FormType\ShopCategoryFormType).
Resolving inheritance for "App\Form\FormType\ShopCategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopCategoryFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeCategoryFormType" (parent: .abstract.instanceof.App\Form\FormType\ShopItemCakeCategoryFormType).
Resolving inheritance for "App\Form\FormType\ShopItemCakeCategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeCategoryFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeFormType" (parent: .abstract.instanceof.App\Form\FormType\ShopItemCakeFormType).
Resolving inheritance for "App\Form\FormType\ShopItemCakeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeSubCategoryFormType" (parent: .abstract.instanceof.App\Form\FormType\ShopItemCakeSubCategoryFormType).
Resolving inheritance for "App\Form\FormType\ShopItemCakeSubCategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeSubCategoryFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeToppingFormType" (parent: .abstract.instanceof.App\Form\FormType\ShopItemCakeToppingFormType).
Resolving inheritance for "App\Form\FormType\ShopItemCakeToppingFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeToppingFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCandyBarFormType" (parent: .abstract.instanceof.App\Form\FormType\ShopItemCandyBarFormType).
Resolving inheritance for "App\Form\FormType\ShopItemCandyBarFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCandyBarFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemFormType" (parent: .abstract.instanceof.App\Form\FormType\ShopItemFormType).
Resolving inheritance for "App\Form\FormType\ShopItemFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemTastingSetFormType" (parent: .abstract.instanceof.App\Form\FormType\ShopItemTastingSetFormType).
Resolving inheritance for "App\Form\FormType\ShopItemTastingSetFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemTastingSetFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\SlideFormType" (parent: .abstract.instanceof.App\Form\FormType\SlideFormType).
Resolving inheritance for "App\Form\FormType\SlideFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\SlideFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\StaticMetaFormType" (parent: .abstract.instanceof.App\Form\FormType\StaticMetaFormType).
Resolving inheritance for "App\Form\FormType\StaticMetaFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\StaticMetaFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\SubscribeFormType" (parent: .abstract.instanceof.App\Form\FormType\SubscribeFormType).
Resolving inheritance for "App\Form\FormType\SubscribeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\SubscribeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCourseDateFormType" (parent: .abstract.instanceof.App\Form\FormType\TrainingCourseDateFormType).
Resolving inheritance for "App\Form\FormType\TrainingCourseDateFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCourseDateFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCourseFormType" (parent: .abstract.instanceof.App\Form\FormType\TrainingCourseFormType).
Resolving inheritance for "App\Form\FormType\TrainingCourseFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCourseFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCoursePhotoReportFormType" (parent: .abstract.instanceof.App\Form\FormType\TrainingCoursePhotoReportFormType).
Resolving inheritance for "App\Form\FormType\TrainingCoursePhotoReportFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCoursePhotoReportFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCourseReviewFormType" (parent: .abstract.instanceof.App\Form\FormType\TrainingCourseReviewFormType).
Resolving inheritance for "App\Form\FormType\TrainingCourseReviewFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCourseReviewFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\VacancyFeedbackFormType" (parent: .abstract.instanceof.App\Form\FormType\VacancyFeedbackFormType).
Resolving inheritance for "App\Form\FormType\VacancyFeedbackFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\VacancyFeedbackFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\VacancyFormType" (parent: .abstract.instanceof.App\Form\FormType\VacancyFormType).
Resolving inheritance for "App\Form\FormType\VacancyFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\VacancyFormType).
Resolving inheritance for ".instanceof.App\Message\Handler\EmailNotificationHandler.0.App\Message\Handler\EmailNotificationHandler" (parent: .abstract.instanceof.App\Message\Handler\EmailNotificationHandler).
Resolving inheritance for "App\Message\Handler\EmailNotificationHandler" (parent: .instanceof.App\Message\Handler\EmailNotificationHandler.0.App\Message\Handler\EmailNotificationHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountRepository" (parent: .abstract.instanceof.App\Repository\AccountRepository).
Resolving inheritance for "App\Repository\AccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\AccountResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\AccountResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogPhotoRepository" (parent: .abstract.instanceof.App\Repository\BlogPhotoRepository).
Resolving inheritance for "App\Repository\BlogPhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogPhotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository" (parent: .abstract.instanceof.App\Repository\BlogRepository).
Resolving inheritance for "App\Repository\BlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstagramPhotoRepository" (parent: .abstract.instanceof.App\Repository\InstagramPhotoRepository).
Resolving inheritance for "App\Repository\InstagramPhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstagramPhotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPaymentRepository" (parent: .abstract.instanceof.App\Repository\OrderPaymentRepository).
Resolving inheritance for "App\Repository\OrderPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderShopItemRepository" (parent: .abstract.instanceof.App\Repository\OrderShopItemRepository).
Resolving inheritance for "App\Repository\OrderShopItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderShopItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderShopRepository" (parent: .abstract.instanceof.App\Repository\OrderShopRepository).
Resolving inheritance for "App\Repository\OrderShopRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderShopRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTrainingCourseRepository" (parent: .abstract.instanceof.App\Repository\OrderTrainingCourseRepository).
Resolving inheritance for "App\Repository\OrderTrainingCourseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTrainingCourseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OtherShopItemRepository" (parent: .abstract.instanceof.App\Repository\OtherShopItemRepository).
Resolving inheritance for "App\Repository\OtherShopItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OtherShopItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PopularSearchRepository" (parent: .abstract.instanceof.App\Repository\PopularSearchRepository).
Resolving inheritance for "App\Repository\PopularSearchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PopularSearchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileRepository" (parent: .abstract.instanceof.App\Repository\ProfileRepository).
Resolving inheritance for "App\Repository\ProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedirectRepository" (parent: .abstract.instanceof.App\Repository\RedirectRepository).
Resolving inheritance for "App\Repository\RedirectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedirectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository" (parent: .abstract.instanceof.App\Repository\SettingRepository).
Resolving inheritance for "App\Repository\SettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemCakeRepository" (parent: .abstract.instanceof.App\Repository\ShopItemCakeRepository).
Resolving inheritance for "App\Repository\ShopItemCakeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemCakeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemCakeToppingRepository" (parent: .abstract.instanceof.App\Repository\ShopItemCakeToppingRepository).
Resolving inheritance for "App\Repository\ShopItemCakeToppingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemCakeToppingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemCandyBarRepository" (parent: .abstract.instanceof.App\Repository\ShopItemCandyBarRepository).
Resolving inheritance for "App\Repository\ShopItemCandyBarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemCandyBarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemRepository" (parent: .abstract.instanceof.App\Repository\ShopItemRepository).
Resolving inheritance for "App\Repository\ShopItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemTastingSetRepository" (parent: .abstract.instanceof.App\Repository\ShopItemTastingSetRepository).
Resolving inheritance for "App\Repository\ShopItemTastingSetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemTastingSetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SitemapRepository" (parent: .abstract.instanceof.App\Repository\SitemapRepository).
Resolving inheritance for "App\Repository\SitemapRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SitemapRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticMetaRepository" (parent: .abstract.instanceof.App\Repository\StaticMetaRepository).
Resolving inheritance for "App\Repository\StaticMetaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticMetaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCourseDateRepository" (parent: .abstract.instanceof.App\Repository\TrainingCourseDateRepository).
Resolving inheritance for "App\Repository\TrainingCourseDateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCourseDateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCoursePhotoReportPhotoRepository" (parent: .abstract.instanceof.App\Repository\TrainingCoursePhotoReportPhotoRepository).
Resolving inheritance for "App\Repository\TrainingCoursePhotoReportPhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCoursePhotoReportPhotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCoursePhotoReportRepository" (parent: .abstract.instanceof.App\Repository\TrainingCoursePhotoReportRepository).
Resolving inheritance for "App\Repository\TrainingCoursePhotoReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCoursePhotoReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCoursePhotoRepository" (parent: .abstract.instanceof.App\Repository\TrainingCoursePhotoRepository).
Resolving inheritance for "App\Repository\TrainingCoursePhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCoursePhotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCourseRepository" (parent: .abstract.instanceof.App\Repository\TrainingCourseRepository).
Resolving inheritance for "App\Repository\TrainingCourseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCourseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCourseReviewRepository" (parent: .abstract.instanceof.App\Repository\TrainingCourseReviewRepository).
Resolving inheritance for "App\Repository\TrainingCourseReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCourseReviewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VacancyFeedbackRepository" (parent: .abstract.instanceof.App\Repository\VacancyFeedbackRepository).
Resolving inheritance for "App\Repository\VacancyFeedbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VacancyFeedbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VacancyRepository" (parent: .abstract.instanceof.App\Repository\VacancyRepository).
Resolving inheritance for "App\Repository\VacancyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VacancyRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\DataChange\Form\DataChangeFormType" (parent: .abstract.instanceof.App\Service\DataChange\Form\DataChangeFormType).
Resolving inheritance for "App\Service\DataChange\Form\DataChangeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\DataChange\Form\DataChangeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Filtration\Form\SiteShopItemCakeFormType" (parent: .abstract.instanceof.App\Service\Filtration\Form\SiteShopItemCakeFormType).
Resolving inheritance for "App\Service\Filtration\Form\SiteShopItemCakeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Filtration\Form\SiteShopItemCakeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Filtration\Form\SiteShopItemFormType" (parent: .abstract.instanceof.App\Service\Filtration\Form\SiteShopItemFormType).
Resolving inheritance for "App\Service\Filtration\Form\SiteShopItemFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Filtration\Form\SiteShopItemFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Setting\Form\AddressModelFormType" (parent: .abstract.instanceof.App\Service\Setting\Form\AddressModelFormType).
Resolving inheritance for "App\Service\Setting\Form\AddressModelFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Setting\Form\AddressModelFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Setting\Form\ContactModelFormType" (parent: .abstract.instanceof.App\Service\Setting\Form\ContactModelFormType).
Resolving inheritance for "App\Service\Setting\Form\ContactModelFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Setting\Form\ContactModelFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Setting\Form\SettingsFormType" (parent: .abstract.instanceof.App\Service\Setting\Form\SettingsFormType).
Resolving inheritance for "App\Service\Setting\Form\SettingsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Setting\Form\SettingsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\Subscriber\LocaleSubscriber).
Resolving inheritance for "App\Subscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\RedirectSubscriber" (parent: .abstract.instanceof.App\Subscriber\RedirectSubscriber).
Resolving inheritance for "App\Subscriber\RedirectSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\RedirectSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\RequestContextSubscriber" (parent: .abstract.instanceof.App\Subscriber\RequestContextSubscriber).
Resolving inheritance for "App\Subscriber\RequestContextSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\RequestContextSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\TurboFrameRedirectSubscriber" (parent: .abstract.instanceof.App\Subscriber\TurboFrameRedirectSubscriber).
Resolving inheritance for "App\Subscriber\TurboFrameRedirectSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\TurboFrameRedirectSubscriber).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.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._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "doctrine.metadata_cache" (parent: cache.adapter.filesystem).
Resolving inheritance for "doctrine.query_cache" (parent: cache.adapter.filesystem).
Resolving inheritance for "doctrine.result_cache" (parent: cache.adapter.redis).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "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.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "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.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.email_notification" (parent: monolog.logger_prototype).
20
Removing service-argument resolver for controller "App\Controller\Admin\BlogController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\OtherShopItemController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\PopularSearchController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\RedirectController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ShopItemCakeCategoryController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ShopItemCakeController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ShopItemCakeSubCategoryController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ShopItemCakeToppingController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ShopItemCandyBarController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ShopItemTastingSetController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ShopOrderController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\SlideController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\StaticMetaController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\TrainingCourseController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\TrainingCourseDateController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\TrainingCourseOrderController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\TrainingCoursePhotoReportController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\TrainingCourseReviewController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\VacancyController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\DefaultController::exception": no corresponding services exist for the referenced types.
270
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.metadata_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineMetadataCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.metadata_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineMetadataCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.metadata_cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineMetadataCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.query_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineQueryCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.query_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineQueryCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.query_cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineQueryCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCache"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $email_notificationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $emailNotificationLogger"; reason: private alias.
Removed service ".service_locator.6DxUFLS"; reason: private alias.
Removed service ".service_locator.27KOu4H"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.6FXWupE"; reason: private alias.
Removed service ".service_locator.fuw1a7A"; reason: private alias.
Removed service ".service_locator.Du2bGmw"; reason: private alias.
Removed service ".service_locator.Pb.P6Ha"; reason: private alias.
Removed service ".service_locator.q0H5Hdn"; reason: private alias.
Removed service ".service_locator.frFnXRY"; reason: private alias.
Removed service ".service_locator.0RcDs.7"; reason: private alias.
Removed service ".service_locator.OslIwAw"; reason: private alias.
Removed service ".service_locator.I9GBV1l"; reason: private alias.
Removed service ".service_locator.6u20OCt"; reason: private alias.
Removed service ".service_locator.y7FoUkb"; reason: private alias.
Removed service ".service_locator.RXbOPju"; reason: private alias.
Removed service ".service_locator.xCu1Vya"; reason: private alias.
Removed service ".service_locator.jkVg0u0"; reason: private alias.
Removed service ".service_locator.0L8TyPx"; reason: private alias.
Removed service ".service_locator.tpaquL2"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.gKbn8p5"; reason: private alias.
Removed service ".service_locator.WBhfH0k"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.dyNoz.m"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.CRozQdc"; reason: private alias.
Removed service ".service_locator.XWmCUqN"; reason: private alias.
Removed service ".service_locator.0sAFfyY"; reason: private alias.
Removed service ".service_locator.opL8jR5"; reason: private alias.
Removed service ".service_locator.G4g1Gc2"; reason: private alias.
Removed service ".service_locator.6nAlUIi"; reason: private alias.
Removed service ".service_locator.4yca9Ij"; reason: private alias.
Removed service ".service_locator.nN9GZC0"; reason: private alias.
Removed service ".service_locator.QoFhWur"; reason: private alias.
Removed service ".service_locator.7bIPJqL"; reason: private alias.
Removed service ".service_locator.dyDQv7b"; reason: private alias.
Removed service ".service_locator.nTYEUFv"; reason: private alias.
Removed service ".service_locator.GDKxvib"; reason: private alias.
Removed service ".service_locator.YHBaDLm"; reason: private alias.
Removed service ".service_locator.vQhe1Zt"; reason: private alias.
Removed service ".service_locator.cO7CQWQ"; reason: private alias.
Removed service ".service_locator.NAiAWAS"; reason: private alias.
Removed service ".service_locator.fEcot_p"; reason: private alias.
Removed service ".service_locator.FaY7mze"; reason: private alias.
Removed service ".service_locator.61pLFH3"; reason: private alias.
Removed service ".service_locator.4Jyv_wu"; reason: private alias.
Removed service ".service_locator.D.wOQvC"; reason: private alias.
Removed service ".service_locator.KgEJUqV"; reason: private alias.
Removed service ".service_locator.TZY75ZY"; reason: private alias.
Removed service ".service_locator.febYJkQ"; reason: private alias.
Removed service ".service_locator.Yb1p1P4"; reason: private alias.
Removed service ".service_locator.bbRaqQM"; reason: private alias.
Removed service ".service_locator.WhmbIjS"; reason: private alias.
Removed service ".service_locator._rSTIeC"; reason: private alias.
Removed service ".service_locator.U0nFn_P"; reason: private alias.
Removed service ".service_locator.VAlclLp"; reason: private alias.
Removed service ".service_locator.WEZzevF"; reason: private alias.
Removed service ".service_locator.wBONwBM"; reason: private alias.
Removed service ".service_locator.OIZloDx"; reason: private alias.
Removed service ".service_locator.9e2t_lq"; reason: private alias.
Removed service ".service_locator.hJTZPog"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.PqPnIW7"; reason: private alias.
Removed service ".service_locator.pkFYY8Z"; reason: private alias.
Removed service ".service_locator.NFKX8Yn"; reason: private alias.
Removed service ".service_locator.dFGnAzS"; reason: private alias.
Removed service ".service_locator.OyZEDdX"; reason: private alias.
Removed service ".service_locator.ptYD9u1"; reason: private alias.
Removed service ".service_locator.D2xaq00"; reason: private alias.
Removed service ".service_locator.oRpKryT"; reason: private alias.
Removed service ".service_locator.93iOOUI"; reason: private alias.
Removed service ".service_locator.eZNFXCS"; reason: private alias.
Removed service ".service_locator.FtWfWw9"; reason: private alias.
Removed service ".service_locator.SkO45Hj"; reason: private alias.
Removed service ".service_locator.0zaphmU"; reason: private alias.
Removed service ".service_locator._N8bhiZ"; reason: private alias.
Removed service ".service_locator.3yLW_Nz"; reason: private alias.
Removed service ".service_locator.PUvaxbb"; reason: private alias.
Removed service ".service_locator.Wm4nzi8"; reason: private alias.
Removed service ".service_locator.LN720fm"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
122
Changed reference of service "App\Command\BuildSitemapCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Admin\AccountController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\BaseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\BlogController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\InstagramPhotoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\MainController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\OtherShopItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\PopularSearchController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\RedirectController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\ShopItemCakeCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\ShopItemCakeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\ShopItemCakeSubCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\ShopItemCakeToppingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\ShopItemCandyBarController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\ShopItemTastingSetController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\ShopOrderController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\SlideController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\StaticMetaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\TrainingCourseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\TrainingCourseDateController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\TrainingCourseOrderController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\TrainingCoursePhotoReportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\TrainingCourseReviewController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\VacancyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\VacancyFeedbackController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\FormType\AccountFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\FormType\AddToBasketFormType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\FormType\AddToBasketFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Message\MessageService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Message\MessageService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Payment\SberBank" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\ShopItemCakeRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\ShopItemRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Filtration\Form\SiteShopItemCakeFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PagingService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Seo\Replacer\AboutReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\ContactsReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\ContractOfferReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\DeliveryReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\HomepageReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\HowToOrderReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\ShopCandyBarReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\ShopCandyBarViewReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\ShopReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\ShopTastingSetViewReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\ShopToppingReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\ShopViewReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\TrainingCoursePhotoReportReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\TrainingCourseReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\TrainingCourseViewReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\Replacer\VacancyReplacer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Seo\SeoService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\UrlGeneratorService" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\AppExtension" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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 "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.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 "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "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 "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "tetranz_select2entity.select2entity_type" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JZrSnwp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.XPdOdxb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Qk9Yt.V" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6baQwj7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.f9nMLZV" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.0fkVoJ3" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
418
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "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 "maker.auto_command.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BuildSitemapCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BuildSitemapCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InstagramPhotoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InstagramPhotoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\InstagramPhotoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OtherShopItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OtherShopItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OtherShopItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PopularSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PopularSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PopularSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShopItemCakeCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShopItemCakeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeSubCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeSubCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShopItemCakeSubCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCakeToppingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCakeToppingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShopItemCakeToppingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemCandyBarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemCandyBarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShopItemCandyBarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopItemTastingSetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopItemTastingSetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShopItemTastingSetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShopOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShopOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShopOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SlideController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SlideController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SlideController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StaticMetaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StaticMetaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\StaticMetaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TrainingCourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseDateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseDateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TrainingCourseDateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TrainingCourseOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCoursePhotoReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCoursePhotoReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TrainingCoursePhotoReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrainingCourseReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrainingCourseReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TrainingCourseReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VacancyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VacancyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VacancyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VacancyFeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VacancyFeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VacancyFeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BasketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BasketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BasketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrainingCourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrainingCourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TrainingCourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VacancyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VacancyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VacancyController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AccountFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AccountFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BlogFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\BlogFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\InstagramPhotoFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\InstagramPhotoFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderShopFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\OrderShopFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderTrainingCourseFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\OrderTrainingCourseFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PopularSearchFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\PopularSearchFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProfileFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProfileFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SettingFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopItemCakeCategoryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ShopItemCakeCategoryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopItemCakeToppingFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ShopItemCakeToppingFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShopItemFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ShopItemFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SlideFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SlideFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCourseDateFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\TrainingCourseDateFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCourseFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\TrainingCourseFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCoursePhotoReportFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\TrainingCoursePhotoReportFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TrainingCourseReviewFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\TrainingCourseReviewFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VacancyFeedbackFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\VacancyFeedbackFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\VacancyFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\VacancyFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\AccountFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\AccountFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\AddToBasketFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\AddToBasketFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\BlogFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\BlogFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OrderFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\OrderFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OrderShopFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\OrderShopFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OrderTrainingCourseFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\OrderTrainingCourseFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\OtherShopItemFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\OtherShopItemFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\PopularSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\PopularSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ProfileFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\ProfileFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\RedirectFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\RedirectFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopCategoryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\ShopCategoryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeCategoryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\ShopItemCakeCategoryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\ShopItemCakeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeSubCategoryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\ShopItemCakeSubCategoryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCakeToppingFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\ShopItemCakeToppingFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemCandyBarFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\ShopItemCandyBarFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\ShopItemFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\ShopItemTastingSetFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\ShopItemTastingSetFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\SlideFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\SlideFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\StaticMetaFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\StaticMetaFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\SubscribeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\SubscribeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCourseDateFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\TrainingCourseDateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCourseFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\TrainingCourseFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCoursePhotoReportFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\TrainingCoursePhotoReportFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\TrainingCourseReviewFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\TrainingCourseReviewFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\VacancyFeedbackFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\VacancyFeedbackFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType\VacancyFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType\VacancyFormType"; reason: abstract.
Removed service ".instanceof.App\Message\Handler\EmailNotificationHandler.0.App\Message\Handler\EmailNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Message\Handler\EmailNotificationHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccountResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogPhotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogPhotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstagramPhotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InstagramPhotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderShopItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderShopItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderShopRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderShopRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTrainingCourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderTrainingCourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OtherShopItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OtherShopItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PopularSearchRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PopularSearchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedirectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RedirectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemCakeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShopItemCakeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemCakeToppingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShopItemCakeToppingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemCandyBarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShopItemCandyBarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShopItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShopItemTastingSetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShopItemTastingSetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SitemapRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SitemapRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticMetaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaticMetaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCourseDateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrainingCourseDateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCoursePhotoReportPhotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrainingCoursePhotoReportPhotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCoursePhotoReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrainingCoursePhotoReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCoursePhotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrainingCoursePhotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrainingCourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrainingCourseReviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrainingCourseReviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VacancyFeedbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VacancyFeedbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VacancyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VacancyRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\DataChange\Form\DataChangeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\DataChange\Form\DataChangeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Filtration\Form\SiteShopItemCakeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Filtration\Form\SiteShopItemCakeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Filtration\Form\SiteShopItemFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Filtration\Form\SiteShopItemFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Setting\Form\AddressModelFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Setting\Form\AddressModelFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Setting\Form\ContactModelFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Setting\Form\ContactModelFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Setting\Form\SettingsFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Setting\Form\SettingsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\RedirectSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\RedirectSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\RequestContextSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\RequestContextSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Subscriber\TurboFrameRedirectSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Subscriber\TurboFrameRedirectSubscriber"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
170
Removed service "App\Payment\SberBank"; reason: unused.
Removed service "App\Service\Basket\Model\BasketModel"; reason: unused.
Removed service "App\Service\Basket\Model\ItemModel"; reason: unused.
Removed service "App\Service\DataChange\Model\DataChangeModel"; reason: unused.
Removed service "App\Service\Filtration\Filter\AccountFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\BlogFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\OrderShopFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\OrderTrainingCourseFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\OtherShopItemFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\PopularSearchFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\RedirectFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\ShopItemCakeCategoryFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\ShopItemCakeFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\ShopItemCakeSubCategoryFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\ShopItemCakeToppingFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\ShopItemCandyBarFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\ShopItemTastingSetFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\SiteBlogFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\SiteShopItemCakeFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\SiteShopItemCandyBarFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\SiteShopItemFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\SlideFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\StaticMetaFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\TrainingCourseDateFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\TrainingCourseFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\TrainingCoursePhotoReportFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\TrainingCourseReviewFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\VacancyFeedbackFilter"; reason: unused.
Removed service "App\Service\Filtration\Filter\VacancyFilter"; reason: unused.
Removed service "App\Service\InstagramService"; reason: unused.
Removed service "App\Service\Integration\FirstSender\FirstSenderIntegrationService"; reason: unused.
Removed service "App\Service\Integration\FirstSender\Notification\AccountEmailConfirmNotificationMessage"; reason: unused.
Removed service "App\Service\Integration\FirstSender\Notification\AccountForgotPasswordNotificationMessage"; reason: unused.
Removed service "App\Service\Integration\FirstSender\Notification\OrderShopAdminNotificationMessage"; reason: unused.
Removed service "App\Service\Integration\FirstSender\Notification\OrderShopNotificationMessage"; reason: unused.
Removed service "App\Service\Integration\FirstSender\Notification\OrderTrainingCourseAdminNotificationMessage"; reason: unused.
Removed service "App\Service\Integration\FirstSender\Notification\OrderTrainingCourseNotificationMessage"; reason: unused.
Removed service "App\Service\Seo\PageMeta"; reason: unused.
Removed service "App\Service\Seo\Replacer\AboutReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\ContactsReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\ContractOfferReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\DeliveryReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\HomepageReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\HowToOrderReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\ShopCandyBarReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\ShopCandyBarViewReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\ShopReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\ShopTastingSetViewReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\ShopToppingReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\ShopViewReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\TrainingCoursePhotoReportReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\TrainingCourseReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\TrainingCourseViewReplacer"; reason: unused.
Removed service "App\Service\Seo\Replacer\VacancyReplacer"; reason: unused.
Removed service "App\Service\Setting\Model\AddressModel"; reason: unused.
Removed service "App\Service\Setting\Model\ContactModel"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service ".service_locator.SfGnQiG"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; 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 "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service ".service_locator.XjPPw25"; reason: unused.
Removed service ".service_locator.nJtJfQ8"; reason: unused.
Removed service ".service_locator.3dfkV18"; reason: unused.
Removed service ".service_locator.bOIdSRR"; reason: unused.
Removed service ".service_locator.m4eWjoO"; reason: unused.
Removed service ".service_locator.udt7hR8"; reason: unused.
Removed service ".service_locator.ri5osh0"; reason: unused.
Removed service ".service_locator.lEPZwtr"; reason: unused.
Removed service ".service_locator.Zo.uAGx"; reason: unused.
Removed service ".service_locator.kQbACR0"; reason: unused.
Removed service ".service_locator.KjV5dBa"; reason: unused.
Removed service ".service_locator.BTIh3w8"; reason: unused.
Removed service ".service_locator.VEa2m.t"; reason: unused.
Removed service ".service_locator._mnHpaH"; reason: unused.
Removed service ".service_locator.swhGoSd"; reason: unused.
Removed service ".service_locator._ZICoNR"; reason: unused.
Removed service ".service_locator.6Xzc3lB"; reason: unused.
Removed service ".service_locator.yntHoJk"; reason: unused.
Removed service ".service_locator.fU8POkE"; reason: unused.
Removed service ".service_locator.f_bKy8U"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.e_.xxAP"; reason: unused.
402
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\AccountController" to "App\Controller\Admin\AccountController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\BaseController" to "App\Controller\Admin\BaseController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\BlogController" to "App\Controller\Admin\BlogController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\InstagramPhotoController" to "App\Controller\Admin\InstagramPhotoController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\MainController" to "App\Controller\Admin\MainController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\OtherShopItemController" to "App\Controller\Admin\OtherShopItemController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\PopularSearchController" to "App\Controller\Admin\PopularSearchController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\RedirectController" to "App\Controller\Admin\RedirectController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\ShopItemCakeCategoryController" to "App\Controller\Admin\ShopItemCakeCategoryController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\ShopItemCakeController" to "App\Controller\Admin\ShopItemCakeController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\ShopItemCakeSubCategoryController" to "App\Controller\Admin\ShopItemCakeSubCategoryController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\ShopItemCakeToppingController" to "App\Controller\Admin\ShopItemCakeToppingController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\ShopItemCandyBarController" to "App\Controller\Admin\ShopItemCandyBarController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\ShopItemTastingSetController" to "App\Controller\Admin\ShopItemTastingSetController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\ShopOrderController" to "App\Controller\Admin\ShopOrderController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\SlideController" to "App\Controller\Admin\SlideController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\StaticMetaController" to "App\Controller\Admin\StaticMetaController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\TrainingCourseController" to "App\Controller\Admin\TrainingCourseController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\TrainingCourseDateController" to "App\Controller\Admin\TrainingCourseDateController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\TrainingCourseOrderController" to "App\Controller\Admin\TrainingCourseOrderController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\TrainingCoursePhotoReportController" to "App\Controller\Admin\TrainingCoursePhotoReportController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\TrainingCourseReviewController" to "App\Controller\Admin\TrainingCourseReviewController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\VacancyController" to "App\Controller\Admin\VacancyController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\Admin\VacancyFeedbackController" to "App\Controller\Admin\VacancyFeedbackController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\BasketController" to "App\Controller\BasketController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\BlogController" to "App\Controller\BlogController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\ProfileController" to "App\Controller\ProfileController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\ShopController" to "App\Controller\ShopController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\TrainingCourseController" to "App\Controller\TrainingCourseController".
Inlined service ".service_locator.0fkVoJ3.App\Controller\VacancyController" to "App\Controller\VacancyController".
Inlined service "App\Service\PagingService" to "App\Service\Filtration\FilterService".
Inlined service "App\Service\Seo\SeoService" to "App\Twig\AppExtension".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.n9AKjc8" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.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._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "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 "doctrine.metadata_cache.recorder_inner" to "doctrine.metadata_cache".
Inlined service "doctrine.query_cache.recorder_inner" to "doctrine.query_cache".
Inlined service "doctrine.result_cache.recorder_inner" to "doctrine.result_cache".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.nffxj3p" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.F9PKc.7" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
Inlined service "messenger.transport_factory" to "messenger.transport.async".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.2lz5QNC" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.s1i5qCv" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "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 "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.bqUphCJ" to "twig.runtime_loader".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
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.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.FsQ6U.P" to "security.access_map".
Inlined service ".security.request_matcher.uYJPHcD" to "security.access_map".
Inlined service ".security.request_matcher.jRW3Eaj" to "security.access_map".
Inlined service ".security.request_matcher.oHWIJs." to "security.access_map".
Inlined service ".security.request_matcher.ZYTeUFR" to "security.access_map".
Inlined service ".security.request_matcher.PmEoR5l" to "security.access_map".
Inlined service ".security.request_matcher.mzWXg0V" to "security.access_map".
Inlined service ".security.request_matcher.qj97I4k" to "security.access_map".
Inlined service ".security.request_matcher.olyh.pd" to "security.access_map".
Inlined service ".security.request_matcher.0IaWz.1" to "security.access_map".
Inlined service ".security.request_matcher.ZUyYll7" to "security.access_map".
Inlined service ".security.request_matcher.c.X8A2M" to "security.access_map".
Inlined service ".security.request_matcher.n7467z0" to "security.access_map".
Inlined service ".security.request_matcher.w5Dete0" to "security.access_map".
Inlined service ".security.request_matcher.pmnoP4C" to "security.access_map".
Inlined service ".security.request_matcher.kJ6ijUa" to "security.access_map".
Inlined service ".security.request_matcher.Y9NR08e" to "security.access_map".
Inlined service ".security.request_matcher.2bPItKY" to "security.access_map".
Inlined service "security.authenticator.managers_locator" to "security.user_authenticator".
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.request_matcher.yRcerSk" to ".security.request_matcher.GhCxV.s".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.yy_ZK6T".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.user_checker" to "security.listener.user_checker.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.92MUXM4" to ".security.request_matcher.FsQ6U.P".
Inlined service ".security.request_matcher.lbLHTv9" to ".security.request_matcher.uYJPHcD".
Inlined service ".security.request_matcher.GeCH61a" to ".security.request_matcher.jRW3Eaj".
Inlined service ".security.request_matcher.XopTdqy" to ".security.request_matcher.oHWIJs.".
Inlined service ".security.request_matcher.9IULlhL" to ".security.request_matcher.ZYTeUFR".
Inlined service ".security.request_matcher.R_4fdyT" to ".security.request_matcher.PmEoR5l".
Inlined service ".security.request_matcher.7.cztAN" to ".security.request_matcher.mzWXg0V".
Inlined service ".security.request_matcher.yDHdmjF" to ".security.request_matcher.qj97I4k".
Inlined service ".security.request_matcher.qsF_0a9" to ".security.request_matcher.olyh.pd".
Inlined service ".security.request_matcher.3KGVmGh" to ".security.request_matcher.0IaWz.1".
Inlined service ".security.request_matcher.doxqD5G" to ".security.request_matcher.ZUyYll7".
Inlined service ".security.request_matcher.fjIfRSe" to ".security.request_matcher.c.X8A2M".
Inlined service ".security.request_matcher.27VJrms" to ".security.request_matcher.n7467z0".
Inlined service ".security.request_matcher.AmesgCR" to ".security.request_matcher.w5Dete0".
Inlined service ".security.request_matcher.sBgLzqz" to ".security.request_matcher.pmnoP4C".
Inlined service ".security.request_matcher.JxRqzXz" to ".security.request_matcher.kJ6ijUa".
Inlined service ".security.request_matcher.QObyz57" to ".security.request_matcher.Y9NR08e".
Inlined service ".security.request_matcher.3a5prtc" to ".security.request_matcher.2bPItKY".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~.bVyxbY" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.sortable".
Inlined service ".stof_doctrine_extensions.reader" to "stof_doctrine_extensions.listener.sortable".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AccountFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\BlogFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\InstagramPhotoFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\OrderShopFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\OrderTrainingCourseFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\PopularSearchFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProfileFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SettingFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ShopItemCakeCategoryFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ShopItemCakeToppingFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ShopItemFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SlideFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\TrainingCourseDateFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\TrainingCourseFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\TrainingCoursePhotoReportFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\TrainingCourseReviewFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\VacancyFeedbackFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\VacancyFixtures" to "doctrine.fixtures.loader".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\Message\Handler\EmailNotificationHandler" to ".messenger.handler_descriptor.jELGz6z".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.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 "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.bN.V_Nq" to ".service_locator.bN.V_Nq.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.T7UoVA5" to "console.command_loader".
Inlined service ".cache_connection.89yHbUM" to "doctrine.result_cache.recorder_inner".
Inlined service ".service_locator.bN.V_Nq.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 "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.