Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Forms\Types\Olympiad\Participant\AdminSearchType" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Message\Messaging\SmsHandler" class implements "Symfony\Component\Messenger\Handler\MessageHandlerInterface" that is deprecated since Symfony 6.2, use the {@see AsMessageHandler} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
Since symfony/messenger 6.2: Implementing "Symfony\Component\Messenger\Handler\MessageHandlerInterface" is deprecated, use the "Symfony\Component\Messenger\Attribute\AsMessageHandler" attribute instead.
The "Monolog\Logger" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Symfony\Bridge\Monolog\Logger".
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voters\Content\NewsVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voters\Olympiad\ParticipantVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voters\Olympiad\Profile" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voters\Olympiad\TrialTestVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voters\Organisation\Page" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voters\Organisation\Profile" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Security\Voters\Organisation\View" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Service\User\LastActiveSubscriber" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "Knp\DoctrineBehaviors\Provider\UserProvider" service.
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'rosfinolymp_dev' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "rosfinolymp_dev"
2 => "migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "rosfinolymp_dev"
2 => "rosfinolymp_dev"
3 => "migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
[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"
710
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GalleryResize" (parent: .abstract.instanceof.App\Command\GalleryResize).
Resolving inheritance for "App\Command\GalleryResize" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GalleryResize).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParticipantQrCodeCommand" (parent: .abstract.instanceof.App\Command\ParticipantQrCodeCommand).
Resolving inheritance for "App\Command\ParticipantQrCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParticipantQrCodeCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ConfigController" (parent: .abstract.instanceof.App\Controller\Admin\Content\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ConfigController).
Resolving inheritance for "App\Controller\Admin\Content\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\FormController" (parent: .abstract.instanceof.App\Controller\Admin\Content\FormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\FormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\FormController).
Resolving inheritance for "App\Controller\Admin\Content\FormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\FormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\NewsController" (parent: .abstract.instanceof.App\Controller\Admin\Content\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\NewsController).
Resolving inheritance for "App\Controller\Admin\Content\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\NewsTypeController" (parent: .abstract.instanceof.App\Controller\Admin\Content\NewsTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\NewsTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\NewsTypeController).
Resolving inheritance for "App\Controller\Admin\Content\NewsTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\NewsTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\StaticPageController" (parent: .abstract.instanceof.App\Controller\Admin\Content\StaticPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\StaticPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\StaticPageController).
Resolving inheritance for "App\Controller\Admin\Content\StaticPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\StaticPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController" (parent: .abstract.instanceof.App\Controller\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController).
Resolving inheritance for "App\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Directory\Scholar\AchievementController" (parent: .abstract.instanceof.App\Controller\Admin\Directory\Scholar\AchievementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Directory\Scholar\AchievementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Directory\Scholar\AchievementController).
Resolving inheritance for "App\Controller\Admin\Directory\Scholar\AchievementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Directory\Scholar\AchievementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Forum\ForumController" (parent: .abstract.instanceof.App\Controller\Admin\Forum\ForumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Forum\ForumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Forum\ForumController).
Resolving inheritance for "App\Controller\Admin\Forum\ForumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Forum\ForumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\CategoryController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\CategoryController).
Resolving inheritance for "App\Controller\Admin\Olympiad\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\DisciplineController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\DisciplineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\DisciplineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\DisciplineController).
Resolving inheritance for "App\Controller\Admin\Olympiad\DisciplineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\DisciplineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\FaqController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\FaqController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\FaqController).
Resolving inheritance for "App\Controller\Admin\Olympiad\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\FaqController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\GalleryController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\GalleryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\GalleryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\GalleryController).
Resolving inheritance for "App\Controller\Admin\Olympiad\GalleryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\GalleryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\GradeController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\GradeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\GradeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\GradeController).
Resolving inheritance for "App\Controller\Admin\Olympiad\GradeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\GradeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\LevelController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\LevelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\LevelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\LevelController).
Resolving inheritance for "App\Controller\Admin\Olympiad\LevelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\LevelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\MaterialController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\MaterialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\MaterialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\MaterialController).
Resolving inheritance for "App\Controller\Admin\Olympiad\MaterialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\MaterialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\NewsController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\NewsController).
Resolving inheritance for "App\Controller\Admin\Olympiad\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\OlympiadController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\OlympiadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\OlympiadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\OlympiadController).
Resolving inheritance for "App\Controller\Admin\Olympiad\OlympiadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\OlympiadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\CategoryController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\Online\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\CategoryController).
Resolving inheritance for "App\Controller\Admin\Olympiad\Online\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\CourseOverrideController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\Online\CourseOverrideController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\CourseOverrideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\CourseOverrideController).
Resolving inheritance for "App\Controller\Admin\Olympiad\Online\CourseOverrideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\CourseOverrideController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\DirectionController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\Online\DirectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\DirectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\DirectionController).
Resolving inheritance for "App\Controller\Admin\Olympiad\Online\DirectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\DirectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\EventController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\Online\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\EventController).
Resolving inheritance for "App\Controller\Admin\Olympiad\Online\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\ParticipantImportController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\Online\ParticipantImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\ParticipantImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\ParticipantImportController).
Resolving inheritance for "App\Controller\Admin\Olympiad\Online\ParticipantImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\ParticipantImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\UsersImportController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\Online\UsersImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\UsersImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\UsersImportController).
Resolving inheritance for "App\Controller\Admin\Olympiad\Online\UsersImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\UsersImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\SmiController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\SmiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\SmiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\SmiController).
Resolving inheritance for "App\Controller\Admin\Olympiad\SmiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\SmiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\StageController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\StageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\StageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\StageController).
Resolving inheritance for "App\Controller\Admin\Olympiad\StageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\StageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\TextBlockController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\TextBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\TextBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\TextBlockController).
Resolving inheritance for "App\Controller\Admin\Olympiad\TextBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\TextBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\UserController" (parent: .abstract.instanceof.App\Controller\Admin\Olympiad\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\UserController).
Resolving inheritance for "App\Controller\Admin\Olympiad\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\DistrictController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\DistrictController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\DistrictController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\DistrictController).
Resolving inheritance for "App\Controller\Admin\Organisation\DistrictController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\DistrictController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\NewsController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\NewsController).
Resolving inheritance for "App\Controller\Admin\Organisation\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\OrganisationController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\OrganisationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\OrganisationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\OrganisationController).
Resolving inheritance for "App\Controller\Admin\Organisation\OrganisationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\OrganisationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\PageController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\PageController).
Resolving inheritance for "App\Controller\Admin\Organisation\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\PageTypeController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\PageTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\PageTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\PageTypeController).
Resolving inheritance for "App\Controller\Admin\Organisation\PageTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\PageTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\TypeController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\TypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\TypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\TypeController).
Resolving inheritance for "App\Controller\Admin\Organisation\TypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\TypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\University\OlympPrivilegesController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\University\OlympPrivilegesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\University\OlympPrivilegesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\University\OlympPrivilegesController).
Resolving inheritance for "App\Controller\Admin\Organisation\University\OlympPrivilegesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\University\OlympPrivilegesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\University\SpecialtyController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\University\SpecialtyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\University\SpecialtyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\University\SpecialtyController).
Resolving inheritance for "App\Controller\Admin\Organisation\University\SpecialtyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\University\SpecialtyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\University\SuccessHistoryController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\University\SuccessHistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\University\SuccessHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\University\SuccessHistoryController).
Resolving inheritance for "App\Controller\Admin\Organisation\University\SuccessHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\University\SuccessHistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\UniversityCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\UniversityCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\UniversityCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\UniversityCategoryController).
Resolving inheritance for "App\Controller\Admin\Organisation\UniversityCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\UniversityCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\UserController" (parent: .abstract.instanceof.App\Controller\Admin\Organisation\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\UserController).
Resolving inheritance for "App\Controller\Admin\Organisation\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Scholar\ScholarController" (parent: .abstract.instanceof.App\Controller\Admin\Scholar\ScholarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Scholar\ScholarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Scholar\ScholarController).
Resolving inheritance for "App\Controller\Admin\Scholar\ScholarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Scholar\ScholarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UploadController" (parent: .abstract.instanceof.App\Controller\Admin\UploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UploadController).
Resolving inheritance for "App\Controller\Admin\UploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UserController" (parent: .abstract.instanceof.App\Controller\Admin\Users\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UserController).
Resolving inheritance for "App\Controller\Admin\Users\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UserRightController" (parent: .abstract.instanceof.App\Controller\Admin\Users\UserRightController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UserRightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UserRightController).
Resolving inheritance for "App\Controller\Admin\Users\UserRightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UserRightController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\DefaultController" (parent: .abstract.instanceof.App\Controller\Frontend\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\DefaultController).
Resolving inheritance for "App\Controller\Frontend\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\MoodleController" (parent: .abstract.instanceof.App\Controller\Frontend\MoodleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\MoodleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\MoodleController).
Resolving inheritance for "App\Controller\Frontend\MoodleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\MoodleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\NewsController" (parent: .abstract.instanceof.App\Controller\Frontend\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\NewsController).
Resolving inheritance for "App\Controller\Frontend\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\AttendantController" (parent: .abstract.instanceof.App\Controller\Frontend\OlympOnline\AttendantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\AttendantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\AttendantController).
Resolving inheritance for "App\Controller\Frontend\OlympOnline\AttendantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\AttendantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\GalleryController" (parent: .abstract.instanceof.App\Controller\Frontend\OlympOnline\GalleryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\GalleryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\GalleryController).
Resolving inheritance for "App\Controller\Frontend\OlympOnline\GalleryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\GalleryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\OnlineController" (parent: .abstract.instanceof.App\Controller\Frontend\OlympOnline\OnlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\OnlineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\OnlineController).
Resolving inheritance for "App\Controller\Frontend\OlympOnline\OnlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\OnlineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\ParticipantController" (parent: .abstract.instanceof.App\Controller\Frontend\OlympOnline\ParticipantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\ParticipantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\ParticipantController).
Resolving inheritance for "App\Controller\Frontend\OlympOnline\ParticipantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\ParticipantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\ReviewController" (parent: .abstract.instanceof.App\Controller\Frontend\OlympOnline\ReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\ReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\ReviewController).
Resolving inheritance for "App\Controller\Frontend\OlympOnline\ReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\ReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\TrialController" (parent: .abstract.instanceof.App\Controller\Frontend\OlympOnline\TrialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\TrialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\TrialController).
Resolving inheritance for "App\Controller\Frontend\OlympOnline\TrialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\TrialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympiadsController" (parent: .abstract.instanceof.App\Controller\Frontend\OlympiadsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympiadsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympiadsController).
Resolving inheritance for "App\Controller\Frontend\OlympiadsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympiadsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ReportController" (parent: .abstract.instanceof.App\Controller\Frontend\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ReportController).
Resolving inheritance for "App\Controller\Frontend\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SecurityController" (parent: .abstract.instanceof.App\Controller\Frontend\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SecurityController).
Resolving inheritance for "App\Controller\Frontend\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\TestController" (parent: .abstract.instanceof.App\Controller\Frontend\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\TestController).
Resolving inheritance for "App\Controller\Frontend\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\AttendantController" (parent: .abstract.instanceof.App\Controller\LK\AttendantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\AttendantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\AttendantController).
Resolving inheritance for "App\Controller\LK\AttendantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\AttendantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\DefaultController" (parent: .abstract.instanceof.App\Controller\LK\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\DefaultController).
Resolving inheritance for "App\Controller\LK\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\MoodleController" (parent: .abstract.instanceof.App\Controller\LK\MoodleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\MoodleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\MoodleController).
Resolving inheritance for "App\Controller\LK\MoodleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\MoodleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\Olymp\NewsController" (parent: .abstract.instanceof.App\Controller\LK\Olymp\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\Olymp\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\Olymp\NewsController).
Resolving inheritance for "App\Controller\LK\Olymp\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\Olymp\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\Olymp\OlympController" (parent: .abstract.instanceof.App\Controller\LK\Olymp\OlympController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\Olymp\OlympController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\Olymp\OlympController).
Resolving inheritance for "App\Controller\LK\Olymp\OlympController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\Olymp\OlympController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\OnlineController" (parent: .abstract.instanceof.App\Controller\LK\OnlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\OnlineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\OnlineController).
Resolving inheritance for "App\Controller\LK\OnlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\OnlineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\BasicController" (parent: .abstract.instanceof.App\Controller\LK\org\BasicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\BasicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\BasicController).
Resolving inheritance for "App\Controller\LK\org\BasicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\BasicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\EventController" (parent: .abstract.instanceof.App\Controller\LK\org\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\EventController).
Resolving inheritance for "App\Controller\LK\org\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\NewsController" (parent: .abstract.instanceof.App\Controller\LK\org\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\NewsController).
Resolving inheritance for "App\Controller\LK\org\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\OrgController" (parent: .abstract.instanceof.App\Controller\LK\org\OrgController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\OrgController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\OrgController).
Resolving inheritance for "App\Controller\LK\org\OrgController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\OrgController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\PrivilegesController" (parent: .abstract.instanceof.App\Controller\LK\org\PrivilegesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\PrivilegesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\PrivilegesController).
Resolving inheritance for "App\Controller\LK\org\PrivilegesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\PrivilegesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\SuccessHistoryController" (parent: .abstract.instanceof.App\Controller\LK\org\SuccessHistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\SuccessHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\SuccessHistoryController).
Resolving inheritance for "App\Controller\LK\org\SuccessHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\SuccessHistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\UploadController" (parent: .abstract.instanceof.App\Controller\LK\org\UploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\UploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\UploadController).
Resolving inheritance for "App\Controller\LK\org\UploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\UploadController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Common\CKeditorType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Common\CKeditorType).
Resolving inheritance for "App\Forms\Types\Admin\Common\CKeditorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Common\CKeditorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\FileAjaxType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\FileAjaxType).
Resolving inheritance for "App\Forms\Types\Admin\Content\FileAjaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\FileAjaxType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\FileType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\FileType).
Resolving inheritance for "App\Forms\Types\Admin\Content\FileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\FileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\ImageType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\ImageType).
Resolving inheritance for "App\Forms\Types\Admin\Content\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\ImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\DtoType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\Material\DtoType).
Resolving inheritance for "App\Forms\Types\Admin\Content\Material\DtoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\DtoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\FileType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\Material\FileType).
Resolving inheritance for "App\Forms\Types\Admin\Content\Material\FileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\FileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\LinkType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\Material\LinkType).
Resolving inheritance for "App\Forms\Types\Admin\Content\Material\LinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\LinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\MaterialTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\Material\MaterialTranslationType).
Resolving inheritance for "App\Forms\Types\Admin\Content\Material\MaterialTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\MaterialTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\MaterialType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\Material\MaterialType).
Resolving inheritance for "App\Forms\Types\Admin\Content\Material\MaterialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\MaterialType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\VideoType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\Material\VideoType).
Resolving inheritance for "App\Forms\Types\Admin\Content\Material\VideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\VideoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\NewsTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\NewsTranslationType).
Resolving inheritance for "App\Forms\Types\Admin\Content\NewsTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\NewsTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\NewsType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\NewsType).
Resolving inheritance for "App\Forms\Types\Admin\Content\NewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\NewsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\NewsTypeType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\NewsTypeType).
Resolving inheritance for "App\Forms\Types\Admin\Content\NewsTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\NewsTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Smi\SmiItemTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\Smi\SmiItemTranslationType).
Resolving inheritance for "App\Forms\Types\Admin\Content\Smi\SmiItemTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Smi\SmiItemTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Smi\SmiItemType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\Smi\SmiItemType).
Resolving inheritance for "App\Forms\Types\Admin\Content\Smi\SmiItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Smi\SmiItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\StaticPageTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\StaticPageTranslationType).
Resolving inheritance for "App\Forms\Types\Admin\Content\StaticPageTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\StaticPageTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\StaticPageType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Content\StaticPageType).
Resolving inheritance for "App\Forms\Types\Admin\Content\StaticPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\StaticPageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Directory\Scholar\AchievementType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Directory\Scholar\AchievementType).
Resolving inheritance for "App\Forms\Types\Admin\Directory\Scholar\AchievementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Directory\Scholar\AchievementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Filter\OrganisationFilterType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Filter\OrganisationFilterType).
Resolving inheritance for "App\Forms\Types\Admin\Filter\OrganisationFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Filter\OrganisationFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\CategoryType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\CategoryType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\DisciplineType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\DisciplineType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\DisciplineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\DisciplineType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\GradeType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\GradeType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\GradeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\GradeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\LevelType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\LevelType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\LevelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\LevelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\OlympiadComplexType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\OlympiadComplexType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\OlympiadComplexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\OlympiadComplexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\OlympiadTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\OlympiadTranslationType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\OlympiadTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\OlympiadTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\OlympiadType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\OlympiadType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\OlympiadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\OlympiadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CategoryTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\CategoryTranslationType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\CategoryTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CategoryTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CategoryType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\CategoryType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CertUploadType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\CertUploadType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\CertUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CertUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CodesImportType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\CodesImportType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\CodesImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CodesImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\DirectionLanguageType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\DirectionLanguageType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\DirectionLanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\DirectionLanguageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\DirectionTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\DirectionTranslationType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\DirectionTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\DirectionTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\DirectionType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\DirectionType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\DirectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\DirectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\EventCodesImportType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\EventCodesImportType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\EventCodesImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\EventCodesImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\FilesUploadType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\FilesUploadType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\FilesUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\FilesUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\OnlineEventType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\OnlineEventType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\OnlineEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\OnlineEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\ParticipantImportType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\ParticipantImportType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\ParticipantImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\ParticipantImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\ResultImportCategoryType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\ResultImportCategoryType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\ResultImportCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\ResultImportCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\ResultImportType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\ResultImportType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\Online\ResultImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\ResultImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\StageComplexType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\StageComplexType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\StageComplexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\StageComplexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\StageTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\StageTranslationType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\StageTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\StageTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\StageType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Olympiad\StageType).
Resolving inheritance for "App\Forms\Types\Admin\Olympiad\StageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\StageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\DistrictType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\DistrictType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\DistrictType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\DistrictType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\OrganisationComplexType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\OrganisationComplexType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\OrganisationComplexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\OrganisationComplexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\OrganisationType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\OrganisationType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\OrganisationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\OrganisationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\PageType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\PageType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\PageTypeType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\PageTypeType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\PageTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\PageTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\RegionTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\RegionTranslationType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\RegionTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\RegionTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\RegionType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\RegionType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\RegionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\RegionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\TypeType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\TypeType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\TypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\TypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\CategoryType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\University\CategoryType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\University\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\OlympPrivilegyType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\University\OlympPrivilegyType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\University\OlympPrivilegyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\OlympPrivilegyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\SpecialtyType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\University\SpecialtyType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\University\SpecialtyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\SpecialtyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\SuccessHistoryType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\University\SuccessHistoryType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\University\SuccessHistoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\SuccessHistoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\UniversityType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\University\UniversityType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\University\UniversityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\UniversityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\UniversityCategoryType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\UniversityCategoryType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\UniversityCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\UniversityCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\UserType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Organisation\UserType).
Resolving inheritance for "App\Forms\Types\Admin\Organisation\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Site\Config\ImageType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Site\Config\ImageType).
Resolving inheritance for "App\Forms\Types\Admin\Site\Config\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Site\Config\ImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Site\Config\SchemaRowType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Site\Config\SchemaRowType).
Resolving inheritance for "App\Forms\Types\Admin\Site\Config\SchemaRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Site\Config\SchemaRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Site\Config\SchemaType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Site\Config\SchemaType).
Resolving inheritance for "App\Forms\Types\Admin\Site\Config\SchemaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Site\Config\SchemaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Translation\CollectionType" (parent: .abstract.instanceof.App\Forms\Types\Admin\Translation\CollectionType).
Resolving inheritance for "App\Forms\Types\Admin\Translation\CollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Translation\CollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\User\UserFilterType" (parent: .abstract.instanceof.App\Forms\Types\Admin\User\UserFilterType).
Resolving inheritance for "App\Forms\Types\Admin\User\UserFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\User\UserFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\User\UserRightsType" (parent: .abstract.instanceof.App\Forms\Types\Admin\User\UserRightsType).
Resolving inheritance for "App\Forms\Types\Admin\User\UserRightsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\User\UserRightsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\User\UserType" (parent: .abstract.instanceof.App\Forms\Types\Admin\User\UserType).
Resolving inheritance for "App\Forms\Types\Admin\User\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\User\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\BirthCertificateType" (parent: .abstract.instanceof.App\Forms\Types\Common\BirthCertificateType).
Resolving inheritance for "App\Forms\Types\Common\BirthCertificateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\BirthCertificateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\CKeditorType" (parent: .abstract.instanceof.App\Forms\Types\Common\CKeditorType).
Resolving inheritance for "App\Forms\Types\Common\CKeditorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\CKeditorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ChoiceYesNo" (parent: .abstract.instanceof.App\Forms\Types\Common\ChoiceYesNo).
Resolving inheritance for "App\Forms\Types\Common\ChoiceYesNo" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ChoiceYesNo).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\CommaSeparatedArrayType" (parent: .abstract.instanceof.App\Forms\Types\Common\CommaSeparatedArrayType).
Resolving inheritance for "App\Forms\Types\Common\CommaSeparatedArrayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\CommaSeparatedArrayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ContactType" (parent: .abstract.instanceof.App\Forms\Types\Common\ContactType).
Resolving inheritance for "App\Forms\Types\Common\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ContactsListType" (parent: .abstract.instanceof.App\Forms\Types\Common\ContactsListType).
Resolving inheritance for "App\Forms\Types\Common\ContactsListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ContactsListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\CoordType" (parent: .abstract.instanceof.App\Forms\Types\Common\CoordType).
Resolving inheritance for "App\Forms\Types\Common\CoordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\CoordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DatePeriodType" (parent: .abstract.instanceof.App\Forms\Types\Common\DatePeriodType).
Resolving inheritance for "App\Forms\Types\Common\DatePeriodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DatePeriodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\EntityArrayType" (parent: .abstract.instanceof.App\Forms\Types\Common\EntityArrayType).
Resolving inheritance for "App\Forms\Types\Common\EntityArrayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\EntityArrayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\HiddenArrayType" (parent: .abstract.instanceof.App\Forms\Types\Common\HiddenArrayType).
Resolving inheritance for "App\Forms\Types\Common\HiddenArrayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\HiddenArrayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\HiddenEntityType" (parent: .abstract.instanceof.App\Forms\Types\Common\HiddenEntityType).
Resolving inheritance for "App\Forms\Types\Common\HiddenEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\HiddenEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\HiddenJsonType" (parent: .abstract.instanceof.App\Forms\Types\Common\HiddenJsonType).
Resolving inheritance for "App\Forms\Types\Common\HiddenJsonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\HiddenJsonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ImageMultiplyType" (parent: .abstract.instanceof.App\Forms\Types\Common\ImageMultiplyType).
Resolving inheritance for "App\Forms\Types\Common\ImageMultiplyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ImageMultiplyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ImageType" (parent: .abstract.instanceof.App\Forms\Types\Common\ImageType).
Resolving inheritance for "App\Forms\Types\Common\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\LinkListType" (parent: .abstract.instanceof.App\Forms\Types\Common\LinkListType).
Resolving inheritance for "App\Forms\Types\Common\LinkListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\LinkListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\LinkType" (parent: .abstract.instanceof.App\Forms\Types\Common\LinkType).
Resolving inheritance for "App\Forms\Types\Common\LinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\LinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\LoginTextType" (parent: .abstract.instanceof.App\Forms\Types\Common\LoginTextType).
Resolving inheritance for "App\Forms\Types\Common\LoginTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\LoginTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\OwnerType" (parent: .abstract.instanceof.App\Forms\Types\Common\OwnerType).
Resolving inheritance for "App\Forms\Types\Common\OwnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\OwnerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\PassportType" (parent: .abstract.instanceof.App\Forms\Types\Common\PassportType).
Resolving inheritance for "App\Forms\Types\Common\PassportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\PassportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\PhoneRequestType" (parent: .abstract.instanceof.App\Forms\Types\Common\PhoneRequestType).
Resolving inheritance for "App\Forms\Types\Common\PhoneRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\PhoneRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\PhoneType" (parent: .abstract.instanceof.App\Forms\Types\Common\PhoneType).
Resolving inheritance for "App\Forms\Types\Common\PhoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\PhoneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\SlugType" (parent: .abstract.instanceof.App\Forms\Types\Common\SlugType).
Resolving inheritance for "App\Forms\Types\Common\SlugType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\SlugType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\TimeIntervalType" (parent: .abstract.instanceof.App\Forms\Types\Common\TimeIntervalType).
Resolving inheritance for "App\Forms\Types\Common\TimeIntervalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\TimeIntervalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\FaqTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Content\FaqTranslationType).
Resolving inheritance for "App\Forms\Types\Content\FaqTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\FaqTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\FaqType" (parent: .abstract.instanceof.App\Forms\Types\Content\FaqType).
Resolving inheritance for "App\Forms\Types\Content\FaqType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\FaqType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\TextBlockTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Content\TextBlockTranslationType).
Resolving inheritance for "App\Forms\Types\Content\TextBlockTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\TextBlockTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\TextBlockType" (parent: .abstract.instanceof.App\Forms\Types\Content\TextBlockType).
Resolving inheritance for "App\Forms\Types\Content\TextBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\TextBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Forms\SupportType" (parent: .abstract.instanceof.App\Forms\Types\Forms\SupportType).
Resolving inheritance for "App\Forms\Types\Forms\SupportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Forms\SupportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Forum\AnswerType" (parent: .abstract.instanceof.App\Forms\Types\Forum\AnswerType).
Resolving inheritance for "App\Forms\Types\Forum\AnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Forum\AnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Forum\NewThreadType" (parent: .abstract.instanceof.App\Forms\Types\Forum\NewThreadType).
Resolving inheritance for "App\Forms\Types\Forum\NewThreadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Forum\NewThreadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\AlbumPhotoType" (parent: .abstract.instanceof.App\Forms\Types\Gallery\AlbumPhotoType).
Resolving inheritance for "App\Forms\Types\Gallery\AlbumPhotoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\AlbumPhotoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\AlbumTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Gallery\AlbumTranslationType).
Resolving inheritance for "App\Forms\Types\Gallery\AlbumTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\AlbumTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\AlbumType" (parent: .abstract.instanceof.App\Forms\Types\Gallery\AlbumType).
Resolving inheritance for "App\Forms\Types\Gallery\AlbumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\AlbumType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\GroupTranslationType" (parent: .abstract.instanceof.App\Forms\Types\Gallery\GroupTranslationType).
Resolving inheritance for "App\Forms\Types\Gallery\GroupTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\GroupTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\GroupType" (parent: .abstract.instanceof.App\Forms\Types\Gallery\GroupType).
Resolving inheritance for "App\Forms\Types\Gallery\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\GroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\IframeType" (parent: .abstract.instanceof.App\Forms\Types\Gallery\IframeType).
Resolving inheritance for "App\Forms\Types\Gallery\IframeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\IframeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\VideoType" (parent: .abstract.instanceof.App\Forms\Types\Gallery\VideoType).
Resolving inheritance for "App\Forms\Types\Gallery\VideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\VideoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\CKeditorType" (parent: .abstract.instanceof.App\Forms\Types\Lk\CKeditorType).
Resolving inheritance for "App\Forms\Types\Lk\CKeditorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\CKeditorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Common\CKeditorTypeOrganisation" (parent: .abstract.instanceof.App\Forms\Types\Lk\Common\CKeditorTypeOrganisation).
Resolving inheritance for "App\Forms\Types\Lk\Common\CKeditorTypeOrganisation" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Common\CKeditorTypeOrganisation).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Common\ChoiceYesNo" (parent: .abstract.instanceof.App\Forms\Types\Lk\Common\ChoiceYesNo).
Resolving inheritance for "App\Forms\Types\Lk\Common\ChoiceYesNo" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Common\ChoiceYesNo).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Content\TextBlockType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Content\TextBlockType).
Resolving inheritance for "App\Forms\Types\Lk\Content\TextBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Content\TextBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Olympiad\OlympiadComplexType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Olympiad\OlympiadComplexType).
Resolving inheritance for "App\Forms\Types\Lk\Olympiad\OlympiadComplexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Olympiad\OlympiadComplexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Olympiad\OlympiadType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Olympiad\OlympiadType).
Resolving inheritance for "App\Forms\Types\Lk\Olympiad\OlympiadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Olympiad\OlympiadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\DescriptionType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Organisation\DescriptionType).
Resolving inheritance for "App\Forms\Types\Lk\Organisation\DescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\DescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\EventType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Organisation\EventType).
Resolving inheritance for "App\Forms\Types\Lk\Organisation\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\EventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\NewsType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Organisation\NewsType).
Resolving inheritance for "App\Forms\Types\Lk\Organisation\NewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\NewsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\OlympPrivilegyType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Organisation\OlympPrivilegyType).
Resolving inheritance for "App\Forms\Types\Lk\Organisation\OlympPrivilegyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\OlympPrivilegyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\OrganisationComplexType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Organisation\OrganisationComplexType).
Resolving inheritance for "App\Forms\Types\Lk\Organisation\OrganisationComplexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\OrganisationComplexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\OrganisationType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Organisation\OrganisationType).
Resolving inheritance for "App\Forms\Types\Lk\Organisation\OrganisationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\OrganisationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\SuccessHistoryType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Organisation\SuccessHistoryType).
Resolving inheritance for "App\Forms\Types\Lk\Organisation\SuccessHistoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\SuccessHistoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Profile\ScholarType" (parent: .abstract.instanceof.App\Forms\Types\Lk\Profile\ScholarType).
Resolving inheritance for "App\Forms\Types\Lk\Profile\ScholarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Profile\ScholarType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\AdditionalInfoType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\AdditionalInfoType).
Resolving inheritance for "App\Forms\Types\Olympiad\AdditionalInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\AdditionalInfoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\ApplyType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\ApplyType).
Resolving inheritance for "App\Forms\Types\Olympiad\ApplyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\ApplyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\ApplyType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\Attendant\ApplyType).
Resolving inheritance for "App\Forms\Types\Olympiad\Attendant\ApplyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\ApplyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\AttendantType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\Attendant\AttendantType).
Resolving inheritance for "App\Forms\Types\Olympiad\Attendant\AttendantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\AttendantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\ParticipantSearchType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\Attendant\ParticipantSearchType).
Resolving inheritance for "App\Forms\Types\Olympiad\Attendant\ParticipantSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\ParticipantSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\UploadType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\Attendant\UploadType).
Resolving inheritance for "App\Forms\Types\Olympiad\Attendant\UploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\UploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\CourseOverrideParticipantsType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\CourseOverrideParticipantsType).
Resolving inheritance for "App\Forms\Types\Olympiad\CourseOverrideParticipantsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\CourseOverrideParticipantsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\CourseOverrideType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\CourseOverrideType).
Resolving inheritance for "App\Forms\Types\Olympiad\CourseOverrideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\CourseOverrideType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Participant\AdminSearchType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\Participant\AdminSearchType).
Resolving inheritance for "App\Forms\Types\Olympiad\Participant\AdminSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Participant\AdminSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Participant\SearchType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\Participant\SearchType).
Resolving inheritance for "App\Forms\Types\Olympiad\Participant\SearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Participant\SearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\ParticipantType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\ParticipantType).
Resolving inheritance for "App\Forms\Types\Olympiad\ParticipantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\ParticipantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\ReviewType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\ReviewType).
Resolving inheritance for "App\Forms\Types\Olympiad\ReviewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\ReviewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\SignupType" (parent: .abstract.instanceof.App\Forms\Types\Olympiad\SignupType).
Resolving inheritance for "App\Forms\Types\Olympiad\SignupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\SignupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Scholar\ProfileType" (parent: .abstract.instanceof.App\Forms\Types\Scholar\ProfileType).
Resolving inheritance for "App\Forms\Types\Scholar\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Scholar\ProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\NewsType" (parent: .abstract.instanceof.App\Forms\Types\Search\NewsType).
Resolving inheritance for "App\Forms\Types\Search\NewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\NewsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\OlympiadType" (parent: .abstract.instanceof.App\Forms\Types\Search\OlympiadType).
Resolving inheritance for "App\Forms\Types\Search\OlympiadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\OlympiadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\OrganisationFilterType" (parent: .abstract.instanceof.App\Forms\Types\Search\OrganisationFilterType).
Resolving inheritance for "App\Forms\Types\Search\OrganisationFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\OrganisationFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\UniversityFilterType" (parent: .abstract.instanceof.App\Forms\Types\Search\UniversityFilterType).
Resolving inheritance for "App\Forms\Types\Search\UniversityFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\UniversityFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\ChangePasswordType" (parent: .abstract.instanceof.App\Forms\Types\User\ChangePasswordType).
Resolving inheritance for "App\Forms\Types\User\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\ConfirmContactType" (parent: .abstract.instanceof.App\Forms\Types\User\ConfirmContactType).
Resolving inheritance for "App\Forms\Types\User\ConfirmContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\ConfirmContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\PasswordRecoveryType" (parent: .abstract.instanceof.App\Forms\Types\User\PasswordRecoveryType).
Resolving inheritance for "App\Forms\Types\User\PasswordRecoveryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\PasswordRecoveryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\RegistrationType" (parent: .abstract.instanceof.App\Forms\Types\User\RegistrationType).
Resolving inheritance for "App\Forms\Types\User\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\RegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\UserType" (parent: .abstract.instanceof.App\Forms\Types\User\UserType).
Resolving inheritance for "App\Forms\Types\User\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Message\Messaging\SmsHandler" (parent: .abstract.instanceof.App\Message\Messaging\SmsHandler).
Resolving inheritance for "App\Message\Messaging\SmsHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Message\Messaging\SmsHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Content\NewsRepository" (parent: .abstract.instanceof.App\Repository\Content\NewsRepository).
Resolving inheritance for "App\Repository\Content\NewsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Content\NewsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Content\Parts\TextBlockRepository" (parent: .abstract.instanceof.App\Repository\Content\Parts\TextBlockRepository).
Resolving inheritance for "App\Repository\Content\Parts\TextBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Content\Parts\TextBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Content\SmiItemRepository" (parent: .abstract.instanceof.App\Repository\Content\SmiItemRepository).
Resolving inheritance for "App\Repository\Content\SmiItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Content\SmiItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gallery\AlbumRepository" (parent: .abstract.instanceof.App\Repository\Gallery\AlbumRepository).
Resolving inheritance for "App\Repository\Gallery\AlbumRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gallery\AlbumRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gallery\PhotoRepository" (parent: .abstract.instanceof.App\Repository\Gallery\PhotoRepository).
Resolving inheritance for "App\Repository\Gallery\PhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gallery\PhotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Olympiad\Online\CourseOverrideRepository" (parent: .abstract.instanceof.App\Repository\Olympiad\Online\CourseOverrideRepository).
Resolving inheritance for "App\Repository\Olympiad\Online\CourseOverrideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Olympiad\Online\CourseOverrideRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Content\NewsVoter" (parent: .abstract.instanceof.App\Security\Voters\Content\NewsVoter).
Resolving inheritance for "App\Security\Voters\Content\NewsVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Content\NewsVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\DirectionVoter" (parent: .abstract.instanceof.App\Security\Voters\Olympiad\DirectionVoter).
Resolving inheritance for "App\Security\Voters\Olympiad\DirectionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\DirectionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\OnlineCategoryVoter" (parent: .abstract.instanceof.App\Security\Voters\Olympiad\OnlineCategoryVoter).
Resolving inheritance for "App\Security\Voters\Olympiad\OnlineCategoryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\OnlineCategoryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\ParticipantVoter" (parent: .abstract.instanceof.App\Security\Voters\Olympiad\ParticipantVoter).
Resolving inheritance for "App\Security\Voters\Olympiad\ParticipantVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\ParticipantVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\Profile" (parent: .abstract.instanceof.App\Security\Voters\Olympiad\Profile).
Resolving inheritance for "App\Security\Voters\Olympiad\Profile" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\Profile).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\TrialTestVoter" (parent: .abstract.instanceof.App\Security\Voters\Olympiad\TrialTestVoter).
Resolving inheritance for "App\Security\Voters\Olympiad\TrialTestVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\TrialTestVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Organisation\Page" (parent: .abstract.instanceof.App\Security\Voters\Organisation\Page).
Resolving inheritance for "App\Security\Voters\Organisation\Page" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Organisation\Page).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Organisation\Profile" (parent: .abstract.instanceof.App\Security\Voters\Organisation\Profile).
Resolving inheritance for "App\Security\Voters\Organisation\Profile" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Organisation\Profile).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Organisation\View" (parent: .abstract.instanceof.App\Security\Voters\Organisation\View).
Resolving inheritance for "App\Security\Voters\Organisation\View" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Organisation\View).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Common\Owner\TwigFunctions" (parent: .abstract.instanceof.App\Service\Common\Owner\TwigFunctions).
Resolving inheritance for "App\Service\Common\Owner\TwigFunctions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Common\Owner\TwigFunctions).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\Content\News\Constraints\EventFieldsValidator" (parent: .abstract.instanceof.App\Service\Content\News\Constraints\EventFieldsValidator).
Resolving inheritance for "App\Service\Content\News\Constraints\EventFieldsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\Content\News\Constraints\EventFieldsValidator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\Http\LocaleListener" (parent: .abstract.instanceof.App\Service\Http\LocaleListener).
Resolving inheritance for "App\Service\Http\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\Http\LocaleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\Http\Olymp60RedirectListener" (parent: .abstract.instanceof.App\Service\Http\Olymp60RedirectListener).
Resolving inheritance for "App\Service\Http\Olymp60RedirectListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\Http\Olymp60RedirectListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\Config" (parent: .abstract.instanceof.App\Service\Twig\Config).
Resolving inheritance for "App\Service\Twig\Config" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\Config).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\Phone" (parent: .abstract.instanceof.App\Service\Twig\Phone).
Resolving inheritance for "App\Service\Twig\Phone" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\Phone).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TextHelpers" (parent: .abstract.instanceof.App\Service\Twig\TextHelpers).
Resolving inheritance for "App\Service\Twig\TextHelpers" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TextHelpers).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\UrlFunction" (parent: .abstract.instanceof.App\Service\Twig\UrlFunction).
Resolving inheritance for "App\Service\Twig\UrlFunction" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\UrlFunction).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\User\LastActiveSubscriber" (parent: .abstract.instanceof.App\Service\User\LastActiveSubscriber).
Resolving inheritance for "App\Service\User\LastActiveSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\User\LastActiveSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\User\UserSubscriber" (parent: .abstract.instanceof.App\Service\User\UserSubscriber).
Resolving inheritance for "App\Service\User\UserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\User\UserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Common\PassportValidator" (parent: .abstract.instanceof.App\Validator\Constraints\Common\PassportValidator).
Resolving inheritance for "App\Validator\Constraints\Common\PassportValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Common\PassportValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Common\PhoneConfirmValidator" (parent: .abstract.instanceof.App\Validator\Constraints\Common\PhoneConfirmValidator).
Resolving inheritance for "App\Validator\Constraints\Common\PhoneConfirmValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Common\PhoneConfirmValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Olympiad\ApplyValidator" (parent: .abstract.instanceof.App\Validator\Constraints\Olympiad\ApplyValidator).
Resolving inheritance for "App\Validator\Constraints\Olympiad\ApplyValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Olympiad\ApplyValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Olympiad\ParticipantFullValidator" (parent: .abstract.instanceof.App\Validator\Constraints\Olympiad\ParticipantFullValidator).
Resolving inheritance for "App\Validator\Constraints\Olympiad\ParticipantFullValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Olympiad\ParticipantFullValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\User\PasswordRecoveryValidator" (parent: .abstract.instanceof.App\Validator\Constraints\User\PasswordRecoveryValidator).
Resolving inheritance for "App\Validator\Constraints\User\PasswordRecoveryValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\User\PasswordRecoveryValidator).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.Monolog\Handler\TelegramBotHandler" (parent: .abstract.instanceof.Monolog\Handler\TelegramBotHandler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.Monolog\Handler\TelegramBotHandler" (parent: .instanceof.Monolog\ResettableInterface.0.Monolog\Handler\TelegramBotHandler).
Resolving inheritance for "Monolog\Handler\TelegramBotHandler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.Monolog\Handler\TelegramBotHandler).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler" (parent: .abstract.instanceof.Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler" (parent: .instanceof.Monolog\ResettableInterface.0.Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler).
Resolving inheritance for "Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler).
Resolving inheritance for ".instanceof.Symfony\Bridge\Monolog\Processor\TokenProcessor.0.Symfony\Bridge\Monolog\Processor\TokenProcessor" (parent: .abstract.instanceof.Symfony\Bridge\Monolog\Processor\TokenProcessor).
Resolving inheritance for "Symfony\Bridge\Monolog\Processor\TokenProcessor" (parent: .instanceof.Symfony\Bridge\Monolog\Processor\TokenProcessor.0.Symfony\Bridge\Monolog\Processor\TokenProcessor).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor" (parent: .abstract.instanceof.Symfony\Bridge\Monolog\Processor\WebProcessor).
Resolving inheritance for ".instanceof.Monolog\Processor\ProcessorInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor).
Resolving inheritance for "Symfony\Bridge\Monolog\Processor\WebProcessor" (parent: .instanceof.Monolog\Processor\ProcessorInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Bridge\Monolog\Processor\RouteProcessor" (parent: .abstract.instanceof.Symfony\Bridge\Monolog\Processor\RouteProcessor).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Bridge\Monolog\Processor\RouteProcessor" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Bridge\Monolog\Processor\RouteProcessor).
Resolving inheritance for "Symfony\Bridge\Monolog\Processor\RouteProcessor" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Bridge\Monolog\Processor\RouteProcessor).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "message_cache_pool" (parent: cache.adapter.apcu).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "hwi_oauth.resource_ownermap.main" (parent: hwi_oauth.abstract_resource_ownermap).
Resolving inheritance for "security.authentication.success_handler.main.oauth" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.oauth" (parent: security.authentication.failure_handler).
Resolving inheritance for "hwi_oauth.context_listener.token_refresher.main" (parent: hwi_oauth.context_listener.abstract_token_refresher).
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 "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.images" (parent: liip_imagine.binary.loader.prototype.flysystem2).
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 "oneup_flysystem.files_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.files_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.content_files" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.content_files" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.content_files" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.content_files" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
Resolving inheritance for "hwi_oauth.authentication.listener.oauth" (parent: security.authentication.listener.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.httplug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.email" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.sms" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.validation" (parent: monolog.logger_prototype).
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).
2
Skipping service "App\Security\LoginFormAuthenticator": Class or interface "App\Security\LoginFormAuthenticator" cannot be loaded.
Skipping service "App\Service\Faker\OwnerProvider": Class or interface "App\Service\Faker\OwnerProvider" cannot be loaded.
1
[liip/imagine-bundle] Symfony assets versioning strategy "Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy" not automatically supported. Configure liip_imagine.twig.assets_version if you have problems with assets versioning
556
Removed service "ReCaptcha\RequestMethod"; reason: private alias.
Removed service "App\Service\RSSWriter\ChannelInterface"; reason: private alias.
Removed service "App\Service\RSSWriter\FeedInterface"; reason: private alias.
Removed service "App\Service\RSSWriter\ItemInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "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\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "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\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $messageCachePool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $messageCachePool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $messageCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; 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 "monolog.handler.es"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Doctrine\DBAL\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 $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.db_provider"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "hwi_oauth.user.provider.entity.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; 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_imagine"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $filesFilesystem"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FlysystemStorage"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "slugify"; reason: private alias.
Removed service "Cocur\Slugify\SlugifyInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "Http\Client\HttpClient $app"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $app"; reason: private alias.
Removed service "httplug.client.default"; reason: private alias.
Removed service "Http\Client\Common\HttpMethodsClientInterface"; reason: private alias.
Removed service "Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator"; reason: private alias.
Removed service "karser_recaptcha3.google.request_method"; reason: private alias.
Removed service "Knp\DoctrineBehaviors\Contract\Provider\LocaleProviderInterface"; reason: private alias.
Removed service "Knp\DoctrineBehaviors\Contract\Provider\UserProviderInterface"; reason: private alias.
Removed service "hwi_oauth.resource_owners.locator"; 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 $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httplugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $emailLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $smsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $validationLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "knp_menu.menu_provider"; 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.GsIjbjK"; reason: private alias.
Removed service ".service_locator.Q7if2wv"; reason: private alias.
Removed service ".service_locator.ZBZXtOS"; reason: private alias.
Removed service ".service_locator.v4buNEb"; reason: private alias.
Removed service ".service_locator.dTwVBhv"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.SwBI.z3"; reason: private alias.
Removed service ".service_locator.o.uf2zi"; reason: private alias.
Removed service ".service_locator.i7sMDTA"; reason: private alias.
Removed service ".service_locator.FRnZOEP"; reason: private alias.
Removed service ".service_locator.ydp2hk8"; reason: private alias.
Removed service ".service_locator.uURT18R"; reason: private alias.
Removed service ".service_locator.YUMd2.p"; reason: private alias.
Removed service ".service_locator.2oqVmNe"; reason: private alias.
Removed service ".service_locator.6e71lXx"; reason: private alias.
Removed service ".service_locator.a_WMHZR"; reason: private alias.
Removed service ".service_locator.VBnzYnq"; reason: private alias.
Removed service ".service_locator.WtgBOFx"; reason: private alias.
Removed service ".service_locator.FVdMHme"; reason: private alias.
Removed service ".service_locator.ABZesnc"; reason: private alias.
Removed service ".service_locator.nrazt1k"; reason: private alias.
Removed service ".service_locator.8IQsM3O"; reason: private alias.
Removed service ".service_locator..3Lbkge"; reason: private alias.
Removed service ".service_locator.Z3U0pwJ"; reason: private alias.
Removed service ".service_locator.agsu8K6"; reason: private alias.
Removed service ".service_locator.asJhuba"; reason: private alias.
Removed service ".service_locator.y9j0Tyg"; reason: private alias.
Removed service ".service_locator.wj.iv.2"; reason: private alias.
Removed service ".service_locator.HchVdow"; reason: private alias.
Removed service ".service_locator.476Op65"; reason: private alias.
Removed service ".service_locator.J6yowwx"; reason: private alias.
Removed service ".service_locator.jk.QcHx"; reason: private alias.
Removed service ".service_locator..BkppZ_"; reason: private alias.
Removed service ".service_locator.A8grJBp"; reason: private alias.
Removed service ".service_locator.hiCiRnZ"; reason: private alias.
Removed service ".service_locator.tmSsIOR"; reason: private alias.
Removed service ".service_locator.02mkJxv"; reason: private alias.
Removed service ".service_locator.zvyWKye"; reason: private alias.
Removed service ".service_locator.IG7SyK0"; reason: private alias.
Removed service ".service_locator.g.guiND"; reason: private alias.
Removed service ".service_locator.2AtAr3W"; reason: private alias.
Removed service ".service_locator.8wOHD6J"; reason: private alias.
Removed service ".service_locator.viDL8pW"; reason: private alias.
Removed service ".service_locator.Ii7H5O8"; reason: private alias.
Removed service ".service_locator.whM34Pk"; reason: private alias.
Removed service ".service_locator.qU_UfbG"; reason: private alias.
Removed service ".service_locator.HixsQh_"; reason: private alias.
Removed service ".service_locator.fGuBO3G"; reason: private alias.
Removed service ".service_locator.vBVrLTi"; reason: private alias.
Removed service ".service_locator.M8toLBA"; reason: private alias.
Removed service ".service_locator.Ews4.KW"; reason: private alias.
Removed service ".service_locator.KHlg9I9"; reason: private alias.
Removed service ".service_locator.lbKedil"; reason: private alias.
Removed service ".service_locator.EG0Yki6"; reason: private alias.
Removed service ".service_locator..uNhMvu"; reason: private alias.
Removed service ".service_locator.5FMXQwR"; reason: private alias.
Removed service ".service_locator.BLZcD3t"; reason: private alias.
Removed service ".service_locator.I8bPeWl"; reason: private alias.
Removed service ".service_locator.QRqOnw6"; reason: private alias.
Removed service ".service_locator.FRUG2lT"; reason: private alias.
Removed service ".service_locator.Omle5Ak"; reason: private alias.
Removed service ".service_locator.1GkaAQK"; reason: private alias.
Removed service ".service_locator.eJWRiBE"; reason: private alias.
Removed service ".service_locator.7cJjKdX"; reason: private alias.
Removed service ".service_locator.EQ4hAbl"; reason: private alias.
Removed service ".service_locator.nKdWx3f"; reason: private alias.
Removed service ".service_locator.hXUbZW3"; reason: private alias.
Removed service ".service_locator.dhl4hND"; reason: private alias.
Removed service ".service_locator.e_90B3U"; reason: private alias.
Removed service ".service_locator.pXx7JJ6"; reason: private alias.
Removed service ".service_locator.clQrNte"; reason: private alias.
Removed service ".service_locator.hXKwSC3"; reason: private alias.
Removed service ".service_locator.VkSzARh"; reason: private alias.
Removed service ".service_locator.RaQpirr"; reason: private alias.
Removed service ".service_locator.rn6Unu_"; reason: private alias.
Removed service ".service_locator.dO5AhDD"; reason: private alias.
Removed service ".service_locator.eivm2ed"; reason: private alias.
Removed service ".service_locator.i2yzvVc"; reason: private alias.
Removed service ".service_locator.eWb_rI8"; reason: private alias.
Removed service ".service_locator.cFZDgNm"; reason: private alias.
Removed service ".service_locator.OJ5JDJZ"; reason: private alias.
Removed service ".service_locator.c8GrRH9"; reason: private alias.
Removed service ".service_locator.rynNebS"; reason: private alias.
Removed service ".service_locator._7m2QR4"; reason: private alias.
Removed service ".service_locator.xs8CTAo"; reason: private alias.
Removed service ".service_locator.kPi2Uv0"; reason: private alias.
Removed service ".service_locator.b65.PdO"; reason: private alias.
Removed service ".service_locator.IS7nBdC"; reason: private alias.
Removed service ".service_locator.QWQZgub"; reason: private alias.
Removed service ".service_locator.Ah59D8s"; reason: private alias.
Removed service ".service_locator.o3KBiLh"; reason: private alias.
Removed service ".service_locator.yXpTW1f"; reason: private alias.
Removed service ".service_locator.fHYW68W"; reason: private alias.
Removed service ".service_locator.E0TDvD."; reason: private alias.
Removed service ".service_locator.ro8zT7p"; reason: private alias.
Removed service ".service_locator.5LUgSgZ"; reason: private alias.
Removed service ".service_locator.PywYWYv"; reason: private alias.
Removed service ".service_locator.j9VisPs"; reason: private alias.
Removed service ".service_locator.Fo6luaP"; reason: private alias.
Removed service ".service_locator.ImmI6wk"; reason: private alias.
Removed service ".service_locator.ur2NNwb"; reason: private alias.
Removed service ".service_locator.M1MVDgQ"; reason: private alias.
Removed service ".service_locator.Fg2JB_Z"; reason: private alias.
Removed service ".service_locator.XySwoiF"; reason: private alias.
Removed service ".service_locator.mipsmSA"; reason: private alias.
Removed service ".service_locator.O3CXq.p"; reason: private alias.
Removed service ".service_locator.VQWMSjW"; reason: private alias.
Removed service ".service_locator.nGKVI8j"; reason: private alias.
Removed service ".service_locator.HHftcPu"; reason: private alias.
Removed service ".service_locator.wtY3nad"; reason: private alias.
Removed service ".service_locator.RUftYtI"; reason: private alias.
Removed service ".service_locator.3LPrAVu"; reason: private alias.
Removed service ".service_locator.WvyQswP"; reason: private alias.
Removed service ".service_locator.LvpIYb2"; reason: private alias.
Removed service ".service_locator.D1.O7uN"; reason: private alias.
Removed service ".service_locator.uzT8wR8"; reason: private alias.
Removed service ".service_locator.dd_8xMU"; reason: private alias.
Removed service ".service_locator.jXjvOHG"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.imPZ7bq"; reason: private alias.
Removed service ".service_locator.VECK922"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "hwi_oauth.http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "httplug.auto_discovery.auto_discovered_client"; reason: private alias.
Removed service "httplug.factory.auto"; reason: private alias.
Removed service "httplug.factory.buzz"; reason: private alias.
Removed service "httplug.factory.curl"; reason: private alias.
Removed service "httplug.factory.guzzle5"; reason: private alias.
Removed service "httplug.factory.guzzle6"; reason: private alias.
Removed service "httplug.factory.guzzle7"; reason: private alias.
Removed service "httplug.factory.react"; reason: private alias.
Removed service "httplug.factory.socket"; reason: private alias.
Removed service "httplug.client.app"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "doctrine.orm.entity_value_resolver"; reason: private alias.
Removed service "argument_resolver.backed_enum_resolver"; reason: private alias.
Removed service "argument_resolver.datetime"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.WeESunf"; reason: private alias.
Removed service ".service_locator.bdAufzK"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.X2dSTf9"; reason: private alias.
Removed service ".service_locator.SoFxSjl"; reason: private alias.
Removed service ".service_locator.YifX_u5"; reason: private alias.
Removed service ".service_locator.ERis4tJ"; reason: private alias.
Removed service ".service_locator.mgi8spI"; reason: private alias.
Removed service ".service_locator.HY2w5Wh"; reason: private alias.
Removed service ".service_locator.1VbYRzF"; reason: private alias.
Removed service ".service_locator.kKaHYvU"; reason: private alias.
Removed service ".service_locator.qeo2seP"; reason: private alias.
Removed service ".service_locator.1E7RvRC"; reason: private alias.
Removed service ".service_locator.at48efT"; reason: private alias.
Removed service ".service_locator.3dGZMLD"; reason: private alias.
Removed service ".service_locator.ElFHhsZ"; reason: private alias.
Removed service ".service_locator.7Y0ISrb"; reason: private alias.
Removed service ".service_locator.YGPFj10"; reason: private alias.
Removed service ".service_locator.lfwVATm"; reason: private alias.
Removed service ".service_locator._6DPhnS"; reason: private alias.
Removed service ".service_locator.n30UjmX"; reason: private alias.
Removed service ".service_locator._aJ75MC"; reason: private alias.
Removed service ".service_locator.vqHeTAr"; reason: private alias.
Removed service ".service_locator.rgARBMK"; reason: private alias.
Removed service ".service_locator.2wjWCbs"; reason: private alias.
Removed service ".service_locator.z49_rtU"; reason: private alias.
Removed service ".service_locator.K6yXzEV"; reason: private alias.
Removed service ".service_locator.5Iy8GIG"; reason: private alias.
Removed service ".service_locator.sm4weoQ"; reason: private alias.
Removed service ".service_locator.iWQuKIr"; reason: private alias.
Removed service ".service_locator.oBVOPPv"; reason: private alias.
Removed service ".service_locator.fCUyQRQ"; reason: private alias.
Removed service ".service_locator.J5UI4fu"; reason: private alias.
Removed service ".service_locator.Q14qCCU"; reason: private alias.
Removed service ".service_locator.VeaSNwn"; reason: private alias.
Removed service ".service_locator.q7ZLhvv"; reason: private alias.
Removed service ".service_locator.TgUZBlc"; reason: private alias.
Removed service ".service_locator.vGemJHb"; reason: private alias.
Removed service ".service_locator.ub8Gudk"; reason: private alias.
Removed service ".service_locator.80oYnl8"; reason: private alias.
Removed service ".service_locator.BNJ5Y1A"; reason: private alias.
Removed service ".service_locator.vXikzyl"; reason: private alias.
Removed service ".service_locator.rplTDBb"; reason: private alias.
Removed service ".service_locator.xFKYNrN"; reason: private alias.
Removed service ".service_locator.x0Fxehb"; reason: private alias.
Removed service ".service_locator.JSWtm9v"; reason: private alias.
Removed service ".service_locator.QuJqMB1"; reason: private alias.
Removed service ".service_locator.QBtXgts"; reason: private alias.
Removed service ".service_locator.3AFBWdj"; reason: private alias.
Removed service ".service_locator..9PTeVF"; reason: private alias.
Removed service ".service_locator.MSyV1Vt"; reason: private alias.
Removed service ".service_locator.s_oChVm"; reason: private alias.
Removed service ".service_locator.jRMbMP9"; reason: private alias.
Removed service ".service_locator.y2HxmgP"; reason: private alias.
Removed service ".service_locator.kR3_FJG"; reason: private alias.
Removed service ".service_locator.jC60FHS"; reason: private alias.
Removed service ".service_locator.U2cEu7m"; reason: private alias.
Removed service ".service_locator.nb.d4Jo"; reason: private alias.
Removed service ".service_locator.6yRTZEn"; reason: private alias.
Removed service ".service_locator.VAvCu7J"; reason: private alias.
Removed service ".service_locator.XQVjUkT"; reason: private alias.
Removed service ".service_locator.P7t7Iyw"; reason: private alias.
Removed service ".service_locator.UlmElxX"; reason: private alias.
Removed service ".service_locator.Lszdtjf"; reason: private alias.
Removed service ".service_locator.meDGtGM"; reason: private alias.
Removed service ".service_locator.pCwGvt_"; reason: private alias.
Removed service ".service_locator.W0iS56a"; reason: private alias.
Removed service ".service_locator.qTQ1WzW"; reason: private alias.
Removed service ".service_locator.Fq4.Sk1"; reason: private alias.
Removed service ".service_locator.e5K3JVQ"; reason: private alias.
Removed service ".service_locator.jbREkM1"; reason: private alias.
Removed service ".service_locator.Q5nAgHY"; reason: private alias.
Removed service ".service_locator.eduwS4i"; reason: private alias.
Removed service ".service_locator.jeWb9TS"; reason: private alias.
Removed service ".service_locator.bxM_cY."; reason: private alias.
Removed service ".service_locator.xYHA4Rs"; reason: private alias.
Removed service ".service_locator.VrTPO7E"; reason: private alias.
Removed service ".service_locator.0LzBK_I"; reason: private alias.
Removed service ".service_locator._ZqZBko"; reason: private alias.
Removed service ".service_locator.cMiKia4"; reason: private alias.
Removed service ".service_locator.Ucy.2Fw"; reason: private alias.
Removed service ".service_locator.rzwpcra"; reason: private alias.
Removed service ".service_locator.QYOK..N"; reason: private alias.
Removed service ".service_locator.VOZ_ihH"; reason: private alias.
Removed service ".service_locator.SPwzlvH"; reason: private alias.
Removed service ".service_locator.FcXWF.Q"; reason: private alias.
Removed service ".service_locator.buz2Clk"; reason: private alias.
Removed service ".service_locator.1nhiqVP"; reason: private alias.
Removed service ".service_locator.4qPe8ea"; reason: private alias.
Removed service ".service_locator.1m0iXDA"; reason: private alias.
Removed service ".service_locator.rqujsP1"; reason: private alias.
Removed service ".service_locator.i6tf6P4"; reason: private alias.
Removed service ".service_locator.g62_9J1"; reason: private alias.
Removed service ".service_locator.qMg45oC"; reason: private alias.
Removed service ".service_locator.kNhYOeO"; reason: private alias.
Removed service ".service_locator.8.9MNKg"; reason: private alias.
Removed service ".service_locator.GmV30bU"; reason: private alias.
Removed service ".service_locator.l9bUBpK"; reason: private alias.
Removed service ".service_locator.DnZvyi0"; reason: private alias.
Removed service ".service_locator.n_CXgD1"; reason: private alias.
Removed service ".service_locator.53yC29l"; reason: private alias.
Removed service ".service_locator.HU7Gs4G"; reason: private alias.
Removed service ".service_locator.0_kJtbp"; reason: private alias.
Removed service ".service_locator.WpW6_jJ"; reason: private alias.
Removed service ".service_locator..eV.1Vo"; reason: private alias.
Removed service ".service_locator..bWtt9x"; reason: private alias.
Removed service ".service_locator.HKhyB4W"; reason: private alias.
Removed service ".service_locator.Ivf4rjG"; reason: private alias.
Removed service ".service_locator.d51SH5T"; reason: private alias.
Removed service ".service_locator.CSar3xv"; reason: private alias.
Removed service ".service_locator.sx0ZS3s"; reason: private alias.
Removed service ".service_locator.VmjhYLv"; reason: private alias.
Removed service ".service_locator.JM41XDh"; reason: private alias.
Removed service ".service_locator.fj1XOL5"; reason: private alias.
Removed service ".service_locator.LjlptYh"; reason: private alias.
Removed service ".service_locator.D9TnMSP"; reason: private alias.
Removed service ".service_locator.5pkkuTX"; reason: private alias.
Removed service ".service_locator.luj3c6V"; reason: private alias.
Removed service ".service_locator.VQ0cUYk"; reason: private alias.
Removed service ".service_locator.rirPr9H"; reason: private alias.
Removed service ".service_locator.eeAXHAp"; reason: private alias.
Removed service ".service_locator.wXV4qOq"; reason: private alias.
Removed service ".service_locator.Zix.3KE"; reason: private alias.
Removed service ".service_locator.nYXqyGG"; reason: private alias.
Removed service ".service_locator.QCKuAdo"; reason: private alias.
Removed service ".service_locator.TN.2WMQ"; reason: private alias.
Removed service ".service_locator.4k1LB7u"; reason: private alias.
Removed service ".service_locator.w0l.Zxl"; reason: private alias.
Removed service ".service_locator.lAX3rca"; reason: private alias.
Removed service ".service_locator.ZBo_L7y"; reason: private alias.
Removed service ".service_locator.2vPtqmS"; reason: private alias.
Removed service ".service_locator.FSt4LFg"; reason: private alias.
Removed service ".service_locator.6Q1tTqr"; reason: private alias.
Removed service ".service_locator.iuwPS2K"; reason: private alias.
Removed service ".service_locator.a_TVo7M"; reason: private alias.
Removed service ".service_locator.8kELjwi"; reason: private alias.
Removed service ".service_locator.HJyp0um"; reason: private alias.
Removed service ".service_locator.4Ma8d7h"; reason: private alias.
Removed service ".service_locator.97cmiP6"; reason: private alias.
Removed service ".service_locator.HC.eK9d"; reason: private alias.
Removed service ".service_locator.kLAGzwI"; reason: private alias.
Removed service ".service_locator.wK9bvqZ"; reason: private alias.
Removed service ".service_locator.Hyd_Gug"; reason: private alias.
Removed service ".service_locator.BN_epu5"; reason: private alias.
Removed service ".service_locator.D5M0KN8"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.XLoOC.v"; reason: private alias.
Removed service ".service_locator.Nj3O9iC"; reason: private alias.
Removed service ".service_locator.gEvHsEe"; reason: private alias.
Removed service ".service_locator.vocmmhz"; reason: private alias.
Removed service ".service_locator.NpHGdHQ"; reason: private alias.
Removed service ".service_locator.42mcvAx"; reason: private alias.
Removed service ".service_locator.ZEpDH3Y"; reason: private alias.
Removed service ".service_locator.ff7XqP5"; reason: private alias.
Removed service ".service_locator.xQ35tM9"; reason: private alias.
Removed service ".service_locator.vF9JXLh"; reason: private alias.
Removed service ".service_locator.Fg6pWgf"; reason: private alias.
Removed service ".service_locator.GfTfy7s"; reason: private alias.
Removed service ".service_locator.ZQZYVwT"; reason: private alias.
Removed service ".service_locator.G5UyRYp"; reason: private alias.
Removed service ".service_locator.lzh7TQW"; reason: private alias.
Removed service ".service_locator.5MspUzT"; reason: private alias.
Removed service ".service_locator._QmC_gq"; reason: private alias.
Removed service ".service_locator.sBaHJXN"; reason: private alias.
Removed service ".service_locator.FXXfDG_"; reason: private alias.
Removed service ".service_locator.cmrgSar"; reason: private alias.
Removed service ".service_locator.ihhMwwb"; reason: private alias.
Removed service ".service_locator.pu5YZX_"; reason: private alias.
Removed service ".service_locator.WvesE_K"; reason: private alias.
Removed service ".service_locator.vCDFU9R"; reason: private alias.
Removed service ".service_locator.F6qtFlf"; reason: private alias.
Removed service ".service_locator.wBwxXeg"; reason: private alias.
Removed service ".service_locator.B.0V10P"; reason: private alias.
Removed service ".service_locator.x_s5otL"; reason: private alias.
Removed service ".service_locator.7uwIMxz"; reason: private alias.
Removed service ".service_locator.MDGRTUR"; reason: private alias.
Removed service ".service_locator.Wh_pCnN"; reason: private alias.
Removed service ".service_locator.17sfW83"; reason: private alias.
Removed service ".service_locator.XCq_YLD"; reason: private alias.
Removed service ".service_locator.JPnzCAa"; reason: private alias.
Removed service ".service_locator.26tvR0M"; reason: private alias.
Removed service ".service_locator.xjLRPTh"; reason: private alias.
Removed service ".service_locator.kUeGosC"; reason: private alias.
Removed service ".service_locator.YVlNm.k"; reason: private alias.
Removed service ".service_locator.TaOZb9D"; reason: private alias.
Removed service ".service_locator.zLvdZiP"; reason: private alias.
Removed service ".service_locator.9gaMzIU"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
140
Changed reference of service "App\Forms\Types\Admin\Common\CKeditorType" previously pointing to "router.default" to "router".
Changed reference of service "App\Forms\Types\Admin\Content\NewsTranslationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Forms\Types\Admin\Content\NewsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Forms\Types\Admin\User\UserFilterType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Forms\Types\Common\LoginTextType" previously pointing to "router.default" to "router".
Changed reference of service "App\Forms\Types\Common\OwnerType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Forms\Types\Lk\Common\CKeditorTypeOrganisation" previously pointing to "router.default" to "router".
Changed reference of service "App\Forms\Types\Lk\Organisation\EventType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Forms\Types\Lk\Organisation\NewsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Forms\Types\User\ConfirmContactType" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Http\Olymp60RedirectListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Messaging\Email\Mailer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Messaging\Messages\Confirmation\ConfirmEmail" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Messaging\Messages\Olympiad\CallbackRequest" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Messaging\Messages\PasswordRecovery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Messaging\Messages\Registration" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Messaging\SmsSend" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Moodle\UserFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Olympiads\Online\Participant\QRCodeGenerator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Twig\TextHelpers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Twig\UrlFunction" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\User\UserManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.listener.user_checker.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
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 "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
Changed reference of service "Knp\DoctrineBehaviors\Provider\LocaleProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\ConnectController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\ConnectController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\ConnectController" previously pointing to "router.default" to "router".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "router.default" to "router".
Changed reference of service "hwi_oauth.authentication.listener.oauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.dh0na4b" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vfoF0O9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.3Yj1Ii8" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Cv1pm5a" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2jMfrh." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Opyw_h." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.NLfnLYR" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ols6NEf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ols6NEf" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.8ZJFCRj" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.WH9haBQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.L.VUGHb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voters\Content\NewsVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voters\Olympiad\DirectionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voters\Olympiad\OnlineCategoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voters\Olympiad\ParticipantVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voters\Olympiad\Profile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voters\Olympiad\TrialTestVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voters\Organisation\Page" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voters\Organisation\Profile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voters\Organisation\View" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.cseKIC3" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.umtHIM3" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.LrCXAmX" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "httplug.collector.factory.buzz.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
Changed reference of service "httplug.collector.factory.guzzle5.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.react.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.socket.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.client" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
760
Removed service "App\Entity"; reason: abstract.
Removed service "App\Migrations"; reason: abstract.
Removed service "App\Model"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\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\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.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.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "maker.auto_command.abstract"; 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 "oneup_flysystem.adapter.local"; reason: abstract.
Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
Removed service "oneup_flysystem.adapter.async_aws_s3"; reason: abstract.
Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
Removed service "oneup_flysystem.adapter.gitlab"; reason: abstract.
Removed service "oneup_flysystem.adapter.azureblob"; reason: abstract.
Removed service "oneup_flysystem.filesystem"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "httplug.plugin.cache"; reason: abstract.
Removed service "httplug.plugin.add_host"; reason: abstract.
Removed service "httplug.plugin.add_path"; reason: abstract.
Removed service "httplug.plugin.base_uri"; reason: abstract.
Removed service "httplug.plugin.content_type"; reason: abstract.
Removed service "httplug.plugin.header_append"; reason: abstract.
Removed service "httplug.plugin.header_defaults"; reason: abstract.
Removed service "httplug.plugin.header_set"; reason: abstract.
Removed service "httplug.plugin.header_remove"; reason: abstract.
Removed service "httplug.plugin.query_defaults"; reason: abstract.
Removed service "httplug.plugin.request_seekable_body"; reason: abstract.
Removed service "httplug.plugin.response_seekable_body"; reason: abstract.
Removed service "httplug.plugin.stack"; reason: abstract.
Removed service "Knp\DoctrineBehaviors\Bundle"; reason: abstract.
Removed service "Knp\DoctrineBehaviors\DoctrineBehaviorsBundle"; reason: abstract.
Removed service "Knp\DoctrineBehaviors\Exception"; reason: abstract.
Removed service "hwi_oauth.authentication.listener.oauth"; reason: abstract.
Removed service "hwi_oauth.context_listener.abstract_token_refresher"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GalleryResize"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GalleryResize"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParticipantQrCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ParticipantQrCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\FormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\NewsTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\NewsTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\NewsTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\StaticPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Directory\Scholar\AchievementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Directory\Scholar\AchievementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Directory\Scholar\AchievementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Forum\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Forum\ForumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Forum\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\DisciplineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\DisciplineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\DisciplineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\FaqController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\GalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\GalleryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\GalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\GradeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\GradeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\GradeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\LevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\LevelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\LevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\MaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\MaterialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\MaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\OlympiadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\OlympiadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\OlympiadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\Online\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\CourseOverrideController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\CourseOverrideController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\Online\CourseOverrideController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\DirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\DirectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\Online\DirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\Online\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\ParticipantImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\ParticipantImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\Online\ParticipantImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\Online\UsersImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\Online\UsersImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\Online\UsersImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\SmiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\SmiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\SmiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\StageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\StageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\StageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\TextBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\TextBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\TextBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Olympiad\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Olympiad\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Olympiad\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\DistrictController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\DistrictController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\DistrictController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\OrganisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\OrganisationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\OrganisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\PageTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\PageTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\PageTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\TypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\TypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\TypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\University\OlympPrivilegesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\University\OlympPrivilegesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\University\OlympPrivilegesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\University\SpecialtyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\University\SpecialtyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\University\SpecialtyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\University\SuccessHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\University\SuccessHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\University\SuccessHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\UniversityCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\UniversityCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\UniversityCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Organisation\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Organisation\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Organisation\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Scholar\ScholarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Scholar\ScholarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Scholar\ScholarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Users\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UserRightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UserRightController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Users\UserRightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\MoodleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\MoodleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\MoodleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\AttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\AttendantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\OlympOnline\AttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\GalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\GalleryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\OlympOnline\GalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\OnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\OnlineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\OlympOnline\OnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\ParticipantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\ParticipantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\OlympOnline\ParticipantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\ReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\ReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\OlympOnline\ReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympOnline\TrialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympOnline\TrialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\OlympOnline\TrialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OlympiadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OlympiadsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\OlympiadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Frontend\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\AttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\AttendantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\AttendantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\MoodleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\MoodleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\MoodleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\Olymp\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\Olymp\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\Olymp\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\Olymp\OlympController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\Olymp\OlympController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\Olymp\OlympController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\OnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\OnlineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\OnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\BasicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\BasicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\org\BasicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\org\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\org\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\OrgController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\OrgController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\org\OrgController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\PrivilegesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\PrivilegesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\org\PrivilegesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\SuccessHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\SuccessHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\org\SuccessHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LK\org\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LK\org\UploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LK\org\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Common\CKeditorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Common\CKeditorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\FileAjaxType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\FileAjaxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\FileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\FileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\ImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\ImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\DtoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\Material\DtoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\FileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\Material\FileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\LinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\Material\LinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\MaterialTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\Material\MaterialTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\MaterialType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\Material\MaterialType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Material\VideoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\Material\VideoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\NewsTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\NewsTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\NewsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\NewsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\NewsTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\NewsTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Smi\SmiItemTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\Smi\SmiItemTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\Smi\SmiItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\Smi\SmiItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\StaticPageTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\StaticPageTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Content\StaticPageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Content\StaticPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Directory\Scholar\AchievementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Directory\Scholar\AchievementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Filter\OrganisationFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Filter\OrganisationFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\DisciplineType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\DisciplineType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\GradeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\GradeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\LevelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\LevelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\OlympiadComplexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\OlympiadComplexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\OlympiadTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\OlympiadTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\OlympiadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\OlympiadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CategoryTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\CategoryTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CertUploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\CertUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\CodesImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\CodesImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\DirectionLanguageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\DirectionLanguageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\DirectionTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\DirectionTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\DirectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\DirectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\EventCodesImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\EventCodesImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\FilesUploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\FilesUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\OnlineEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\OnlineEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\ParticipantImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\ParticipantImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\ResultImportCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\ResultImportCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\Online\ResultImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\Online\ResultImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\StageComplexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\StageComplexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\StageTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\StageTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Olympiad\StageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Olympiad\StageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\DistrictType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\DistrictType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\OrganisationComplexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\OrganisationComplexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\OrganisationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\OrganisationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\PageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\PageTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\PageTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\RegionTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\RegionTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\RegionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\RegionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\TypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\TypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\University\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\OlympPrivilegyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\University\OlympPrivilegyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\SpecialtyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\University\SpecialtyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\SuccessHistoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\University\SuccessHistoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\University\UniversityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\University\UniversityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\UniversityCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\UniversityCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Organisation\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Organisation\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Site\Config\ImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Site\Config\ImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Site\Config\SchemaRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Site\Config\SchemaRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Site\Config\SchemaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Site\Config\SchemaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\Translation\CollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\Translation\CollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\User\UserFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\User\UserFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\User\UserRightsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\User\UserRightsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Admin\User\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Admin\User\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\BirthCertificateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\BirthCertificateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\CKeditorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\CKeditorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ChoiceYesNo"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\ChoiceYesNo"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\CommaSeparatedArrayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\CommaSeparatedArrayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ContactsListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\ContactsListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\CoordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\CoordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DatePeriodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\DatePeriodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\EntityArrayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\EntityArrayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\HiddenArrayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\HiddenArrayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\HiddenEntityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\HiddenEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\HiddenJsonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\HiddenJsonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ImageMultiplyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\ImageMultiplyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\ImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\LinkListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\LinkListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\LinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\LinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\LoginTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\LoginTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\OwnerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\OwnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\PassportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\PassportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\PhoneRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\PhoneRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\PhoneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\PhoneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\SlugType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\SlugType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\TimeIntervalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\TimeIntervalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\FaqTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Content\FaqTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\FaqType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Content\FaqType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\TextBlockTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Content\TextBlockTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Content\TextBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Content\TextBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Forms\SupportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Forms\SupportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Forum\AnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Forum\AnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Forum\NewThreadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Forum\NewThreadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\AlbumPhotoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Gallery\AlbumPhotoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\AlbumTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Gallery\AlbumTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\AlbumType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Gallery\AlbumType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\GroupTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Gallery\GroupTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\GroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Gallery\GroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\IframeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Gallery\IframeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Gallery\VideoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Gallery\VideoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\CKeditorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\CKeditorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Common\CKeditorTypeOrganisation"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Common\CKeditorTypeOrganisation"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Common\ChoiceYesNo"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Common\ChoiceYesNo"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Content\TextBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Content\TextBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Olympiad\OlympiadComplexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Olympiad\OlympiadComplexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Olympiad\OlympiadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Olympiad\OlympiadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\DescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Organisation\DescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\EventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Organisation\EventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\NewsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Organisation\NewsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\OlympPrivilegyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Organisation\OlympPrivilegyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\OrganisationComplexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Organisation\OrganisationComplexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\OrganisationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Organisation\OrganisationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Organisation\SuccessHistoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Organisation\SuccessHistoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Lk\Profile\ScholarType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Lk\Profile\ScholarType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\AdditionalInfoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\AdditionalInfoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\ApplyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\ApplyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\ApplyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\Attendant\ApplyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\AttendantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\Attendant\AttendantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\ParticipantSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\Attendant\ParticipantSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Attendant\UploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\Attendant\UploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\CourseOverrideParticipantsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\CourseOverrideParticipantsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\CourseOverrideType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\CourseOverrideType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Participant\AdminSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\Participant\AdminSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\Participant\SearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\Participant\SearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\ParticipantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\ParticipantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\ReviewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\ReviewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Olympiad\SignupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Olympiad\SignupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Scholar\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Scholar\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\NewsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Search\NewsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\OlympiadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Search\OlympiadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\OrganisationFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Search\OrganisationFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Search\UniversityFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Search\UniversityFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\User\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\ConfirmContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\User\ConfirmContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\PasswordRecoveryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\User\PasswordRecoveryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\User\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\User\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\User\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Message\Messaging\SmsHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Message\Messaging\SmsHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Content\NewsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Content\NewsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Content\Parts\TextBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Content\Parts\TextBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Content\SmiItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Content\SmiItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gallery\AlbumRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gallery\AlbumRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Gallery\PhotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Gallery\PhotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Olympiad\Online\CourseOverrideRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Olympiad\Online\CourseOverrideRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Content\NewsVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\Content\NewsVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\DirectionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\Olympiad\DirectionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\OnlineCategoryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\Olympiad\OnlineCategoryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\ParticipantVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\Olympiad\ParticipantVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\Profile"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\Olympiad\Profile"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Olympiad\TrialTestVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\Olympiad\TrialTestVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Organisation\Page"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\Organisation\Page"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Organisation\Profile"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\Organisation\Profile"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voters\Organisation\View"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voters\Organisation\View"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Common\Owner\TwigFunctions"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Common\Owner\TwigFunctions"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\Content\News\Constraints\EventFieldsValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Content\News\Constraints\EventFieldsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\Http\LocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Http\LocaleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\Http\Olymp60RedirectListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Http\Olymp60RedirectListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\Config"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\Config"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\Phone"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\Phone"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\TextHelpers"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\TextHelpers"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\Twig\UrlFunction"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Twig\UrlFunction"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\User\LastActiveSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\User\LastActiveSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\User\UserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\User\UserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Common\PassportValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\Common\PassportValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Common\PhoneConfirmValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\Common\PhoneConfirmValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Olympiad\ApplyValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\Olympiad\ApplyValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Olympiad\ParticipantFullValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\Olympiad\ParticipantFullValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\User\PasswordRecoveryValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\User\PasswordRecoveryValidator"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.Monolog\Handler\TelegramBotHandler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.Monolog\Handler\TelegramBotHandler"; reason: abstract.
Removed service ".abstract.instanceof.Monolog\Handler\TelegramBotHandler"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Bridge\Monolog\Processor\TokenProcessor.0.Symfony\Bridge\Monolog\Processor\TokenProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Bridge\Monolog\Processor\TokenProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor"; reason: abstract.
Removed service ".instanceof.Monolog\Processor\ProcessorInterface.0.Symfony\Bridge\Monolog\Processor\WebProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Bridge\Monolog\Processor\WebProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Bridge\Monolog\Processor\RouteProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Bridge\Monolog\Processor\RouteProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Bridge\Monolog\Processor\RouteProcessor"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
248
Removed service "ReCaptcha\ReCaptcha"; reason: unused.
Removed service "ReCaptcha\RequestMethod\CurlPost"; reason: unused.
Removed service "ReCaptcha\RequestMethod\Curl"; reason: unused.
Removed service "App\Exception\Confirmation\ConfirmationException"; reason: unused.
Removed service "App\Exception\Confirmation\InvalidCodeException"; reason: unused.
Removed service "App\Exception\Confirmation\NotFoundException"; reason: unused.
Removed service "App\Exception\Confirmation\SendTimeOutException"; reason: unused.
Removed service "App\Exception\Confirmation\ValidTimeException"; reason: unused.
Removed service "App\Exception\Moodle\ApiResultException"; reason: unused.
Removed service "App\Exception\User\PasswordRecovery\InvalidLink"; reason: unused.
Removed service "App\Exception\User\PasswordRecovery\UserNotExist"; reason: unused.
Removed service "App\Forms\Transformers\AbsolutePathTransformer"; reason: unused.
Removed service "App\Forms\Transformers\ArrayToJsonTransformer"; reason: unused.
Removed service "App\Forms\Transformers\ArrayToStringTransformer"; reason: unused.
Removed service "App\Forms\Transformers\BitChoiceTransformer"; reason: unused.
Removed service "App\Forms\Transformers\DateTimeTransformer"; reason: unused.
Removed service "App\Forms\Transformers\EmailToUserNotRequiredTransformer"; reason: unused.
Removed service "App\Message\Messaging\SmsMessage"; reason: unused.
Removed service "App\Repository\Common\ContactRepository"; reason: unused.
Removed service "App\Repository\Common\CountryRepository"; reason: unused.
Removed service "App\Repository\Common\LinkRepository"; reason: unused.
Removed service "App\Repository\Common\Russian\PassportDepartmentRepository"; reason: unused.
Removed service "App\Repository\Common\Russian\RegionRepository"; reason: unused.
Removed service "App\Repository\Content\FaqRepository"; reason: unused.
Removed service "App\Repository\Content\MaterialRepository"; reason: unused.
Removed service "App\Repository\Content\NewsTypeRepository"; reason: unused.
Removed service "App\Repository\Content\StaticPageRepository"; reason: unused.
Removed service "App\Repository\Forms\SupportRepository"; reason: unused.
Removed service "App\Repository\Forum\PostRepository"; reason: unused.
Removed service "App\Repository\Forum\ThreadRepository"; reason: unused.
Removed service "App\Repository\Gallery\GroupRepository"; reason: unused.
Removed service "App\Repository\Gallery\VideoRepository"; reason: unused.
Removed service "App\Repository\Geo\DistrictRepository"; reason: unused.
Removed service "App\Repository\Geo\RegionRepository"; reason: unused.
Removed service "App\Repository\Marketing\EmailSubscribe\SubscriberRepository"; reason: unused.
Removed service "App\Repository\Marketing\EmailSubscribe\SubscriptionRepository"; reason: unused.
Removed service "App\Repository\Olympiad\CategoryRepository"; reason: unused.
Removed service "App\Repository\Olympiad\DisciplineRepository"; reason: unused.
Removed service "App\Repository\Olympiad\GradeRepository"; reason: unused.
Removed service "App\Repository\Olympiad\LevelRepository"; reason: unused.
Removed service "App\Repository\Olympiad\OlympiadRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\AttendantParticipantRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\AttendantRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\CategoryRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\ConfirmationRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\DirectionLanguageRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\DirectionRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\EventRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\LanguageRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\MessageRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\Participant\FileRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\ParticipantRepository"; reason: unused.
Removed service "App\Repository\Olympiad\Online\ResultRepository"; reason: unused.
Removed service "App\Repository\Olympiad\ReviewRepository"; reason: unused.
Removed service "App\Repository\Olympiad\StageRepository"; reason: unused.
Removed service "App\Repository\Olympiad\UserRepository"; reason: unused.
Removed service "App\Repository\Organisation\OrganisationRepository"; reason: unused.
Removed service "App\Repository\Organisation\PageRepository"; reason: unused.
Removed service "App\Repository\Organisation\PageTypeRepository"; reason: unused.
Removed service "App\Repository\Organisation\SuccessHistoryRepository"; reason: unused.
Removed service "App\Repository\Organisation\TypeRepository"; reason: unused.
Removed service "App\Repository\Organisation\University\CategoryRepository"; reason: unused.
Removed service "App\Repository\Organisation\University\OlympPrivilegyRepository"; reason: unused.
Removed service "App\Repository\Organisation\University\SpecialtyRepository"; reason: unused.
Removed service "App\Repository\Organisation\University\UniversityRepository"; reason: unused.
Removed service "App\Repository\Organisation\UniversityCategoryRepository"; reason: unused.
Removed service "App\Repository\Organisation\UserRepository"; reason: unused.
Removed service "App\Repository\Scholar\AchievementRepository"; reason: unused.
Removed service "App\Repository\Scholar\CompetenceRepository"; reason: unused.
Removed service "App\Repository\Scholar\ProfileRepository"; reason: unused.
Removed service "App\Repository\Site\ConfigRepository"; reason: unused.
Removed service "App\Repository\User\UserRepository"; reason: unused.
Removed service "App\Repository\User\UserRightsRepository"; reason: unused.
Removed service "App\Repository\Uuid\OwnerRepository"; reason: unused.
Removed service "App\Security\Exceptions\OauthNoEmailException"; reason: unused.
Removed service "App\Security\JsonLoginSuccessHandler"; reason: unused.
Removed service "App\Security\LoginFormAuthenticator"; reason: unused.
Removed service "App\Service\Common\UuidManager"; reason: unused.
Removed service "App\Service\Content\News\Constraints\EventFields"; reason: unused.
Removed service "App\Service\DateTime\Modify"; reason: unused.
Removed service "App\Service\Faker\OwnerProvider"; reason: unused.
Removed service "App\Service\Http\LocaleListener"; reason: unused.
Removed service "App\Service\Logs\Utils\TelegramFormatter"; reason: unused.
Removed service "App\Service\Messaging\Sms\IQSms"; reason: unused.
Removed service "App\Service\Organisation\University\Provider"; reason: unused.
Removed service "App\Service\RSSWriter\Channel"; reason: unused.
Removed service "App\Service\RSSWriter\Feed"; reason: unused.
Removed service "App\Service\RSSWriter\Item"; reason: unused.
Removed service "App\Service\RSSWriter\SimpleXMLElement"; reason: unused.
Removed service "App\Service\Site\Menu\KnpMenuBuilder"; reason: unused.
Removed service "App\Service\User\Event\NewUserEvent"; reason: unused.
Removed service "App\Service\User\Event\UserCreatedEvent"; reason: unused.
Removed service "App\Validator\Constraints\Common\Passport"; reason: unused.
Removed service "App\Validator\Constraints\Common\PhoneConfirm"; reason: unused.
Removed service "App\Validator\Constraints\Olympiad\Apply"; reason: unused.
Removed service "App\Validator\Constraints\Olympiad\ParticipantFull"; reason: unused.
Removed service "App\Validator\Constraints\User\PasswordRecovery"; reason: unused.
Removed service "Monolog\Handler\TelegramBotHandler"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; 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 "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.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~_6o4XzY"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "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.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; 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 "oneup_flysystem.adapter_factory.local"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.awss3v3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.ftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.sftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.in_memory"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.customadapter"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.async_aws_s3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.google_cloud_storage"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.gitlab"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.azureblob"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.storage.file_system"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "httplug.strategy"; reason: unused.
Removed service "httplug.async_client.default"; reason: unused.
Removed service "httplug.factory.symfony"; reason: unused.
Removed service "httplug.plugin.cookie"; reason: unused.
Removed service "httplug.plugin.decoder"; reason: unused.
Removed service "httplug.plugin.error"; reason: unused.
Removed service "httplug.plugin.history"; reason: unused.
Removed service "httplug.plugin.logger"; reason: unused.
Removed service "httplug.plugin.retry"; reason: unused.
Removed service "httplug.plugin.stopwatch"; reason: unused.
Removed service "httplug.collector.auto_discovered_client"; reason: unused.
Removed service "httplug.collector.factory.buzz"; reason: unused.
Removed service "httplug.collector.factory.curl"; reason: unused.
Removed service "httplug.collector.factory.guzzle5"; reason: unused.
Removed service "httplug.collector.factory.guzzle6"; reason: unused.
Removed service "httplug.collector.factory.guzzle7"; reason: unused.
Removed service "httplug.collector.factory.react"; reason: unused.
Removed service "httplug.collector.factory.socket"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl_post"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl"; reason: unused.
Removed service "hwi_oauth.authentication.provider.oauth"; reason: unused.
Removed service "hwi_oauth.authentication.entry_point.oauth"; reason: unused.
Removed service "hwi_oauth.user.provider"; reason: unused.
Removed service "hwi_oauth.user.provider.entity"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.httplug"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
Removed service "httplug.collector.auto_discovered_client.inner"; reason: unused.
Removed service "httplug.collector.factory.buzz.inner"; reason: unused.
Removed service "httplug.collector.factory.curl.inner"; reason: unused.
Removed service "httplug.collector.factory.guzzle5.inner"; reason: unused.
Removed service "httplug.collector.factory.guzzle6.inner"; reason: unused.
Removed service "httplug.collector.factory.guzzle7.inner"; reason: unused.
Removed service "httplug.collector.factory.react.inner"; reason: unused.
Removed service "httplug.collector.factory.socket.inner"; reason: unused.
497
Inlined service "App\Service\Image\UploadResizer" to "App\Command\GalleryResize".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Content\ConfigController" to "App\Controller\Admin\Content\ConfigController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Content\FormController" to "App\Controller\Admin\Content\FormController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Content\NewsController" to "App\Controller\Admin\Content\NewsController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Content\NewsTypeController" to "App\Controller\Admin\Content\NewsTypeController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Content\StaticPageController" to "App\Controller\Admin\Content\StaticPageController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\DefaultController" to "App\Controller\Admin\DefaultController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Directory\Scholar\AchievementController" to "App\Controller\Admin\Directory\Scholar\AchievementController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Forum\ForumController" to "App\Controller\Admin\Forum\ForumController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\CategoryController" to "App\Controller\Admin\Olympiad\CategoryController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\DisciplineController" to "App\Controller\Admin\Olympiad\DisciplineController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\FaqController" to "App\Controller\Admin\Olympiad\FaqController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\GalleryController" to "App\Controller\Admin\Olympiad\GalleryController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\GradeController" to "App\Controller\Admin\Olympiad\GradeController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\LevelController" to "App\Controller\Admin\Olympiad\LevelController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\MaterialController" to "App\Controller\Admin\Olympiad\MaterialController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\NewsController" to "App\Controller\Admin\Olympiad\NewsController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\OlympiadController" to "App\Controller\Admin\Olympiad\OlympiadController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\Online\CategoryController" to "App\Controller\Admin\Olympiad\Online\CategoryController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\Online\CourseOverrideController" to "App\Controller\Admin\Olympiad\Online\CourseOverrideController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\Online\DirectionController" to "App\Controller\Admin\Olympiad\Online\DirectionController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\Online\EventController" to "App\Controller\Admin\Olympiad\Online\EventController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\Online\ParticipantImportController" to "App\Controller\Admin\Olympiad\Online\ParticipantImportController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\Online\UsersImportController" to "App\Controller\Admin\Olympiad\Online\UsersImportController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\SmiController" to "App\Controller\Admin\Olympiad\SmiController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\StageController" to "App\Controller\Admin\Olympiad\StageController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\TextBlockController" to "App\Controller\Admin\Olympiad\TextBlockController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Olympiad\UserController" to "App\Controller\Admin\Olympiad\UserController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\DistrictController" to "App\Controller\Admin\Organisation\DistrictController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\NewsController" to "App\Controller\Admin\Organisation\NewsController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\OrganisationController" to "App\Controller\Admin\Organisation\OrganisationController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\PageController" to "App\Controller\Admin\Organisation\PageController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\PageTypeController" to "App\Controller\Admin\Organisation\PageTypeController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\TypeController" to "App\Controller\Admin\Organisation\TypeController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\University\OlympPrivilegesController" to "App\Controller\Admin\Organisation\University\OlympPrivilegesController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\University\SpecialtyController" to "App\Controller\Admin\Organisation\University\SpecialtyController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\University\SuccessHistoryController" to "App\Controller\Admin\Organisation\University\SuccessHistoryController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\UniversityCategoryController" to "App\Controller\Admin\Organisation\UniversityCategoryController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Organisation\UserController" to "App\Controller\Admin\Organisation\UserController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Scholar\ScholarController" to "App\Controller\Admin\Scholar\ScholarController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\UploadController" to "App\Controller\Admin\UploadController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Users\UserController" to "App\Controller\Admin\Users\UserController".
Inlined service ".service_locator.cseKIC3.App\Controller\Admin\Users\UserRightController" to "App\Controller\Admin\Users\UserRightController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\DefaultController" to "App\Controller\Frontend\DefaultController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\MoodleController" to "App\Controller\Frontend\MoodleController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\NewsController" to "App\Controller\Frontend\NewsController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\OlympOnline\AttendantController" to "App\Controller\Frontend\OlympOnline\AttendantController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\OlympOnline\GalleryController" to "App\Controller\Frontend\OlympOnline\GalleryController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\OlympOnline\OnlineController" to "App\Controller\Frontend\OlympOnline\OnlineController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\OlympOnline\ParticipantController" to "App\Controller\Frontend\OlympOnline\ParticipantController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\OlympOnline\ReviewController" to "App\Controller\Frontend\OlympOnline\ReviewController".
Inlined service ".service_locator.umtHIM3.App\Controller\Frontend\OlympOnline\TrialController" to "App\Controller\Frontend\OlympOnline\TrialController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\OlympiadsController" to "App\Controller\Frontend\OlympiadsController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\ReportController" to "App\Controller\Frontend\ReportController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\SecurityController" to "App\Controller\Frontend\SecurityController".
Inlined service ".service_locator.cseKIC3.App\Controller\Frontend\TestController" to "App\Controller\Frontend\TestController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\AttendantController" to "App\Controller\LK\AttendantController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\DefaultController" to "App\Controller\LK\DefaultController".
Inlined service ".service_locator.umtHIM3.App\Controller\LK\MoodleController" to "App\Controller\LK\MoodleController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\Olymp\NewsController" to "App\Controller\LK\Olymp\NewsController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\Olymp\OlympController" to "App\Controller\LK\Olymp\OlympController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\OnlineController" to "App\Controller\LK\OnlineController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\org\BasicController" to "App\Controller\LK\org\BasicController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\org\EventController" to "App\Controller\LK\org\EventController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\org\NewsController" to "App\Controller\LK\org\NewsController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\org\OrgController" to "App\Controller\LK\org\OrgController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\org\PrivilegesController" to "App\Controller\LK\org\PrivilegesController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\org\SuccessHistoryController" to "App\Controller\LK\org\SuccessHistoryController".
Inlined service ".service_locator.cseKIC3.App\Controller\LK\org\UploadController" to "App\Controller\LK\org\UploadController".
Inlined service "App\Forms\Transformers\EmailToUserTransformer" to "App\Forms\Types\Common\LoginTextType".
Inlined service "App\Service\Common\Owner\OwnerStatusProcess" to "App\Service\Common\Owner\Doctrine\EventSubscriber".
Inlined service "mailer.mailer" to "App\Service\Messaging\Email\Mailer".
Inlined service "App\Security\PasswordGenerator" to "App\Service\Moodle\UserFactory".
Inlined service "App\Service\Common\Confirmation\Check" to "App\Service\Olympiads\Online\Attendant\AttendantFactory".
Inlined service "App\Service\Messaging\SmsSend" to "App\Service\Olympiads\Online\Confirmation".
Inlined service "App\Service\Messaging\Messages\Confirmation\ConfirmEmail" to "App\Service\Olympiads\Online\Confirmation".
Inlined service "App\Service\Olympiads\Online\Import\ParticipantUploader\Factory" to "App\Service\Olympiads\Online\Import\ParticipantUploader\Processor".
Inlined service "App\Service\DateTime\Format" to "App\Service\Twig\TextHelpers".
Inlined service "App\Service\Messaging\Messages\PasswordRecovery" to "App\Service\User\PasswordRecovery".
Inlined service "App\Service\Messaging\Messages\Registration" to "App\Service\User\UserSubscriber".
Inlined service "noSecureHttpClient" to "Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler".
Inlined service "App\Service\Http\Client\NoSecure" to "noSecureHttpClient".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.Xbsa8iG" to "container.get_routing_condition_service".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.gj7H6MS" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator..6hZeC_" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "message_cache_pool.recorder_inner" to "message_cache_pool".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator..fHqSlS" 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.HNXHEjJ" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.1kp5jGO" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Service\Common\Owner\TwigFunctions" to "twig".
Inlined service "App\Service\Twig\Config" to "twig".
Inlined service "App\Service\Twig\Phone" to "twig".
Inlined service "App\Service\Twig\TextHelpers" to "twig".
Inlined service "App\Service\Twig\UrlFunction" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "cocur_slugify.twig.slugify" to "twig".
Inlined service "httplug.collector.twig.http_message" to "twig".
Inlined service "hwi_oauth.twig.extension.oauth" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.xRPUbT4" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
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 "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.xRhNObu.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.q3UdYsA" 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.YhZ.5VU" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.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.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.LrCXAmX" to "security.helper".
Inlined service ".service_locator.WcDDDHD" 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 ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher.tCALoA_" 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.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service ".service_locator.EvBhv0u" to "hwi_oauth.resource_ownermap.main".
Inlined service "App\Security\OAuthUserProvider" to "security.authenticator.oauth.main".
Inlined service "security.authentication.success_handler.main.oauth" to "security.authenticator.oauth.main".
Inlined service "security.authentication.failure_handler.main.oauth" to "security.authenticator.oauth.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 "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.28NqKnb".
Inlined service ".security.request_matcher.rGHbFwJ" to ".security.request_matcher.tCALoA_".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
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 "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service "oneup_flysystem.files_adapter_adapter" to "oneup_flysystem.files_filesystem".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service ".service_locator.CxJXlgX" to "vich_uploader.storage.flysystem".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~jX5QP0v" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "httplug.formatter.full_http_message" to "httplug.collector.formatter".
Inlined service ".1_CurlCommandFormatter~o5Fb.bS" to "httplug.collector.formatter".
Inlined service "httplug.collector.factory.auto.inner" to "httplug.collector.factory.auto".
Inlined service "httplug.collector.factory.auto" to "httplug.client.app.client".
Inlined service "karser_recaptcha3.google.recaptcha" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.ip_resolver" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.request_method.symfony_http_client" to "karser_recaptcha3.google.recaptcha".
Inlined service "hwi_oauth.util.domain_whitelist" to "HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController".
Inlined service "hwi_oauth.templating.helper.oauth" to "hwi_oauth.twig.extension.oauth.runtime".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.doctrine.orm.entity_value_resolver.inner" to "debug.doctrine.orm.entity_value_resolver".
Inlined service "debug.argument_resolver.backed_enum_resolver.inner" to "debug.argument_resolver.backed_enum_resolver".
Inlined service "debug.argument_resolver.datetime.inner" to "debug.argument_resolver.datetime".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\Message\Messaging\SmsHandler" to ".messenger.handler_descriptor.M.lmezi".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".debug.hwi_oauth.http_client.inner" to ".debug.hwi_oauth.http_client".
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.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voters\Content\NewsVoter" to "debug.security.voter.App\Security\Voters\Content\NewsVoter".
Inlined service "App\Security\Voters\Olympiad\DirectionVoter" to "debug.security.voter.App\Security\Voters\Olympiad\DirectionVoter".
Inlined service "App\Security\Voters\Olympiad\OnlineCategoryVoter" to "debug.security.voter.App\Security\Voters\Olympiad\OnlineCategoryVoter".
Inlined service "App\Security\Voters\Olympiad\ParticipantVoter" to "debug.security.voter.App\Security\Voters\Olympiad\ParticipantVoter".
Inlined service "App\Security\Voters\Olympiad\Profile" to "debug.security.voter.App\Security\Voters\Olympiad\Profile".
Inlined service "App\Security\Voters\Olympiad\TrialTestVoter" to "debug.security.voter.App\Security\Voters\Olympiad\TrialTestVoter".
Inlined service "App\Security\Voters\Organisation\Page" to "debug.security.voter.App\Security\Voters\Organisation\Page".
Inlined service "App\Security\Voters\Organisation\Profile" to "debug.security.voter.App\Security\Voters\Organisation\Profile".
Inlined service "App\Security\Voters\Organisation\View" to "debug.security.voter.App\Security\Voters\Organisation\View".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.GdYfzP1" to ".service_locator.GdYfzP1.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "httplug.client.app.client" to "httplug.client.app.http_methods.inner".
Inlined service "httplug.plugin.content_length" to "httplug.client.app.http_methods.inner".
Inlined service "httplug.plugin.redirect" to "httplug.client.app.http_methods.inner".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "debug.doctrine.orm.entity_value_resolver.inner".
Inlined service ".service_locator..XJuRZ3" to "console.command_loader".
Inlined service ".service_locator.GdYfzP1.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "httplug.client.app.http_methods.inner" to "httplug.client".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
2
Tag "templating.helper" was defined on service(s) "Vich\UploaderBundle\Templating\Helper\UploaderHelper", but was never used.
Tag "httplug.client" was defined on service(s) "httplug.client", but was never used.