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".
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\AppBundle\DependencyInjection\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "App\AdminBundle\DependencyInjection\AdminExtension".
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\AdminBundle\DependencyInjection\AdminExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\BlogBundle\Twig\LessonExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\BlogBundle\Twig\TopHeaderExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\BlogBundle\Twig\NewsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\BlogBundle\Twig\ModernExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\AppBundle\Twig\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\GamesBundle\Twig\GamesRatingExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\MobileBundle\Extensions\MenuExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\BlogBundle\Twig\NotificationExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\BlogBundle\Twig\RatingExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\BlogBundle\Twig\LastRatingExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "DoctrineExtensions\Taggable\Taggable::getTags()" might add "Doctrine\Common\Collections\Collection" as a native return type declaration in the future. Do the same in implementation "App\AdminBundle\Entity\Entity" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "DoctrineExtensions\Taggable\Taggable::getTaggableType()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\AdminBundle\Entity\Entity" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "DoctrineExtensions\Taggable\Taggable::getTaggableId()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\AdminBundle\Entity\Entity" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\AdminBundle\Form\RegistrationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\AdminBundle\Form\RegistrationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::getParent()" might add "?string" as a native return type declaration in the future. Do the same in child class "App\AdminBundle\Form\RegistrationType" now to avoid errors or add an explicit @return annotation to suppress this message.
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 l0_.id AS id_0, l0_.title AS title_1, l0_.added AS added_2, l0_.user_id AS user_id_3 FROM lenta l0_ ORDER BY l0_.id DESC LIMIT 20"
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.title AS title_1, l0_.added AS added_2, l0_.user_id AS user_id_3 FROM lenta l0_ ORDER BY l0_.id DESC LIMIT 20"
]
"SELECT n0_.id AS id_0, n0_.material_id AS material_id_1, n0_.title AS title_2, n0_.picture AS picture_3, n0_.url AS url_4, n0_.category_title AS category_title_5, n0_.category_url AS category_url_6, n0_.added AS added_7 FROM new_matearial n0_ WHERE n0_.added > 2026 - 01 - 13 ORDER BY n0_.added DESC"
doctrine
[
"sql" => "SELECT n0_.id AS id_0, n0_.material_id AS material_id_1, n0_.title AS title_2, n0_.picture AS picture_3, n0_.url AS url_4, n0_.category_title AS category_title_5, n0_.category_url AS category_url_6, n0_.added AS added_7 FROM new_matearial n0_ WHERE n0_.added > 2026 - 01 - 13 ORDER BY n0_.added DESC"
]
debug
Executing query:
"SELECT n0_.id AS id_0, n0_.material_id AS material_id_1, n0_.title AS title_2, n0_.picture AS picture_3, n0_.url AS url_4, n0_.category_title AS category_title_5, n0_.category_url AS category_url_6, n0_.added AS added_7 FROM new_matearial n0_ WHERE n0_.added > 2026 - 01 - 13 ORDER BY n0_.added DESC"
doctrine
[
"sql" => "SELECT n0_.id AS id_0, n0_.material_id AS material_id_1, n0_.title AS title_2, n0_.picture AS picture_3, n0_.url AS url_4, n0_.category_title AS category_title_5, n0_.category_url AS category_url_6, n0_.added AS added_7 FROM new_matearial n0_ WHERE n0_.added > 2026 - 01 - 13 ORDER BY n0_.added DESC"
]
debug
Executing query:
"SELECT n0_.id AS id_0, n0_.material_id AS material_id_1, n0_.title AS title_2, n0_.picture AS picture_3, n0_.url AS url_4, n0_.category_title AS category_title_5, n0_.category_url AS category_url_6, n0_.added AS added_7 FROM new_matearial n0_ WHERE n0_.added > 2026 - 01 - 13 ORDER BY n0_.added DESC"
doctrine
[
"sql" => "SELECT n0_.id AS id_0, n0_.material_id AS material_id_1, n0_.title AS title_2, n0_.picture AS picture_3, n0_.url AS url_4, n0_.category_title AS category_title_5, n0_.category_url AS category_url_6, n0_.added AS added_7 FROM new_matearial n0_ WHERE n0_.added > 2026 - 01 - 13 ORDER BY n0_.added DESC"
]
debug
Executing statement:
"SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.url AS url_2, n0_.annotation AS annotation_3, n0_.body AS body_4, n0_.created AS created_5, n0_.mainphoto AS mainphoto_6, n0_.likes AS likes_7, n0_.video AS video_8, n0_.status AS status_9, n0_.comments_count AS comments_count_10, n0_.viewing_count AS viewing_count_11, n0_.likes_count AS likes_count_12, n0_.user_id AS user_id_13 FROM news n0_ WHERE n0_.status = 1 AND n0_.created <= ? ORDER BY n0_.created DESC LIMIT 6"
[
"sql" => "SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.url AS url_2, n0_.annotation AS annotation_3, n0_.body AS body_4, n0_.created AS created_5, n0_.mainphoto AS mainphoto_6, n0_.likes AS likes_7, n0_.video AS video_8, n0_.status AS status_9, n0_.comments_count AS comments_count_10, n0_.viewing_count AS viewing_count_11, n0_.likes_count AS likes_count_12, n0_.user_id AS user_id_13 FROM news n0_ WHERE n0_.status = 1 AND n0_.created <= ? ORDER BY n0_.created DESC LIMIT 6"
"params" => [1 => "2026-01-20 00:12:13"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#1998
+name: "STRING"
}
]
]
debug
Executing query:
"SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.annotation AS annotation_2, c0_.text AS text_3, c0_.date_begin AS date_begin_4, c0_.date_end AS date_end_5, c0_.dateresult AS dateresult_6, c0_.is_published AS is_published_7, c0_.is_admin AS is_admin_8, c0_.slug AS slug_9, c0_.mainphoto AS mainphoto_10, c0_.viewed AS viewed_11, c0_.rating AS rating_12, c0_.is_anonymous AS is_anonymous_13, c0_.is_show AS is_show_14, c0_.file_type AS file_type_15 FROM contest c0_ ORDER BY c0_.id DESC LIMIT 6"
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.annotation AS annotation_2, c0_.text AS text_3, c0_.date_begin AS date_begin_4, c0_.date_end AS date_end_5, c0_.dateresult AS dateresult_6, c0_.is_published AS is_published_7, c0_.is_admin AS is_admin_8, c0_.slug AS slug_9, c0_.mainphoto AS mainphoto_10, c0_.viewed AS viewed_11, c0_.rating AS rating_12, c0_.is_anonymous AS is_anonymous_13, c0_.is_show AS is_show_14, c0_.file_type AS file_type_15 FROM contest c0_ ORDER BY c0_.id DESC LIMIT 6"
]
debug
Executing query:
"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_.status = 1 ORDER BY p0_.id DESC LIMIT 9"
doctrine
[
"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_.status = 1 ORDER BY p0_.id DESC LIMIT 9"
]
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 {#1995
+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 => 57592]
"types" => [1 => Doctrine\DBAL\ParameterType {#1995
+name: "INTEGER"
}
]
]
debug
Executing query:
"SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.username_canonical AS username_canonical_2, u0_.email AS email_3, u0_.email_canonical AS email_canonical_4, u0_.roles AS roles_5, u0_.password AS password_6, u0_.enabled AS enabled_7, u0_.locked AS locked_8, u0_.created AS created_9, u0_.rating AS rating_10, u0_.avatar AS avatar_11, u0_.game_count AS game_count_12, u0_.game_victory AS game_victory_13, u0_.firstname AS firstname_14, u0_.blogname AS blogname_15, u0_.surname AS surname_16, u0_.birthday AS birthday_17, u0_.gender AS gender_18, u0_.notification AS notification_19, u0_.school AS school_20, u0_.class AS class_21, u0_.city AS city_22, u0_.confirmation_token AS confirmation_token_23, u0_.password_requested_at AS password_requested_at_24, u0_.x1 AS x1_25, u0_.x2 AS x2_26, u0_.y1 AS y1_27, u0_.y2 AS y2_28, u0_.card_in_last_game AS card_in_last_game_29, u0_.district_id AS district_id_30, u0_.game_id AS game_id_31 FROM user u0_ ORDER BY u0_.rating DESC LIMIT 3"
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.username_canonical AS username_canonical_2, u0_.email AS email_3, u0_.email_canonical AS email_canonical_4, u0_.roles AS roles_5, u0_.password AS password_6, u0_.enabled AS enabled_7, u0_.locked AS locked_8, u0_.created AS created_9, u0_.rating AS rating_10, u0_.avatar AS avatar_11, u0_.game_count AS game_count_12, u0_.game_victory AS game_victory_13, u0_.firstname AS firstname_14, u0_.blogname AS blogname_15, u0_.surname AS surname_16, u0_.birthday AS birthday_17, u0_.gender AS gender_18, u0_.notification AS notification_19, u0_.school AS school_20, u0_.class AS class_21, u0_.city AS city_22, u0_.confirmation_token AS confirmation_token_23, u0_.password_requested_at AS password_requested_at_24, u0_.x1 AS x1_25, u0_.x2 AS x2_26, u0_.y1 AS y1_27, u0_.y2 AS y2_28, u0_.card_in_last_game AS card_in_last_game_29, u0_.district_id AS district_id_30, u0_.game_id AS game_id_31 FROM user u0_ ORDER BY u0_.rating DESC LIMIT 3"
]
debug
Executing query:
"SELECT s0_.mainphoto AS mainphoto_0, s0_.url AS url_1, s0_.rustitle AS rustitle_2 FROM slider s0_"
doctrine
[
"sql" => "SELECT s0_.mainphoto AS mainphoto_0, s0_.url AS url_1, s0_.rustitle AS rustitle_2 FROM slider s0_"
]
[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"
780
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\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\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\AdminBundle\Controller\BannerController" (parent: .abstract.instanceof.App\AdminBundle\Controller\BannerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\BannerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\BannerController).
Resolving inheritance for "App\AdminBundle\Controller\BannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\BannerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\BaseController" (parent: .abstract.instanceof.App\AdminBundle\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\BaseController).
Resolving inheritance for "App\AdminBundle\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\CardController" (parent: .abstract.instanceof.App\AdminBundle\Controller\CardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\CardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\CardController).
Resolving inheritance for "App\AdminBundle\Controller\CardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\CardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ComicsController" (parent: .abstract.instanceof.App\AdminBundle\Controller\ComicsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ComicsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ComicsController).
Resolving inheritance for "App\AdminBundle\Controller\ComicsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ComicsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ComicsImageController" (parent: .abstract.instanceof.App\AdminBundle\Controller\ComicsImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ComicsImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ComicsImageController).
Resolving inheritance for "App\AdminBundle\Controller\ComicsImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ComicsImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\CommentsController" (parent: .abstract.instanceof.App\AdminBundle\Controller\CommentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\CommentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\CommentsController).
Resolving inheritance for "App\AdminBundle\Controller\CommentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\CommentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ComplaintController" (parent: .abstract.instanceof.App\AdminBundle\Controller\ComplaintController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ComplaintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ComplaintController).
Resolving inheritance for "App\AdminBundle\Controller\ComplaintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ComplaintController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ConfigurationController" (parent: .abstract.instanceof.App\AdminBundle\Controller\ConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ConfigurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ConfigurationController).
Resolving inheritance for "App\AdminBundle\Controller\ConfigurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ContestController" (parent: .abstract.instanceof.App\AdminBundle\Controller\ContestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ContestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ContestController).
Resolving inheritance for "App\AdminBundle\Controller\ContestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ContestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ControllersController" (parent: .abstract.instanceof.App\AdminBundle\Controller\ControllersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ControllersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ControllersController).
Resolving inheritance for "App\AdminBundle\Controller\ControllersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ControllersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\DailyTasksController" (parent: .abstract.instanceof.App\AdminBundle\Controller\DailyTasksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\DailyTasksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\DailyTasksController).
Resolving inheritance for "App\AdminBundle\Controller\DailyTasksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\DailyTasksController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\AdminBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\DefaultController).
Resolving inheritance for "App\AdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\DiffController" (parent: .abstract.instanceof.App\AdminBundle\Controller\DiffController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\DiffController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\DiffController).
Resolving inheritance for "App\AdminBundle\Controller\DiffController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\DiffController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\FeedbackController" (parent: .abstract.instanceof.App\AdminBundle\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\FeedbackController).
Resolving inheritance for "App\AdminBundle\Controller\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GameController" (parent: .abstract.instanceof.App\AdminBundle\Controller\GameController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GameController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GameController).
Resolving inheritance for "App\AdminBundle\Controller\GameController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GameController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesController" (parent: .abstract.instanceof.App\AdminBundle\Controller\GamesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesController).
Resolving inheritance for "App\AdminBundle\Controller\GamesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesLevelController" (parent: .abstract.instanceof.App\AdminBundle\Controller\GamesLevelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesLevelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesLevelController).
Resolving inheritance for "App\AdminBundle\Controller\GamesLevelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesLevelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesPuzzleController" (parent: .abstract.instanceof.App\AdminBundle\Controller\GamesPuzzleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesPuzzleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesPuzzleController).
Resolving inheritance for "App\AdminBundle\Controller\GamesPuzzleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesPuzzleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesSnapPuzzleController" (parent: .abstract.instanceof.App\AdminBundle\Controller\GamesSnapPuzzleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesSnapPuzzleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesSnapPuzzleController).
Resolving inheritance for "App\AdminBundle\Controller\GamesSnapPuzzleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesSnapPuzzleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfoController" (parent: .abstract.instanceof.App\AdminBundle\Controller\InfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfoController).
Resolving inheritance for "App\AdminBundle\Controller\InfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfoQuestionController" (parent: .abstract.instanceof.App\AdminBundle\Controller\InfoQuestionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfoQuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfoQuestionController).
Resolving inheritance for "App\AdminBundle\Controller\InfoQuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfoQuestionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfoSliderController" (parent: .abstract.instanceof.App\AdminBundle\Controller\InfoSliderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfoSliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfoSliderController).
Resolving inheritance for "App\AdminBundle\Controller\InfoSliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfoSliderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfouserController" (parent: .abstract.instanceof.App\AdminBundle\Controller\InfouserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfouserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfouserController).
Resolving inheritance for "App\AdminBundle\Controller\InfouserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfouserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InterestController" (parent: .abstract.instanceof.App\AdminBundle\Controller\InterestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InterestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InterestController).
Resolving inheritance for "App\AdminBundle\Controller\InterestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InterestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\KaraokeController" (parent: .abstract.instanceof.App\AdminBundle\Controller\KaraokeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\KaraokeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\KaraokeController).
Resolving inheritance for "App\AdminBundle\Controller\KaraokeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\KaraokeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LentaTemplatesController" (parent: .abstract.instanceof.App\AdminBundle\Controller\LentaTemplatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LentaTemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LentaTemplatesController).
Resolving inheritance for "App\AdminBundle\Controller\LentaTemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LentaTemplatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonController" (parent: .abstract.instanceof.App\AdminBundle\Controller\LessonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonController).
Resolving inheritance for "App\AdminBundle\Controller\LessonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonFinishController" (parent: .abstract.instanceof.App\AdminBundle\Controller\LessonFinishController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonFinishController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonFinishController).
Resolving inheritance for "App\AdminBundle\Controller\LessonFinishController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonFinishController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonQuestionController" (parent: .abstract.instanceof.App\AdminBundle\Controller\LessonQuestionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonQuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonQuestionController).
Resolving inheritance for "App\AdminBundle\Controller\LessonQuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonQuestionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonStageController" (parent: .abstract.instanceof.App\AdminBundle\Controller\LessonStageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonStageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonStageController).
Resolving inheritance for "App\AdminBundle\Controller\LessonStageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonStageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LibraryController" (parent: .abstract.instanceof.App\AdminBundle\Controller\LibraryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LibraryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LibraryController).
Resolving inheritance for "App\AdminBundle\Controller\LibraryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LibraryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LibraryItemController" (parent: .abstract.instanceof.App\AdminBundle\Controller\LibraryItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LibraryItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LibraryItemController).
Resolving inheritance for "App\AdminBundle\Controller\LibraryItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LibraryItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\MapController" (parent: .abstract.instanceof.App\AdminBundle\Controller\MapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\MapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\MapController).
Resolving inheritance for "App\AdminBundle\Controller\MapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\MapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\MappointController" (parent: .abstract.instanceof.App\AdminBundle\Controller\MappointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\MappointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\MappointController).
Resolving inheritance for "App\AdminBundle\Controller\MappointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\MappointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\NewsController" (parent: .abstract.instanceof.App\AdminBundle\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\NewsController).
Resolving inheritance for "App\AdminBundle\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\OccasionController" (parent: .abstract.instanceof.App\AdminBundle\Controller\OccasionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\OccasionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\OccasionController).
Resolving inheritance for "App\AdminBundle\Controller\OccasionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\OccasionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\PageController" (parent: .abstract.instanceof.App\AdminBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\PageController).
Resolving inheritance for "App\AdminBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\PostController" (parent: .abstract.instanceof.App\AdminBundle\Controller\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\PostController).
Resolving inheritance for "App\AdminBundle\Controller\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\RatingClassController" (parent: .abstract.instanceof.App\AdminBundle\Controller\RatingClassController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\RatingClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\RatingClassController).
Resolving inheritance for "App\AdminBundle\Controller\RatingClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\RatingClassController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ResetController" (parent: .abstract.instanceof.App\AdminBundle\Controller\ResetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ResetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ResetController).
Resolving inheritance for "App\AdminBundle\Controller\ResetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ResetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\SliderController" (parent: .abstract.instanceof.App\AdminBundle\Controller\SliderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\SliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\SliderController).
Resolving inheritance for "App\AdminBundle\Controller\SliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\SliderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\StatController" (parent: .abstract.instanceof.App\AdminBundle\Controller\StatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\StatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\StatController).
Resolving inheritance for "App\AdminBundle\Controller\StatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\StatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\StatisticController" (parent: .abstract.instanceof.App\AdminBundle\Controller\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\StatisticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\StatisticController).
Resolving inheritance for "App\AdminBundle\Controller\StatisticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\TaskController" (parent: .abstract.instanceof.App\AdminBundle\Controller\TaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\TaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\TaskController).
Resolving inheritance for "App\AdminBundle\Controller\TaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\TaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\TemplatesController" (parent: .abstract.instanceof.App\AdminBundle\Controller\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\TemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\TemplatesController).
Resolving inheritance for "App\AdminBundle\Controller\TemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\TranslateController" (parent: .abstract.instanceof.App\AdminBundle\Controller\TranslateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\TranslateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\TranslateController).
Resolving inheritance for "App\AdminBundle\Controller\TranslateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\TranslateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\UserController" (parent: .abstract.instanceof.App\AdminBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\UserController).
Resolving inheritance for "App\AdminBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\VideoCategoryController" (parent: .abstract.instanceof.App\AdminBundle\Controller\VideoCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\VideoCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\VideoCategoryController).
Resolving inheritance for "App\AdminBundle\Controller\VideoCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\VideoCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\VideoController" (parent: .abstract.instanceof.App\AdminBundle\Controller\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\VideoController).
Resolving inheritance for "App\AdminBundle\Controller\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\VideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\VideoLessonController" (parent: .abstract.instanceof.App\AdminBundle\Controller\VideoLessonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\VideoLessonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\VideoLessonController).
Resolving inheritance for "App\AdminBundle\Controller\VideoLessonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\VideoLessonController).
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\GameController" (parent: .abstract.instanceof.App\AppBundle\Controller\GameController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\GameController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AppBundle\Controller\GameController).
Resolving inheritance for "App\AppBundle\Controller\GameController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\GameController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AppBundle\Controller\MobileController" (parent: .abstract.instanceof.App\AppBundle\Controller\MobileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\MobileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AppBundle\Controller\MobileController).
Resolving inheritance for "App\AppBundle\Controller\MobileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\MobileController).
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\LessonController" (parent: .abstract.instanceof.App\BlogBundle\Controller\LessonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\LessonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BlogBundle\Controller\LessonController).
Resolving inheritance for "App\BlogBundle\Controller\LessonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\LessonController).
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\AdminIgrajCategoryController" (parent: .abstract.instanceof.App\IgrajBundle\Controller\AdminIgrajCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\AdminIgrajCategoryController).
Resolving inheritance for "App\IgrajBundle\Controller\AdminIgrajCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\AdminIgrajConstructorsController" (parent: .abstract.instanceof.App\IgrajBundle\Controller\AdminIgrajConstructorsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajConstructorsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\AdminIgrajConstructorsController).
Resolving inheritance for "App\IgrajBundle\Controller\AdminIgrajConstructorsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajConstructorsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\AdminIgrajGameController" (parent: .abstract.instanceof.App\IgrajBundle\Controller\AdminIgrajGameController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajGameController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\AdminIgrajGameController).
Resolving inheritance for "App\IgrajBundle\Controller\AdminIgrajGameController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajGameController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\AdminIgrajScriptsController" (parent: .abstract.instanceof.App\IgrajBundle\Controller\AdminIgrajScriptsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajScriptsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\AdminIgrajScriptsController).
Resolving inheritance for "App\IgrajBundle\Controller\AdminIgrajScriptsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajScriptsController).
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 "App\GamesBundle\Controller\StatisticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\MobileBundle\Controller\AuthController" (parent: .abstract.instanceof.App\MobileBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.App\MobileBundle\Controller\AuthController.0.App\MobileBundle\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\AuthController).
Resolving inheritance for "App\MobileBundle\Controller\AuthController" (parent: .instanceof.App\MobileBundle\Controller\AuthController.0.App\MobileBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\ComicsController" (parent: .abstract.instanceof.App\MobileBundle\Controller\ComicsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\ComicsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\ComicsController).
Resolving inheritance for ".instanceof.App\MobileBundle\Controller\ComicsController.0.App\MobileBundle\Controller\ComicsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\ComicsController).
Resolving inheritance for "App\MobileBundle\Controller\ComicsController" (parent: .instanceof.App\MobileBundle\Controller\ComicsController.0.App\MobileBundle\Controller\ComicsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\ContestController" (parent: .abstract.instanceof.App\MobileBundle\Controller\ContestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\ContestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\ContestController).
Resolving inheritance for ".instanceof.App\MobileBundle\Controller\ContestController.0.App\MobileBundle\Controller\ContestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\ContestController).
Resolving inheritance for "App\MobileBundle\Controller\ContestController" (parent: .instanceof.App\MobileBundle\Controller\ContestController.0.App\MobileBundle\Controller\ContestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\DailyController" (parent: .abstract.instanceof.App\MobileBundle\Controller\DailyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\DailyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\DailyController).
Resolving inheritance for ".instanceof.App\MobileBundle\Controller\DailyController.0.App\MobileBundle\Controller\DailyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\DailyController).
Resolving inheritance for "App\MobileBundle\Controller\DailyController" (parent: .instanceof.App\MobileBundle\Controller\DailyController.0.App\MobileBundle\Controller\DailyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\MobileBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\MobileBundle\Controller\DefaultController.0.App\MobileBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\DefaultController).
Resolving inheritance for "App\MobileBundle\Controller\DefaultController" (parent: .instanceof.App\MobileBundle\Controller\DefaultController.0.App\MobileBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\ErrorController" (parent: .abstract.instanceof.App\MobileBundle\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\ErrorController).
Resolving inheritance for "App\MobileBundle\Controller\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\MessagesController" (parent: .abstract.instanceof.App\MobileBundle\Controller\MessagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\MessagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\MessagesController).
Resolving inheritance for "App\MobileBundle\Controller\MessagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\MessagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\NewsController" (parent: .abstract.instanceof.App\MobileBundle\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\NewsController).
Resolving inheritance for ".instanceof.App\MobileBundle\Controller\NewsController.0.App\MobileBundle\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\NewsController).
Resolving inheritance for "App\MobileBundle\Controller\NewsController" (parent: .instanceof.App\MobileBundle\Controller\NewsController.0.App\MobileBundle\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\PostsController" (parent: .abstract.instanceof.App\MobileBundle\Controller\PostsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\PostsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\PostsController).
Resolving inheritance for "App\MobileBundle\Controller\PostsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\PostsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\RegisterController" (parent: .abstract.instanceof.App\MobileBundle\Controller\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\RegisterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\RegisterController).
Resolving inheritance for ".instanceof.App\MobileBundle\Controller\RegisterController.0.App\MobileBundle\Controller\RegisterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\RegisterController).
Resolving inheritance for "App\MobileBundle\Controller\RegisterController" (parent: .instanceof.App\MobileBundle\Controller\RegisterController.0.App\MobileBundle\Controller\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\UsersController" (parent: .abstract.instanceof.App\MobileBundle\Controller\UsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\UsersController).
Resolving inheritance for ".instanceof.App\MobileBundle\Controller\UsersController.0.App\MobileBundle\Controller\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\UsersController).
Resolving inheritance for "App\MobileBundle\Controller\UsersController" (parent: .instanceof.App\MobileBundle\Controller\UsersController.0.App\MobileBundle\Controller\UsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\VideoController" (parent: .abstract.instanceof.App\MobileBundle\Controller\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\VideoController).
Resolving inheritance for ".instanceof.App\MobileBundle\Controller\VideoController.0.App\MobileBundle\Controller\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\VideoController).
Resolving inheritance for "App\MobileBundle\Controller\VideoController" (parent: .instanceof.App\MobileBundle\Controller\VideoController.0.App\MobileBundle\Controller\VideoController).
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.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\KaraokeBundle\Controller\MobileController" (parent: .abstract.instanceof.App\KaraokeBundle\Controller\MobileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\KaraokeBundle\Controller\MobileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\KaraokeBundle\Controller\MobileController).
Resolving inheritance for ".instanceof.App\KaraokeBundle\Controller\MobileController.0.App\KaraokeBundle\Controller\MobileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\KaraokeBundle\Controller\MobileController).
Resolving inheritance for "App\KaraokeBundle\Controller\MobileController" (parent: .instanceof.App\KaraokeBundle\Controller\MobileController.0.App\KaraokeBundle\Controller\MobileController).
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\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\MobileBundle\Extensions\MenuExtension" (parent: .abstract.instanceof.App\MobileBundle\Extensions\MenuExtension).
Resolving inheritance for "App\MobileBundle\Extensions\MenuExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\MobileBundle\Extensions\MenuExtension).
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\AdminBundle\Repository\DistrictRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\DistrictRepository).
Resolving inheritance for "App\AdminBundle\Repository\DistrictRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\DistrictRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesLevelRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\GamesLevelRepository).
Resolving inheritance for "App\AdminBundle\Repository\GamesLevelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesLevelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesPuzzleRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\GamesPuzzleRepository).
Resolving inheritance for "App\AdminBundle\Repository\GamesPuzzleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesPuzzleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\GamesRepository).
Resolving inheritance for "App\AdminBundle\Repository\GamesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesSnapPuzzleRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\GamesSnapPuzzleRepository).
Resolving inheritance for "App\AdminBundle\Repository\GamesSnapPuzzleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesSnapPuzzleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesStatisticRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\GamesStatisticRepository).
Resolving inheritance for "App\AdminBundle\Repository\GamesStatisticRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesStatisticRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesWinnersRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\GamesWinnersRepository).
Resolving inheritance for "App\AdminBundle\Repository\GamesWinnersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesWinnersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoAnswerRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\InfoAnswerRepository).
Resolving inheritance for "App\AdminBundle\Repository\InfoAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoAnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoQuestionRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\InfoQuestionRepository).
Resolving inheritance for "App\AdminBundle\Repository\InfoQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoQuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\InfoRepository).
Resolving inheritance for "App\AdminBundle\Repository\InfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoSliderRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\InfoSliderRepository).
Resolving inheritance for "App\AdminBundle\Repository\InfoSliderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoSliderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoStageRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\InfoStageRepository).
Resolving inheritance for "App\AdminBundle\Repository\InfoStageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoStageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfouserFavoritesRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\InfouserFavoritesRepository).
Resolving inheritance for "App\AdminBundle\Repository\InfouserFavoritesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfouserFavoritesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfouserRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\InfouserRepository).
Resolving inheritance for "App\AdminBundle\Repository\InfouserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfouserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\LastRatingsRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\LastRatingsRepository).
Resolving inheritance for "App\AdminBundle\Repository\LastRatingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\LastRatingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\LastRatingsValueRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\LastRatingsValueRepository).
Resolving inheritance for "App\AdminBundle\Repository\LastRatingsValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\LastRatingsValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\NewMaterialRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\NewMaterialRepository).
Resolving inheritance for "App\AdminBundle\Repository\NewMaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\NewMaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\SliderRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\SliderRepository).
Resolving inheritance for "App\AdminBundle\Repository\SliderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\SliderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\UserRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\UserRepository).
Resolving inheritance for "App\AdminBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\VideoLessonRepository" (parent: .abstract.instanceof.App\AdminBundle\Repository\VideoLessonRepository).
Resolving inheritance for "App\AdminBundle\Repository\VideoLessonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\VideoLessonRepository).
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\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\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\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\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\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\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\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\AdminBundle\Form\UserProfile" (parent: .abstract.instanceof.App\AdminBundle\Form\UserProfile).
Resolving inheritance for "App\AdminBundle\Form\UserProfile" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\AdminBundle\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 "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).
2
Removing method "setDependencies" of service "App\AdminBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDependencies" of service "App\BlogBundle\Controller\PostController" from controller candidates: the method is called at instantiation, thus cannot be an action.
209
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.A1SYNN5"; reason: private alias.
Removed service ".service_locator.mR1gcXb"; reason: private alias.
Removed service ".service_locator.Ci1QkgN"; reason: private alias.
Removed service ".service_locator.x89eGOo"; reason: private alias.
Removed service ".service_locator.HQZddX8"; reason: private alias.
Removed service ".service_locator.uPA8qOG"; reason: private alias.
Removed service ".service_locator.IzGugBz"; reason: private alias.
Removed service ".service_locator.zqjaa2j"; reason: private alias.
Removed service ".service_locator.2dWpJOL"; reason: private alias.
Removed service ".service_locator.6MywLeU"; reason: private alias.
Removed service ".service_locator.dpSxitS"; reason: private alias.
Removed service ".service_locator.Vfw0yiQ"; reason: private alias.
Removed service ".service_locator.NCQo5TE"; reason: private alias.
Removed service ".service_locator.85IImIw"; reason: private alias.
Removed service ".service_locator.a4s5cwX"; reason: private alias.
Removed service ".service_locator.PhQg9pi"; reason: private alias.
Removed service ".service_locator.km2a0br"; reason: private alias.
Removed service ".service_locator.fgjXqHo"; reason: private alias.
Removed service ".service_locator.SICooTd"; reason: private alias.
Removed service ".service_locator.e1aZ7TK"; 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.
163
Changed reference of service "App\AdminBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\AdminBundle\Controller\DefaultController" previously pointing to "router.default" to "router".
Changed reference of service "App\AdminBundle\Controller\DefaultController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "App\AdminBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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\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\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\LessonExtension" previously pointing to "router.default" to "router".
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 "router.default" to "router".
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 "router.default" to "router".
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 "router.default" to "router".
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 "router.default" to "router".
Changed reference of service "App\BlogBundle\Twig\PostsRatingExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BlogBundle\Twig\TopHeaderSliderExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\BlogBundle\Twig\TopHeaderSliderExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\GamesBundle\Twig\GamesRatingExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\MobileBundle\Extensions\MenuExtension" previously pointing to "router.default" to "router".
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\AdminBundle\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 "router.default" to "router".
Changed reference of service "App\BlogBundle\Twig\ContestExtension" 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.afEjIEY" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.afEjIEY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.afEjIEY" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.afEjIEY" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XdjVFrD" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.TN0eZz2" 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".
869
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\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\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\AdminBundle\Controller\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\BannerController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\CardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\CardController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\CardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ComicsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ComicsController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\ComicsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ComicsImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ComicsImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\ComicsImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\CommentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\CommentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\CommentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ComplaintController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ComplaintController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\ComplaintController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\ConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ContestController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\ContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ControllersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ControllersController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\ControllersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\DailyTasksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\DailyTasksController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\DailyTasksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\DiffController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\DiffController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\DiffController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GameController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GameController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\GameController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\GamesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesLevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesLevelController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\GamesLevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesPuzzleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesPuzzleController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\GamesPuzzleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\GamesSnapPuzzleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\GamesSnapPuzzleController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\GamesSnapPuzzleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\InfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfoQuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfoQuestionController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\InfoQuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfoSliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfoSliderController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\InfoSliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InfouserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InfouserController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\InfouserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\InterestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\InterestController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\InterestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\KaraokeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\KaraokeController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\KaraokeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LentaTemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LentaTemplatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\LentaTemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\LessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonFinishController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonFinishController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\LessonFinishController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonQuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonQuestionController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\LessonQuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LessonStageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LessonStageController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\LessonStageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LibraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LibraryController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\LibraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\LibraryItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\LibraryItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\LibraryItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\MapController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\MappointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\MappointController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\MappointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\OccasionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\OccasionController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\OccasionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\RatingClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\RatingClassController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\RatingClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\ResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\ResetController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\ResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\SliderController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\StatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\StatController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\StatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\StatisticController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\TaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\TaskController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\TaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\TemplatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\TranslateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\TranslateController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\TranslateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\VideoCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\VideoCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\VideoCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AdminBundle\Controller\VideoLessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AdminBundle\Controller\VideoLessonController"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Controller\VideoLessonController"; 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\GameController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\GameController"; reason: abstract.
Removed service ".abstract.instanceof.App\AppBundle\Controller\GameController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\AppBundle\Controller\MobileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\AppBundle\Controller\MobileController"; reason: abstract.
Removed service ".abstract.instanceof.App\AppBundle\Controller\MobileController"; 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\LessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BlogBundle\Controller\LessonController"; reason: abstract.
Removed service ".abstract.instanceof.App\BlogBundle\Controller\LessonController"; 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\AdminIgrajCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\IgrajBundle\Controller\AdminIgrajCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\AdminIgrajConstructorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajConstructorsController"; reason: abstract.
Removed service ".abstract.instanceof.App\IgrajBundle\Controller\AdminIgrajConstructorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\AdminIgrajGameController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajGameController"; reason: abstract.
Removed service ".abstract.instanceof.App\IgrajBundle\Controller\AdminIgrajGameController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\IgrajBundle\Controller\AdminIgrajScriptsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\IgrajBundle\Controller\AdminIgrajScriptsController"; reason: abstract.
Removed service ".abstract.instanceof.App\IgrajBundle\Controller\AdminIgrajScriptsController"; 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 ".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\MobileBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.App\MobileBundle\Controller\AuthController.0.App\MobileBundle\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\ComicsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\ComicsController"; reason: abstract.
Removed service ".instanceof.App\MobileBundle\Controller\ComicsController.0.App\MobileBundle\Controller\ComicsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\ComicsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\ContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\ContestController"; reason: abstract.
Removed service ".instanceof.App\MobileBundle\Controller\ContestController.0.App\MobileBundle\Controller\ContestController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\ContestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\DailyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\DailyController"; reason: abstract.
Removed service ".instanceof.App\MobileBundle\Controller\DailyController.0.App\MobileBundle\Controller\DailyController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\DailyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\MobileBundle\Controller\DefaultController.0.App\MobileBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\MessagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\MessagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\MessagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.App\MobileBundle\Controller\NewsController.0.App\MobileBundle\Controller\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\PostsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\PostsController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\PostsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\RegisterController"; reason: abstract.
Removed service ".instanceof.App\MobileBundle\Controller\RegisterController.0.App\MobileBundle\Controller\RegisterController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\UsersController"; reason: abstract.
Removed service ".instanceof.App\MobileBundle\Controller\UsersController.0.App\MobileBundle\Controller\UsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MobileBundle\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\MobileBundle\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.App\MobileBundle\Controller\VideoController.0.App\MobileBundle\Controller\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Controller\VideoController"; 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.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\KaraokeBundle\Controller\MobileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\KaraokeBundle\Controller\MobileController"; reason: abstract.
Removed service ".instanceof.App\KaraokeBundle\Controller\MobileController.0.App\KaraokeBundle\Controller\MobileController"; reason: abstract.
Removed service ".abstract.instanceof.App\KaraokeBundle\Controller\MobileController"; 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\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\MobileBundle\Extensions\MenuExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\MobileBundle\Extensions\MenuExtension"; 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\AdminBundle\Repository\DistrictRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\DistrictRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesLevelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\GamesLevelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesPuzzleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\GamesPuzzleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\GamesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesSnapPuzzleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\GamesSnapPuzzleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesStatisticRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\GamesStatisticRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\GamesWinnersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\GamesWinnersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoAnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\InfoAnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoQuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\InfoQuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\InfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoSliderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\InfoSliderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfoStageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\InfoStageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfouserFavoritesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\InfouserFavoritesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\InfouserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\InfouserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\LastRatingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\LastRatingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\LastRatingsValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\LastRatingsValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\NewMaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\NewMaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\SliderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\SliderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\AdminBundle\Repository\VideoLessonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\Repository\VideoLessonRepository"; 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\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\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\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\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\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\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\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\AdminBundle\Form\UserProfile"; reason: abstract.
Removed service ".abstract.instanceof.App\AdminBundle\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.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.
101
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 ".service_locator.afEjIEY"; reason: unused.
Removed service ".service_locator.afEjIEY.App\AdminBundle\Controller\DefaultController::setDependencies()"; reason: unused.
Removed service ".service_locator.afEjIEY.App\BlogBundle\Controller\PostController::setDependencies()"; 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.
467
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\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\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\AdminBundle\Controller\BannerController" to "App\AdminBundle\Controller\BannerController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\BaseController" to "App\AdminBundle\Controller\BaseController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\CardController" to "App\AdminBundle\Controller\CardController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\ComicsController" to "App\AdminBundle\Controller\ComicsController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\ComicsImageController" to "App\AdminBundle\Controller\ComicsImageController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\CommentsController" to "App\AdminBundle\Controller\CommentsController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\ComplaintController" to "App\AdminBundle\Controller\ComplaintController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\ConfigurationController" to "App\AdminBundle\Controller\ConfigurationController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\ContestController" to "App\AdminBundle\Controller\ContestController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\ControllersController" to "App\AdminBundle\Controller\ControllersController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\DailyTasksController" to "App\AdminBundle\Controller\DailyTasksController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\DefaultController" to "App\AdminBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\DiffController" to "App\AdminBundle\Controller\DiffController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\FeedbackController" to "App\AdminBundle\Controller\FeedbackController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\GameController" to "App\AdminBundle\Controller\GameController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\GamesController" to "App\AdminBundle\Controller\GamesController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\GamesLevelController" to "App\AdminBundle\Controller\GamesLevelController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\GamesPuzzleController" to "App\AdminBundle\Controller\GamesPuzzleController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\GamesSnapPuzzleController" to "App\AdminBundle\Controller\GamesSnapPuzzleController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\InfoController" to "App\AdminBundle\Controller\InfoController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\InfoQuestionController" to "App\AdminBundle\Controller\InfoQuestionController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\InfoSliderController" to "App\AdminBundle\Controller\InfoSliderController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\InfouserController" to "App\AdminBundle\Controller\InfouserController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\InterestController" to "App\AdminBundle\Controller\InterestController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\KaraokeController" to "App\AdminBundle\Controller\KaraokeController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\LentaTemplatesController" to "App\AdminBundle\Controller\LentaTemplatesController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\LessonController" to "App\AdminBundle\Controller\LessonController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\LessonFinishController" to "App\AdminBundle\Controller\LessonFinishController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\LessonQuestionController" to "App\AdminBundle\Controller\LessonQuestionController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\LessonStageController" to "App\AdminBundle\Controller\LessonStageController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\LibraryController" to "App\AdminBundle\Controller\LibraryController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\LibraryItemController" to "App\AdminBundle\Controller\LibraryItemController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\MapController" to "App\AdminBundle\Controller\MapController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\MappointController" to "App\AdminBundle\Controller\MappointController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\NewsController" to "App\AdminBundle\Controller\NewsController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\OccasionController" to "App\AdminBundle\Controller\OccasionController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\PageController" to "App\AdminBundle\Controller\PageController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\PostController" to "App\AdminBundle\Controller\PostController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\RatingClassController" to "App\AdminBundle\Controller\RatingClassController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\ResetController" to "App\AdminBundle\Controller\ResetController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\SliderController" to "App\AdminBundle\Controller\SliderController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\StatController" to "App\AdminBundle\Controller\StatController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\StatisticController" to "App\AdminBundle\Controller\StatisticController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\TaskController" to "App\AdminBundle\Controller\TaskController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\TemplatesController" to "App\AdminBundle\Controller\TemplatesController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\TranslateController" to "App\AdminBundle\Controller\TranslateController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\UserController" to "App\AdminBundle\Controller\UserController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\VideoCategoryController" to "App\AdminBundle\Controller\VideoCategoryController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\VideoController" to "App\AdminBundle\Controller\VideoController".
Inlined service ".service_locator.ZyP9f7K.App\AdminBundle\Controller\VideoLessonController" to "App\AdminBundle\Controller\VideoLessonController".
Inlined service ".service_locator.ZyP9f7K.App\AppBundle\Controller\AuthController" to "App\AppBundle\Controller\AuthController".
Inlined service ".service_locator.ZyP9f7K.App\AppBundle\Controller\GameController" to "App\AppBundle\Controller\GameController".
Inlined service ".service_locator.ZyP9f7K.App\AppBundle\Controller\MobileController" to "App\AppBundle\Controller\MobileController".
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 ".service_locator.ZyP9f7K.App\BlogBundle\Controller\AppController" to "App\BlogBundle\Controller\AppController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\ComicsController" to "App\BlogBundle\Controller\ComicsController".
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 ".service_locator.ZyP9f7K.App\BlogBundle\Controller\LessonController" to "App\BlogBundle\Controller\LessonController".
Inlined service ".service_locator.ZyP9f7K.App\BlogBundle\Controller\PageController" to "App\BlogBundle\Controller\PageController".
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 ".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 ".service_locator.ZyP9f7K.App\VideoBundle\Controller\DefaultController" to "App\VideoBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\IgrajBundle\Controller\AdminIgrajCategoryController" to "App\IgrajBundle\Controller\AdminIgrajCategoryController".
Inlined service ".service_locator.ZyP9f7K.App\IgrajBundle\Controller\AdminIgrajConstructorsController" to "App\IgrajBundle\Controller\AdminIgrajConstructorsController".
Inlined service ".service_locator.ZyP9f7K.App\IgrajBundle\Controller\AdminIgrajGameController" to "App\IgrajBundle\Controller\AdminIgrajGameController".
Inlined service ".service_locator.ZyP9f7K.App\IgrajBundle\Controller\AdminIgrajScriptsController" to "App\IgrajBundle\Controller\AdminIgrajScriptsController".
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 ".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\MobileBundle\Controller\AuthController" to "App\MobileBundle\Controller\AuthController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\ComicsController" to "App\MobileBundle\Controller\ComicsController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\ContestController" to "App\MobileBundle\Controller\ContestController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\DailyController" to "App\MobileBundle\Controller\DailyController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\DefaultController" to "App\MobileBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\ErrorController" to "App\MobileBundle\Controller\ErrorController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\MessagesController" to "App\MobileBundle\Controller\MessagesController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\NewsController" to "App\MobileBundle\Controller\NewsController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\PostsController" to "App\MobileBundle\Controller\PostsController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\RegisterController" to "App\MobileBundle\Controller\RegisterController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\UsersController" to "App\MobileBundle\Controller\UsersController".
Inlined service ".service_locator.ZyP9f7K.App\MobileBundle\Controller\VideoController" to "App\MobileBundle\Controller\VideoController".
Inlined service ".service_locator.ZyP9f7K.App\KaraokeBundle\Controller\DefaultController" to "App\KaraokeBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\KaraokeBundle\Controller\MobileController" to "App\KaraokeBundle\Controller\MobileController".
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.FFf9U.I" 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\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\MobileBundle\Extensions\MenuExtension" 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.1vb_A0R" 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.NKuqQ7E" to ".service_locator.NKuqQ7E.App\AdminBundle\Controller\FeedbackController::showAction()".
Inlined service ".service_locator.XdjVFrD" to ".service_locator.XdjVFrD.App\BlogBundle\Controller\AppController::likeAction()".
Inlined service ".service_locator.XlUikvH" to ".service_locator.XlUikvH.App\BlogBundle\Controller\AppController::getPagination()".
Inlined service ".service_locator.v.nzRfS" to ".service_locator.v.nzRfS.App\BlogBundle\Controller\AppController::getForm()".
Inlined service ".service_locator.TN0eZz2" to ".service_locator.TN0eZz2.App\BlogBundle\Controller\AppController::educationalMaterialsAction()".
Inlined service ".service_locator.QhL3o.3" to ".service_locator.QhL3o.3.App\BlogBundle\Controller\ContestController::indexAction()".
Inlined service ".service_locator.3qqIwvF" to ".service_locator.3qqIwvF.App\BlogBundle\Controller\PostController::getPagination()".
Inlined service ".service_locator.UDwpTo1" to ".service_locator.UDwpTo1.App\BlogBundle\Controller\PostController::upload()".
Inlined service ".service_locator.SvleyKo" to ".service_locator.SvleyKo.App\IgrajBundle\Controller\DefaultController::viewAction()".
Inlined service ".service_locator.ZD42wzW" to ".service_locator.ZD42wzW.App\InfoBundle\Controller\DefaultController::viewAction()".
Inlined service ".service_locator.uu4.8qX" to ".service_locator.uu4.8qX.App\InfouserBundle\Controller\DefaultController::addTest()".
Inlined service ".service_locator.deQWN2U" to ".service_locator.deQWN2U.App\GamesBundle\Controller\DefaultController::categoryAction()".
Inlined service ".service_locator.rksMEZr" to ".service_locator.rksMEZr.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 "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"?