Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (1)
Time
Message
deprecation
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.
Knp\Component\Pager\PaginatorInterface::paginate(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead
The "FOS\UserBundle\Controller\SecurityController" class is considered final. It may change without further notice as of its next major version. You should not extend it from "UserBundle\Controller\SecurityController".
Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\AbstractMaker::addDependencies(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeController::__construct(): Implicitly marking parameter $phpCompatUtil as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $projectDirectory as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $generator as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $entityClassGenerator as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $phpCompatUtil as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\InputAwareMakerInterface::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeTest::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeUser::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Method "Symfony\Component\Security\Http\Authorization\AccessDeniedHandlerInterface::handle()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "UserBundle\Security\ApiAccessDeniedHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "UserBundle\Controller\RegistrationController" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "UserBundle\Controller\ResetPasswordController" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "UserBundle\Controller\SetupTwoFactorAuthController" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "abacus_exception_handler.listener" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "StudentBundle\Service\SelfStudyService" service.
Knp\Component\Pager\Paginator::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead
Knp\Component\Pager\Paginator::paginate(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead
Method "Doctrine\Persistence\ObjectRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in implementation "CoreBundle\Entity\CategoryRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Vich\UploaderBundle\Mapping\Annotation\UploadableField::__construct(): Implicitly marking parameter $fileNameProperty as nullable is deprecated, the explicit nullable type must be used instead
Vich\UploaderBundle\Mapping\Annotation\UploadableField::__construct(): Implicitly marking parameter $size as nullable is deprecated, the explicit nullable type must be used instead
Vich\UploaderBundle\Mapping\Annotation\UploadableField::__construct(): Implicitly marking parameter $mimeType as nullable is deprecated, the explicit nullable type must be used instead
Vich\UploaderBundle\Mapping\Annotation\UploadableField::__construct(): Implicitly marking parameter $originalName as nullable is deprecated, the explicit nullable type must be used instead
Vich\UploaderBundle\Mapping\Annotation\UploadableField::__construct(): Implicitly marking parameter $dimensions as nullable is deprecated, the explicit nullable type must be used instead
Twig\NodeVisitor\SafeAnalysisNodeVisitor::intersectSafe(): Implicitly marking parameter $a as nullable is deprecated, the explicit nullable type must be used instead
Twig\NodeVisitor\SafeAnalysisNodeVisitor::intersectSafe(): Implicitly marking parameter $b as nullable is deprecated, the explicit nullable type must be used instead
Twig\Node\BlockReferenceNode::__construct(): Implicitly marking parameter $tag as nullable is deprecated, the explicit nullable type must be used instead
Twig\Node\Expression\FilterExpression::__construct(): Implicitly marking parameter $tag as nullable is deprecated, the explicit nullable type must be used instead
Twig\Node\Expression\ArrayExpression::addElement(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead
Twig\Node\Expression\Filter\DefaultFilter::__construct(): Implicitly marking parameter $tag as nullable is deprecated, the explicit nullable type must be used instead
Twig\Node\Expression\BlockReferenceExpression::__construct(): Implicitly marking parameter $tag as nullable is deprecated, the explicit nullable type must be used instead
Using an "if" condition on "for" tag in "@ABaCusCore/Shared/textbook.html.twig" at line 139 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
Twig\Node\Expression\ParentExpression::__construct(): Implicitly marking parameter $tag as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Vich\UploaderBundle\Metadata\Driver\XmlDriver::guessClassName(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Vich\UploaderBundle\Metadata\Driver\AbstractYamlDriver::guessClassName(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Sentry\ClientBuilder::__construct(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Twig\Environment::createTemplate(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Twig\Template::displayBlock(): Implicitly marking parameter $templateContext as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Twig\Loader\FilesystemLoader::__construct(): Implicitly marking parameter $rootPath as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Sentry\SentryBundle\Twig\SentryExtension::__construct(): Implicitly marking parameter $hub as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Sentry\State\Scope::__construct(): Implicitly marking parameter $propagationContext as nullable is deprecated, the explicit nullable type must be used instead
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
Deprecated: Sentry\Event::createTransaction(): Implicitly marking parameter $eventId as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Vich\UploaderBundle\Mapping\Annotation\UploadableField::__construct(): Implicitly marking parameter $fileNameProperty as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Vich\UploaderBundle\Mapping\Annotation\UploadableField::__construct(): Implicitly marking parameter $size as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Vich\UploaderBundle\Mapping\Annotation\UploadableField::__construct(): Implicitly marking parameter $mimeType as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Vich\UploaderBundle\Mapping\Annotation\UploadableField::__construct(): Implicitly marking parameter $originalName as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Vich\UploaderBundle\Mapping\Annotation\UploadableField::__construct(): Implicitly marking parameter $dimensions as nullable is deprecated, the explicit nullable type must be used instead
Log messages generated during the compilation of the service container.
Messages
Class
753
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\VideoController" (parent: .abstract.instanceof.CoreBundle\Controller\API\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\VideoController).
Resolving inheritance for "CoreBundle\Controller\API\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\VideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\PollyController" (parent: .abstract.instanceof.CoreBundle\Controller\API\PollyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\PollyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\PollyController).
Resolving inheritance for "CoreBundle\Controller\API\PollyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\PollyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\ProblemController" (parent: .abstract.instanceof.CoreBundle\Controller\API\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\ProblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\ProblemController).
Resolving inheritance for "CoreBundle\Controller\API\ProblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\SharedQuizController" (parent: .abstract.instanceof.CoreBundle\Controller\API\SharedQuizController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\SharedQuizController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\SharedQuizController).
Resolving inheritance for "CoreBundle\Controller\API\SharedQuizController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\SharedQuizController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\KombiMatController" (parent: .abstract.instanceof.CoreBundle\Controller\KombiMatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\KombiMatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\KombiMatController).
Resolving inheritance for "CoreBundle\Controller\KombiMatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\KombiMatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\BugReportController" (parent: .abstract.instanceof.CoreBundle\Controller\BugReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\BugReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\BugReportController).
Resolving inheritance for "CoreBundle\Controller\BugReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\BugReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\DefaultController" (parent: .abstract.instanceof.CoreBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\DefaultController).
Resolving inheritance for "CoreBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\EventLoggerController" (parent: .abstract.instanceof.CoreBundle\Controller\EventLoggerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\EventLoggerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\EventLoggerController).
Resolving inheritance for "CoreBundle\Controller\EventLoggerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\EventLoggerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\ResultsController" (parent: .abstract.instanceof.CoreBundle\Controller\ResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\ResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\ResultsController).
Resolving inheritance for "CoreBundle\Controller\ResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\ResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\TextbookController" (parent: .abstract.instanceof.CoreBundle\Controller\TextbookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\TextbookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\TextbookController).
Resolving inheritance for "CoreBundle\Controller\TextbookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\TextbookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\MathProblemController" (parent: .abstract.instanceof.CoreBundle\Controller\MathProblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\MathProblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\MathProblemController).
Resolving inheritance for "CoreBundle\Controller\MathProblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\MathProblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\TestController" (parent: .abstract.instanceof.CoreBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\TestController).
Resolving inheritance for "CoreBundle\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\DataController" (parent: .abstract.instanceof.CoreBundle\Controller\DataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\DataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\DataController).
Resolving inheritance for "CoreBundle\Controller\DataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\DataController).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\TextbookVoter" (parent: .abstract.instanceof.CoreBundle\Security\TextbookVoter).
Resolving inheritance for "CoreBundle\Security\TextbookVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\TextbookVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\SelfStudyVoter" (parent: .abstract.instanceof.CoreBundle\Security\SelfStudyVoter).
Resolving inheritance for "CoreBundle\Security\SelfStudyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\SelfStudyVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\PublicationVoter" (parent: .abstract.instanceof.CoreBundle\Security\PublicationVoter).
Resolving inheritance for "CoreBundle\Security\PublicationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\PublicationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\PublisherVoter" (parent: .abstract.instanceof.CoreBundle\Security\PublisherVoter).
Resolving inheritance for "CoreBundle\Security\PublisherVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\PublisherVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\UserVoter" (parent: .abstract.instanceof.CoreBundle\Security\UserVoter).
Resolving inheritance for "CoreBundle\Security\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\UserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\QuizVoter" (parent: .abstract.instanceof.CoreBundle\Security\QuizVoter).
Resolving inheritance for "CoreBundle\Security\QuizVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\QuizVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\ProblemVoter" (parent: .abstract.instanceof.CoreBundle\Security\ProblemVoter).
Resolving inheritance for "CoreBundle\Security\ProblemVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\ProblemVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\RemoveStudentFromClassroomsCommand" (parent: .abstract.instanceof.CoreBundle\Command\RemoveStudentFromClassroomsCommand).
Resolving inheritance for "CoreBundle\Command\RemoveStudentFromClassroomsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\RemoveStudentFromClassroomsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\FulfilDeletionRequestsCommand" (parent: .abstract.instanceof.CoreBundle\Command\FulfilDeletionRequestsCommand).
Resolving inheritance for "CoreBundle\Command\FulfilDeletionRequestsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\FulfilDeletionRequestsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\RetentionCleanupCommand" (parent: .abstract.instanceof.CoreBundle\Command\RetentionCleanupCommand).
Resolving inheritance for "CoreBundle\Command\RetentionCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\RetentionCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\MigrateWordOptionsCommand" (parent: .abstract.instanceof.CoreBundle\Command\MigrateWordOptionsCommand).
Resolving inheritance for "CoreBundle\Command\MigrateWordOptionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\MigrateWordOptionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\DeleteOldLogEventsCommand" (parent: .abstract.instanceof.CoreBundle\Command\DeleteOldLogEventsCommand).
Resolving inheritance for "CoreBundle\Command\DeleteOldLogEventsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\DeleteOldLogEventsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\UpdateSystimeUsersCommand" (parent: .abstract.instanceof.CoreBundle\Command\UpdateSystimeUsersCommand).
Resolving inheritance for "CoreBundle\Command\UpdateSystimeUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\UpdateSystimeUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\SetupEndToEndTestDataCommand" (parent: .abstract.instanceof.CoreBundle\Command\SetupEndToEndTestDataCommand).
Resolving inheritance for "CoreBundle\Command\SetupEndToEndTestDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\SetupEndToEndTestDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\RemoveEndToEndTestDataCommand" (parent: .abstract.instanceof.CoreBundle\Command\RemoveEndToEndTestDataCommand).
Resolving inheritance for "CoreBundle\Command\RemoveEndToEndTestDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\RemoveEndToEndTestDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusLocateMissingFilesCommand" (parent: .abstract.instanceof.CoreBundle\Command\AbacusLocateMissingFilesCommand).
Resolving inheritance for "CoreBundle\Command\AbacusLocateMissingFilesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusLocateMissingFilesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusProblemdndMigrateCommand" (parent: .abstract.instanceof.CoreBundle\Command\AbacusProblemdndMigrateCommand).
Resolving inheritance for "CoreBundle\Command\AbacusProblemdndMigrateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusProblemdndMigrateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusLocateInlineImagesCommand" (parent: .abstract.instanceof.CoreBundle\Command\AbacusLocateInlineImagesCommand).
Resolving inheritance for "CoreBundle\Command\AbacusLocateInlineImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusLocateInlineImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand" (parent: .abstract.instanceof.CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand).
Resolving inheritance for "CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusValidateExistingMathproblemsCommand" (parent: .abstract.instanceof.CoreBundle\Command\AbacusValidateExistingMathproblemsCommand).
Resolving inheritance for "CoreBundle\Command\AbacusValidateExistingMathproblemsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusValidateExistingMathproblemsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusLoadTestDataCommand" (parent: .abstract.instanceof.CoreBundle\Command\AbacusLoadTestDataCommand).
Resolving inheritance for "CoreBundle\Command\AbacusLoadTestDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusLoadTestDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand" (parent: .abstract.instanceof.CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand).
Resolving inheritance for "CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\DispatchMigrateFilesToReferencesCommand" (parent: .abstract.instanceof.CoreBundle\Command\DispatchMigrateFilesToReferencesCommand).
Resolving inheritance for "CoreBundle\Command\DispatchMigrateFilesToReferencesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\DispatchMigrateFilesToReferencesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusFetchSiteCommand" (parent: .abstract.instanceof.CoreBundle\Command\AbacusFetchSiteCommand).
Resolving inheritance for "CoreBundle\Command\AbacusFetchSiteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusFetchSiteCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand" (parent: .abstract.instanceof.CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand).
Resolving inheritance for "CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusRearrangeMathProblemsCommand" (parent: .abstract.instanceof.CoreBundle\Command\AbacusRearrangeMathProblemsCommand).
Resolving inheritance for "CoreBundle\Command\AbacusRearrangeMathProblemsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusRearrangeMathProblemsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\SecurityController" (parent: .abstract.instanceof.UserBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\SecurityController).
Resolving inheritance for "UserBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\DefaultController" (parent: .abstract.instanceof.UserBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\DefaultController).
Resolving inheritance for "UserBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\AppExtension" (parent: .abstract.instanceof.CoreBundle\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\AppExtension" (parent: .instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\AppExtension).
Resolving inheritance for "CoreBundle\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\TranslationExtension" (parent: .abstract.instanceof.CoreBundle\Twig\TranslationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\TranslationExtension" (parent: .instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\TranslationExtension).
Resolving inheritance for "CoreBundle\Twig\TranslationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\TranslationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.core.twig_runtime" (parent: .abstract.instanceof.core.twig_runtime).
Resolving inheritance for "core.twig_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.core.twig_runtime).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.fos_user.security.controller" (parent: .abstract.instanceof.fos_user.security.controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.fos_user.security.controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.fos_user.security.controller).
Resolving inheritance for "fos_user.security.controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.fos_user.security.controller).
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 "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.firewall.map.config.api_doc" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.api_doc" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_doc" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_doc" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_doc" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_doc" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_gale" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.api_gale" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_gale" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_gale" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_gale" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_gale" (parent: security.firewall.context).
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.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.firewall_config.two_factor.main" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.success_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.main" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.main" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.main" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.main" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.main" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "security.authenticator.two_factor.main" (parent: scheb_two_factor.security.authenticator).
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.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\HistoryController" (parent: .abstract.instanceof.StudentBundle\Controller\API\HistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\HistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\HistoryController).
Resolving inheritance for "StudentBundle\Controller\API\HistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\HistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\DictateActivityResultsController" (parent: .abstract.instanceof.StudentBundle\Controller\API\DictateActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\DictateActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\DictateActivityResultsController).
Resolving inheritance for "StudentBundle\Controller\API\DictateActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\DictateActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\ActivityMetadataController" (parent: .abstract.instanceof.StudentBundle\Controller\API\ActivityMetadataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\ActivityMetadataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\ActivityMetadataController).
Resolving inheritance for "StudentBundle\Controller\API\ActivityMetadataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\ActivityMetadataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\CrammingActivityResultsController" (parent: .abstract.instanceof.StudentBundle\Controller\API\CrammingActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\CrammingActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\CrammingActivityResultsController).
Resolving inheritance for "StudentBundle\Controller\API\CrammingActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\CrammingActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\ReadingTestResultsController" (parent: .abstract.instanceof.StudentBundle\Controller\API\ReadingTestResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\ReadingTestResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\ReadingTestResultsController).
Resolving inheritance for "StudentBundle\Controller\API\ReadingTestResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\ReadingTestResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\TrainingActivityResultsController" (parent: .abstract.instanceof.StudentBundle\Controller\API\TrainingActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\TrainingActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\TrainingActivityResultsController).
Resolving inheritance for "StudentBundle\Controller\API\TrainingActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\TrainingActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\HomeworkActivityResultsController" (parent: .abstract.instanceof.StudentBundle\Controller\API\HomeworkActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\HomeworkActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\HomeworkActivityResultsController).
Resolving inheritance for "StudentBundle\Controller\API\HomeworkActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\HomeworkActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\ProblemController" (parent: .abstract.instanceof.StudentBundle\Controller\API\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\ProblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\ProblemController).
Resolving inheritance for "StudentBundle\Controller\API\ProblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\QuizActivityController" (parent: .abstract.instanceof.StudentBundle\Controller\API\QuizActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\QuizActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\QuizActivityController).
Resolving inheritance for "StudentBundle\Controller\API\QuizActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\QuizActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\QuizActivityResultsController" (parent: .abstract.instanceof.StudentBundle\Controller\API\QuizActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\QuizActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\QuizActivityResultsController).
Resolving inheritance for "StudentBundle\Controller\API\QuizActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\QuizActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\PeerActivityResultsController" (parent: .abstract.instanceof.StudentBundle\Controller\API\PeerActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\PeerActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\PeerActivityResultsController).
Resolving inheritance for "StudentBundle\Controller\API\PeerActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\PeerActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\SelfStudyController" (parent: .abstract.instanceof.StudentBundle\Controller\SelfStudyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\SelfStudyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\SelfStudyController).
Resolving inheritance for "StudentBundle\Controller\SelfStudyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\SelfStudyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\KvikDansk\SelfStudyController" (parent: .abstract.instanceof.StudentBundle\Controller\KvikDansk\SelfStudyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\KvikDansk\SelfStudyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\KvikDansk\SelfStudyController).
Resolving inheritance for "StudentBundle\Controller\KvikDansk\SelfStudyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\KvikDansk\SelfStudyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\KvikMat\SelfStudyController" (parent: .abstract.instanceof.StudentBundle\Controller\KvikMat\SelfStudyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\KvikMat\SelfStudyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\KvikMat\SelfStudyController).
Resolving inheritance for "StudentBundle\Controller\KvikMat\SelfStudyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\KvikMat\SelfStudyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\DefaultController" (parent: .abstract.instanceof.StudentBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\DefaultController).
Resolving inheritance for "StudentBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\ClassroomsController" (parent: .abstract.instanceof.StudentBundle\Controller\ClassroomsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\ClassroomsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\ClassroomsController).
Resolving inheritance for "StudentBundle\Controller\ClassroomsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\ClassroomsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\HistoryController" (parent: .abstract.instanceof.StudentBundle\Controller\HistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\HistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\HistoryController).
Resolving inheritance for "StudentBundle\Controller\HistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\HistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\HomeworkController" (parent: .abstract.instanceof.StudentBundle\Controller\HomeworkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\HomeworkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\HomeworkController).
Resolving inheritance for "StudentBundle\Controller\HomeworkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\HomeworkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\TrainingController" (parent: .abstract.instanceof.StudentBundle\Controller\TrainingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\TrainingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\TrainingController).
Resolving inheritance for "StudentBundle\Controller\TrainingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\TrainingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\PerformanceController" (parent: .abstract.instanceof.StudentBundle\Controller\PerformanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\PerformanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\PerformanceController).
Resolving inheritance for "StudentBundle\Controller\PerformanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\PerformanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\QuizSessionController" (parent: .abstract.instanceof.StudentBundle\Controller\QuizSessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\QuizSessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\QuizSessionController).
Resolving inheritance for "StudentBundle\Controller\QuizSessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\QuizSessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\WorksheetSessionController" (parent: .abstract.instanceof.StudentBundle\Controller\WorksheetSessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\WorksheetSessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\WorksheetSessionController).
Resolving inheritance for "StudentBundle\Controller\WorksheetSessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\WorksheetSessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\TextbookController" (parent: .abstract.instanceof.StudentBundle\Controller\TextbookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\TextbookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\TextbookController).
Resolving inheritance for "StudentBundle\Controller\TextbookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\TextbookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\DashboardController" (parent: .abstract.instanceof.StudentBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\DashboardController).
Resolving inheritance for "StudentBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\PeerSessionController" (parent: .abstract.instanceof.StudentBundle\Controller\PeerSessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\PeerSessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\PeerSessionController).
Resolving inheritance for "StudentBundle\Controller\PeerSessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\PeerSessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\StatisticsController" (parent: .abstract.instanceof.StudentBundle\Controller\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\StatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\StatisticsController).
Resolving inheritance for "StudentBundle\Controller\StatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\CrammingActivityController" (parent: .abstract.instanceof.StudentBundle\Controller\CrammingActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\CrammingActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\CrammingActivityController).
Resolving inheritance for "StudentBundle\Controller\CrammingActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\CrammingActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\DictateController" (parent: .abstract.instanceof.StudentBundle\Controller\DictateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\DictateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\DictateController).
Resolving inheritance for "StudentBundle\Controller\DictateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\DictateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\ReadingTestController" (parent: .abstract.instanceof.StudentBundle\Controller\ReadingTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\ReadingTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\ReadingTestController).
Resolving inheritance for "StudentBundle\Controller\ReadingTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\ReadingTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\PretestController" (parent: .abstract.instanceof.StudentBundle\Controller\PretestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\PretestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\PretestController).
Resolving inheritance for "StudentBundle\Controller\PretestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\PretestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\ResultsController" (parent: .abstract.instanceof.StudentBundle\Controller\ResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\ResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\ResultsController).
Resolving inheritance for "StudentBundle\Controller\ResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\ResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\GamificationProfileController" (parent: .abstract.instanceof.StudentBundle\Controller\API\GamificationProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\GamificationProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\GamificationProfileController).
Resolving inheritance for "StudentBundle\Controller\API\GamificationProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\GamificationProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\OnboardingController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\OnboardingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\OnboardingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\OnboardingController).
Resolving inheritance for "TeacherBundle\Controller\API\OnboardingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\OnboardingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ActivityController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ActivityController).
Resolving inheritance for "TeacherBundle\Controller\API\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ActivityMetadataController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\ActivityMetadataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ActivityMetadataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ActivityMetadataController).
Resolving inheritance for "TeacherBundle\Controller\API\ActivityMetadataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ActivityMetadataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ClassroomController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\ClassroomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ClassroomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ClassroomController).
Resolving inheritance for "TeacherBundle\Controller\API\ClassroomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ClassroomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ClassroomTypeController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\ClassroomTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ClassroomTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ClassroomTypeController).
Resolving inheritance for "TeacherBundle\Controller\API\ClassroomTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ClassroomTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ClassroomReportController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\ClassroomReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ClassroomReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ClassroomReportController).
Resolving inheritance for "TeacherBundle\Controller\API\ClassroomReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ClassroomReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ResultsOverviewController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\ResultsOverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ResultsOverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ResultsOverviewController).
Resolving inheritance for "TeacherBundle\Controller\API\ResultsOverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ResultsOverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\DictateController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\DictateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\DictateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\DictateController).
Resolving inheritance for "TeacherBundle\Controller\API\DictateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\DictateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ReadingTestController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\ReadingTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ReadingTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ReadingTestController).
Resolving inheritance for "TeacherBundle\Controller\API\ReadingTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ReadingTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\DictateActivityController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\DictateActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\DictateActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\DictateActivityController).
Resolving inheritance for "TeacherBundle\Controller\API\DictateActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\DictateActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ReadingTestActivityController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\ReadingTestActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ReadingTestActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ReadingTestActivityController).
Resolving inheritance for "TeacherBundle\Controller\API\ReadingTestActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ReadingTestActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\DictateActivityResultsController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\DictateActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\DictateActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\DictateActivityResultsController).
Resolving inheritance for "TeacherBundle\Controller\API\DictateActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\DictateActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ReadingTestResultsController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\ReadingTestResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ReadingTestResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ReadingTestResultsController).
Resolving inheritance for "TeacherBundle\Controller\API\ReadingTestResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ReadingTestResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\CrammingActivityController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\CrammingActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\CrammingActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\CrammingActivityController).
Resolving inheritance for "TeacherBundle\Controller\API\CrammingActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\CrammingActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\CrammingActivityResultsController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\CrammingActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\CrammingActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\CrammingActivityResultsController).
Resolving inheritance for "TeacherBundle\Controller\API\CrammingActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\CrammingActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerThemeClassTypeController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\PeerThemeClassTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerThemeClassTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerThemeClassTypeController).
Resolving inheritance for "TeacherBundle\Controller\API\PeerThemeClassTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerThemeClassTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerThemeController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\PeerThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerThemeController).
Resolving inheritance for "TeacherBundle\Controller\API\PeerThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerThemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerProblemController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\PeerProblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerProblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerProblemController).
Resolving inheritance for "TeacherBundle\Controller\API\PeerProblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerProblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ProblemController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ProblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ProblemController).
Resolving inheritance for "TeacherBundle\Controller\API\ProblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\QuizController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizController).
Resolving inheritance for "TeacherBundle\Controller\API\QuizController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizTypeController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\QuizTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizTypeController).
Resolving inheritance for "TeacherBundle\Controller\API\QuizTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizActivityController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\QuizActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizActivityController).
Resolving inheritance for "TeacherBundle\Controller\API\QuizActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizActivityResultsController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\QuizActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizActivityResultsController).
Resolving inheritance for "TeacherBundle\Controller\API\QuizActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\StudentReportController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\StudentReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\StudentReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\StudentReportController).
Resolving inheritance for "TeacherBundle\Controller\API\StudentReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\StudentReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\WorksheetController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\WorksheetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\WorksheetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\WorksheetController).
Resolving inheritance for "TeacherBundle\Controller\API\WorksheetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\WorksheetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\WorksheetActivityController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\WorksheetActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\WorksheetActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\WorksheetActivityController).
Resolving inheritance for "TeacherBundle\Controller\API\WorksheetActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\WorksheetActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\WorksheetActivityResultsController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\WorksheetActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\WorksheetActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\WorksheetActivityResultsController).
Resolving inheritance for "TeacherBundle\Controller\API\WorksheetActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\WorksheetActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\CategoryController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\CategoryController).
Resolving inheritance for "TeacherBundle\Controller\API\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TagController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TagController).
Resolving inheritance for "TeacherBundle\Controller\API\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TemplateMathproblemController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\TemplateMathproblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TemplateMathproblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TemplateMathproblemController).
Resolving inheritance for "TeacherBundle\Controller\API\TemplateMathproblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TemplateMathproblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TrainingActivityController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\TrainingActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TrainingActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TrainingActivityController).
Resolving inheritance for "TeacherBundle\Controller\API\TrainingActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TrainingActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TrainingActivityResultsController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\TrainingActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TrainingActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TrainingActivityResultsController).
Resolving inheritance for "TeacherBundle\Controller\API\TrainingActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TrainingActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\HomeworkController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\HomeworkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\HomeworkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\HomeworkController).
Resolving inheritance for "TeacherBundle\Controller\API\HomeworkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\HomeworkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\HomeworkActivityResultsController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\HomeworkActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\HomeworkActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\HomeworkActivityResultsController).
Resolving inheritance for "TeacherBundle\Controller\API\HomeworkActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\HomeworkActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerActivityController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\PeerActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerActivityController).
Resolving inheritance for "TeacherBundle\Controller\API\PeerActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerActivityResultsController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\PeerActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerActivityResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerActivityResultsController).
Resolving inheritance for "TeacherBundle\Controller\API\PeerActivityResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerActivityResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\StudentController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\StudentController).
Resolving inheritance for "TeacherBundle\Controller\API\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TemplateSetController" (parent: .abstract.instanceof.TeacherBundle\Controller\API\TemplateSetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TemplateSetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TemplateSetController).
Resolving inheritance for "TeacherBundle\Controller\API\TemplateSetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TemplateSetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\HistoryController" (parent: .abstract.instanceof.TeacherBundle\Controller\HistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\HistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\HistoryController).
Resolving inheritance for "TeacherBundle\Controller\HistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\HistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ResultsController" (parent: .abstract.instanceof.TeacherBundle\Controller\ResultsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ResultsController).
Resolving inheritance for "TeacherBundle\Controller\ResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ResultsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ResultsOverviewController" (parent: .abstract.instanceof.TeacherBundle\Controller\ResultsOverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ResultsOverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ResultsOverviewController).
Resolving inheritance for "TeacherBundle\Controller\ResultsOverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ResultsOverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\TrainingController" (parent: .abstract.instanceof.TeacherBundle\Controller\TrainingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\TrainingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\TrainingController).
Resolving inheritance for "TeacherBundle\Controller\TrainingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\TrainingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\DefaultController" (parent: .abstract.instanceof.TeacherBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\DefaultController).
Resolving inheritance for "TeacherBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\CampaignController" (parent: .abstract.instanceof.TeacherBundle\Controller\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\CampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\CampaignController).
Resolving inheritance for "TeacherBundle\Controller\CampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ReportPdfExportController" (parent: .abstract.instanceof.TeacherBundle\Controller\ReportPdfExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ReportPdfExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ReportPdfExportController).
Resolving inheritance for "TeacherBundle\Controller\ReportPdfExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ReportPdfExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ClassroomController" (parent: .abstract.instanceof.TeacherBundle\Controller\ClassroomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ClassroomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ClassroomController).
Resolving inheritance for "TeacherBundle\Controller\ClassroomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ClassroomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\StudentController" (parent: .abstract.instanceof.TeacherBundle\Controller\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\StudentController).
Resolving inheritance for "TeacherBundle\Controller\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\HomeworkController" (parent: .abstract.instanceof.TeacherBundle\Controller\HomeworkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\HomeworkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\HomeworkController).
Resolving inheritance for "TeacherBundle\Controller\HomeworkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\HomeworkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\QuizController" (parent: .abstract.instanceof.TeacherBundle\Controller\QuizController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\QuizController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\QuizController).
Resolving inheritance for "TeacherBundle\Controller\QuizController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\QuizController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\QuizSessionController" (parent: .abstract.instanceof.TeacherBundle\Controller\QuizSessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\QuizSessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\QuizSessionController).
Resolving inheritance for "TeacherBundle\Controller\QuizSessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\QuizSessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\WorksheetController" (parent: .abstract.instanceof.TeacherBundle\Controller\WorksheetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\WorksheetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\WorksheetController).
Resolving inheritance for "TeacherBundle\Controller\WorksheetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\WorksheetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\WorksheetSessionController" (parent: .abstract.instanceof.TeacherBundle\Controller\WorksheetSessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\WorksheetSessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\WorksheetSessionController).
Resolving inheritance for "TeacherBundle\Controller\WorksheetSessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\WorksheetSessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\PeerTrainingController" (parent: .abstract.instanceof.TeacherBundle\Controller\PeerTrainingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\PeerTrainingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\PeerTrainingController).
Resolving inheritance for "TeacherBundle\Controller\PeerTrainingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\PeerTrainingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ContentController" (parent: .abstract.instanceof.TeacherBundle\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ContentController).
Resolving inheritance for "TeacherBundle\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\TextbookController" (parent: .abstract.instanceof.TeacherBundle\Controller\TextbookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\TextbookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\TextbookController).
Resolving inheritance for "TeacherBundle\Controller\TextbookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\TextbookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\CrammingActivityController" (parent: .abstract.instanceof.TeacherBundle\Controller\CrammingActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\CrammingActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\CrammingActivityController).
Resolving inheritance for "TeacherBundle\Controller\CrammingActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\CrammingActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ExtendActivityController" (parent: .abstract.instanceof.TeacherBundle\Controller\ExtendActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ExtendActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ExtendActivityController).
Resolving inheritance for "TeacherBundle\Controller\ExtendActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ExtendActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\BugReportsController" (parent: .abstract.instanceof.AdminBundle\Controller\BugReportsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\BugReportsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\BugReportsController).
Resolving inheritance for "AdminBundle\Controller\BugReportsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\BugReportsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ContentController" (parent: .abstract.instanceof.AdminBundle\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ContentController).
Resolving inheritance for "AdminBundle\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DefaultController" (parent: .abstract.instanceof.AdminBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DefaultController).
Resolving inheritance for "AdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\AuthorCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\AuthorCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\AuthorCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\AuthorCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\AuthorCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\AuthorCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\AuthorCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\AuthorCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\BugReportCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\BugReportCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\BugReportCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\BugReportCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\BugReportCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\BugReportCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\BugReportCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\BugReportCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\CategoryCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\CategoryCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\CategoryCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\CategoryCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\CategoryCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\CategoryCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\CategoryCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\CategoryCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ContentOverviewController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\ContentOverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ContentOverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ContentOverviewController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\ContentOverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ContentOverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\DashboardController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\DashboardController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.AdminBundle\Controller\EasyAdmin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\DashboardController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\DashboardController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.AdminBundle\Controller\EasyAdmin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\EditorCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\EditorCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\EditorCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\EditorCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\EditorCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\EditorCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\EditorCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\EditorCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\InfoCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\InfoCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\InfoCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\InfoCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\InfoCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\InfoCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\InfoCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\InfoCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\InvitationCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\InvitationCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\InvitationCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\InvitationCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\InvitationCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\InvitationCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\InvitationCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\InvitationCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProblemCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\ProblemCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProblemCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProblemCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProblemCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProblemCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\ProblemCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProblemCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\ProductQuizCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\PublicationCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\PublicationCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\PublicationCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\PublicationCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\PublicationCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\PublicationCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\PublicationCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\PublicationCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\PublisherCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\PublisherCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\PublisherCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\PublisherCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\PublisherCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\PublisherCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\PublisherCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\PublisherCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\QuizCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\QuizCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\QuizCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\QuizCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\QuizCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\QuizCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\QuizCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\QuizCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\QuizTypeCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TagCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\TagCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TagCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TagCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TagCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TagCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\TagCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TagCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TemplateCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\TemplateCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TemplateCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TemplateCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TemplateCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TemplateCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\TemplateCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TemplateCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\TemplateSetCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TopicCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\TopicCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TopicCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TopicCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TopicCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TopicCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\TopicCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TopicCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\UserCrudController" (parent: .abstract.instanceof.AdminBundle\Controller\EasyAdmin\UserCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\UserCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\UserCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\UserCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\UserCrudController).
Resolving inheritance for "AdminBundle\Controller\EasyAdmin\UserCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\UserCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\InstitutionController" (parent: .abstract.instanceof.AdminBundle\Controller\InstitutionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\InstitutionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\InstitutionController).
Resolving inheritance for "AdminBundle\Controller\InstitutionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\InstitutionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\MathproblemController" (parent: .abstract.instanceof.AdminBundle\Controller\MathproblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\MathproblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\MathproblemController).
Resolving inheritance for "AdminBundle\Controller\MathproblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\MathproblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ProblemController" (parent: .abstract.instanceof.AdminBundle\Controller\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ProblemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ProblemController).
Resolving inheritance for "AdminBundle\Controller\ProblemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ProblemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ResetPasswordController" (parent: .abstract.instanceof.AdminBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ResetPasswordController).
Resolving inheritance for "AdminBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TagController" (parent: .abstract.instanceof.AdminBundle\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TagController).
Resolving inheritance for "AdminBundle\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TemplateController" (parent: .abstract.instanceof.AdminBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TemplateController).
Resolving inheritance for "AdminBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TopicController" (parent: .abstract.instanceof.AdminBundle\Controller\TopicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TopicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TopicController).
Resolving inheritance for "AdminBundle\Controller\TopicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TopicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\UserController" (parent: .abstract.instanceof.AdminBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\UserController).
Resolving inheritance for "AdminBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\AnswerType" (parent: .abstract.instanceof.AdminBundle\Form\AnswerType).
Resolving inheritance for "AdminBundle\Form\AnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\AnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\BulkAudioUpload" (parent: .abstract.instanceof.AdminBundle\Form\BulkAudioUpload).
Resolving inheritance for "AdminBundle\Form\BulkAudioUpload" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\BulkAudioUpload).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\BulkCsvUpload" (parent: .abstract.instanceof.AdminBundle\Form\BulkCsvUpload).
Resolving inheritance for "AdminBundle\Form\BulkCsvUpload" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\BulkCsvUpload).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\BulkImageUpload" (parent: .abstract.instanceof.AdminBundle\Form\BulkImageUpload).
Resolving inheritance for "AdminBundle\Form\BulkImageUpload" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\BulkImageUpload).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\CsvUploadType" (parent: .abstract.instanceof.AdminBundle\Form\CsvUploadType).
Resolving inheritance for "AdminBundle\Form\CsvUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\CsvUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\ProblemType" (parent: .abstract.instanceof.AdminBundle\Form\ProblemType).
Resolving inheritance for "AdminBundle\Form\ProblemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\ProblemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\StatisticsType" (parent: .abstract.instanceof.AdminBundle\Form\StatisticsType).
Resolving inheritance for "AdminBundle\Form\StatisticsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\StatisticsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType" (parent: .abstract.instanceof.AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType).
Resolving inheritance for "AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.peer_solution_file" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.worksheet_solution_file" (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.peer_solution_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.peer_solution_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.peer_solution_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.worksheet_solution_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.worksheet_solution_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.worksheet_solution_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "cache.easyadmin" (parent: cache.system).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
Resolving inheritance for "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.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
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.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.eight_points_guzzle" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (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).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_token_verifier.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.easyadmin.traceable" (parent: sentry.tracing.traceable_cache_adapter).
7
Removing service-argument resolver for controller "CoreBundle\Controller\API\ProblemController::setIbookQuizConnectionRepository": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "TeacherBundle\Service\API\CrammingActivityService::setCrammingActivityRepository": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "TeacherBundle\Service\API\QuizActivityResultsService::setClassroomRepository": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "TeacherBundle\Service\API\QuizActivityResultsService::setQuizSessionRepository": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "TeacherBundle\Service\API\QuizActivityService::setClassroomRepository": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "TeacherBundle\Service\API\QuizActivityService::setQuizSessionRepository": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "TeacherBundle\Service\API\QuizActivityService::setUserRepository": no corresponding services exist for the referenced types.
393
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "CoreBundle\Service\CreateDemoClassroom"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\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 "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.fos_userbundle"; 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.api_doc"; reason: private alias.
Removed service "security.user_checker.api_doc"; reason: private alias.
Removed service "security.authentication.session_strategy.api_gale"; reason: private alias.
Removed service "security.user_checker.api_gale"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $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 "fos_user.doctrine_registry"; reason: private alias.
Removed service "FOS\UserBundle\Security\LoginManagerInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\TokenGeneratorInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\PasswordUpdaterInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\CanonicalFieldsUpdater"; reason: private alias.
Removed service "FOS\UserBundle\Model\UserManagerInterface"; reason: private alias.
Removed service "fos_user.util.email_canonicalizer"; reason: private alias.
Removed service "fos_user.util.username_canonicalizer"; reason: private alias.
Removed service "fos_user.util.token_generator"; reason: private alias.
Removed service "fos_user.mailer"; reason: private alias.
Removed service "FOS\UserBundle\Mailer\MailerInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; 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\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "GuzzleHttp\ClientInterface $loginconnectorClient"; reason: private alias.
Removed service "GuzzleHttp\ClientInterface $gyldendalaccessserviceClient"; reason: private alias.
Removed service "GuzzleHttp\ClientInterface $systimeUsersClient"; reason: private alias.
Removed service "GuzzleHttp\ClientInterface $galeUsersClient"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Contracts\Menu\MenuItemMatcherInterface"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityPaginatorInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Model\PersisterInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface"; reason: private alias.
Removed service "scheb_two_factor.security.totp.form_renderer"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator"; reason: private alias.
Removed service "scheb_two_factor.persister"; reason: private alias.
Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
Removed service "scheb_two_factor.token_factory"; 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 $securityLogger"; 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 $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eightPointsGuzzleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service ".service_locator.6DxUFLS"; reason: private alias.
Removed service ".service_locator.27KOu4H"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.Mo0FXEU"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.8gCMl2k"; reason: private alias.
Removed service ".service_locator.4XCDlVt"; reason: private alias.
Removed service ".service_locator.v2D3.gR"; reason: private alias.
Removed service ".service_locator.bsopnfE"; reason: private alias.
Removed service ".service_locator.n26QANE"; reason: private alias.
Removed service ".service_locator.l6M4uTI"; reason: private alias.
Removed service ".service_locator.Dlzf7bu"; reason: private alias.
Removed service ".service_locator.q3olFt1"; reason: private alias.
Removed service ".service_locator.C1rVtfB"; reason: private alias.
Removed service ".service_locator.Hjchu.V"; reason: private alias.
Removed service ".service_locator.KOgsjN4"; reason: private alias.
Removed service ".service_locator.LUpcxER"; reason: private alias.
Removed service ".service_locator.OXmTyUr"; reason: private alias.
Removed service ".service_locator.M2USB3y"; reason: private alias.
Removed service ".service_locator.XlIEyHt"; reason: private alias.
Removed service ".service_locator.ShVFzeU"; reason: private alias.
Removed service ".service_locator.4lqN4o7"; reason: private alias.
Removed service ".service_locator.dKMrDa."; reason: private alias.
Removed service ".service_locator.AWCQjET"; reason: private alias.
Removed service ".service_locator.QXA_mwc"; reason: private alias.
Removed service ".service_locator.l.3CSqC"; reason: private alias.
Removed service ".service_locator.EIhXMEO"; reason: private alias.
Removed service ".service_locator.SN4Sjnr"; reason: private alias.
Removed service ".service_locator.EslPxOt"; reason: private alias.
Removed service ".service_locator.TuUmtGy"; reason: private alias.
Removed service ".service_locator.nTL_G5r"; reason: private alias.
Removed service ".service_locator.hNls88j"; reason: private alias.
Removed service ".service_locator.6rNHno."; reason: private alias.
Removed service ".service_locator.LPXIxQO"; reason: private alias.
Removed service ".service_locator._HL3RYo"; reason: private alias.
Removed service ".service_locator.DahrRtS"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.fiISLrT"; reason: private alias.
Removed service ".service_locator.E4_PwdP"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service ".service_locator.v_Ds_92"; reason: private alias.
Removed service ".service_locator.PwDCmON"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api_doc"; reason: private alias.
Removed service "security.firewall.authenticator.api_gale"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver"; 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 "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.annotations"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.security_token_verifier"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.0.fHoGp"; reason: private alias.
Removed service ".service_locator.LoXkN7e"; reason: private alias.
Removed service ".service_locator.KbDe3C_"; reason: private alias.
Removed service ".service_locator._9.fWBt"; reason: private alias.
Removed service ".service_locator.NUT5WJY"; reason: private alias.
Removed service ".service_locator.5oO7jEL"; reason: private alias.
Removed service ".service_locator.GGzTWJD"; reason: private alias.
Removed service ".service_locator.but1E8c"; reason: private alias.
Removed service ".service_locator.EbiFYfN"; reason: private alias.
Removed service ".service_locator.hCumxIO"; reason: private alias.
Removed service ".service_locator.SvQuhJO"; reason: private alias.
Removed service ".service_locator.tmKdkLr"; reason: private alias.
Removed service ".service_locator.PrwGMCZ"; reason: private alias.
Removed service ".service_locator.MgTCxt6"; reason: private alias.
Removed service ".service_locator.DUsslVm"; reason: private alias.
Removed service ".service_locator.426yQGu"; reason: private alias.
Removed service ".service_locator.rO5972P"; reason: private alias.
Removed service ".service_locator.ehIACRj"; reason: private alias.
Removed service ".service_locator.RxLUbip"; reason: private alias.
Removed service ".service_locator.FTRCMzg"; reason: private alias.
Removed service ".service_locator.KZcUmu."; reason: private alias.
Removed service ".service_locator.8zBF3st"; reason: private alias.
Removed service ".service_locator.vpwMltE"; reason: private alias.
Removed service ".service_locator.sBZtXV."; reason: private alias.
Removed service ".service_locator.uVt8ayL"; reason: private alias.
Removed service ".service_locator.OzlsdUY"; reason: private alias.
Removed service ".service_locator.fLrwY0P"; reason: private alias.
Removed service ".service_locator.QeqW9vK"; reason: private alias.
Removed service ".service_locator.YgLKzFQ"; reason: private alias.
Removed service ".service_locator.W8oqZqy"; reason: private alias.
Removed service ".service_locator.wYveiUR"; reason: private alias.
Removed service ".service_locator..MYbEsS"; reason: private alias.
Removed service ".service_locator.3Od7twl"; reason: private alias.
Removed service ".service_locator.WkkqSM7"; reason: private alias.
Removed service ".service_locator.jgCevw4"; reason: private alias.
Removed service ".service_locator.vDElDPo"; reason: private alias.
Removed service ".service_locator.NHm_nqB"; reason: private alias.
Removed service ".service_locator.x7sI_my"; reason: private alias.
Removed service ".service_locator.W7yNiNY"; reason: private alias.
Removed service ".service_locator...rxPcn"; reason: private alias.
Removed service ".service_locator.8n6aVZQ"; reason: private alias.
Removed service ".service_locator.RX31gXj"; reason: private alias.
Removed service ".service_locator.A8UFPdc"; reason: private alias.
Removed service ".service_locator.k7k1V0u"; reason: private alias.
Removed service ".service_locator.DGz4Mw8"; reason: private alias.
Removed service ".service_locator.Gr9CUXM"; reason: private alias.
Removed service ".service_locator.hFXati2"; reason: private alias.
Removed service ".service_locator.9enoyeY"; reason: private alias.
Removed service ".service_locator.Jv_PuDv"; reason: private alias.
Removed service ".service_locator.bKc30S0"; reason: private alias.
Removed service ".service_locator.vMfFid8"; reason: private alias.
Removed service ".service_locator.N40WYeU"; reason: private alias.
Removed service ".service_locator.JlYKRCS"; reason: private alias.
Removed service ".service_locator..gBtV40"; reason: private alias.
Removed service ".service_locator.bBVB4Ex"; reason: private alias.
Removed service ".service_locator.9RbRPXi"; reason: private alias.
Removed service ".service_locator.EKfgw3G"; reason: private alias.
Removed service ".service_locator.us6hGhF"; reason: private alias.
Removed service ".service_locator.mj452Es"; reason: private alias.
Removed service ".service_locator.4cirjp8"; reason: private alias.
Removed service ".service_locator.EkvDuJJ"; reason: private alias.
Removed service ".service_locator.wDXMoko"; reason: private alias.
Removed service ".service_locator.iaDoT3o"; reason: private alias.
Removed service ".service_locator.FwCdI8f"; reason: private alias.
Removed service ".service_locator.aYe5TrW"; reason: private alias.
Removed service ".service_locator.LqT9noU"; reason: private alias.
Removed service ".service_locator.iwpKg5O"; reason: private alias.
Removed service ".service_locator.kD6eXv4"; reason: private alias.
Removed service ".service_locator.yr0fbR3"; reason: private alias.
Removed service ".service_locator.aTiBH86"; reason: private alias.
Removed service ".service_locator.XXELum_"; reason: private alias.
Removed service ".service_locator.tf19adD"; reason: private alias.
Removed service ".service_locator.S7q7hCY"; reason: private alias.
Removed service ".service_locator.rKqODa5"; reason: private alias.
Removed service ".service_locator.2i0sY9C"; reason: private alias.
Removed service ".service_locator.Wy8wQ7q"; reason: private alias.
Removed service ".service_locator.Uj8JhjH"; reason: private alias.
Removed service ".service_locator.bInR.ll"; reason: private alias.
Removed service ".service_locator.6l7iQLM"; reason: private alias.
Removed service ".service_locator.NMJNzQ2"; reason: private alias.
Removed service ".service_locator.mZvIess"; reason: private alias.
Removed service ".service_locator.O2PHm7f"; reason: private alias.
Removed service ".service_locator.nmHbo7B"; reason: private alias.
Removed service ".service_locator.UNSqNV2"; reason: private alias.
Removed service ".service_locator.YGHh.DA"; reason: private alias.
Removed service ".service_locator.YNIhdhp"; reason: private alias.
Removed service ".service_locator.GQYb1hI"; reason: private alias.
Removed service ".service_locator.3zxUN9a"; reason: private alias.
Removed service ".service_locator..Z_8zjg"; reason: private alias.
Removed service ".service_locator.DKn2zKC"; reason: private alias.
Removed service ".service_locator.v2wGqcR"; reason: private alias.
Removed service ".service_locator.NzyAguC"; reason: private alias.
Removed service ".service_locator.3X5YS_K"; reason: private alias.
Removed service ".service_locator.A740LBW"; reason: private alias.
Removed service ".service_locator.wRX4COv"; reason: private alias.
Removed service ".service_locator.j7y9PAz"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
194
Changed reference of service "CoreBundle\Service\ActivityDisplayService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "CoreBundle\Service\ActivityRoutingService" previously pointing to "router.default" to "router".
Changed reference of service "CoreBundle\Session\Peer\PeerSessionInitializer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "CoreBundle\Security\SSO\UniLoginProvider" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "CoreBundle\Security\SSO\GyldendalProvider" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "CoreBundle\Security\AccessDeniedHandler" previously pointing to "router.default" to "router".
Changed reference of service "CoreBundle\Command\AbacusValidateExistingMathproblemsCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "CoreBundle\Command\DispatchMigrateFilesToReferencesCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "CoreBundle\Service\ClickstreamDtoPopulatorService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "UserBundle\Security\Authentication\Impersonator" 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 "UserBundle\Controller\ResetPasswordController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "abacus_exception_handler.listener" previously pointing to "router.default" to "router".
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 "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "cache.easyadmin.traceable" to "cache.easyadmin".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.easyadmin.traceable" to "cache.easyadmin".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.easyadmin.traceable" to "cache.easyadmin".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.easyadmin.traceable" to "cache.easyadmin".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.kernel_exception_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username_email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.mailer.twig_symfony" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.profile.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.profile.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.registration.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.registration.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.change_password.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.change_password.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.listener.resetting" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.resetting.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "StudentBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "StudentBundle\Controller\TextbookController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "StudentBundle\Controller\DashboardController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "StudentBundle\Controller\PeerSessionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TeacherBundle\Service\API\ResultsOverviewService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TeacherBundle\Controller\API\CrammingActivityController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TeacherBundle\Controller\TrainingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TeacherBundle\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TeacherBundle\Controller\StudentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TeacherBundle\Controller\QuizController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TeacherBundle\Controller\PeerTrainingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TeacherBundle\Controller\ContentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TeacherBundle\Controller\TextbookController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TeacherBundle\Controller\CrammingActivityController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "AdminBundle\Controller\ProblemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "AdminBundle\Service\BugReportService" previously pointing to "translator.data_collector" to "translator".
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 "eight_points_guzzle.middleware.event_dispatch.loginconnector" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "eight_points_guzzle.middleware.event_dispatch.systime_users" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "eight_points_guzzle.middleware.event_dispatch.gale_users" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "cache.easyadmin.traceable" to "cache.easyadmin".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator" previously pointing to "cache.easyadmin.traceable" to "cache.easyadmin".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" previously pointing to "debug.validator" to "validator".
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 "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.BMfTRHi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.q2ji3lu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cFsh_cq" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.JanA4tv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.p8P7vwE" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Zwp_GcQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xLx1lNO" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service ".service_locator.AObloNj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JYkp0nJ" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service ".service_locator.9k1aagL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.J2t96SO" previously pointing to "translator.data_collector" to "translator".
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.scheb_two_factor.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.CoreBundle\Security\TextbookVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.CoreBundle\Security\SelfStudyVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.CoreBundle\Security\PublicationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.CoreBundle\Security\PublisherVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.CoreBundle\Security\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.CoreBundle\Security\QuizVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.CoreBundle\Security\ProblemVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Pq4jHMT" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Pq4jHMT" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.Pq4jHMT" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.Pq4jHMT" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.1hOIQqn" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.1hOIQqn" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.1hOIQqn" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.UNE7Kl7" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
685
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "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 "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\API\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\PollyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\PollyController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\API\PollyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\ProblemController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\API\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\API\SharedQuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\API\SharedQuizController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\API\SharedQuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\KombiMatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\KombiMatController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\KombiMatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\BugReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\BugReportController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\BugReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\EventLoggerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\EventLoggerController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\EventLoggerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\ResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\ResultsController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\ResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\TextbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\TextbookController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\TextbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\MathProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\MathProblemController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\MathProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\DataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\DataController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\DataController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\TextbookVoter"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Security\TextbookVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\SelfStudyVoter"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Security\SelfStudyVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\PublicationVoter"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Security\PublicationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\PublisherVoter"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Security\PublisherVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Security\UserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\QuizVoter"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Security\QuizVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.CoreBundle\Security\ProblemVoter"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Security\ProblemVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\RemoveStudentFromClassroomsCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\RemoveStudentFromClassroomsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\FulfilDeletionRequestsCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\FulfilDeletionRequestsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\RetentionCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\RetentionCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\MigrateWordOptionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\MigrateWordOptionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\DeleteOldLogEventsCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\DeleteOldLogEventsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\UpdateSystimeUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\UpdateSystimeUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\SetupEndToEndTestDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\SetupEndToEndTestDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\RemoveEndToEndTestDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\RemoveEndToEndTestDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusLocateMissingFilesCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\AbacusLocateMissingFilesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusProblemdndMigrateCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\AbacusProblemdndMigrateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusLocateInlineImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\AbacusLocateInlineImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusValidateExistingMathproblemsCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\AbacusValidateExistingMathproblemsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusLoadTestDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\AbacusLoadTestDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\DispatchMigrateFilesToReferencesCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\DispatchMigrateFilesToReferencesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusFetchSiteCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\AbacusFetchSiteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CoreBundle\Command\AbacusRearrangeMathProblemsCommand"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Command\AbacusRearrangeMathProblemsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.UserBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\TranslationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\TranslationExtension"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Twig\TranslationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.core.twig_runtime"; reason: abstract.
Removed service ".abstract.instanceof.core.twig_runtime"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.fos_user.security.controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.fos_user.security.controller"; reason: abstract.
Removed service ".abstract.instanceof.fos_user.security.controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\HistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\HistoryController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\HistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\DictateActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\DictateActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\DictateActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\ActivityMetadataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\ActivityMetadataController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\ActivityMetadataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\CrammingActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\CrammingActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\CrammingActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\ReadingTestResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\ReadingTestResultsController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\ReadingTestResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\TrainingActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\TrainingActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\TrainingActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\HomeworkActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\HomeworkActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\HomeworkActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\ProblemController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\QuizActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\QuizActivityController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\QuizActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\QuizActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\QuizActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\QuizActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\PeerActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\PeerActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\PeerActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\SelfStudyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\SelfStudyController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\SelfStudyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\KvikDansk\SelfStudyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\KvikDansk\SelfStudyController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\KvikDansk\SelfStudyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\KvikMat\SelfStudyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\KvikMat\SelfStudyController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\KvikMat\SelfStudyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\ClassroomsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\ClassroomsController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\ClassroomsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\HistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\HistoryController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\HistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\HomeworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\HomeworkController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\HomeworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\TrainingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\TrainingController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\TrainingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\PerformanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\PerformanceController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\PerformanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\QuizSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\QuizSessionController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\QuizSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\WorksheetSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\WorksheetSessionController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\WorksheetSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\TextbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\TextbookController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\TextbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\PeerSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\PeerSessionController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\PeerSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\StatisticsController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\CrammingActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\CrammingActivityController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\CrammingActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\DictateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\DictateController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\DictateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\ReadingTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\ReadingTestController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\ReadingTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\PretestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\PretestController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\PretestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\ResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\ResultsController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\ResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.StudentBundle\Controller\API\GamificationProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.StudentBundle\Controller\API\GamificationProfileController"; reason: abstract.
Removed service ".abstract.instanceof.StudentBundle\Controller\API\GamificationProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\OnboardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\OnboardingController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\OnboardingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ActivityMetadataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ActivityMetadataController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\ActivityMetadataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ClassroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ClassroomController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\ClassroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ClassroomTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ClassroomTypeController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\ClassroomTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ClassroomReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ClassroomReportController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\ClassroomReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ResultsOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ResultsOverviewController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\ResultsOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\DictateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\DictateController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\DictateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ReadingTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ReadingTestController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\ReadingTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\DictateActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\DictateActivityController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\DictateActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ReadingTestActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ReadingTestActivityController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\ReadingTestActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\DictateActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\DictateActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\DictateActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ReadingTestResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ReadingTestResultsController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\ReadingTestResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\CrammingActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\CrammingActivityController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\CrammingActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\CrammingActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\CrammingActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\CrammingActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerThemeClassTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerThemeClassTypeController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\PeerThemeClassTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerThemeController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\PeerThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerProblemController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\PeerProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\ProblemController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizTypeController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\QuizTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizActivityController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\QuizActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\QuizActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\QuizActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\QuizActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\StudentReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\StudentReportController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\StudentReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\WorksheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\WorksheetController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\WorksheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\WorksheetActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\WorksheetActivityController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\WorksheetActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\WorksheetActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\WorksheetActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\WorksheetActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TagController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TemplateMathproblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TemplateMathproblemController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\TemplateMathproblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TrainingActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TrainingActivityController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\TrainingActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TrainingActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TrainingActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\TrainingActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\HomeworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\HomeworkController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\HomeworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\HomeworkActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\HomeworkActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\HomeworkActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerActivityController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\PeerActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\PeerActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\PeerActivityResultsController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\PeerActivityResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\API\TemplateSetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\API\TemplateSetController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\API\TemplateSetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\HistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\HistoryController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\HistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ResultsController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\ResultsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ResultsOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ResultsOverviewController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\ResultsOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\TrainingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\TrainingController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\TrainingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\CampaignController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ReportPdfExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ReportPdfExportController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\ReportPdfExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ClassroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ClassroomController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\ClassroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\HomeworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\HomeworkController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\HomeworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\QuizController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\QuizSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\QuizSessionController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\QuizSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\WorksheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\WorksheetController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\WorksheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\WorksheetSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\WorksheetSessionController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\WorksheetSessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\PeerTrainingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\PeerTrainingController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\PeerTrainingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\TextbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\TextbookController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\TextbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\CrammingActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\CrammingActivityController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\CrammingActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TeacherBundle\Controller\ExtendActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TeacherBundle\Controller\ExtendActivityController"; reason: abstract.
Removed service ".abstract.instanceof.TeacherBundle\Controller\ExtendActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\BugReportsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\BugReportsController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\BugReportsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\AuthorCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\AuthorCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\AuthorCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\AuthorCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\BugReportCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\BugReportCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\BugReportCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\BugReportCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\CategoryCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\CategoryCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\CategoryCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\CategoryCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ContentOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ContentOverviewController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\ContentOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\DashboardController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.AdminBundle\Controller\EasyAdmin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\EditorCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\EditorCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\EditorCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\EditorCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\InfoCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\InfoCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\InfoCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\InfoCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\InvitationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\InvitationCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\InvitationCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\InvitationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProblemCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProblemCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProblemCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\ProblemCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\PublicationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\PublicationCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\PublicationCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\PublicationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\PublisherCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\PublisherCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\PublisherCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\PublisherCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\QuizCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\QuizCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\QuizCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\QuizCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TagCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TagCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TagCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\TagCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TemplateCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TemplateCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TemplateCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\TemplateCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TopicCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TopicCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TopicCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\TopicCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EasyAdmin\UserCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EasyAdmin\UserCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.AdminBundle\Controller\EasyAdmin\UserCrudController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EasyAdmin\UserCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\InstitutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\InstitutionController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\InstitutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\MathproblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\MathproblemController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\MathproblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ProblemController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ProblemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TagController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TopicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TopicController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\TopicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\AnswerType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\AnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\BulkAudioUpload"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\BulkAudioUpload"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\BulkCsvUpload"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\BulkCsvUpload"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\BulkImageUpload"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\BulkImageUpload"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\CsvUploadType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\CsvUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\ProblemType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\ProblemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\StatisticsType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\StatisticsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
162
Removed service "abacus.core.utility"; reason: unused.
Removed service "abacus.core.worksheet_session"; reason: unused.
Removed service "abacus.core.homework_session"; reason: unused.
Removed service "abacus.core.cramming_session_service"; reason: unused.
Removed service "abacus_core.cookie"; reason: unused.
Removed service "CoreBundle\Security\SSO\UniLoginProvider"; reason: unused.
Removed service "monolog.formatter.session_request"; reason: unused.
Removed service "sentry.callback.before_send"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "Http\Client\HttpClient"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; 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 "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~TUFSAUo"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "fos_user.user_provider.username_email"; reason: unused.
Removed service "fos_user.user_provider.email"; reason: unused.
Removed service "fos_user.user_checker"; reason: unused.
Removed service "fos_user.mailer.twig_swift"; reason: unused.
Removed service "fos_user.mailer.twig_symfony"; reason: unused.
Removed service "abacus_core.repository.user"; reason: unused.
Removed service "abacus_core.repository.homework_unit"; reason: unused.
Removed service "abacus_core.repository.training_unit"; reason: unused.
Removed service "abacus_core.repository.topic"; reason: unused.
Removed service "abacus_core.repository.peer_session"; reason: unused.
Removed service "abacus_core.repository.peer_unit"; reason: unused.
Removed service "abacus_core.repository.peer_solution"; reason: unused.
Removed service "abacus_core.repository.textbook_session"; reason: unused.
Removed service "abacus_core.repository.dictate"; reason: unused.
Removed service "abacus_core.repository.ibook_quiz_connection"; reason: unused.
Removed service "abacus_core.repository.wordoption_icons"; reason: unused.
Removed service "abacus_core.math_problem.selection.fixed_topic_selector"; reason: unused.
Removed service "a_ba_cus_student.cramming_activity_homework_service"; reason: unused.
Removed service "a_ba_cus_student.cramming_activity_service"; reason: unused.
Removed service "AdminBundle\ABaCusAdminBundle"; reason: unused.
Removed service "AdminBundle\DependencyInjection\ABaCusAdminExtension"; reason: unused.
Removed service "AdminBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "AdminBundle\Editors\ProblemDataModel"; reason: unused.
Removed service "AdminBundle\Exceptions\CannotDeleteAnswerWithResponsesException"; reason: unused.
Removed service "AdminBundle\Exceptions\CsvFileValidationException"; reason: unused.
Removed service "AdminBundle\Form\InstitutionType"; reason: unused.
Removed service "AdminBundle\Service\MediaEntityHelper"; 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.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "scheb_two_factor.security.authenticator"; reason: unused.
Removed service "scheb_two_factor.security.listener.token_created"; reason: unused.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: unused.
Removed service "scheb_two_factor.security.form_listener"; reason: unused.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: unused.
Removed service "scheb_two_factor.security.access_listener"; reason: unused.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: unused.
Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
Removed service "scheb_two_factor.security.firewall_config"; reason: unused.
Removed service "scheb_two_factor.persister_factory.doctrine"; reason: unused.
Removed service "scheb_two_factor.persister.doctrine"; reason: unused.
Removed service "scheb_two_factor.security.form_renderer"; reason: unused.
Removed service ".service_locator.YV73A3w"; reason: unused.
Removed service ".service_locator.yiWD6iV"; reason: unused.
Removed service ".service_locator.2bMrLJQ"; reason: unused.
Removed service ".service_locator.UBxRQOW"; reason: unused.
Removed service ".service_locator.0miH9EF"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.XgpoQM9"; reason: unused.
600
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\API\VideoController" to "CoreBundle\Controller\API\VideoController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\API\PollyController" to "CoreBundle\Controller\API\PollyController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\API\ProblemController" to "CoreBundle\Controller\API\ProblemController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\API\SharedQuizController" to "CoreBundle\Controller\API\SharedQuizController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\KombiMatController" to "CoreBundle\Controller\KombiMatController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\BugReportController" to "CoreBundle\Controller\BugReportController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\DefaultController" to "CoreBundle\Controller\DefaultController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\EventLoggerController" to "CoreBundle\Controller\EventLoggerController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\ResultsController" to "CoreBundle\Controller\ResultsController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\TextbookController" to "CoreBundle\Controller\TextbookController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\MathProblemController" to "CoreBundle\Controller\MathProblemController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\TestController" to "CoreBundle\Controller\TestController".
Inlined service ".service_locator.mx0UMmY.CoreBundle\Controller\DataController" to "CoreBundle\Controller\DataController".
Inlined service "CoreBundle\Security\SSO\GyldendalProvider" to "CoreBundle\Service\AuthService".
Inlined service "abacus_core.repository.peer_mathproblem" to "CoreBundle\Session\Peer\PeerSessionInitializer".
Inlined service "abacus_core.repository.peer_feedback" to "CoreBundle\Session\Peer\PeerFeedbackNavigator".
Inlined service "abacus_core.repository.peer_feedback2nd" to "CoreBundle\Session\Peer\PeerFeedback2ndNavigator".
Inlined service "abacus_core.repository.institution" to "CoreBundle\Security\SSO\GyldendalProvider".
Inlined service "CoreBundle\Service\ClickstreamDtoPopulatorService" to "CoreBundle\Service\ClickstreamLoggerService".
Inlined service "CoreBundle\Service\ClickstreamConnectorService" to "CoreBundle\Service\ClickstreamLoggerService".
Inlined service "CoreBundle\Service\ClickstreamLoggerService" to "CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand".
Inlined service ".service_locator.mx0UMmY.UserBundle\Controller\SecurityController" to "UserBundle\Controller\SecurityController".
Inlined service ".service_locator.mx0UMmY.UserBundle\Controller\DefaultController" to "UserBundle\Controller\DefaultController".
Inlined service "symfonycasts.reset_password.helper" to "UserBundle\Controller\ResetPasswordController".
Inlined service "symfonycasts.verify_email.helper" to "UserBundle\Security\EmailVerifier".
Inlined service ".service_locator.mx0UMmY.fos_user.security.controller" to "fos_user.security.controller".
Inlined service "Aws\Sdk" to "CoreBundle\Util\Aws\AwsPollyUtil".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
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" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.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 "EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.EUvffkz" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.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 "session.handler.native_file" to "session.storage.native".
Inlined service ".service_locator.XmPJruK" 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.ol0GJKP" 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 "fos_user.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.l6ELYLY" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
Inlined service "messenger.transport_factory" to "messenger.transport.async".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service ".security.request_matcher.dYSqD0l" to "security.access_map".
Inlined service ".security.request_matcher.3K4gTEx" to "security.access_map".
Inlined service ".security.request_matcher.udyAany" to "security.access_map".
Inlined service ".security.request_matcher.bdpv7pg" to "security.access_map".
Inlined service ".security.request_matcher.iIbLcgV" to "security.access_map".
Inlined service ".security.request_matcher.HNMsfmL" to "security.access_map".
Inlined service ".security.request_matcher.NktUWmy" to "security.access_map".
Inlined service ".security.request_matcher.QWkwKV5" to "security.access_map".
Inlined service ".security.request_matcher.zz1zWyq" to "security.access_map".
Inlined service ".security.request_matcher.b1uc7KZ" to "security.access_map".
Inlined service ".security.request_matcher.14EldfE" to "security.access_map".
Inlined service ".security.request_matcher.tU7fj3Q" to "security.access_map".
Inlined service ".security.request_matcher.PhJz6Mb" to "security.access_map".
Inlined service ".security.request_matcher.aOcLiFf" to "security.access_map".
Inlined service ".security.request_matcher.qZiISJn" to "security.access_map".
Inlined service ".security.request_matcher.YUTJyaK" to "security.access_map".
Inlined service ".security.request_matcher.QPwreRw" to "security.access_map".
Inlined service ".security.request_matcher.qojAQUY" to "security.access_map".
Inlined service ".security.request_matcher.OFHgJOJ" to "security.access_map".
Inlined service ".security.request_matcher.SOtg9wl" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" 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 "debug.security.firewall.authenticator.api_doc.inner" to "debug.security.firewall.authenticator.api_doc".
Inlined service "security.exception_listener.api_doc" to "security.firewall.map.context.api_doc".
Inlined service "security.firewall.map.config.api_doc" to "security.firewall.map.context.api_doc".
Inlined service "debug.security.firewall.authenticator.api_gale.inner" to "debug.security.firewall.authenticator.api_gale".
Inlined service "UserBundle\Security\ApiAccessDeniedHandler" to "security.exception_listener.api_gale".
Inlined service "security.exception_listener.api_gale" to "security.firewall.map.context.api_gale".
Inlined service "security.firewall.map.config.api_gale" to "security.firewall.map.context.api_gale".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.main".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.main".
Inlined service "scheb_two_factor.authentication_context_factory" to "security.authentication.token_created_listener.two_factor.main".
Inlined service "security.authentication.success_handler.two_factor.main" to "security.authenticator.two_factor.main".
Inlined service "security.authentication.failure_handler.two_factor.main" to "security.authenticator.two_factor.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 "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 "abacus_core.repository.classroom_student" to "security.authentication.switchuser_listener.main".
Inlined service "CoreBundle\Security\AccessDeniedHandler" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "CoreBundle\Twig\AppExtension" to "twig".
Inlined service "CoreBundle\Twig\TranslationExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "eight_points_guzzle.twig_extension.debug" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.iECGkAM" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.pbHBt4H" 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.Xbsa8iG" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.sortable".
Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
Inlined service "fos_user.user_to_username_transformer" to "fos_user.username_form_type".
Inlined service "fos_user.profile.form.factory" to "fos_user.profile.controller".
Inlined service ".service_locator.mx0UMmY.fos_user.profile.controller" to "fos_user.profile.controller".
Inlined service "fos_user.registration.form.factory" to "fos_user.registration.controller".
Inlined service ".service_locator.mx0UMmY.fos_user.registration.controller" to "fos_user.registration.controller".
Inlined service "fos_user.change_password.form.factory" to "fos_user.change_password.controller".
Inlined service ".service_locator.mx0UMmY.fos_user.change_password.controller" to "fos_user.change_password.controller".
Inlined service "fos_user.resetting.form.factory" to "fos_user.resetting.controller".
Inlined service "fos_user.util.token_generator.default" to "fos_user.resetting.controller".
Inlined service "fos_user.mailer.noop" to "fos_user.resetting.controller".
Inlined service ".service_locator.mx0UMmY.fos_user.resetting.controller" to "fos_user.resetting.controller".
Inlined service "abacus_core.math_problem.selection.topic_selector" to "CoreBundle\MathProblem\Selection\RandomMathProblemFinder".
Inlined service "abacus_core.math_problem.selection.difficulty_resolver" to "CoreBundle\MathProblem\Selection\RandomMathProblemFinder".
Inlined service "abacus_core.math_problem.selection.math_problem_type_provider" to "CoreBundle\MathProblem\Selection\RandomMathProblemFinder".
Inlined service "abacus_core.math_problem.selection.random_template_math_problem_finder" to "CoreBundle\MathProblem\Selection\RandomMathProblemFinder".
Inlined service "abacus_core.math_problem.selection.used_math_problem_type_provider" to "abacus_core.math_problem.selection.math_problem_type_provider".
Inlined service "abacus_core.math_problem.selection.used_template_math_problem_provider" to "abacus_core.math_problem.selection.random_template_math_problem_finder".
Inlined service "abacus_core.math_problem.difficulty.difficulty_level_calculator" to "CoreBundle\MathProblem\Difficulty\StudentDifficultyUpdater".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\HistoryController" to "StudentBundle\Controller\API\HistoryController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\DictateActivityResultsController" to "StudentBundle\Controller\API\DictateActivityResultsController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\ActivityMetadataController" to "StudentBundle\Controller\API\ActivityMetadataController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\CrammingActivityResultsController" to "StudentBundle\Controller\API\CrammingActivityResultsController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\ReadingTestResultsController" to "StudentBundle\Controller\API\ReadingTestResultsController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\TrainingActivityResultsController" to "StudentBundle\Controller\API\TrainingActivityResultsController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\HomeworkActivityResultsController" to "StudentBundle\Controller\API\HomeworkActivityResultsController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\ProblemController" to "StudentBundle\Controller\API\ProblemController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\QuizActivityController" to "StudentBundle\Controller\API\QuizActivityController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\QuizActivityResultsController" to "StudentBundle\Controller\API\QuizActivityResultsController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\PeerActivityResultsController" to "StudentBundle\Controller\API\PeerActivityResultsController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\SelfStudyController" to "StudentBundle\Controller\SelfStudyController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\KvikDansk\SelfStudyController" to "StudentBundle\Controller\KvikDansk\SelfStudyController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\KvikMat\SelfStudyController" to "StudentBundle\Controller\KvikMat\SelfStudyController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\DefaultController" to "StudentBundle\Controller\DefaultController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\ClassroomsController" to "StudentBundle\Controller\ClassroomsController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\HistoryController" to "StudentBundle\Controller\HistoryController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\HomeworkController" to "StudentBundle\Controller\HomeworkController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\TrainingController" to "StudentBundle\Controller\TrainingController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\PerformanceController" to "StudentBundle\Controller\PerformanceController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\QuizSessionController" to "StudentBundle\Controller\QuizSessionController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\WorksheetSessionController" to "StudentBundle\Controller\WorksheetSessionController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\TextbookController" to "StudentBundle\Controller\TextbookController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\DashboardController" to "StudentBundle\Controller\DashboardController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\PeerSessionController" to "StudentBundle\Controller\PeerSessionController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\StatisticsController" to "StudentBundle\Controller\StatisticsController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\CrammingActivityController" to "StudentBundle\Controller\CrammingActivityController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\DictateController" to "StudentBundle\Controller\DictateController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\ReadingTestController" to "StudentBundle\Controller\ReadingTestController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\PretestController" to "StudentBundle\Controller\PretestController".
Inlined service "abacus_core.repository.quiz_session" to "StudentBundle\Service\ClassroomSignUpService".
Inlined service "abacus_core.repository.worksheet_session" to "StudentBundle\Service\ClassroomSignUpService".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\ResultsController" to "StudentBundle\Controller\ResultsController".
Inlined service ".service_locator.mx0UMmY.StudentBundle\Controller\API\GamificationProfileController" to "StudentBundle\Controller\API\GamificationProfileController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\OnboardingController" to "TeacherBundle\Controller\API\OnboardingController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\ActivityController" to "TeacherBundle\Controller\API\ActivityController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\ActivityMetadataController" to "TeacherBundle\Controller\API\ActivityMetadataController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\ClassroomController" to "TeacherBundle\Controller\API\ClassroomController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\ClassroomTypeController" to "TeacherBundle\Controller\API\ClassroomTypeController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\ClassroomReportController" to "TeacherBundle\Controller\API\ClassroomReportController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\ResultsOverviewController" to "TeacherBundle\Controller\API\ResultsOverviewController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\DictateController" to "TeacherBundle\Controller\API\DictateController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\ReadingTestController" to "TeacherBundle\Controller\API\ReadingTestController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\DictateActivityController" to "TeacherBundle\Controller\API\DictateActivityController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\ReadingTestActivityController" to "TeacherBundle\Controller\API\ReadingTestActivityController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\DictateActivityResultsController" to "TeacherBundle\Controller\API\DictateActivityResultsController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\ReadingTestResultsController" to "TeacherBundle\Controller\API\ReadingTestResultsController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\CrammingActivityController" to "TeacherBundle\Controller\API\CrammingActivityController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\CrammingActivityResultsController" to "TeacherBundle\Controller\API\CrammingActivityResultsController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\PeerThemeClassTypeController" to "TeacherBundle\Controller\API\PeerThemeClassTypeController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\PeerThemeController" to "TeacherBundle\Controller\API\PeerThemeController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\PeerProblemController" to "TeacherBundle\Controller\API\PeerProblemController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\ProblemController" to "TeacherBundle\Controller\API\ProblemController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\QuizController" to "TeacherBundle\Controller\API\QuizController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\QuizTypeController" to "TeacherBundle\Controller\API\QuizTypeController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\QuizActivityController" to "TeacherBundle\Controller\API\QuizActivityController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\QuizActivityResultsController" to "TeacherBundle\Controller\API\QuizActivityResultsController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\StudentReportController" to "TeacherBundle\Controller\API\StudentReportController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\WorksheetController" to "TeacherBundle\Controller\API\WorksheetController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\WorksheetActivityController" to "TeacherBundle\Controller\API\WorksheetActivityController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\WorksheetActivityResultsController" to "TeacherBundle\Controller\API\WorksheetActivityResultsController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\CategoryController" to "TeacherBundle\Controller\API\CategoryController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\TagController" to "TeacherBundle\Controller\API\TagController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\TemplateMathproblemController" to "TeacherBundle\Controller\API\TemplateMathproblemController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\TrainingActivityController" to "TeacherBundle\Controller\API\TrainingActivityController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\TrainingActivityResultsController" to "TeacherBundle\Controller\API\TrainingActivityResultsController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\HomeworkController" to "TeacherBundle\Controller\API\HomeworkController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\HomeworkActivityResultsController" to "TeacherBundle\Controller\API\HomeworkActivityResultsController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\PeerActivityController" to "TeacherBundle\Controller\API\PeerActivityController".
Inlined service "CoreBundle\Session\Peer\PeerSessionInitializer" to "TeacherBundle\Service\API\PeerActivityService".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\PeerActivityResultsController" to "TeacherBundle\Controller\API\PeerActivityResultsController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\StudentController" to "TeacherBundle\Controller\API\StudentController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\API\TemplateSetController" to "TeacherBundle\Controller\API\TemplateSetController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\HistoryController" to "TeacherBundle\Controller\HistoryController".
Inlined service "TeacherBundle\Service\CompetitionService" to "TeacherBundle\Controller\ResultsController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\ResultsController" to "TeacherBundle\Controller\ResultsController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\ResultsOverviewController" to "TeacherBundle\Controller\ResultsOverviewController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\TrainingController" to "TeacherBundle\Controller\TrainingController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\DefaultController" to "TeacherBundle\Controller\DefaultController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\CampaignController" to "TeacherBundle\Controller\CampaignController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\ReportPdfExportController" to "TeacherBundle\Controller\ReportPdfExportController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\ClassroomController" to "TeacherBundle\Controller\ClassroomController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\StudentController" to "TeacherBundle\Controller\StudentController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\HomeworkController" to "TeacherBundle\Controller\HomeworkController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\QuizController" to "TeacherBundle\Controller\QuizController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\QuizSessionController" to "TeacherBundle\Controller\QuizSessionController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\WorksheetController" to "TeacherBundle\Controller\WorksheetController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\WorksheetSessionController" to "TeacherBundle\Controller\WorksheetSessionController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\PeerTrainingController" to "TeacherBundle\Controller\PeerTrainingController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\ContentController" to "TeacherBundle\Controller\ContentController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\TextbookController" to "TeacherBundle\Controller\TextbookController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\CrammingActivityController" to "TeacherBundle\Controller\CrammingActivityController".
Inlined service ".service_locator.mx0UMmY.TeacherBundle\Controller\ExtendActivityController" to "TeacherBundle\Controller\ExtendActivityController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\BugReportsController" to "AdminBundle\Controller\BugReportsController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ContentController" to "AdminBundle\Controller\ContentController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\DefaultController" to "AdminBundle\Controller\DefaultController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController" to "AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\AuthorCrudController" to "AdminBundle\Controller\EasyAdmin\AuthorCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\BugReportCrudController" to "AdminBundle\Controller\EasyAdmin\BugReportCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\CategoryCrudController" to "AdminBundle\Controller\EasyAdmin\CategoryCrudController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\EasyAdmin\ContentOverviewController" to "AdminBundle\Controller\EasyAdmin\ContentOverviewController".
Inlined service ".service_locator.1hOIQqn.AdminBundle\Controller\EasyAdmin\DashboardController" to "AdminBundle\Controller\EasyAdmin\DashboardController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\EditorCrudController" to "AdminBundle\Controller\EasyAdmin\EditorCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController" to "AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\InfoCrudController" to "AdminBundle\Controller\EasyAdmin\InfoCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\InvitationCrudController" to "AdminBundle\Controller\EasyAdmin\InvitationCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\ProblemCrudController" to "AdminBundle\Controller\EasyAdmin\ProblemCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController" to "AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController" to "AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\ProductQuizCrudController" to "AdminBundle\Controller\EasyAdmin\ProductQuizCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\PublicationCrudController" to "AdminBundle\Controller\EasyAdmin\PublicationCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController" to "AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\PublisherCrudController" to "AdminBundle\Controller\EasyAdmin\PublisherCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\QuizCrudController" to "AdminBundle\Controller\EasyAdmin\QuizCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController" to "AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\QuizTypeCrudController" to "AdminBundle\Controller\EasyAdmin\QuizTypeCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\TagCrudController" to "AdminBundle\Controller\EasyAdmin\TagCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\TemplateCrudController" to "AdminBundle\Controller\EasyAdmin\TemplateCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController" to "AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\TemplateSetCrudController" to "AdminBundle\Controller\EasyAdmin\TemplateSetCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\TopicCrudController" to "AdminBundle\Controller\EasyAdmin\TopicCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController" to "AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController".
Inlined service ".service_locator.Pq4jHMT.AdminBundle\Controller\EasyAdmin\UserCrudController" to "AdminBundle\Controller\EasyAdmin\UserCrudController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\InstitutionController" to "AdminBundle\Controller\InstitutionController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\MathproblemController" to "AdminBundle\Controller\MathproblemController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ProblemController" to "AdminBundle\Controller\ProblemController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ResetPasswordController" to "AdminBundle\Controller\ResetPasswordController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\TagController" to "AdminBundle\Controller\TagController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\TemplateController" to "AdminBundle\Controller\TemplateController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\TopicController" to "AdminBundle\Controller\TopicController".
Inlined service "AdminBundle\Service\UserService" to "AdminBundle\Controller\UserController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\UserController" to "AdminBundle\Controller\UserController".
Inlined service "AdminBundle\Editors\RadioButtonEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\CheckboxEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\ParagraphEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\TextEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\DropDownEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\WordOptionsEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\DragAndDropEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\GridRadiobuttonEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\GridCheckboxEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\TableTextEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\TableDropdownEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\MarkEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\NumberEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Editors\FormulaEditor" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
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 "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "monolog.logger.eight_points_guzzle" to "eight_points_guzzle.middleware.symfony_log".
Inlined service "http_discovery.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "http_discovery.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "http_discovery.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "http_discovery.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\Integration\RequestFetcherInterface" to "Sentry\SentryBundle\Integration\IntegrationConfigurator".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "Sentry\Transport\TransportFactoryInterface" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
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 "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" to "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" to "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry" to "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher" to "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" to "EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory".
Inlined service "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 "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_condition".
Inlined service "scheb_two_factor.default_token_factory" to "scheb_two_factor.provider_initiator".
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.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver.inner" to "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver".
Inlined service "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver.inner" to "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "CoreBundle\MessageHandler\MigrateFilesToReferencesMessageHandler" to ".messenger.handler_descriptor.eDZcX8R".
Inlined service "CoreBundle\MessageHandler\ValidateMathproblemMessageHandler" to ".messenger.handler_descriptor.JjVSoa9".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to "debug.security.voter.scheb_two_factor.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 "CoreBundle\Security\TextbookVoter" to "debug.security.voter.CoreBundle\Security\TextbookVoter".
Inlined service "CoreBundle\Security\SelfStudyVoter" to "debug.security.voter.CoreBundle\Security\SelfStudyVoter".
Inlined service "CoreBundle\Security\PublicationVoter" to "debug.security.voter.CoreBundle\Security\PublicationVoter".
Inlined service "CoreBundle\Security\PublisherVoter" to "debug.security.voter.CoreBundle\Security\PublisherVoter".
Inlined service "CoreBundle\Security\UserVoter" to "debug.security.voter.CoreBundle\Security\UserVoter".
Inlined service "CoreBundle\Security\QuizVoter" to "debug.security.voter.CoreBundle\Security\QuizVoter".
Inlined service "CoreBundle\Security\ProblemVoter" to "debug.security.voter.CoreBundle\Security\ProblemVoter".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" to "debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter".
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 "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.security_token_verifier.traceable.recorder_inner" to "cache.security_token_verifier.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.gOdCe1K" to ".service_locator.gOdCe1K.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.1hOIQqn" to ".service_locator.1hOIQqn.AdminBundle\Controller\EasyAdmin\DashboardController".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service "security.authenticator.manager.api_doc" to "debug.security.firewall.authenticator.api_doc.inner".
Inlined service "security.authenticator.manager.api_gale" to "debug.security.firewall.authenticator.api_gale.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator.wfzolGb" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_token_verifier.traceable.inner" to "cache.security_token_verifier.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.easyadmin.traceable.inner" to "cache.easyadmin.traceable.recorder_inner".
Inlined service ".service_locator.gOdCe1K.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 "fos_user.object_manager" to "fos_user.user_manager".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.easyadmin.traceable.recorder_inner" to "cache.easyadmin".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "abacus_core.math_problem.selection.session_repository_resolver" to "CoreBundle\MathProblem\Selection\RandomMathProblemFinder".
Inlined service "abacus_core.math_problem.selection.session_repository_resolver" to "CoreBundle\MathProblem\Selection\RandomMathProblemFinder".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
Inlined service "AdminBundle\Service\ProblemValidationService" to "AdminBundle\Editors\ProblemEditorFactory".
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 "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api_doc", "debug.security.firewall.authenticator.api_gale", "debug.security.firewall.authenticator.main", "scheb_two_factor.security.authentication.trust_resolver", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver", "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "cache.validator.traceable", "cache.serializer.traceable", "cache.annotations.traceable", "cache.property_info.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.security_expression_language.traceable", "cache.security_token_verifier.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.validator_expression_language", "cache.easyadmin", ".container.private.validator", but was never used.
Tag "eight_points_guzzle.logger" was defined on service(s) "eight_points_guzzle.loginconnector_logger", "eight_points_guzzle.gyldendalaccessservice_logger", "eight_points_guzzle.systime_users_logger", "eight_points_guzzle.gale_users_logger", but was never used.