The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "App\AppBundle\DependencyInjection\AppExtension".
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since easycorp/easyadmin-bundle 4.24.0: The "App\AdminPanel\Controller\Admin\TranslateController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0.
Since easycorp/easyadmin-bundle 4.24.0: The "App\AdminPanel\Controller\Settings\RatingController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\BlogBundle\Command\SitemapCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "DoctrineExtensions\Taggable\Entity\Tagging::getTag()" might add "Tag" as a native return type declaration in the future. Do the same in child class "App\BlogBundle\Entity\Tagging" now to avoid errors or add an explicit @return annotation to suppress this message.
Since twig/twig 3.12: Character "C" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 12 in "@Blog/Include/userPanel.twig.html" at line 3.
Since twig/twig 3.12: Character "P" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 23 in "@Blog/Include/userPanel.twig.html" at line 3.
User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)
"SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.mainphoto AS mainphoto_4, t0.text AS text_5, t0.summary AS summary_6, t0.status AS status_7, t0.created AS created_8, t0.updated AS updated_9, t0.viewing_count AS viewing_count_10, t0.comments_count AS comments_count_11, t0.likes_count AS likes_count_12, t0.dislikes_count AS dislikes_count_13, t0.likes_balance AS likes_balance_14, t0.user_id AS user_id_15 FROM post t0 WHERE t0.slug = ? AND t0.status = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.mainphoto AS mainphoto_4, t0.text AS text_5, t0.summary AS summary_6, t0.status AS status_7, t0.created AS created_8, t0.updated AS updated_9, t0.viewing_count AS viewing_count_10, t0.comments_count AS comments_count_11, t0.likes_count AS likes_count_12, t0.dislikes_count AS dislikes_count_13, t0.likes_balance AS likes_balance_14, t0.user_id AS user_id_15 FROM post t0 WHERE t0.slug = ? AND t0.status = ? LIMIT 1"
"params" => [1 => "46905-yunye-blogery-aktanysha-za-kruglym-stolom"
2 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
]
]
"SELECT t0.id AS id_1, t0.body AS body_2, t0.created AS created_3, t0.user_id AS user_id_4, t0.post_id AS post_id_5 FROM comments t0 WHERE t0.post_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.body AS body_2, t0.created AS created_3, t0.user_id AS user_id_4, t0.post_id AS post_id_5 FROM comments t0 WHERE t0.post_id = ?"
"params" => [1 => 46905]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.mainphoto AS mainphoto_3, p0_.text AS text_4, p0_.summary AS summary_5, p0_.status AS status_6, p0_.created AS created_7, p0_.updated AS updated_8, p0_.viewing_count AS viewing_count_9, p0_.comments_count AS comments_count_10, p0_.likes_count AS likes_count_11, p0_.dislikes_count AS dislikes_count_12, p0_.likes_balance AS likes_balance_13, p0_.user_id AS user_id_14 FROM post p0_ WHERE p0_.user_id = ? AND p0_.status = 1 AND p0_.id <> ? ORDER BY p0_.id DESC LIMIT 3"
[
"sql" => "SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.mainphoto AS mainphoto_3, p0_.text AS text_4, p0_.summary AS summary_5, p0_.status AS status_6, p0_.created AS created_7, p0_.updated AS updated_8, p0_.viewing_count AS viewing_count_9, p0_.comments_count AS comments_count_10, p0_.likes_count AS likes_count_11, p0_.dislikes_count AS dislikes_count_12, p0_.likes_balance AS likes_balance_13, p0_.user_id AS user_id_14 FROM post p0_ WHERE p0_.user_id = ? AND p0_.status = 1 AND p0_.id <> ? ORDER BY p0_.id DESC LIMIT 3"
"params" => [1 => 122392 => 46905]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#810}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.post_id AS post_id_3 FROM post_like t0 WHERE t0.post_id = ? LIMIT 10"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "pre-header"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "header"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "post-header"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "pre-body"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "body"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
"params" => [1 => 122 => 12]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#810}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 12239]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.controller_name AS controller_name_2, t0.title AS title_3 FROM controllers t0 WHERE t0.controller_name = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "post-body"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "pre-right-sidebar"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
"params" => [1 => 122 => 20]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#810}
]
]
debug
Executing query:
"SELECT o0_.id AS id_0, o0_.type AS type_1, o0_.title AS title_2, o0_.text AS text_3, o0_.picture AS picture_4, o0_.material AS material_5, o0_.url AS url_6, o0_.rating AS rating_7, o0_.added AS added_8, o0_.user_id AS user_id_9 FROM occasion o0_ WHERE o0_.type <> 'post' ORDER BY o0_.id DESC LIMIT 7"
doctrine
[
"sql" => "SELECT o0_.id AS id_0, o0_.type AS type_1, o0_.title AS title_2, o0_.text AS text_3, o0_.picture AS picture_4, o0_.material AS material_5, o0_.url AS url_6, o0_.rating AS rating_7, o0_.added AS added_8, o0_.user_id AS user_id_9 FROM occasion o0_ WHERE o0_.type <> 'post' ORDER BY o0_.id DESC LIMIT 7"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 75259]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 61942]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 76010]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 56501]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 75483]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 75491]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.locked AS locked_9, t0.created AS created_10, t0.rating AS rating_11, t0.avatar AS avatar_12, t0.game_count AS game_count_13, t0.game_victory AS game_victory_14, t0.firstname AS firstname_15, t0.blogname AS blogname_16, t0.surname AS surname_17, t0.birthday AS birthday_18, t0.gender AS gender_19, t0.notification AS notification_20, t0.school AS school_21, t0.class AS class_22, t0.city AS city_23, t0.confirmation_token AS confirmation_token_24, t0.password_requested_at AS password_requested_at_25, t0.x1 AS x1_26, t0.x2 AS x2_27, t0.y1 AS y1_28, t0.y2 AS y2_29, t0.card_in_last_game AS card_in_last_game_30, t0.district_id AS district_id_31, t0.game_id AS game_id_32 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 74304]
"types" => [1 => Doctrine\DBAL\ParameterType {#810
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.controller_name AS controller_name_2, t0.title AS title_3 FROM controllers t0 WHERE t0.controller_name = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "right-sidebar"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "post-right-sidebar"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "pre-footer"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "footer"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1"
"params" => [1 => "post-footer"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#808
+name: "STRING"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.rusannotation AS rusannotation_2, t0.tatannotation AS tatannotation_3, t0.rustitle AS rustitle_4, t0.tattitle AS tattitle_5, t0.mainphoto AS mainphoto_6, t0.url AS url_7, t0.divclass AS divclass_8, t0.controller_id AS controller_id_9, t0.templates_id AS templates_id_10 FROM banner t0 WHERE t0.controller_id = ? AND t0.templates_id = ?"
[liip/imagine-bundle] Replaced the "liip_imagine.meta_data.reader" metadata reader service with "Imagine\Image\Metadata\DefaultMetadataReader" from "Imagine\Image\Metadata\ExifMetadataReader" due to missing "exif" extension (as you may experience degraded metadata handling without the exif extension, installation is highly recommended)
1
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
571
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\BannerCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\BannerCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\BannerCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\BannerCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\BannerCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\BannerCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\BannerCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\BannerCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\CardCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\CardCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\CardCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\CardCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\CardCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\CardCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\CardCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\CardCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\CommentCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\CommentCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\CommentCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\CommentCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\CommentCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\CommentCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\CommentCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\CommentCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\ComplaintCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\ComplaintCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\ComplaintCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\ComplaintCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\ComplaintCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\ComplaintCrudController).
Resolving inheritance for ".instanceof.App\AdminPanel\Controller\Admin\ComplaintCrudController.0.App\AdminPanel\Controller\Admin\ComplaintCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\ComplaintCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\ComplaintCrudController" (parent: .instanceof.App\AdminPanel\Controller\Admin\ComplaintCrudController.0.App\AdminPanel\Controller\Admin\ComplaintCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\ConfigurationCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\ConfigurationCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\ConfigurationCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\ConfigurationCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\ConfigurationCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\ConfigurationCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\ConfigurationCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\ConfigurationCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\ContrCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\ContrCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\ContrCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\ContrCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\ContrCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\ContrCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\ContrCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\ContrCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\DailyTasksCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\DailyTasksCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\DailyTasksCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\DailyTasksCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\DailyTasksCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\DailyTasksCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\DailyTasksCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\DailyTasksCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\AdminPanel\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.App\AdminPanel\Controller\Admin\DashboardController.0.App\AdminPanel\Controller\Admin\DashboardController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\AdminPanel\Controller\Admin\DashboardController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\DashboardController" (parent: .instanceof.App\AdminPanel\Controller\Admin\DashboardController.0.App\AdminPanel\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\FeedbackCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\FeedbackCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\FeedbackCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\FeedbackCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\FeedbackCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\FeedbackCrudController).
Resolving inheritance for ".instanceof.App\AdminPanel\Controller\Admin\FeedbackCrudController.0.App\AdminPanel\Controller\Admin\FeedbackCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\FeedbackCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\FeedbackCrudController" (parent: .instanceof.App\AdminPanel\Controller\Admin\FeedbackCrudController.0.App\AdminPanel\Controller\Admin\FeedbackCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InfoCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\InfoCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InfoCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InfoCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InfoCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InfoCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\InfoCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InfoCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InfoStageCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\InfoStageCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InfoStageCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InfoStageCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InfoStageCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InfoStageCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\InfoStageCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InfoStageCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InfouserCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\InfouserCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InfouserCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InfouserCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InfouserCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InfouserCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\InfouserCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InfouserCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InterestCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\InterestCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InterestCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InterestCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InterestCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InterestCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\InterestCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InterestCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\NewsCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\NewsCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\NewsCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\NewsCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\NewsCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\NewsCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\NewsCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\NewsCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\PageCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\PageCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\PageCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\PageCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\PageCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\PageCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\PageCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\PageCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\PostCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\PostCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\PostCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\PostCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\PostCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\PostCrudController).
Resolving inheritance for ".instanceof.App\AdminPanel\Controller\Admin\PostCrudController.0.App\AdminPanel\Controller\Admin\PostCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\PostCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\PostCrudController" (parent: .instanceof.App\AdminPanel\Controller\Admin\PostCrudController.0.App\AdminPanel\Controller\Admin\PostCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\SecurityController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.App\AdminPanel\Controller\Admin\SecurityController.0.App\AdminPanel\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\SecurityController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\SecurityController" (parent: .instanceof.App\AdminPanel\Controller\Admin\SecurityController.0.App\AdminPanel\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\SliderCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\SliderCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\SliderCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\SliderCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\SliderCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\SliderCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\SliderCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\SliderCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\StatisticCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\StatisticCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\StatisticCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\StatisticCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\StatisticCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\StatisticCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\StatisticCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\StatisticCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\TemplCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\TemplCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\TemplCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\TemplCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\TemplCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\TemplCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\TemplCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\TemplCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\TranslateController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\TranslateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\TranslateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\TranslateController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\AdminPanel\Controller\Admin\TranslateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\TranslateController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\TranslateController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\AdminPanel\Controller\Admin\TranslateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\UserRatingCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Admin\UserRatingCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\UserRatingCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\UserRatingCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\UserRatingCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\UserRatingCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Admin\UserRatingCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\UserRatingCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Dnevnik\ComicsCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Dnevnik\ComicsCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Dnevnik\ComicsCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Dnevnik\ComicsCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Dnevnik\ContestCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Dnevnik\ContestCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Dnevnik\ContestCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Dnevnik\ContestCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Dnevnik\ContestCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Dnevnik\ContestCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Dnevnik\ContestCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Dnevnik\ContestCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Games\GamesCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Games\GamesCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Games\GamesCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Games\GamesCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Games\GamesCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Games\GamesCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Games\GamesCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Games\GamesCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Games\GamesLevelCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Games\GamesLevelCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Games\GamesLevelCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Games\GamesLevelCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Games\GamesLevelCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Games\GamesLevelCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Games\GamesLevelCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Games\GamesLevelCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Games\GamesPuzzleCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Games\GamesPuzzleCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Games\GamesPuzzleCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Games\GamesPuzzleCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Games\GamesPuzzleCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Games\GamesPuzzleCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Games\GamesPuzzleCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Games\GamesPuzzleCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Igraj\CategoryCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Igraj\CategoryCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Igraj\CategoryCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Igraj\CategoryCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Igraj\CategoryCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Igraj\CategoryCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Igraj\CategoryCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Igraj\CategoryCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Igraj\GameCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Igraj\GameCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Igraj\GameCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Igraj\GameCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Igraj\GameCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Igraj\GameCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Igraj\GameCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Igraj\GameCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Igraj\GameScriptCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Igraj\GameScriptCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Igraj\GameScriptCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Igraj\GameScriptCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Igraj\GameScriptCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Igraj\GameScriptCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Igraj\GameScriptCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Igraj\GameScriptCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Karaoke\KaraokeCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Karaoke\KaraokeCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Karaoke\KaraokeCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Karaoke\KaraokeCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Settings\DistrictCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Settings\DistrictCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Settings\DistrictCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Settings\DistrictCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Settings\DistrictCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Settings\DistrictCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Settings\DistrictCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Settings\DistrictCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Settings\RatingController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Settings\RatingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Settings\RatingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Settings\RatingController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\AdminPanel\Controller\Settings\RatingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Settings\RatingController).
Resolving inheritance for "App\AdminPanel\Controller\Settings\RatingController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\AdminPanel\Controller\Settings\RatingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Settings\UserCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Settings\UserCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Settings\UserCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Settings\UserCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Settings\UserCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Settings\UserCrudController).
Resolving inheritance for ".instanceof.App\AdminPanel\Controller\Settings\UserCrudController.0.App\AdminPanel\Controller\Settings\UserCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Settings\UserCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Settings\UserCrudController" (parent: .instanceof.App\AdminPanel\Controller\Settings\UserCrudController.0.App\AdminPanel\Controller\Settings\UserCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Video\VideoCategoryCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Video\VideoCategoryCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Video\VideoCategoryCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Video\VideoCategoryCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Video\VideoCategoryCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Video\VideoCategoryCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Video\VideoCategoryCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Video\VideoCategoryCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Video\VideoCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Video\VideoCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Video\VideoCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Video\VideoCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Video\VideoCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Video\VideoCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Video\VideoCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Video\VideoCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Video\VideoLessonCrudController" (parent: .abstract.instanceof.App\AdminPanel\Controller\Video\VideoLessonCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Video\VideoLessonCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Video\VideoLessonCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Video\VideoLessonCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Video\VideoLessonCrudController).
Resolving inheritance for "App\AdminPanel\Controller\Video\VideoLessonCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Video\VideoLessonCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AppBundle\Controller\AuthController" (parent: .abstract.instanceof.App\AppBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AppBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.App\AppBundle\Controller\AuthController.0.App\AppBundle\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\AuthController).
Resolving inheritance for "App\AppBundle\Controller\AuthController" (parent: .instanceof.App\AppBundle\Controller\AuthController.0.App\AppBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AppBundle\Controller\TController" (parent: .abstract.instanceof.App\AppBundle\Controller\TController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\TController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AppBundle\Controller\TController).
Resolving inheritance for ".instanceof.App\AppBundle\Controller\TController.0.App\AppBundle\Controller\TController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\TController).
Resolving inheritance for "App\AppBundle\Controller\TController" (parent: .instanceof.App\AppBundle\Controller\TController.0.App\AppBundle\Controller\TController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ApiController" (parent: .abstract.instanceof.App\BlogBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\ApiController.0.App\BlogBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ApiController).
Resolving inheritance for "App\BlogBundle\Controller\ApiController" (parent: .instanceof.App\BlogBundle\Controller\ApiController.0.App\BlogBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\AppController" (parent: .abstract.instanceof.App\BlogBundle\Controller\AppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\AppController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\AppController.0.App\BlogBundle\Controller\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\AppController).
Resolving inheritance for "App\BlogBundle\Controller\AppController" (parent: .instanceof.App\BlogBundle\Controller\AppController.0.App\BlogBundle\Controller\AppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ComicsController" (parent: .abstract.instanceof.App\BlogBundle\Controller\ComicsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ComicsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ComicsController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\ComicsController.0.App\BlogBundle\Controller\ComicsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ComicsController).
Resolving inheritance for "App\BlogBundle\Controller\ComicsController" (parent: .instanceof.App\BlogBundle\Controller\ComicsController.0.App\BlogBundle\Controller\ComicsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ContestController" (parent: .abstract.instanceof.App\BlogBundle\Controller\ContestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ContestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ContestController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\ContestController.0.App\BlogBundle\Controller\ContestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ContestController).
Resolving inheritance for "App\BlogBundle\Controller\ContestController" (parent: .instanceof.App\BlogBundle\Controller\ContestController.0.App\BlogBundle\Controller\ContestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\BlogBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\DefaultController.0.App\BlogBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\DefaultController).
Resolving inheritance for "App\BlogBundle\Controller\DefaultController" (parent: .instanceof.App\BlogBundle\Controller\DefaultController.0.App\BlogBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\EventsController" (parent: .abstract.instanceof.App\BlogBundle\Controller\EventsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\EventsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\EventsController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\EventsController.0.App\BlogBundle\Controller\EventsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\EventsController).
Resolving inheritance for "App\BlogBundle\Controller\EventsController" (parent: .instanceof.App\BlogBundle\Controller\EventsController.0.App\BlogBundle\Controller\EventsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ExceptionController" (parent: .abstract.instanceof.App\BlogBundle\Controller\ExceptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ExceptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ExceptionController).
Resolving inheritance for "App\BlogBundle\Controller\ExceptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ExceptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\InviteController" (parent: .abstract.instanceof.App\BlogBundle\Controller\InviteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\InviteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\InviteController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\InviteController.0.App\BlogBundle\Controller\InviteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\InviteController).
Resolving inheritance for "App\BlogBundle\Controller\InviteController" (parent: .instanceof.App\BlogBundle\Controller\InviteController.0.App\BlogBundle\Controller\InviteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\PageController" (parent: .abstract.instanceof.App\BlogBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\PageController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\PageController.0.App\BlogBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\PageController).
Resolving inheritance for "App\BlogBundle\Controller\PageController" (parent: .instanceof.App\BlogBundle\Controller\PageController.0.App\BlogBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\PostController" (parent: .abstract.instanceof.App\BlogBundle\Controller\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\PostController).
Resolving inheritance for "App\BlogBundle\Controller\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ProfileController" (parent: .abstract.instanceof.App\BlogBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\ProfileController.0.App\BlogBundle\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ProfileController).
Resolving inheritance for "App\BlogBundle\Controller\ProfileController" (parent: .instanceof.App\BlogBundle\Controller\ProfileController.0.App\BlogBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\UserController" (parent: .abstract.instanceof.App\BlogBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\UserController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\UserController.0.App\BlogBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\UserController).
Resolving inheritance for "App\BlogBundle\Controller\UserController" (parent: .instanceof.App\BlogBundle\Controller\UserController.0.App\BlogBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\VideoController" (parent: .abstract.instanceof.App\BlogBundle\Controller\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\VideoController).
Resolving inheritance for ".instanceof.App\BlogBundle\Controller\VideoController.0.App\BlogBundle\Controller\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\VideoController).
Resolving inheritance for "App\BlogBundle\Controller\VideoController" (parent: .instanceof.App\BlogBundle\Controller\VideoController.0.App\BlogBundle\Controller\VideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\VideoBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\VideoBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\VideoBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\VideoBundle\Controller\DefaultController).
Resolving inheritance for "App\VideoBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\VideoBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\IgrajBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\IgrajBundle\Controller\DefaultController.0.App\IgrajBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\DefaultController).
Resolving inheritance for "App\IgrajBundle\Controller\DefaultController" (parent: .instanceof.App\IgrajBundle\Controller\DefaultController.0.App\IgrajBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\StatisticController" (parent: .abstract.instanceof.App\IgrajBundle\Controller\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\StatisticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\StatisticController).
Resolving inheritance for ".instanceof.App\IgrajBundle\Controller\StatisticController.0.App\IgrajBundle\Controller\StatisticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\StatisticController).
Resolving inheritance for "App\IgrajBundle\Controller\StatisticController" (parent: .instanceof.App\IgrajBundle\Controller\StatisticController.0.App\IgrajBundle\Controller\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\InfoBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\InfoBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\InfoBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\InfoBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\InfoBundle\Controller\DefaultController.0.App\InfoBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\InfoBundle\Controller\DefaultController).
Resolving inheritance for "App\InfoBundle\Controller\DefaultController" (parent: .instanceof.App\InfoBundle\Controller\DefaultController.0.App\InfoBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\InfouserBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\InfouserBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\InfouserBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\InfouserBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\InfouserBundle\Controller\DefaultController.0.App\InfouserBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\InfouserBundle\Controller\DefaultController).
Resolving inheritance for "App\InfouserBundle\Controller\DefaultController" (parent: .instanceof.App\InfouserBundle\Controller\DefaultController.0.App\InfouserBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\PgameBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\PgameBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\PgameBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\PgameBundle\Controller\DefaultController).
Resolving inheritance for "App\PgameBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\PgameBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\GamesBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\GamesBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\GamesBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\GamesBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\GamesBundle\Controller\DefaultController.0.App\GamesBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\GamesBundle\Controller\DefaultController).
Resolving inheritance for "App\GamesBundle\Controller\DefaultController" (parent: .instanceof.App\GamesBundle\Controller\DefaultController.0.App\GamesBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\GamesBundle\Controller\StatisticController" (parent: .abstract.instanceof.App\GamesBundle\Controller\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\GamesBundle\Controller\StatisticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\GamesBundle\Controller\StatisticController).
Resolving inheritance for ".instanceof.App\GamesBundle\Controller\StatisticController.0.App\GamesBundle\Controller\StatisticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\GamesBundle\Controller\StatisticController).
Resolving inheritance for "App\GamesBundle\Controller\StatisticController" (parent: .instanceof.App\GamesBundle\Controller\StatisticController.0.App\GamesBundle\Controller\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\LibraryBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\LibraryBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\LibraryBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\LibraryBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\LibraryBundle\Controller\DefaultController.0.App\LibraryBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\LibraryBundle\Controller\DefaultController).
Resolving inheritance for "App\LibraryBundle\Controller\DefaultController" (parent: .instanceof.App\LibraryBundle\Controller\DefaultController.0.App\LibraryBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\KaraokeBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\KaraokeBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\KaraokeBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\KaraokeBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\KaraokeBundle\Controller\DefaultController.0.App\KaraokeBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\KaraokeBundle\Controller\DefaultController).
Resolving inheritance for "App\KaraokeBundle\Controller\DefaultController" (parent: .instanceof.App\KaraokeBundle\Controller\DefaultController.0.App\KaraokeBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\LessonExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\LessonExtension).
Resolving inheritance for "App\BlogBundle\Twig\LessonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\LessonExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\TopHeaderExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\TopHeaderExtension).
Resolving inheritance for "App\BlogBundle\Twig\TopHeaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\TopHeaderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\NewsExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\NewsExtension).
Resolving inheritance for "App\BlogBundle\Twig\NewsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\NewsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\ModernExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\ModernExtension).
Resolving inheritance for "App\BlogBundle\Twig\ModernExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\ModernExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\PostsExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\PostsExtension).
Resolving inheritance for "App\BlogBundle\Twig\PostsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\PostsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\PostsRatingExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\PostsRatingExtension).
Resolving inheritance for "App\BlogBundle\Twig\PostsRatingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\PostsRatingExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\RatingByYearExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\RatingByYearExtension).
Resolving inheritance for "App\BlogBundle\Twig\RatingByYearExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\RatingByYearExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\TopHeaderSliderExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\TopHeaderSliderExtension).
Resolving inheritance for "App\BlogBundle\Twig\TopHeaderSliderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\TopHeaderSliderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\TemplateExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\TemplateExtension).
Resolving inheritance for "App\BlogBundle\Twig\TemplateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\TemplateExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\AppBundle\Twig\AppExtension" (parent: .abstract.instanceof.App\AppBundle\Twig\AppExtension).
Resolving inheritance for "App\AppBundle\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\AppBundle\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\GamesBundle\Twig\GamesRatingExtension" (parent: .abstract.instanceof.App\GamesBundle\Twig\GamesRatingExtension).
Resolving inheritance for "App\GamesBundle\Twig\GamesRatingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\GamesBundle\Twig\GamesRatingExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\IgrajBundle\Widgets\GameCatalog" (parent: .abstract.instanceof.App\IgrajBundle\Widgets\GameCatalog).
Resolving inheritance for "App\IgrajBundle\Widgets\GameCatalog" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\IgrajBundle\Widgets\GameCatalog).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\NotificationExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\NotificationExtension).
Resolving inheritance for "App\BlogBundle\Twig\NotificationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\NotificationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\OccasionExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\OccasionExtension).
Resolving inheritance for "App\BlogBundle\Twig\OccasionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\OccasionExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\BannerRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\BannerRepository).
Resolving inheritance for "App\BlogBundle\Repository\BannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\BannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ComicsImageRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ComicsImageRepository).
Resolving inheritance for "App\BlogBundle\Repository\ComicsImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ComicsImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ComicsRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ComicsRepository).
Resolving inheritance for "App\BlogBundle\Repository\ComicsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ComicsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\CommentsRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\CommentsRepository).
Resolving inheritance for "App\BlogBundle\Repository\CommentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\CommentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ComplaintRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ComplaintRepository).
Resolving inheritance for "App\BlogBundle\Repository\ComplaintRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ComplaintRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ConfigurationRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ConfigurationRepository).
Resolving inheritance for "App\BlogBundle\Repository\ConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ConfigurationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestMemberRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ContestMemberRepository).
Resolving inheritance for "App\BlogBundle\Repository\ContestMemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestMemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestMemberUserRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ContestMemberUserRepository).
Resolving inheritance for "App\BlogBundle\Repository\ContestMemberUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestMemberUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestMessageRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ContestMessageRepository).
Resolving inheritance for "App\BlogBundle\Repository\ContestMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ContestRepository).
Resolving inheritance for "App\BlogBundle\Repository\ContestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestResultRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ContestResultRepository).
Resolving inheritance for "App\BlogBundle\Repository\ContestResultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestResultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestlikeRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ContestlikeRepository).
Resolving inheritance for "App\BlogBundle\Repository\ContestlikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestlikeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ControllersRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\ControllersRepository).
Resolving inheritance for "App\BlogBundle\Repository\ControllersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ControllersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DailyTasksCurrentRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\DailyTasksCurrentRepository).
Resolving inheritance for "App\BlogBundle\Repository\DailyTasksCurrentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DailyTasksCurrentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DailyTasksProgressRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\DailyTasksProgressRepository).
Resolving inheritance for "App\BlogBundle\Repository\DailyTasksProgressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DailyTasksProgressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DailyTasksRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\DailyTasksRepository).
Resolving inheritance for "App\BlogBundle\Repository\DailyTasksRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DailyTasksRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DialogRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\DialogRepository).
Resolving inheritance for "App\BlogBundle\Repository\DialogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DialogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DialogconfigRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\DialogconfigRepository).
Resolving inheritance for "App\BlogBundle\Repository\DialogconfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DialogconfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DistrictRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\DistrictRepository).
Resolving inheritance for "App\BlogBundle\Repository\DistrictRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DistrictRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\FeedbackRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\FeedbackRepository).
Resolving inheritance for "App\BlogBundle\Repository\FeedbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\FeedbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\FriendsRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\FriendsRepository).
Resolving inheritance for "App\BlogBundle\Repository\FriendsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\FriendsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesLevelRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\GamesLevelRepository).
Resolving inheritance for "App\BlogBundle\Repository\GamesLevelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesLevelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesPuzzleRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\GamesPuzzleRepository).
Resolving inheritance for "App\BlogBundle\Repository\GamesPuzzleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesPuzzleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\GamesRepository).
Resolving inheritance for "App\BlogBundle\Repository\GamesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesSnapPuzzleRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\GamesSnapPuzzleRepository).
Resolving inheritance for "App\BlogBundle\Repository\GamesSnapPuzzleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesSnapPuzzleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesStatisticRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\GamesStatisticRepository).
Resolving inheritance for "App\BlogBundle\Repository\GamesStatisticRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesStatisticRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesWinnersRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\GamesWinnersRepository).
Resolving inheritance for "App\BlogBundle\Repository\GamesWinnersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesWinnersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoAnswerRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\InfoAnswerRepository).
Resolving inheritance for "App\BlogBundle\Repository\InfoAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoAnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoQuestionRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\InfoQuestionRepository).
Resolving inheritance for "App\BlogBundle\Repository\InfoQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoQuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\InfoRepository).
Resolving inheritance for "App\BlogBundle\Repository\InfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoSliderRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\InfoSliderRepository).
Resolving inheritance for "App\BlogBundle\Repository\InfoSliderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoSliderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoStageRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\InfoStageRepository).
Resolving inheritance for "App\BlogBundle\Repository\InfoStageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoStageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfouserFavoritesRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\InfouserFavoritesRepository).
Resolving inheritance for "App\BlogBundle\Repository\InfouserFavoritesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfouserFavoritesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfouserRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\InfouserRepository).
Resolving inheritance for "App\BlogBundle\Repository\InfouserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfouserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InterestRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\InterestRepository).
Resolving inheritance for "App\BlogBundle\Repository\InterestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InterestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InviteRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\InviteRepository).
Resolving inheritance for "App\BlogBundle\Repository\InviteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InviteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\KaraokeImageRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\KaraokeImageRepository).
Resolving inheritance for "App\BlogBundle\Repository\KaraokeImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\KaraokeImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\KaraokeRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\KaraokeRepository).
Resolving inheritance for "App\BlogBundle\Repository\KaraokeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\KaraokeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\KaraokeStatisticRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\KaraokeStatisticRepository).
Resolving inheritance for "App\BlogBundle\Repository\KaraokeStatisticRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\KaraokeStatisticRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LastRatingsRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LastRatingsRepository).
Resolving inheritance for "App\BlogBundle\Repository\LastRatingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LastRatingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LastRatingsValueRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LastRatingsValueRepository).
Resolving inheritance for "App\BlogBundle\Repository\LastRatingsValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LastRatingsValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LentaRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LentaRepository).
Resolving inheritance for "App\BlogBundle\Repository\LentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LentaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LentaTemplateRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LentaTemplateRepository).
Resolving inheritance for "App\BlogBundle\Repository\LentaTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LentaTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LentaTemplatesRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LentaTemplatesRepository).
Resolving inheritance for "App\BlogBundle\Repository\LentaTemplatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LentaTemplatesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonAnswerRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LessonAnswerRepository).
Resolving inheritance for "App\BlogBundle\Repository\LessonAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonAnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonComicsRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LessonComicsRepository).
Resolving inheritance for "App\BlogBundle\Repository\LessonComicsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonComicsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonFinishRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LessonFinishRepository).
Resolving inheritance for "App\BlogBundle\Repository\LessonFinishRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonFinishRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonQuestionRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LessonQuestionRepository).
Resolving inheritance for "App\BlogBundle\Repository\LessonQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonQuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LessonRepository).
Resolving inheritance for "App\BlogBundle\Repository\LessonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonStageRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LessonStageRepository).
Resolving inheritance for "App\BlogBundle\Repository\LessonStageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonStageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LibraryItemRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LibraryItemRepository).
Resolving inheritance for "App\BlogBundle\Repository\LibraryItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LibraryItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LibraryRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\LibraryRepository).
Resolving inheritance for "App\BlogBundle\Repository\LibraryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LibraryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\MessagesRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\MessagesRepository).
Resolving inheritance for "App\BlogBundle\Repository\MessagesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\MessagesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewMaterialRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\NewMaterialRepository).
Resolving inheritance for "App\BlogBundle\Repository\NewMaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewMaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewsCommentsRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\NewsCommentsRepository).
Resolving inheritance for "App\BlogBundle\Repository\NewsCommentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewsCommentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewsRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\NewsRepository).
Resolving inheritance for "App\BlogBundle\Repository\NewsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewslikeRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\NewslikeRepository).
Resolving inheritance for "App\BlogBundle\Repository\NewslikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewslikeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\OccasionRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\OccasionRepository).
Resolving inheritance for "App\BlogBundle\Repository\OccasionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\OccasionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\PageRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\PageRepository).
Resolving inheritance for "App\BlogBundle\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\PostRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\PostRepository).
Resolving inheritance for "App\BlogBundle\Repository\PostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\PostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\PostlikeRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\PostlikeRepository).
Resolving inheritance for "App\BlogBundle\Repository\PostlikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\PostlikeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\RatingClassRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\RatingClassRepository).
Resolving inheritance for "App\BlogBundle\Repository\RatingClassRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\RatingClassRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\SliderRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\SliderRepository).
Resolving inheritance for "App\BlogBundle\Repository\SliderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\SliderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\TemplateRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\TemplateRepository).
Resolving inheritance for "App\BlogBundle\Repository\TemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\TemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\UserRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\UserRepository).
Resolving inheritance for "App\BlogBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\VideoCategoryRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\VideoCategoryRepository).
Resolving inheritance for "App\BlogBundle\Repository\VideoCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\VideoCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\VideoLessonRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\VideoLessonRepository).
Resolving inheritance for "App\BlogBundle\Repository\VideoLessonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\VideoLessonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\VideoRepository" (parent: .abstract.instanceof.App\BlogBundle\Repository\VideoRepository).
Resolving inheritance for "App\BlogBundle\Repository\VideoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\VideoRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\Comments" (parent: .abstract.instanceof.App\BlogBundle\Form\Comments).
Resolving inheritance for "App\BlogBundle\Form\Comments" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\Comments).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\Messages" (parent: .abstract.instanceof.App\BlogBundle\Form\Messages).
Resolving inheritance for "App\BlogBundle\Form\Messages" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\Messages).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\RatingExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\RatingExtension).
Resolving inheritance for "App\BlogBundle\Twig\RatingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\RatingExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\LastRatingExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\LastRatingExtension).
Resolving inheritance for "App\BlogBundle\Twig\LastRatingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\LastRatingExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\UserProfile" (parent: .abstract.instanceof.App\BlogBundle\Form\UserProfile).
Resolving inheritance for "App\BlogBundle\Form\UserProfile" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\UserProfile).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\AppBundle\Form\PostType" (parent: .abstract.instanceof.App\AppBundle\Form\PostType).
Resolving inheritance for "App\AppBundle\Form\PostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\AppBundle\Form\PostType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\BlogBundle\Listener\PostListener" (parent: .abstract.instanceof.App\BlogBundle\Listener\PostListener).
Resolving inheritance for "App\BlogBundle\Listener\PostListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\BlogBundle\Listener\PostListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\BlogBundle\Command\SetVideoLessonCommand" (parent: .abstract.instanceof.App\BlogBundle\Command\SetVideoLessonCommand).
Resolving inheritance for "App\BlogBundle\Command\SetVideoLessonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\BlogBundle\Command\SetVideoLessonCommand).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\ContestExtension" (parent: .abstract.instanceof.App\BlogBundle\Twig\ContestExtension).
Resolving inheritance for "App\BlogBundle\Twig\ContestExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\ContestExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\FeedbackType" (parent: .abstract.instanceof.App\BlogBundle\Form\FeedbackType).
Resolving inheritance for "App\BlogBundle\Form\FeedbackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\FeedbackType).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.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 "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "cache.ux.twig_component" (parent: cache.system).
Resolving inheritance for "cache.easyadmin" (parent: cache.system).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
201
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\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 "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\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\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\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.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 "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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 "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Service\FilterService"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "console.command.stimulus_component_debug"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Contracts\Menu\MenuItemMatcherInterface"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityPaginatorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".service_locator.58WvHxo"; reason: private alias.
Removed service ".service_locator.k06UI8D"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.H3LT0te"; reason: private alias.
Removed service ".service_locator.t8Qttrp"; reason: private alias.
Removed service ".service_locator.klDiSjd"; reason: private alias.
Removed service ".service_locator.3SywhNU"; reason: private alias.
Removed service ".service_locator.kn.mUXM"; reason: private alias.
Removed service ".service_locator.xGF4eD."; reason: private alias.
Removed service ".service_locator.qgHYkFC"; reason: private alias.
Removed service ".service_locator.5Vd5JYV"; reason: private alias.
Removed service ".service_locator.Onun9z5"; reason: private alias.
Removed service ".service_locator.TLLELrk"; reason: private alias.
Removed service ".service_locator.EkwHtLg"; reason: private alias.
Removed service ".service_locator.iYcWkcr"; reason: private alias.
Removed service ".service_locator.gqKbQiB"; reason: private alias.
Removed service ".service_locator.Oz4ylHl"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.BvffKWi"; reason: private alias.
Removed service ".service_locator.HQZddX8"; reason: private alias.
Removed service ".service_locator.ET7gY2Z"; reason: private alias.
Removed service ".service_locator.2dWpJOL"; reason: private alias.
Removed service ".service_locator.B1.oF2y"; reason: private alias.
Removed service ".service_locator.GNsb5hW"; reason: private alias.
Removed service ".service_locator.NCQo5TE"; reason: private alias.
Removed service ".service_locator.PhQg9pi"; reason: private alias.
Removed service ".service_locator.85IImIw"; reason: private alias.
Removed service ".service_locator.iT7u5KZ"; reason: private alias.
Removed service ".service_locator.u_8WAb0"; reason: private alias.
Removed service ".service_locator.Dnc0FSg"; reason: private alias.
Removed service ".service_locator.Ksz_3xu"; reason: private alias.
Removed service ".service_locator.oFx0_zF"; reason: private alias.
Removed service ".service_locator.GwR1k27"; reason: private alias.
Removed service ".service_locator.YoE4GGP"; reason: private alias.
156
Changed reference of service "App\AppBundle\Controller\TController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\AppController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\AppController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Controller\AppController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Controller\ComicsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\ComicsController" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Controller\ComicsController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Controller\ComicsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Controller\ContestController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\ContestController" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Controller\ContestController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Controller\ContestController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\DefaultController" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Controller\DefaultController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Controller\EventsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\EventsController" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Controller\EventsController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Controller\InviteController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Controller\PageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\PageController" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Controller\PageController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Controller\PostController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\PostController" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Controller\PostController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Controller\PostController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Controller\ProfileController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\ProfileController" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Controller\ProfileController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Controller\ProfileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Controller\UserController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\UserController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Controller\UserController" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Controller\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Controller\VideoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Controller\VideoController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Controller\VideoController" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Controller\VideoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Services\ContestService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Services\PostService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Services\PostService" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Services\PostService" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\BlogBundle\Services\PostService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\VideoBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\VideoBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\IgrajBundle\Controller\DefaultController" previously pointing to "router.default" to "router".
Changed reference of service "App\IgrajBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\InfoBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\InfoBundle\Controller\DefaultController" previously pointing to "router.default" to "router".
Changed reference of service "App\InfoBundle\Controller\DefaultController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\InfoBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\InfouserBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\GamesBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\GamesBundle\Controller\DefaultController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\GamesBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\GamesBundle\Controller\StatisticController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\KaraokeBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\KaraokeBundle\Controller\DefaultController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\KaraokeBundle\Controller\DefaultController" previously pointing to "router.default" to "router".
Changed reference of service "App\KaraokeBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Twig\TopHeaderExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Twig\TopHeaderExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Twig\NewsExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Twig\ModernExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Twig\PostsExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Twig\PostsRatingExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Twig\RatingByYearExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Twig\TopHeaderSliderExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Form\Comments" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Form\Messages" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Form\UserProfile" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\AppBundle\Form\PostType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\AppBundle\Model\GameManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BlogBundle\Twig\ContestExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Form\FeedbackType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "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 "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 "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 "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 "app.game" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "white_october_breadcrumbs.helper" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ACSRP6y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.TN0eZz2" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.asji.pX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.asji.pX" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.asji.pX" previously pointing to "router.default" to "router".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.OkS5_e6" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.OkS5_e6" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.zHhPQcF" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xRvtKlk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "white_october_breadcrumbs" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.App\BlogBundle\Command\SetVideoLessonCommand" previously pointing to "router.default" to "router".
661
Removed service "App\KaraokeBundle\Controller\MobileController"; 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 "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\BannerCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\BannerCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\BannerCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\BannerCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\CardCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\CardCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\CardCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\CardCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\CommentCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\CommentCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\CommentCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\CommentCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\ComplaintCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\ComplaintCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\ComplaintCrudController"; reason: abstract.
Removed service ".instanceof.App\AdminPanel\Controller\Admin\ComplaintCrudController.0.App\AdminPanel\Controller\Admin\ComplaintCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\ComplaintCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\ConfigurationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\ConfigurationCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\ConfigurationCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\ConfigurationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\ContrCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\ContrCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\ContrCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\ContrCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\DailyTasksCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\DailyTasksCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\DailyTasksCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\DailyTasksCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\AdminPanel\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.App\AdminPanel\Controller\Admin\DashboardController.0.App\AdminPanel\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\FeedbackCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\FeedbackCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\FeedbackCrudController"; reason: abstract.
Removed service ".instanceof.App\AdminPanel\Controller\Admin\FeedbackCrudController.0.App\AdminPanel\Controller\Admin\FeedbackCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\FeedbackCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InfoCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InfoCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InfoCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\InfoCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InfoStageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InfoStageCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InfoStageCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\InfoStageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InfouserCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InfouserCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InfouserCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\InfouserCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\InterestCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\InterestCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\InterestCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\InterestCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\NewsCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\NewsCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\NewsCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\NewsCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\PageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\PageCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\PageCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\PageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\PostCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\PostCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\PostCrudController"; reason: abstract.
Removed service ".instanceof.App\AdminPanel\Controller\Admin\PostCrudController.0.App\AdminPanel\Controller\Admin\PostCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\PostCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.App\AdminPanel\Controller\Admin\SecurityController.0.App\AdminPanel\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\SliderCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\SliderCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\SliderCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\SliderCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\StatisticCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\StatisticCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\StatisticCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\StatisticCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\TemplCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\TemplCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\TemplCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\TemplCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\TranslateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\TranslateController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\AdminPanel\Controller\Admin\TranslateController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\TranslateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Admin\UserRatingCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Admin\UserRatingCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Admin\UserRatingCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Admin\UserRatingCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Dnevnik\ComicsCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Dnevnik\ComicsCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Dnevnik\ContestCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Dnevnik\ContestCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Dnevnik\ContestCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Dnevnik\ContestCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Games\GamesCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Games\GamesCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Games\GamesCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Games\GamesCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Games\GamesLevelCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Games\GamesLevelCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Games\GamesLevelCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Games\GamesLevelCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Games\GamesPuzzleCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Games\GamesPuzzleCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Games\GamesPuzzleCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Games\GamesPuzzleCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Igraj\CategoryCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Igraj\CategoryCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Igraj\CategoryCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Igraj\CategoryCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Igraj\GameCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Igraj\GameCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Igraj\GameCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Igraj\GameCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Igraj\GameScriptCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Igraj\GameScriptCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Igraj\GameScriptCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Igraj\GameScriptCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Karaoke\KaraokeCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Karaoke\KaraokeCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Settings\DistrictCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Settings\DistrictCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Settings\DistrictCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Settings\DistrictCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Settings\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Settings\RatingController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\AdminPanel\Controller\Settings\RatingController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Settings\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Settings\UserCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Settings\UserCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Settings\UserCrudController"; reason: abstract.
Removed service ".instanceof.App\AdminPanel\Controller\Settings\UserCrudController.0.App\AdminPanel\Controller\Settings\UserCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Settings\UserCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Video\VideoCategoryCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Video\VideoCategoryCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Video\VideoCategoryCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Video\VideoCategoryCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Video\VideoCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Video\VideoCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Video\VideoCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Video\VideoCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminPanel\Controller\Video\VideoLessonCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminPanel\Controller\Video\VideoLessonCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\AdminPanel\Controller\Video\VideoLessonCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminPanel\Controller\Video\VideoLessonCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AppBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.App\AppBundle\Controller\AuthController.0.App\AppBundle\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\AppBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AppBundle\Controller\TController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\TController"; reason: abstract.
Removed service ".instanceof.App\AppBundle\Controller\TController.0.App\AppBundle\Controller\TController"; reason: abstract.
Removed service ".abstract.instanceof.App\AppBundle\Controller\TController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\ApiController.0.App\BlogBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\AppController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\AppController.0.App\BlogBundle\Controller\AppController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ComicsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ComicsController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\ComicsController.0.App\BlogBundle\Controller\ComicsController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\ComicsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ContestController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\ContestController.0.App\BlogBundle\Controller\ContestController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\ContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\DefaultController.0.App\BlogBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\EventsController.0.App\BlogBundle\Controller\EventsController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ExceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ExceptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\ExceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\InviteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\InviteController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\InviteController.0.App\BlogBundle\Controller\InviteController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\InviteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\PageController.0.App\BlogBundle\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\ProfileController.0.App\BlogBundle\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\UserController.0.App\BlogBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.App\BlogBundle\Controller\VideoController.0.App\BlogBundle\Controller\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\VideoBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\VideoBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\VideoBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\IgrajBundle\Controller\DefaultController.0.App\IgrajBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\IgrajBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.App\IgrajBundle\Controller\StatisticController.0.App\IgrajBundle\Controller\StatisticController"; reason: abstract.
Removed service ".abstract.instanceof.App\IgrajBundle\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\InfoBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\InfoBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\InfoBundle\Controller\DefaultController.0.App\InfoBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\InfoBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\InfouserBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\InfouserBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\InfouserBundle\Controller\DefaultController.0.App\InfouserBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\InfouserBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\PgameBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\PgameBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\PgameBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\GamesBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\GamesBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\GamesBundle\Controller\DefaultController.0.App\GamesBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\GamesBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\GamesBundle\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\GamesBundle\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.App\GamesBundle\Controller\StatisticController.0.App\GamesBundle\Controller\StatisticController"; reason: abstract.
Removed service ".abstract.instanceof.App\GamesBundle\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\LibraryBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\LibraryBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\LibraryBundle\Controller\DefaultController.0.App\LibraryBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\LibraryBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\KaraokeBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\KaraokeBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\KaraokeBundle\Controller\DefaultController.0.App\KaraokeBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\KaraokeBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\LessonExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\LessonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\TopHeaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\TopHeaderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\NewsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\NewsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\ModernExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\ModernExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\PostsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\PostsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\PostsRatingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\PostsRatingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\RatingByYearExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\RatingByYearExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\TopHeaderSliderExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\TopHeaderSliderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\TemplateExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\TemplateExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\AppBundle\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\AppBundle\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\GamesBundle\Twig\GamesRatingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\GamesBundle\Twig\GamesRatingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\IgrajBundle\Widgets\GameCatalog"; reason: abstract.
Removed service ".abstract.instanceof.App\IgrajBundle\Widgets\GameCatalog"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\NotificationExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\NotificationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\OccasionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\OccasionExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\BannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\BannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ComicsImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ComicsImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ComicsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ComicsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\CommentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\CommentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ComplaintRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ComplaintRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestMemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ContestMemberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestMemberUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ContestMemberUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ContestMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ContestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestResultRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ContestResultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ContestlikeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ContestlikeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\ControllersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\ControllersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DailyTasksCurrentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\DailyTasksCurrentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DailyTasksProgressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\DailyTasksProgressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DailyTasksRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\DailyTasksRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DialogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\DialogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DialogconfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\DialogconfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\DistrictRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\DistrictRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\FeedbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\FeedbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\FriendsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\FriendsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesLevelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\GamesLevelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesPuzzleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\GamesPuzzleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\GamesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesSnapPuzzleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\GamesSnapPuzzleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesStatisticRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\GamesStatisticRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\GamesWinnersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\GamesWinnersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoAnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\InfoAnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoQuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\InfoQuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\InfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoSliderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\InfoSliderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfoStageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\InfoStageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfouserFavoritesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\InfouserFavoritesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InfouserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\InfouserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InterestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\InterestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\InviteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\InviteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\KaraokeImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\KaraokeImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\KaraokeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\KaraokeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\KaraokeStatisticRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\KaraokeStatisticRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LastRatingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LastRatingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LastRatingsValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LastRatingsValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LentaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LentaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LentaTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LentaTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LentaTemplatesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LentaTemplatesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonAnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LessonAnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonComicsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LessonComicsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonFinishRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LessonFinishRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonQuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LessonQuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LessonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LessonStageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LessonStageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LibraryItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LibraryItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\LibraryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\LibraryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\MessagesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\MessagesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewMaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\NewMaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewsCommentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\NewsCommentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\NewsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\NewslikeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\NewslikeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\OccasionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\OccasionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\PostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\PostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\PostlikeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\PostlikeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\RatingClassRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\RatingClassRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\SliderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\SliderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\TemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\TemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\VideoCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\VideoCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\VideoLessonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\VideoLessonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\BlogBundle\Repository\VideoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Repository\VideoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\Comments"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Form\Comments"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\Messages"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Form\Messages"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\RatingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\RatingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\LastRatingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\LastRatingExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\UserProfile"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Form\UserProfile"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\AppBundle\Form\PostType"; reason: abstract.
Removed service ".abstract.instanceof.App\AppBundle\Form\PostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\BlogBundle\Listener\PostListener"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Listener\PostListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\BlogBundle\Command\SetVideoLessonCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Command\SetVideoLessonCommand"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\BlogBundle\Twig\ContestExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Twig\ContestExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\BlogBundle\Form\FeedbackType"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Form\FeedbackType"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
99
Removed service "App\BlogBundle\Repository\RatingByYearRepository"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "translation.extractor.visitor.trans_method"; reason: unused.
Removed service "translation.extractor.visitor.translatable_message"; reason: unused.
Removed service "translation.extractor.visitor.constraint"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "mime_types"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; 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 "doctrine.dbal.well_known_schema_asset_filter"; 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 "app.game"; 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 "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.PZ0UHmb"; reason: unused.
407
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\BannerCrudController" to "App\AdminPanel\Controller\Admin\BannerCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\CardCrudController" to "App\AdminPanel\Controller\Admin\CardCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\CommentCrudController" to "App\AdminPanel\Controller\Admin\CommentCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\ComplaintCrudController" to "App\AdminPanel\Controller\Admin\ComplaintCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\ConfigurationCrudController" to "App\AdminPanel\Controller\Admin\ConfigurationCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\ContrCrudController" to "App\AdminPanel\Controller\Admin\ContrCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\DailyTasksCrudController" to "App\AdminPanel\Controller\Admin\DailyTasksCrudController".
Inlined service ".service_locator.zHhPQcF.App\AdminPanel\Controller\Admin\DashboardController" to "App\AdminPanel\Controller\Admin\DashboardController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\FeedbackCrudController" to "App\AdminPanel\Controller\Admin\FeedbackCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\InfoCrudController" to "App\AdminPanel\Controller\Admin\InfoCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\InfoStageCrudController" to "App\AdminPanel\Controller\Admin\InfoStageCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\InfouserCrudController" to "App\AdminPanel\Controller\Admin\InfouserCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\InterestCrudController" to "App\AdminPanel\Controller\Admin\InterestCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\NewsCrudController" to "App\AdminPanel\Controller\Admin\NewsCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\PageCrudController" to "App\AdminPanel\Controller\Admin\PageCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\PostCrudController" to "App\AdminPanel\Controller\Admin\PostCrudController".
Inlined service ".service_locator.ZyP9f7K.App\AdminPanel\Controller\Admin\SecurityController" to "App\AdminPanel\Controller\Admin\SecurityController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\SliderCrudController" to "App\AdminPanel\Controller\Admin\SliderCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\StatisticCrudController" to "App\AdminPanel\Controller\Admin\StatisticCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\TemplCrudController" to "App\AdminPanel\Controller\Admin\TemplCrudController".
Inlined service ".service_locator.zHhPQcF.App\AdminPanel\Controller\Admin\TranslateController" to "App\AdminPanel\Controller\Admin\TranslateController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Admin\UserRatingCrudController" to "App\AdminPanel\Controller\Admin\UserRatingCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Dnevnik\ComicsCrudController" to "App\AdminPanel\Controller\Dnevnik\ComicsCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController" to "App\AdminPanel\Controller\Dnevnik\ComicsImageCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Dnevnik\ContestCrudController" to "App\AdminPanel\Controller\Dnevnik\ContestCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Games\GamesCrudController" to "App\AdminPanel\Controller\Games\GamesCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Games\GamesLevelCrudController" to "App\AdminPanel\Controller\Games\GamesLevelCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Games\GamesPuzzleCrudController" to "App\AdminPanel\Controller\Games\GamesPuzzleCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Igraj\CategoryCrudController" to "App\AdminPanel\Controller\Igraj\CategoryCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Igraj\GameCrudController" to "App\AdminPanel\Controller\Igraj\GameCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Igraj\GameScriptCrudController" to "App\AdminPanel\Controller\Igraj\GameScriptCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Karaoke\KaraokeCrudController" to "App\AdminPanel\Controller\Karaoke\KaraokeCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController" to "App\AdminPanel\Controller\Karaoke\KaraokeImageCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Settings\DistrictCrudController" to "App\AdminPanel\Controller\Settings\DistrictCrudController".
Inlined service ".service_locator.zHhPQcF.App\AdminPanel\Controller\Settings\RatingController" to "App\AdminPanel\Controller\Settings\RatingController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Settings\UserCrudController" to "App\AdminPanel\Controller\Settings\UserCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Video\VideoCategoryCrudController" to "App\AdminPanel\Controller\Video\VideoCategoryCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Video\VideoCrudController" to "App\AdminPanel\Controller\Video\VideoCrudController".
Inlined service ".service_locator.OkS5_e6.App\AdminPanel\Controller\Video\VideoLessonCrudController" to "App\AdminPanel\Controller\Video\VideoLessonCrudController".
Inlined service ".service_locator.ZyP9f7K.App\AppBundle\Controller\AuthController" to "App\AppBundle\Controller\AuthController".
Inlined service "App\AppBundle\Model\GameManager" to "App\AppBundle\Controller\TController".
Inlined service ".service_locator.ZyP9f7K.App\AppBundle\Controller\TController" to "App\AppBundle\Controller\TController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\ApiController" to "App\BlogBundle\Controller\ApiController".
Inlined service "App\BlogBundle\Services\AppService" to "App\BlogBundle\Controller\AppController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\AppController" to "App\BlogBundle\Controller\AppController".
Inlined service "App\BlogBundle\Services\ComicsService" to "App\BlogBundle\Controller\ComicsController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\ComicsController" to "App\BlogBundle\Controller\ComicsController".
Inlined service "App\BlogBundle\Services\ContestService" to "App\BlogBundle\Controller\ContestController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\ContestController" to "App\BlogBundle\Controller\ContestController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\DefaultController" to "App\BlogBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\EventsController" to "App\BlogBundle\Controller\EventsController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\ExceptionController" to "App\BlogBundle\Controller\ExceptionController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\InviteController" to "App\BlogBundle\Controller\InviteController".
Inlined service "App\BlogBundle\Services\PageService" to "App\BlogBundle\Controller\PageController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\PageController" to "App\BlogBundle\Controller\PageController".
Inlined service "App\BlogBundle\Services\PostService" to "App\BlogBundle\Controller\PostController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\PostController" to "App\BlogBundle\Controller\PostController".
Inlined service "security.helper" to "App\BlogBundle\Controller\ProfileController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\ProfileController" to "App\BlogBundle\Controller\ProfileController".
Inlined service "App\BlogBundle\Services\UserService" to "App\BlogBundle\Controller\UserController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\UserController" to "App\BlogBundle\Controller\UserController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\VideoController" to "App\BlogBundle\Controller\VideoController".
Inlined service "App\BlogBundle\Services\DialogService" to "App\BlogBundle\Services\MessageService".
Inlined service "App\Helpers\Helper" to "App\BlogBundle\Services\PostService".
Inlined service ".service_locator.ZyP9f7K.App\VideoBundle\Controller\DefaultController" to "App\VideoBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\IgrajBundle\Controller\DefaultController" to "App\IgrajBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\IgrajBundle\Controller\StatisticController" to "App\IgrajBundle\Controller\StatisticController".
Inlined service "App\InfoBundle\Services\DefaultService" to "App\InfoBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\InfoBundle\Controller\DefaultController" to "App\InfoBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\InfouserBundle\Controller\DefaultController" to "App\InfouserBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\PgameBundle\Controller\DefaultController" to "App\PgameBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\GamesBundle\Controller\DefaultController" to "App\GamesBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\GamesBundle\Controller\StatisticController" to "App\GamesBundle\Controller\StatisticController".
Inlined service ".service_locator.ZyP9f7K.App\LibraryBundle\Controller\DefaultController" to "App\LibraryBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\KaraokeBundle\Controller\DefaultController" to "App\KaraokeBundle\Controller\DefaultController".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "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 "EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.zMZ73H8" 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.qDhg87t" 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 "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
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 "ux.twig_component.data_collector" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.0CS_i83" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.y9.6UaE" to "security.access_map".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.l6nTaJG" to ".security.request_matcher.y9.6UaE".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\BlogBundle\Twig\LessonExtension" to "twig".
Inlined service "App\BlogBundle\Twig\TopHeaderExtension" to "twig".
Inlined service "App\BlogBundle\Twig\NewsExtension" to "twig".
Inlined service "App\BlogBundle\Twig\ModernExtension" to "twig".
Inlined service "App\BlogBundle\Twig\PostsExtension" to "twig".
Inlined service "App\BlogBundle\Twig\PostsRatingExtension" to "twig".
Inlined service "App\BlogBundle\Twig\RatingByYearExtension" to "twig".
Inlined service "App\BlogBundle\Twig\TopHeaderSliderExtension" to "twig".
Inlined service "App\BlogBundle\Twig\TemplateExtension" to "twig".
Inlined service "App\AppBundle\Twig\AppExtension" to "twig".
Inlined service "App\GamesBundle\Twig\GamesRatingExtension" to "twig".
Inlined service "App\IgrajBundle\Widgets\GameCatalog" to "twig".
Inlined service "App\BlogBundle\Twig\NotificationExtension" to "twig".
Inlined service "App\BlogBundle\Twig\OccasionExtension" to "twig".
Inlined service "App\BlogBundle\Twig\RatingExtension" to "twig".
Inlined service "App\BlogBundle\Twig\LastRatingExtension" to "twig".
Inlined service "App\BlogBundle\Twig\ContestExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" to "twig".
Inlined service "twig.extension.html" to "twig".
Inlined service "fos_ck_editor.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 "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.lMv3Dwi.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.OE1pf.H" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.ZSS2D.Y" 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.lRa1qFR" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.WBY8UNJ" to "ux.twig_component.component_factory".
Inlined service "ux.twig_component.component_stack" to "ux.twig_component.component_renderer".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service "cache.ux.twig_component.recorder_inner" to "cache.ux.twig_component".
Inlined service ".service_locator.7vU95QS.ux.twig_component.cache_warmer" to "ux.twig_component.cache_warmer".
Inlined service "service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" to "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" to "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory".
Inlined service "cache.easyadmin.recorder_inner" to "cache.easyadmin".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher" to "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" to "EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.meaEtRU" to ".service_locator.meaEtRU.App\AdminPanel\Controller\Admin\ComplaintCrudController::processComplaint()".
Inlined service ".service_locator.EfTaudN" to ".service_locator.EfTaudN.App\AdminPanel\Controller\Admin\FeedbackCrudController::sendAnswer()".
Inlined service ".service_locator.rSTj25X" to ".service_locator.rSTj25X.App\AdminPanel\Controller\Admin\PostCrudController::setNews()".
Inlined service ".service_locator.LjCAoL4" to ".service_locator.LjCAoL4.App\BlogBundle\Controller\AppController::getForm()".
Inlined service ".service_locator.TN0eZz2" to ".service_locator.TN0eZz2.App\BlogBundle\Controller\AppController::educationalMaterialsAction()".
Inlined service ".service_locator.8hXAGPg" to ".service_locator.8hXAGPg.App\BlogBundle\Controller\VideoController::downloadAction()".
Inlined service ".service_locator.DbVnohY" to ".service_locator.DbVnohY.App\IgrajBundle\Controller\DefaultController::categoryAction()".
Inlined service ".service_locator.SvleyKo" to ".service_locator.SvleyKo.App\IgrajBundle\Controller\DefaultController::viewAction()".
Inlined service ".service_locator.gsnkp2o" to ".service_locator.gsnkp2o.App\IgrajBundle\Controller\StatisticController::incrementAction()".
Inlined service ".service_locator.XzsB6PN" to ".service_locator.XzsB6PN.App\InfoBundle\Controller\DefaultController::viewAction()".
Inlined service ".service_locator.iXzkks2" to ".service_locator.iXzkks2.App\InfouserBundle\Controller\DefaultController::addTest()".
Inlined service ".service_locator.e1dS84o" to ".service_locator.e1dS84o.App\GamesBundle\Controller\DefaultController::categoryAction()".
Inlined service ".service_locator.3Ncvz7A" to ".service_locator.3Ncvz7A.App\KaraokeBundle\Controller\DefaultController::downloadAction()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" to ".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" to ".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" to ".debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.9zR6mch" to ".service_locator.9zR6mch.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service ".service_locator.7vU95QS" to ".service_locator.7vU95QS.ux.twig_component.cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.IqmyHpq" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.KFwJWX." to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.9zR6mch.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" 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 "assets.packages" to "twig".
Inlined service "assets.packages" to "twig".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry" to "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry" to "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber".
2
Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.preload", "container.decorator", "container.stack"?
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "security.csrf.same_origin_token_manager", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used. Did you mean "container.error"?