Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "League\FlysystemBundle\DependencyInjection\FlysystemExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "NotFloran\MjmlBundle\DependencyInjection\MjmlExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddParamConverterPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\OptimizerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "League\FlysystemBundle\DependencyInjection\Compiler\LazyFactoryPass" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Gedmo\Sortable\SortableListener" class is considered final since gedmo/doctrine-extensions 3.11. It may change without further notice as of its next major version. You should not extend it from "App\Bridge\Gedmo\Sortable\UuidAwareSortableListener".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\SetUserPasswordCommand".
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Forms\Types\Application\Portal\CareerPlanning\RestartExerciseType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Not setting the "framework.uid.time_based_uuid_version" config option is deprecated. It will default to "7" in 7.0.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "NotFloran\MjmlBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.clean.upload" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.remove.upload" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.upload.upload" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
The "Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer::doWarmUp()" method will require a new "string|null $buildDir" argument in the next major version of its parent class "Symfony\Bundle\FrameworkBundle\CacheWarmer\AbstractPhpFileCacheWarmer", not defining it is deprecated.
The "Vich\UploaderBundle\Metadata\CacheWarmer::warmUp()" method will require a new "string|null $buildDir" argument in the next major version of its interface "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface", not defining it is deprecated.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\EventListener\ImpersonationRedirectListener" service.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\SetUserPasswordCommand" class instead.
Method "Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2035, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_SortableService.php:29, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1864 called by ClassMetadataInfo.php:2945, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)
Log messages generated during the compilation of the service container.
Messages
Class
828
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler.0.App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler.0.App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommandHandler.0.App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommandHandler.0.App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler.0.App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler.0.App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommandHandler.0.App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommandHandler.0.App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommandHandler.0.App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommandHandler.0.App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler.0.App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler.0.App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommandHandler.0.App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommandHandler.0.App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler.0.App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler.0.App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler.0.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler.0.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler.0.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler.0.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommandHandler.0.App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommandHandler.0.App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler.0.App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler.0.App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler.0.App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler.0.App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler.0.App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler.0.App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\User\EditUser\EditUserCommandHandler.0.App\CareerConnect\Application\Admin\User\EditUser\EditUserCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\User\EditUser\EditUserCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\User\EditUser\EditUserCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\User\EditUser\EditUserCommandHandler.0.App\CareerConnect\Application\Admin\User\EditUser\EditUserCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommandHandler.0.App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommandHandler.0.App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler.0.App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler.0.App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommandHandler.0.App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommandHandler.0.App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Common\Notification\DeliverNotificationCommandHandler.0.App\CareerConnect\Application\Common\Notification\DeliverNotificationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Common\Notification\DeliverNotificationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Common\Notification\DeliverNotificationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Common\Notification\DeliverNotificationCommandHandler.0.App\CareerConnect\Application\Common\Notification\DeliverNotificationCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CareerConnect\Application\Common\Validator\Constraints\UlnValidator" (parent: .abstract.instanceof.App\CareerConnect\Application\Common\Validator\Constraints\UlnValidator).
Resolving inheritance for "App\CareerConnect\Application\Common\Validator\Constraints\UlnValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CareerConnect\Application\Common\Validator\Constraints\UlnValidator).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\ContentTypeFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\Content\ContentTypeFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\Content\ContentTypeFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\ContentTypeFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\HasTagFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\Content\HasTagFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\Content\HasTagFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\HasTagFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\PublishedFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\Content\PublishedFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\Content\PublishedFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\PublishedFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\TitleContainsFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\Content\TitleContainsFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\Content\TitleContainsFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\TitleContainsFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\School\SchoolFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\School\SchoolFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\School\SchoolFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\School\SchoolFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\School\SchoolNameContainsFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\School\SchoolNameContainsFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\School\SchoolNameContainsFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\School\SchoolNameContainsFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\School\SchoolTypeFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\School\SchoolTypeFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\School\SchoolTypeFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\School\SchoolTypeFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Student\YearGroupFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\Student\YearGroupFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\Student\YearGroupFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Student\YearGroupFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\ActiveFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\User\ActiveFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\User\ActiveFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\ActiveFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\EmailContainsFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\User\EmailContainsFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\User\EmailContainsFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\EmailContainsFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\FirstNameStartsWithFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\User\FirstNameStartsWithFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\User\FirstNameStartsWithFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\FirstNameStartsWithFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\HasRoleFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\User\HasRoleFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\User\HasRoleFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\HasRoleFilterStringifier).
Resolving inheritance for ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\SurnameStartsWithFilterStringifier" (parent: .abstract.instanceof.App\CareerConnect\Application\Filtering\User\SurnameStartsWithFilterStringifier).
Resolving inheritance for "App\CareerConnect\Application\Filtering\User\SurnameStartsWithFilterStringifier" (parent: .instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\SurnameStartsWithFilterStringifier).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommandHandler.0.App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommandHandler.0.App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommandHandler.0.App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommandHandler.0.App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler.0.App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler.0.App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQueryHandler.0.App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQueryHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQueryHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQueryHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQueryHandler.0.App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQueryHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommandHandler.0.App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommandHandler.0.App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommandHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler.0.App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler).
Resolving inheritance for "App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler" (parent: .instanceof.App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler.0.App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler).
Resolving inheritance for ".instanceof.App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler.0.App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler" (parent: .abstract.instanceof.App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler).
Resolving inheritance for "App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler" (parent: .instanceof.App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler.0.App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CareerConnect\Application\Security\Subscriber\RecordLogInTimeAuthenticationSubscriber" (parent: .abstract.instanceof.App\CareerConnect\Application\Security\Subscriber\RecordLogInTimeAuthenticationSubscriber).
Resolving inheritance for "App\CareerConnect\Application\Security\Subscriber\RecordLogInTimeAuthenticationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CareerConnect\Application\Security\Subscriber\RecordLogInTimeAuthenticationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\Content\QuestionVoter" (parent: .abstract.instanceof.App\CareerConnect\Application\Security\Voters\Content\QuestionVoter).
Resolving inheritance for "App\CareerConnect\Application\Security\Voters\Content\QuestionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\Content\QuestionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\CvBuilder\EducationVoter" (parent: .abstract.instanceof.App\CareerConnect\Application\Security\Voters\CvBuilder\EducationVoter).
Resolving inheritance for "App\CareerConnect\Application\Security\Voters\CvBuilder\EducationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\CvBuilder\EducationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\CvBuilder\EmploymentVoter" (parent: .abstract.instanceof.App\CareerConnect\Application\Security\Voters\CvBuilder\EmploymentVoter).
Resolving inheritance for "App\CareerConnect\Application\Security\Voters\CvBuilder\EmploymentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\CvBuilder\EmploymentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\CvBuilder\ReferenceVoter" (parent: .abstract.instanceof.App\CareerConnect\Application\Security\Voters\CvBuilder\ReferenceVoter).
Resolving inheritance for "App\CareerConnect\Application\Security\Voters\CvBuilder\ReferenceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\CvBuilder\ReferenceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\QuizVoter" (parent: .abstract.instanceof.App\CareerConnect\Application\Security\Voters\QuizVoter).
Resolving inheritance for "App\CareerConnect\Application\Security\Voters\QuizVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\QuizVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\SchoolVoter" (parent: .abstract.instanceof.App\CareerConnect\Application\Security\Voters\SchoolVoter).
Resolving inheritance for "App\CareerConnect\Application\Security\Voters\SchoolVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\SchoolVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\StudentVoter" (parent: .abstract.instanceof.App\CareerConnect\Application\Security\Voters\StudentVoter).
Resolving inheritance for "App\CareerConnect\Application\Security\Voters\StudentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\StudentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\User\AssignRoleVoter" (parent: .abstract.instanceof.App\CareerConnect\Application\Security\Voters\User\AssignRoleVoter).
Resolving inheritance for "App\CareerConnect\Application\Security\Voters\User\AssignRoleVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\User\AssignRoleVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\UserVoter" (parent: .abstract.instanceof.App\CareerConnect\Application\Security\Voters\UserVoter).
Resolving inheritance for "App\CareerConnect\Application\Security\Voters\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\UserVoter).
Resolving inheritance for ".instanceof.App\CareerConnect\Infrastructure\Subscriber\ReportPersistSubscriber.0.App\CareerConnect\Infrastructure\Subscriber\ReportPersistSubscriber" (parent: .abstract.instanceof.App\CareerConnect\Infrastructure\Subscriber\ReportPersistSubscriber).
Resolving inheritance for "App\CareerConnect\Infrastructure\Subscriber\ReportPersistSubscriber" (parent: .instanceof.App\CareerConnect\Infrastructure\Subscriber\ReportPersistSubscriber.0.App\CareerConnect\Infrastructure\Subscriber\ReportPersistSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetUserPasswordCommand" (parent: .abstract.instanceof.App\Command\SetUserPasswordCommand).
Resolving inheritance for "App\Command\SetUserPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetUserPasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\TwoFactorSetupController" (parent: .abstract.instanceof.App\Controller\Account\TwoFactorSetupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\TwoFactorSetupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\TwoFactorSetupController).
Resolving inheritance for "App\Controller\Account\TwoFactorSetupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\TwoFactorSetupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ArticleController" (parent: .abstract.instanceof.App\Controller\Admin\Content\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ArticleController).
Resolving inheritance for "App\Controller\Admin\Content\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ContentController" (parent: .abstract.instanceof.App\Controller\Admin\Content\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ContentController).
Resolving inheritance for "App\Controller\Admin\Content\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ContentTagsController" (parent: .abstract.instanceof.App\Controller\Admin\Content\ContentTagsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ContentTagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ContentTagsController).
Resolving inheritance for "App\Controller\Admin\Content\ContentTagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ContentTagsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\EmbeddedResourceController" (parent: .abstract.instanceof.App\Controller\Admin\Content\EmbeddedResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\EmbeddedResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\EmbeddedResourceController).
Resolving inheritance for "App\Controller\Admin\Content\EmbeddedResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\EmbeddedResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\QuestionController" (parent: .abstract.instanceof.App\Controller\Admin\Content\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\QuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\QuestionController).
Resolving inheritance for "App\Controller\Admin\Content\QuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\QuizAdminController" (parent: .abstract.instanceof.App\Controller\Admin\Content\QuizAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\QuizAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\QuizAdminController).
Resolving inheritance for "App\Controller\Admin\Content\QuizAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\QuizAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ResourceController" (parent: .abstract.instanceof.App\Controller\Admin\Content\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ResourceController).
Resolving inheritance for "App\Controller\Admin\Content\ResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\SlideshowController" (parent: .abstract.instanceof.App\Controller\Admin\Content\SlideshowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\SlideshowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\SlideshowController).
Resolving inheritance for "App\Controller\Admin\Content\SlideshowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\SlideshowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\TagsController" (parent: .abstract.instanceof.App\Controller\Admin\Content\TagsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\TagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\TagsController).
Resolving inheritance for "App\Controller\Admin\Content\TagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\TagsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController).
Resolving inheritance for "App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Lessons\LessonController" (parent: .abstract.instanceof.App\Controller\Admin\Lessons\LessonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Lessons\LessonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Lessons\LessonController).
Resolving inheritance for "App\Controller\Admin\Lessons\LessonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Lessons\LessonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Lessons\LessonListController" (parent: .abstract.instanceof.App\Controller\Admin\Lessons\LessonListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Lessons\LessonListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Lessons\LessonListController).
Resolving inheritance for "App\Controller\Admin\Lessons\LessonListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Lessons\LessonListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Notification\ListNotificationController" (parent: .abstract.instanceof.App\Controller\Admin\Notification\ListNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Notification\ListNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Notification\ListNotificationController).
Resolving inheritance for "App\Controller\Admin\Notification\ListNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Notification\ListNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Report\ReportController" (parent: .abstract.instanceof.App\Controller\Admin\Report\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Report\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Report\ReportController).
Resolving inheritance for "App\Controller\Admin\Report\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Report\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Schools\SchoolController" (parent: .abstract.instanceof.App\Controller\Admin\Schools\SchoolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Schools\SchoolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Schools\SchoolController).
Resolving inheritance for "App\Controller\Admin\Schools\SchoolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Schools\SchoolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Schools\SchoolListController" (parent: .abstract.instanceof.App\Controller\Admin\Schools\SchoolListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Schools\SchoolListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Schools\SchoolListController).
Resolving inheritance for "App\Controller\Admin\Schools\SchoolListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Schools\SchoolListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SentryTestController" (parent: .abstract.instanceof.App\Controller\Admin\SentryTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SentryTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SentryTestController).
Resolving inheritance for "App\Controller\Admin\SentryTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SentryTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Students\ImportStudentsController" (parent: .abstract.instanceof.App\Controller\Admin\Students\ImportStudentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Students\ImportStudentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Students\ImportStudentsController).
Resolving inheritance for "App\Controller\Admin\Students\ImportStudentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Students\ImportStudentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Students\StudentController" (parent: .abstract.instanceof.App\Controller\Admin\Students\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Students\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Students\StudentController).
Resolving inheritance for "App\Controller\Admin\Students\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Students\StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Students\TeacherStudentsController" (parent: .abstract.instanceof.App\Controller\Admin\Students\TeacherStudentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Students\TeacherStudentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Students\TeacherStudentsController).
Resolving inheritance for "App\Controller\Admin\Students\TeacherStudentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Students\TeacherStudentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Teachers\TeacherController" (parent: .abstract.instanceof.App\Controller\Admin\Teachers\TeacherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Teachers\TeacherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Teachers\TeacherController).
Resolving inheritance for "App\Controller\Admin\Teachers\TeacherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Teachers\TeacherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UsersController" (parent: .abstract.instanceof.App\Controller\Admin\Users\UsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UsersController).
Resolving inheritance for "App\Controller\Admin\Users\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\SlideController" (parent: .abstract.instanceof.App\Controller\Common\SlideController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\SlideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\SlideController).
Resolving inheritance for "App\Controller\Common\SlideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\SlideController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\Licences\LicencesController" (parent: .abstract.instanceof.App\Controller\Design\Admin\Licences\LicencesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\Licences\LicencesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\Licences\LicencesController).
Resolving inheritance for "App\Controller\Design\Admin\Licences\LicencesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\Licences\LicencesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\School\ClassroomsController" (parent: .abstract.instanceof.App\Controller\Design\Admin\School\ClassroomsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\School\ClassroomsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\School\ClassroomsController).
Resolving inheritance for "App\Controller\Design\Admin\School\ClassroomsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\School\ClassroomsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\School\SchoolsController" (parent: .abstract.instanceof.App\Controller\Design\Admin\School\SchoolsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\School\SchoolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\School\SchoolsController).
Resolving inheritance for "App\Controller\Design\Admin\School\SchoolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\School\SchoolsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\School\StudentsController" (parent: .abstract.instanceof.App\Controller\Design\Admin\School\StudentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\School\StudentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\School\StudentsController).
Resolving inheritance for "App\Controller\Design\Admin\School\StudentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\School\StudentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\SecurityController" (parent: .abstract.instanceof.App\Controller\Design\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\SecurityController).
Resolving inheritance for "App\Controller\Design\Admin\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\EmailController" (parent: .abstract.instanceof.App\Controller\Design\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\EmailController).
Resolving inheritance for "App\Controller\Design\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\HelpController" (parent: .abstract.instanceof.App\Controller\Design\HelpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\HelpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\HelpController).
Resolving inheritance for "App\Controller\Design\HelpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\HelpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\ActivitiesController" (parent: .abstract.instanceof.App\Controller\Design\Portal\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\ActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\ActivitiesController).
Resolving inheritance for "App\Controller\Design\Portal\ActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\ActivityController" (parent: .abstract.instanceof.App\Controller\Design\Portal\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\ActivityController).
Resolving inheritance for "App\Controller\Design\Portal\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\DashboardController" (parent: .abstract.instanceof.App\Controller\Design\Portal\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\DashboardController).
Resolving inheritance for "App\Controller\Design\Portal\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\IntroController" (parent: .abstract.instanceof.App\Controller\Design\Portal\IntroController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\IntroController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\IntroController).
Resolving inheritance for "App\Controller\Design\Portal\IntroController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\IntroController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\ResourceLibraryController" (parent: .abstract.instanceof.App\Controller\Design\Portal\ResourceLibraryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\ResourceLibraryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\ResourceLibraryController).
Resolving inheritance for "App\Controller\Design\Portal\ResourceLibraryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\ResourceLibraryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\SearchController" (parent: .abstract.instanceof.App\Controller\Design\Portal\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\SearchController).
Resolving inheritance for "App\Controller\Design\Portal\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Information\CookiePolicyController" (parent: .abstract.instanceof.App\Controller\Information\CookiePolicyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Information\CookiePolicyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Information\CookiePolicyController).
Resolving inheritance for "App\Controller\Information\CookiePolicyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Information\CookiePolicyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Information\PrivacyPolicyController" (parent: .abstract.instanceof.App\Controller\Information\PrivacyPolicyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Information\PrivacyPolicyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Information\PrivacyPolicyController).
Resolving inheritance for "App\Controller\Information\PrivacyPolicyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Information\PrivacyPolicyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Information\TermsAndConditionsController" (parent: .abstract.instanceof.App\Controller\Information\TermsAndConditionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Information\TermsAndConditionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Information\TermsAndConditionsController).
Resolving inheritance for "App\Controller\Information\TermsAndConditionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Information\TermsAndConditionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Internal\HealthcheckController" (parent: .abstract.instanceof.App\Controller\Internal\HealthcheckController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Internal\HealthcheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Internal\HealthcheckController).
Resolving inheritance for "App\Controller\Internal\HealthcheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Internal\HealthcheckController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\Profile\AccountController" (parent: .abstract.instanceof.App\Controller\Member\Profile\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\Profile\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\Profile\AccountController).
Resolving inheritance for "App\Controller\Member\Profile\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\Profile\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\RegistrationController" (parent: .abstract.instanceof.App\Controller\Member\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\RegistrationController).
Resolving inheritance for "App\Controller\Member\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\Member\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\ResetPasswordController).
Resolving inheritance for "App\Controller\Member\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\SecurityController" (parent: .abstract.instanceof.App\Controller\Member\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\SecurityController).
Resolving inheritance for "App\Controller\Member\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\AIStudentQuestionsController" (parent: .abstract.instanceof.App\Controller\Portal\AIStudentQuestionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\AIStudentQuestionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\AIStudentQuestionsController).
Resolving inheritance for "App\Controller\Portal\AIStudentQuestionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\AIStudentQuestionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\Activities\ActivityController" (parent: .abstract.instanceof.App\Controller\Portal\Activities\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\Activities\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\Activities\ActivityController).
Resolving inheritance for "App\Controller\Portal\Activities\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\Activities\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\Activities\LessonListController" (parent: .abstract.instanceof.App\Controller\Portal\Activities\LessonListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\Activities\LessonListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\Activities\LessonListController).
Resolving inheritance for "App\Controller\Portal\Activities\LessonListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\Activities\LessonListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\Activities\QuizController" (parent: .abstract.instanceof.App\Controller\Portal\Activities\QuizController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\Activities\QuizController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\Activities\QuizController).
Resolving inheritance for "App\Controller\Portal\Activities\QuizController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\Activities\QuizController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\ArticleController" (parent: .abstract.instanceof.App\Controller\Portal\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\ArticleController).
Resolving inheritance for "App\Controller\Portal\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\CvBuilderController" (parent: .abstract.instanceof.App\Controller\Portal\CvBuilderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\CvBuilderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\CvBuilderController).
Resolving inheritance for "App\Controller\Portal\CvBuilderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\CvBuilderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\IndexController" (parent: .abstract.instanceof.App\Controller\Portal\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\IndexController).
Resolving inheritance for "App\Controller\Portal\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\MultiStepCareerPlanningController" (parent: .abstract.instanceof.App\Controller\Portal\MultiStepCareerPlanningController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\MultiStepCareerPlanningController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\MultiStepCareerPlanningController).
Resolving inheritance for "App\Controller\Portal\MultiStepCareerPlanningController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\MultiStepCareerPlanningController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\ProfileController" (parent: .abstract.instanceof.App\Controller\Portal\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\ProfileController).
Resolving inheritance for "App\Controller\Portal\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\ProfileController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ArticleFixtures" (parent: .abstract.instanceof.App\DataFixtures\ArticleFixtures).
Resolving inheritance for "App\DataFixtures\ArticleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ArticleFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JobFixtures" (parent: .abstract.instanceof.App\DataFixtures\JobFixtures).
Resolving inheritance for "App\DataFixtures\JobFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JobFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LessonFixtures" (parent: .abstract.instanceof.App\DataFixtures\LessonFixtures).
Resolving inheritance for "App\DataFixtures\LessonFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LessonFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\QuizFixtures" (parent: .abstract.instanceof.App\DataFixtures\QuizFixtures).
Resolving inheritance for "App\DataFixtures\QuizFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\QuizFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ResourceFixtures" (parent: .abstract.instanceof.App\DataFixtures\ResourceFixtures).
Resolving inheritance for "App\DataFixtures\ResourceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ResourceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SchoolFixtures" (parent: .abstract.instanceof.App\DataFixtures\SchoolFixtures).
Resolving inheritance for "App\DataFixtures\SchoolFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SchoolFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SlideshowFixtures" (parent: .abstract.instanceof.App\DataFixtures\SlideshowFixtures).
Resolving inheritance for "App\DataFixtures\SlideshowFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SlideshowFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\ArticleType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\ArticleType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\ArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\ArticleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\DeleteContentType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Common\DeleteContentType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Common\DeleteContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\DeleteContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\EditDescriptionType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Common\EditDescriptionType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Common\EditDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\EditDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\EditPublishedStatusType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Common\EditPublishedStatusType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Common\EditPublishedStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\EditPublishedStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\EditTitleType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Common\EditTitleType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Common\EditTitleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\EditTitleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\EditArticleContentType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\EditArticleContentType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\EditArticleContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\EditArticleContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\EmbeddedResourceType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\EmbeddedResourceType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\EmbeddedResourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\EmbeddedResourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\FilterContentType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\FilterContentType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\FilterContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\FilterContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\AddChoiceTemplateType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\AddChoiceTemplateType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\AddChoiceTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\AddChoiceTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\AddQuestionTemplateType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\AddQuestionTemplateType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\AddQuestionTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\AddQuestionTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\AddQuizTemplateType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\AddQuizTemplateType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\AddQuizTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\AddQuizTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\DeleteChoiceTemplateType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\DeleteChoiceTemplateType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\DeleteChoiceTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\DeleteChoiceTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\DeleteQuestionTemplateType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\DeleteQuestionTemplateType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\DeleteQuestionTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\DeleteQuestionTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\EditChoiceTemplateType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\EditChoiceTemplateType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\EditChoiceTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\EditChoiceTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\EditQuestionTemplateContentType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\EditQuestionTemplateContentType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\EditQuestionTemplateContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\EditQuestionTemplateContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\Instance\ApproveAnswerType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\Instance\ApproveAnswerType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\Instance\ApproveAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\Instance\ApproveAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\Ordering\DecreaseQuestionPositionIndexType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\Ordering\DecreaseQuestionPositionIndexType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\Ordering\DecreaseQuestionPositionIndexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\Ordering\DecreaseQuestionPositionIndexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\Ordering\IncreaseQuestionPositionIndexType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\Ordering\IncreaseQuestionPositionIndexType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\Ordering\IncreaseQuestionPositionIndexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\Ordering\IncreaseQuestionPositionIndexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\UpdateAnswerType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\UpdateAnswerType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Quiz\UpdateAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\UpdateAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Resource\AddResourceType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Resource\AddResourceType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Resource\AddResourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Resource\AddResourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Resource\EditResourceUrlType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Resource\EditResourceUrlType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Resource\EditResourceUrlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Resource\EditResourceUrlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowAddSlideType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowAddSlideType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowAddSlideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowAddSlideType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDecreaseSlidePositionIndexType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDecreaseSlidePositionIndexType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDecreaseSlidePositionIndexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDecreaseSlidePositionIndexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDeleteSlideType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDeleteSlideType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDeleteSlideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDeleteSlideType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideContentType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideContentType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideImageType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideImageType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowIncreaseSlidePositionIndexType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowIncreaseSlidePositionIndexType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowIncreaseSlidePositionIndexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowIncreaseSlidePositionIndexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\AddTagType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Tags\AddTagType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Tags\AddTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\AddTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\CreateTagType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Tags\CreateTagType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Tags\CreateTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\CreateTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\DeleteTagType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Tags\DeleteTagType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Tags\DeleteTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\DeleteTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\EditTagType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Tags\EditTagType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Tags\EditTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\EditTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\RemoveTagType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Content\Tags\RemoveTagType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Content\Tags\RemoveTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\RemoveTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\AddContentToLessonType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\AddContentToLessonType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\AddContentToLessonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\AddContentToLessonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\AllocateLessonType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\AllocateLessonType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\AllocateLessonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\AllocateLessonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\CreateLessonType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\CreateLessonType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\CreateLessonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\CreateLessonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\DeallocateLessonType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\DeallocateLessonType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\DeallocateLessonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\DeallocateLessonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\DeleteLessonType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\DeleteLessonType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\DeleteLessonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\DeleteLessonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\EditLessonType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\EditLessonType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\EditLessonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\EditLessonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseAllocationPositionIndexType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseAllocationPositionIndexType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseAllocationPositionIndexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseAllocationPositionIndexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseContentPositionIndexType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseContentPositionIndexType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseContentPositionIndexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseContentPositionIndexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseAllocationPositionIndexType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseAllocationPositionIndexType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseAllocationPositionIndexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseAllocationPositionIndexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseContentPositionIndexType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseContentPositionIndexType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseContentPositionIndexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseContentPositionIndexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\RemoveContentFromLessonType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\RemoveContentFromLessonType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Lessons\RemoveContentFromLessonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\RemoveContentFromLessonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Report\FilterReportsType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Report\FilterReportsType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Report\FilterReportsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Report\FilterReportsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Reports\CreateStudentDataReportType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Reports\CreateStudentDataReportType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Reports\CreateStudentDataReportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Reports\CreateStudentDataReportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\AddSchoolType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Schools\AddSchoolType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Schools\AddSchoolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\AddSchoolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\AddStudentType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Schools\AddStudentType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Schools\AddStudentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\AddStudentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\AddTeacherType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Schools\AddTeacherType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Schools\AddTeacherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\AddTeacherType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\EditSchoolContactDetailsType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Schools\EditSchoolContactDetailsType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Schools\EditSchoolContactDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\EditSchoolContactDetailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\EditSchoolDetailsType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Schools\EditSchoolDetailsType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Schools\EditSchoolDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\EditSchoolDetailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\FilterSchoolsType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Schools\FilterSchoolsType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Schools\FilterSchoolsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\FilterSchoolsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\SelectSchoolType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Schools\SelectSchoolType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Schools\SelectSchoolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\SelectSchoolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\ConfirmStudentImportCommandType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Students\ConfirmStudentImportCommandType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Students\ConfirmStudentImportCommandType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\ConfirmStudentImportCommandType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\EditStudentYearGroupType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Students\EditStudentYearGroupType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Students\EditStudentYearGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\EditStudentYearGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\FilterSchoolStudentsType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Students\FilterSchoolStudentsType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Students\FilterSchoolStudentsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\FilterSchoolStudentsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\ImportStudentsCommandType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Students\ImportStudentsCommandType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Students\ImportStudentsCommandType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\ImportStudentsCommandType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\AddTeacherType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Users\AddTeacherType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Users\AddTeacherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\AddTeacherType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\AddUserType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Users\AddUserType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Users\AddUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\AddUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\AssignRoleType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Users\AssignRoleType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Users\AssignRoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\AssignRoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\EditUserType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Users\EditUserType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Users\EditUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\EditUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\FilterUsersType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Users\FilterUsersType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Users\FilterUsersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\FilterUsersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\ResetUserPasswordType" (parent: .abstract.instanceof.App\Forms\Types\Application\Admin\Users\ResetUserPasswordType).
Resolving inheritance for "App\Forms\Types\Application\Admin\Users\ResetUserPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\ResetUserPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Common\Member\RegistrationType" (parent: .abstract.instanceof.App\Forms\Types\Application\Common\Member\RegistrationType).
Resolving inheritance for "App\Forms\Types\Application\Common\Member\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Common\Member\RegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Common\Member\RegistrationVerificationType" (parent: .abstract.instanceof.App\Forms\Types\Application\Common\Member\RegistrationVerificationType).
Resolving inheritance for "App\Forms\Types\Application\Common\Member\RegistrationVerificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Common\Member\RegistrationVerificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\AnswerType" (parent: .abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\AnswerType).
Resolving inheritance for "App\Forms\Types\Application\Design\Admin\Content\AnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\AnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\ArticleType" (parent: .abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\ArticleType).
Resolving inheritance for "App\Forms\Types\Application\Design\Admin\Content\ArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\ArticleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\MultiChoiceType" (parent: .abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\MultiChoiceType).
Resolving inheritance for "App\Forms\Types\Application\Design\Admin\Content\MultiChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\MultiChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\QuestionType" (parent: .abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\QuestionType).
Resolving inheritance for "App\Forms\Types\Application\Design\Admin\Content\QuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\QuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\SlideType" (parent: .abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\SlideType).
Resolving inheritance for "App\Forms\Types\Application\Design\Admin\Content\SlideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\SlideType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\SlideshowType" (parent: .abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\SlideshowType).
Resolving inheritance for "App\Forms\Types\Application\Design\Admin\Content\SlideshowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\SlideshowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\Activity\ActivityQuiz" (parent: .abstract.instanceof.App\Forms\Types\Application\Design\Portal\Activity\ActivityQuiz).
Resolving inheritance for "App\Forms\Types\Application\Design\Portal\Activity\ActivityQuiz" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\Activity\ActivityQuiz).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\CareerPlanning\MultiChoiceGridType" (parent: .abstract.instanceof.App\Forms\Types\Application\Design\Portal\CareerPlanning\MultiChoiceGridType).
Resolving inheritance for "App\Forms\Types\Application\Design\Portal\CareerPlanning\MultiChoiceGridType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\CareerPlanning\MultiChoiceGridType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\CareerPlanning\SelectSearchType" (parent: .abstract.instanceof.App\Forms\Types\Application\Design\Portal\CareerPlanning\SelectSearchType).
Resolving inheritance for "App\Forms\Types\Application\Design\Portal\CareerPlanning\SelectSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\CareerPlanning\SelectSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\Intro\IntroType" (parent: .abstract.instanceof.App\Forms\Types\Application\Design\Portal\Intro\IntroType).
Resolving inheritance for "App\Forms\Types\Application\Design\Portal\Intro\IntroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\Intro\IntroType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\AIQuestions\AIQuestionType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\AIQuestions\AIQuestionType).
Resolving inheritance for "App\Forms\Types\Application\Portal\AIQuestions\AIQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\AIQuestions\AIQuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\BeginExerciseType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\BeginExerciseType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\BeginExerciseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\BeginExerciseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\GoBackType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\GoBackType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\GoBackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\GoBackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\RestartExerciseType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\RestartExerciseType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\RestartExerciseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\RestartExerciseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobSectorType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobSectorType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobSectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobSectorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetFinalDestinationType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetFinalDestinationType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\SetFinalDestinationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetFinalDestinationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetHobbiesType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetHobbiesType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\SetHobbiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetHobbiesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetPost16DestinationType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetPost16DestinationType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\SetPost16DestinationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetPost16DestinationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetPost18DestinationType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetPost18DestinationType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\SetPost18DestinationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetPost18DestinationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetPredictedGradesType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetPredictedGradesType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\SetPredictedGradesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetPredictedGradesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetQualificationType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetQualificationType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\SetQualificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetQualificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetSubjectsType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetSubjectsType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CareerPlanning\SetSubjectsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetSubjectsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\CloneQuizType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\Content\Quiz\CloneQuizType).
Resolving inheritance for "App\Forms\Types\Application\Portal\Content\Quiz\CloneQuizType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\CloneQuizType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\FreeTextAnswerType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\Content\Quiz\FreeTextAnswerType).
Resolving inheritance for "App\Forms\Types\Application\Portal\Content\Quiz\FreeTextAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\FreeTextAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\MultiChoiceAnswerType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\Content\Quiz\MultiChoiceAnswerType).
Resolving inheritance for "App\Forms\Types\Application\Portal\Content\Quiz\MultiChoiceAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\MultiChoiceAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\QuestionFormType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\Content\Quiz\QuestionFormType).
Resolving inheritance for "App\Forms\Types\Application\Portal\Content\Quiz\QuestionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\QuestionFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\ContactInformationType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\ContactInformationType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\ContactInformationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\ContactInformationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Education\AddEducationType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Education\AddEducationType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\Education\AddEducationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Education\AddEducationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Education\DeleteEducationType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Education\DeleteEducationType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\Education\DeleteEducationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Education\DeleteEducationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Education\EditEducationType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Education\EditEducationType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\Education\EditEducationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Education\EditEducationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Employment\AddEmploymentType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Employment\AddEmploymentType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\Employment\AddEmploymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Employment\AddEmploymentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Employment\DeleteEmploymentType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Employment\DeleteEmploymentType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\Employment\DeleteEmploymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Employment\DeleteEmploymentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Employment\EditEmploymentType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Employment\EditEmploymentType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\Employment\EditEmploymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Employment\EditEmploymentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\InterestsType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\InterestsType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\InterestsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\InterestsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\KeySkillsType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\KeySkillsType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\KeySkillsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\KeySkillsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\PersonalStatementType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\PersonalStatementType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\PersonalStatementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\PersonalStatementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Reference\AddReferenceType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Reference\AddReferenceType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\Reference\AddReferenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Reference\AddReferenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Reference\DeleteReferenceType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Reference\DeleteReferenceType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\Reference\DeleteReferenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Reference\DeleteReferenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Reference\EditReferenceType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Reference\EditReferenceType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\Reference\EditReferenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Reference\EditReferenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\ReferenceType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\ReferenceType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\ReferenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\ReferenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\TimeFrameType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\TimeFrameType).
Resolving inheritance for "App\Forms\Types\Application\Portal\CvBuilder\TimeFrameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\TimeFrameType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Profile\UploadProfilePictureType" (parent: .abstract.instanceof.App\Forms\Types\Application\Portal\Profile\UploadProfilePictureType).
Resolving inheritance for "App\Forms\Types\Application\Portal\Profile\UploadProfilePictureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Profile\UploadProfilePictureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\AddressType" (parent: .abstract.instanceof.App\Forms\Types\Common\AddressType).
Resolving inheritance for "App\Forms\Types\Common\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\BoolType" (parent: .abstract.instanceof.App\Forms\Types\Common\BoolType).
Resolving inheritance for "App\Forms\Types\Common\BoolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\BoolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ColourPaletteType" (parent: .abstract.instanceof.App\Forms\Types\Common\ColourPaletteType).
Resolving inheritance for "App\Forms\Types\Common\ColourPaletteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ColourPaletteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DateRangeType" (parent: .abstract.instanceof.App\Forms\Types\Common\DateRangeType).
Resolving inheritance for "App\Forms\Types\Common\DateRangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DateRangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DateTimeType" (parent: .abstract.instanceof.App\Forms\Types\Common\DateTimeType).
Resolving inheritance for "App\Forms\Types\Common\DateTimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DateTimeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DateType" (parent: .abstract.instanceof.App\Forms\Types\Common\DateType).
Resolving inheritance for "App\Forms\Types\Common\DateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\Domain\SchoolFormType" (parent: .abstract.instanceof.App\Forms\Types\Common\Domain\SchoolFormType).
Resolving inheritance for "App\Forms\Types\Common\Domain\SchoolFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\Domain\SchoolFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\Domain\SchoolTypeFormType" (parent: .abstract.instanceof.App\Forms\Types\Common\Domain\SchoolTypeFormType).
Resolving inheritance for "App\Forms\Types\Common\Domain\SchoolTypeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\Domain\SchoolTypeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\Domain\YearGroupFormType" (parent: .abstract.instanceof.App\Forms\Types\Common\Domain\YearGroupFormType).
Resolving inheritance for "App\Forms\Types\Common\Domain\YearGroupFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\Domain\YearGroupFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\EntityReferenceType" (parent: .abstract.instanceof.App\Forms\Types\Common\EntityReferenceType).
Resolving inheritance for "App\Forms\Types\Common\EntityReferenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\EntityReferenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\GBPMoneyType" (parent: .abstract.instanceof.App\Forms\Types\Common\GBPMoneyType).
Resolving inheritance for "App\Forms\Types\Common\GBPMoneyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\GBPMoneyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\MoneyRangeType" (parent: .abstract.instanceof.App\Forms\Types\Common\MoneyRangeType).
Resolving inheritance for "App\Forms\Types\Common\MoneyRangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\MoneyRangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\MonthType" (parent: .abstract.instanceof.App\Forms\Types\Common\MonthType).
Resolving inheritance for "App\Forms\Types\Common\MonthType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\MonthType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\MultipleEntityReferenceType" (parent: .abstract.instanceof.App\Forms\Types\Common\MultipleEntityReferenceType).
Resolving inheritance for "App\Forms\Types\Common\MultipleEntityReferenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\MultipleEntityReferenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\QuantitySelectorType" (parent: .abstract.instanceof.App\Forms\Types\Common\QuantitySelectorType).
Resolving inheritance for "App\Forms\Types\Common\QuantitySelectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\QuantitySelectorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\QuillRichTextType" (parent: .abstract.instanceof.App\Forms\Types\Common\QuillRichTextType).
Resolving inheritance for "App\Forms\Types\Common\QuillRichTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\QuillRichTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Security\ChangePasswordFormType" (parent: .abstract.instanceof.App\Forms\Types\Security\ChangePasswordFormType).
Resolving inheritance for "App\Forms\Types\Security\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Security\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Security\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Forms\Types\Security\ResetPasswordRequestFormType).
Resolving inheritance for "App\Forms\Types\Security\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Security\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\ParamConverter\PaginationParamConverter" (parent: .abstract.instanceof.App\ParamConverter\PaginationParamConverter).
Resolving inheritance for "App\ParamConverter\PaginationParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\ParamConverter\PaginationParamConverter).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CurrentPathTwigExtension" (parent: .abstract.instanceof.App\Twig\CurrentPathTwigExtension).
Resolving inheritance for "App\Twig\CurrentPathTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CurrentPathTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeltaTwigExtension" (parent: .abstract.instanceof.App\Twig\DeltaTwigExtension).
Resolving inheritance for "App\Twig\DeltaTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeltaTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FilterStringifyTwigExtension" (parent: .abstract.instanceof.App\Twig\FilterStringifyTwigExtension).
Resolving inheritance for "App\Twig\FilterStringifyTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FilterStringifyTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeTwigExtension" (parent: .abstract.instanceof.App\Twig\TimeTwigExtension).
Resolving inheritance for "App\Twig\TimeTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeTwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UniqidTwigExtension" (parent: .abstract.instanceof.App\Twig\UniqidTwigExtension).
Resolving inheritance for "App\Twig\UniqidTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UniqidTwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PostcodeValidator" (parent: .abstract.instanceof.App\Validator\Constraints\PostcodeValidator).
Resolving inheritance for "App\Validator\Constraints\PostcodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PostcodeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueEntityFieldValidator" (parent: .abstract.instanceof.App\Validator\Constraints\UniqueEntityFieldValidator).
Resolving inheritance for "App\Validator\Constraints\UniqueEntityFieldValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueEntityFieldValidator).
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._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._version_adminConfig" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_adminConfig" (parent: assets.path_package).
Resolving inheritance for "assets._version_portalConfig" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_portalConfig" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.mailgun" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.student_imports" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
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_handler.main" (parent: security.authenticator.persistent_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.upload" (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.upload" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.upload" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.upload" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
406
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 "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\ClassroomRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\SchoolRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\UserRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\StudentRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\TeacherRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\StudentUploadFileRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\ReportRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\Quiz\QuizRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\Quiz\QuestionRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\TagRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\ArticleRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\ResourceRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\SlideshowRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\ContentRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\SlideRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\LessonRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\LessonContentRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\Quiz\ChoiceTemplateRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\Quiz\ChoiceRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\Quiz\MultipleChoiceQuestionTemplateRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\Quiz\QuestionTemplateRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\Content\Quiz\QuizTemplateRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\LessonAllocationRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\CareerPlanning\JobRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\CareerPlanning\ExerciseRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\CvBuilder\CvRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\CvBuilder\EducationRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\CvBuilder\EmploymentRepository"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\CvBuilder\ReferenceRepository"; reason: private alias.
Removed service "Mashbo\CoreRepository\Domain\Reports\CsvBuilder"; reason: private alias.
Removed service "App\CareerConnect\Application\Common\Imports\CsvFileReader"; reason: private alias.
Removed service "App\CareerConnect\Application\Common\Imports\CsvUploadFileContents"; reason: private alias.
Removed service "App\CareerConnect\Domain\Repository\NotificationRepository"; reason: private alias.
Removed service "App\CareerConnect\Infrastructure\Pdf\PDFGenerator"; reason: private alias.
Removed service "Mashbo\CoreRepository\Infrastructure\Persistence\Doctrine\Pagination\PaginatedQueryExecutorInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $adminConfig.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $adminConfigPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $portalConfig.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $portalConfigPackage"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\Workflow\Registry"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "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\WebLink\HttpHeaderSerializer"; 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 "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.app_user_provider"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; 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 "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FlysystemStorage"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $default.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $defaultStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $default.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $defaultStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $default.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $defaultStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $upload_storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $uploadStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $upload_storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $uploadStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $upload_storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $uploadStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $report_storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $reportStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $report_storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $reportStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $report_storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $reportStorage"; reason: private alias.
Removed service "NotFloran\MjmlBundle\Renderer\RendererInterface"; reason: private alias.
Removed service "mjml"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; 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 "scheb_two_factor.provider_decider"; reason: private alias.
Removed service "scheb_two_factor.code_reuse_cache"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service ".service_locator.WysKb4U"; reason: private alias.
Removed service ".service_locator.q8sl.4v"; reason: private alias.
Removed service ".service_locator.i2BMppZ"; reason: private alias.
Removed service ".service_locator.Ju.APjw"; reason: private alias.
Removed service ".service_locator.LFv2Iuq"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.RR9wpQ3"; reason: private alias.
Removed service ".service_locator.sEdDjAT"; reason: private alias.
Removed service ".service_locator.HKsmtFA"; reason: private alias.
Removed service ".service_locator.aBKadAq"; reason: private alias.
Removed service ".service_locator.iyYleLb"; reason: private alias.
Removed service ".service_locator.80PeAjT"; reason: private alias.
Removed service ".service_locator.Tu5G.Rt"; reason: private alias.
Removed service ".service_locator.4NJFM1s"; reason: private alias.
Removed service ".service_locator.UiistyQ"; reason: private alias.
Removed service ".service_locator.InjpiRi"; reason: private alias.
Removed service ".service_locator.mR4MTMo"; reason: private alias.
Removed service ".service_locator.Odj5kWf"; reason: private alias.
Removed service ".service_locator.jY.0O.w"; reason: private alias.
Removed service ".service_locator.hbac8il"; reason: private alias.
Removed service ".service_locator.hvO4oSc"; reason: private alias.
Removed service ".service_locator.Px1lUuB"; reason: private alias.
Removed service ".service_locator.qEDyiYj"; reason: private alias.
Removed service ".service_locator.8Gkv0yZ"; reason: private alias.
Removed service ".service_locator.rSI5BMY"; reason: private alias.
Removed service ".service_locator.cVEcSjW"; reason: private alias.
Removed service ".service_locator.BSlnPL0"; reason: private alias.
Removed service ".service_locator.0Y9y2Vm"; reason: private alias.
Removed service ".service_locator.qHNG1So"; reason: private alias.
Removed service ".service_locator.1kIxPb_"; reason: private alias.
Removed service ".service_locator.tHI407q"; reason: private alias.
Removed service ".service_locator.GamPMDu"; reason: private alias.
Removed service ".service_locator.SRrz7fv"; reason: private alias.
Removed service ".service_locator.jQBe27B"; reason: private alias.
Removed service ".service_locator.6NfPYBy"; reason: private alias.
Removed service ".service_locator.pY8uG0M"; reason: private alias.
Removed service ".service_locator.iNQ0aRy"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.UPm9i.f"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.dm4m.WY"; reason: private alias.
Removed service ".service_locator.FHut5fH"; reason: private alias.
Removed service ".service_locator.Prx0ZRU"; reason: private alias.
Removed service ".service_locator.ys4v9Jz"; reason: private alias.
Removed service ".service_locator.Hlql1a7"; reason: private alias.
Removed service ".service_locator.xOoA.jS"; reason: private alias.
Removed service ".service_locator.l4rxl_G"; reason: private alias.
Removed service ".service_locator.YbSulN0"; reason: private alias.
Removed service ".service_locator.42DVRsE"; reason: private alias.
Removed service ".service_locator.5syTKY5"; reason: private alias.
Removed service ".service_locator.R.VdB4i"; reason: private alias.
Removed service ".service_locator.njQ4JUJ"; reason: private alias.
Removed service ".service_locator.aiQ6g0m"; reason: private alias.
Removed service ".service_locator.btfregk"; reason: private alias.
Removed service ".service_locator.QXV.NLK"; reason: private alias.
Removed service ".service_locator.WABYbQV"; reason: private alias.
Removed service ".service_locator.KXpj80f"; reason: private alias.
Removed service ".service_locator.VxXmH1U"; reason: private alias.
Removed service ".service_locator.WQwRV7p"; reason: private alias.
Removed service ".service_locator.tmTFJKZ"; reason: private alias.
Removed service ".service_locator.OZwz_KO"; reason: private alias.
Removed service ".service_locator.4EtBKWc"; reason: private alias.
Removed service ".service_locator.XU8O3Jq"; reason: private alias.
Removed service ".service_locator.sDCHErO"; reason: private alias.
Removed service ".service_locator..4WGi0D"; reason: private alias.
Removed service ".service_locator.PI_xKOK"; reason: private alias.
Removed service ".service_locator.aacz2MJ"; reason: private alias.
Removed service ".service_locator.7KS6s3K"; reason: private alias.
Removed service ".service_locator.9Jmr1Us"; reason: private alias.
Removed service ".service_locator.UZoWldt"; reason: private alias.
Removed service ".service_locator.UNbs1M8"; reason: private alias.
Removed service ".service_locator.g15JRR."; reason: private alias.
Removed service ".service_locator.D7wdx._"; reason: private alias.
Removed service ".service_locator.RPLaelO"; reason: private alias.
Removed service ".service_locator.jkXga7c"; reason: private alias.
Removed service ".service_locator.x7LigWF"; reason: private alias.
Removed service ".service_locator.U.tpFse"; reason: private alias.
Removed service ".service_locator.dQIaOid"; reason: private alias.
Removed service ".service_locator.6pANGnx"; reason: private alias.
Removed service ".service_locator.fodQlVs"; reason: private alias.
Removed service ".service_locator.4nhXfzp"; reason: private alias.
Removed service ".service_locator.kc5lGex"; reason: private alias.
Removed service ".service_locator.SGyl9Fw"; reason: private alias.
Removed service ".service_locator.42CRD4Y"; reason: private alias.
Removed service ".service_locator.g1wuvKn"; reason: private alias.
Removed service ".service_locator.jITj8Jb"; reason: private alias.
Removed service ".service_locator.WatdttB"; reason: private alias.
Removed service ".service_locator.IBJmmmb"; reason: private alias.
Removed service ".service_locator.kQxyHlz"; reason: private alias.
Removed service ".service_locator.qKXoQL4"; reason: private alias.
Removed service ".service_locator.0cOkPB0"; reason: private alias.
Removed service ".service_locator.LrDeUi3"; reason: private alias.
Removed service ".service_locator.qDERCAO"; reason: private alias.
Removed service ".service_locator.ff2Dq7u"; reason: private alias.
Removed service ".service_locator.jL64HOx"; reason: private alias.
Removed service ".service_locator.cwHWbdP"; reason: private alias.
Removed service ".service_locator.9e2t_lq"; reason: private alias.
Removed service ".service_locator.OJmnvRJ"; reason: private alias.
Removed service ".service_locator.mXNMH1p"; reason: private alias.
Removed service ".service_locator.W47vLMj"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.fv0xG42"; reason: private alias.
Removed service ".service_locator.EG9quR1"; reason: private alias.
Removed service ".service_locator.d9qTvf8"; reason: private alias.
Removed service ".service_locator.8yHFPit"; reason: private alias.
Removed service ".service_locator.2KErkDo"; reason: private alias.
Removed service ".service_locator.LUygu0H"; reason: private alias.
Removed service ".service_locator.28r.8uC"; reason: private alias.
Removed service ".service_locator.XQYOyZp"; reason: private alias.
Removed service ".service_locator.jF2vtMQ"; reason: private alias.
Removed service ".service_locator.GBhRmPC"; reason: private alias.
Removed service ".service_locator.YNWwtmv"; reason: private alias.
Removed service ".service_locator.iUxT8yA"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
513
Changed reference of service "App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CareerConnect\Application\QueryBus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Admin\Lessons\LessonController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Portal\AIStudentQuestionsController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Portal\Activities\LessonListController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Portal\MultiStepCareerPlanningController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\EventListener\ImpersonationRedirectListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobType" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\CurrentPathTwigExtension" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.mailgun" 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 "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" 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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "data_collector.workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.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 "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 "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\RequestHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FlowRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mashbo\FormFlowBundle\FormEmbedder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.htmx_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_report_create_student_data.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_report_create_student_data.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.admin_edit_student_year_group.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_edit_student_year_group.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.admin_tags_create_tag.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_tags_create_tag.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.admin_tags_edit_tag.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_tags_edit_tag.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.admin_tags_delete_tag.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_tags_delete_tag.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.admin_tags_add_tag.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_tags_add_tag.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.admin_tags_remove_tag.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_tags_remove_tag.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.add_user_teacher.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.add_user_teacher.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.admin_add_user.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_add_user.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.admin_edit_user.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_edit_user.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.admin_assign_role.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_assign_role.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.add_article.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.add_article.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.add_resource.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.add_resource.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.add_slideshow.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.add_slideshow.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.add_embedded_resource.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.add_embedded_resource.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.article_edit_content.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.article_edit_content.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.resource_edit_url.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.resource_edit_url.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.slideshow_add_slide.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.slideshow_add_slide.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.slideshow_add_slide_with_content.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.slideshow_add_slide_with_content.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.slideshow_delete_slide.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.slideshow_delete_slide.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.slideshow_edit_slide_image.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.slideshow_edit_slide_image.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.slideshow_edit_slide_content.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.slideshow_edit_slide_content.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.edit_content_title.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.edit_content_title.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.edit_content_description.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.edit_content_description.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.delete_content.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.delete_content.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.publish_content.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.publish_content.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.unpublish_content.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.unpublish_content.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.add_quiz_template.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.add_quiz_template.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.quiz_add_question.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.quiz_add_question.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.question_add_choice.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.question_add_choice.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.question_edit_choice.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.question_edit_choice.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.question_edit_content.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.question_edit_content.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.question_delete.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.question_delete.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.question_delete_choice.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.question_delete_choice.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.question_set_answer.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.question_set_answer.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.admin_quiz_instance_approve_question.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.admin_quiz_instance_approve_question.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.quiz_decrease_question_position_index.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.quiz_decrease_question_position_index.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.quiz_increase_question_position_index.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.quiz_increase_question_position_index.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.slideshow_decrease_slide_position_index.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.slideshow_decrease_slide_position_index.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.slideshow_increase_slide_position_index.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.slideshow_increase_slide_position_index.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_education.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_education.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_edit_education.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_edit_education.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_delete_education.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_delete_education.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_employment.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_employment.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_edit_employment.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_edit_employment.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_delete_employment.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_delete_employment.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_add_reference.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_add_reference.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_edit_reference.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_edit_reference.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_delete_reference.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_delete_reference.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_contact_information.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_contact_information.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_personal_statement.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_personal_statement.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_key_skills.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_key_skills.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.cv_interests.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.cv_interests.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.create_lesson.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.create_lesson.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.edit_lesson.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.edit_lesson.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.delete_lesson.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.delete_lesson.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.lesson_add_content.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.lesson_add_content.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.content_add_lesson.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.content_add_lesson.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.lesson_remove_content.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.lesson_remove_content.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.lesson_allocate.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.lesson_allocate.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.lesson_deallocate.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.lesson_deallocate.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.lesson_decrease_content_position_index.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.lesson_decrease_content_position_index.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.lesson_increase_content_position_index.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.lesson_increase_content_position_index.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.lesson_decrease_allocation_position_index.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.lesson_decrease_allocation_position_index.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.lesson_increase_allocation_position_index.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.lesson_increase_allocation_position_index.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.clone_quiz.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.clone_quiz.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.import_students.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.import_students.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.add_school.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.add_school.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.add_student.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.add_student.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.add_teacher.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.add_teacher.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.reset_user_password.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.reset_user_password.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.edit_school_details.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.edit_school_details.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.edit_school_contact_details.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.edit_school_contact_details.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.begin_exercise.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.begin_exercise.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.exercise_go_back.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.exercise_go_back.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "form_flow.flows.upload_profile_picture.http_redirect_event_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "form_flow.flows.upload_profile_picture.render_form_event_subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.listener.check_two_factor_code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code_reuse" 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 "scheb_two_factor.security.totp_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" 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 ".service_locator.EPjQu4G" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.8457OqH" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.U2Q_kPY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.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.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\CareerConnect\Application\Security\Voters\Content\QuestionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\CareerConnect\Application\Security\Voters\CvBuilder\EducationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\CareerConnect\Application\Security\Voters\CvBuilder\EmploymentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\CareerConnect\Application\Security\Voters\CvBuilder\ReferenceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\CareerConnect\Application\Security\Voters\QuizVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\CareerConnect\Application\Security\Voters\SchoolVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\CareerConnect\Application\Security\Voters\StudentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\CareerConnect\Application\Security\Voters\User\AssignRoleVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\CareerConnect\Application\Security\Voters\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.PDnDgYD" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
843
Removed service "App\CareerConnect\Infrastructure\Time\Filesystem\FilesystemStoredTime"; reason: abstract.
Removed service "App\CareerConnect\Domain\Model"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 "maker.auto_command.abstract"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler.0.App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommandHandler.0.App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommandHandler.0.App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler.0.App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommandHandler.0.App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommandHandler.0.App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommandHandler.0.App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler.0.App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommandHandler.0.App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommandHandler.0.App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler.0.App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommandHandler.0.App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler.0.App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler.0.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler.0.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommandHandler.0.App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler.0.App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler.0.App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler.0.App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\User\EditUser\EditUserCommandHandler.0.App\CareerConnect\Application\Admin\User\EditUser\EditUserCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\User\EditUser\EditUserCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommandHandler.0.App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler.0.App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommandHandler.0.App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Common\Notification\DeliverNotificationCommandHandler.0.App\CareerConnect\Application\Common\Notification\DeliverNotificationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Common\Notification\DeliverNotificationCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\CareerConnect\Application\Common\Validator\Constraints\UlnValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Common\Validator\Constraints\UlnValidator"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\ContentTypeFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\Content\ContentTypeFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\HasTagFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\Content\HasTagFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\PublishedFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\Content\PublishedFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Content\TitleContainsFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\Content\TitleContainsFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\School\SchoolFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\School\SchoolFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\School\SchoolNameContainsFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\School\SchoolNameContainsFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\School\SchoolTypeFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\School\SchoolTypeFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\Student\YearGroupFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\Student\YearGroupFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\ActiveFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\User\ActiveFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\EmailContainsFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\User\EmailContainsFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\FirstNameStartsWithFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\User\FirstNameStartsWithFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\HasRoleFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\User\HasRoleFilterStringifier"; reason: abstract.
Removed service ".instanceof.Mashbo\CoreRepository\Application\Filtering\Stringifiers\Stringifier.0.App\CareerConnect\Application\Filtering\User\SurnameStartsWithFilterStringifier"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Filtering\User\SurnameStartsWithFilterStringifier"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommandHandler.0.App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommandHandler.0.App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommandHandler.0.App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler.0.App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommandHandler.0.App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQueryHandler.0.App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQueryHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommandHandler.0.App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommandHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler.0.App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler.0.App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CareerConnect\Application\Security\Subscriber\RecordLogInTimeAuthenticationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Security\Subscriber\RecordLogInTimeAuthenticationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\Content\QuestionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Security\Voters\Content\QuestionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\CvBuilder\EducationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Security\Voters\CvBuilder\EducationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\CvBuilder\EmploymentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Security\Voters\CvBuilder\EmploymentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\CvBuilder\ReferenceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Security\Voters\CvBuilder\ReferenceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\QuizVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Security\Voters\QuizVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\SchoolVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Security\Voters\SchoolVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\StudentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Security\Voters\StudentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\User\AssignRoleVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Security\Voters\User\AssignRoleVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\CareerConnect\Application\Security\Voters\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Application\Security\Voters\UserVoter"; reason: abstract.
Removed service ".instanceof.App\CareerConnect\Infrastructure\Subscriber\ReportPersistSubscriber.0.App\CareerConnect\Infrastructure\Subscriber\ReportPersistSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\CareerConnect\Infrastructure\Subscriber\ReportPersistSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetUserPasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetUserPasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\TwoFactorSetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\TwoFactorSetupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Account\TwoFactorSetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ContentTagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ContentTagsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\ContentTagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\EmbeddedResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\EmbeddedResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\EmbeddedResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\QuestionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\QuizAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\QuizAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\QuizAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\ResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\SlideshowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\SlideshowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\SlideshowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Content\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Content\TagsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Content\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Lessons\LessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Lessons\LessonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Lessons\LessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Lessons\LessonListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Lessons\LessonListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Lessons\LessonListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Notification\ListNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Notification\ListNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Notification\ListNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Report\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Report\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Report\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Schools\SchoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Schools\SchoolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Schools\SchoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Schools\SchoolListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Schools\SchoolListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Schools\SchoolListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SentryTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SentryTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SentryTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Students\ImportStudentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Students\ImportStudentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Students\ImportStudentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Students\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Students\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Students\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Students\TeacherStudentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Students\TeacherStudentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Students\TeacherStudentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Teachers\TeacherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Teachers\TeacherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Teachers\TeacherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Users\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Common\SlideController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Common\SlideController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Common\SlideController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\Licences\LicencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\Licences\LicencesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Admin\Licences\LicencesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\School\ClassroomsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\School\ClassroomsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Admin\School\ClassroomsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\School\SchoolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\School\SchoolsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Admin\School\SchoolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\School\StudentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\School\StudentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Admin\School\StudentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Admin\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\HelpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\HelpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\HelpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\ActivitiesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Portal\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Portal\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Portal\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\IntroController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\IntroController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Portal\IntroController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\ResourceLibraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\ResourceLibraryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Portal\ResourceLibraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Design\Portal\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Design\Portal\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Design\Portal\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Information\CookiePolicyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Information\CookiePolicyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Information\CookiePolicyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Information\PrivacyPolicyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Information\PrivacyPolicyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Information\PrivacyPolicyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Information\TermsAndConditionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Information\TermsAndConditionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Information\TermsAndConditionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Internal\HealthcheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Internal\HealthcheckController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Internal\HealthcheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\Profile\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\Profile\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Member\Profile\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Member\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Member\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Member\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Member\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Member\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\AIStudentQuestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\AIStudentQuestionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Portal\AIStudentQuestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\Activities\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\Activities\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Portal\Activities\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\Activities\LessonListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\Activities\LessonListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Portal\Activities\LessonListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\Activities\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\Activities\QuizController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Portal\Activities\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Portal\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\CvBuilderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\CvBuilderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Portal\CvBuilderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Portal\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\MultiStepCareerPlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\MultiStepCareerPlanningController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Portal\MultiStepCareerPlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Portal\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Portal\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Portal\ProfileController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ArticleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ArticleFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JobFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\JobFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LessonFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\LessonFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\QuizFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\QuizFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ResourceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ResourceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SchoolFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SchoolFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SlideshowFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SlideshowFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\ArticleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\ArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\DeleteContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Common\DeleteContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\EditDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Common\EditDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\EditPublishedStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Common\EditPublishedStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Common\EditTitleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Common\EditTitleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\EditArticleContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\EditArticleContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\EmbeddedResourceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\EmbeddedResourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\FilterContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\FilterContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\AddChoiceTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\AddChoiceTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\AddQuestionTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\AddQuestionTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\AddQuizTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\AddQuizTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\DeleteChoiceTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\DeleteChoiceTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\DeleteQuestionTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\DeleteQuestionTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\EditChoiceTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\EditChoiceTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\EditQuestionTemplateContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\EditQuestionTemplateContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\Instance\ApproveAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\Instance\ApproveAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\Ordering\DecreaseQuestionPositionIndexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\Ordering\DecreaseQuestionPositionIndexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\Ordering\IncreaseQuestionPositionIndexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\Ordering\IncreaseQuestionPositionIndexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Quiz\UpdateAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Quiz\UpdateAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Resource\AddResourceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Resource\AddResourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Resource\EditResourceUrlType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Resource\EditResourceUrlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowAddSlideType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowAddSlideType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDecreaseSlidePositionIndexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDecreaseSlidePositionIndexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDeleteSlideType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowDeleteSlideType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowEditSlideImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowIncreaseSlidePositionIndexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowIncreaseSlidePositionIndexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Slideshow\SlideshowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\AddTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Tags\AddTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\CreateTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Tags\CreateTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\DeleteTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Tags\DeleteTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\EditTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Tags\EditTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Content\Tags\RemoveTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Content\Tags\RemoveTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\AddContentToLessonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\AddContentToLessonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\AllocateLessonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\AllocateLessonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\CreateLessonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\CreateLessonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\DeallocateLessonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\DeallocateLessonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\DeleteLessonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\DeleteLessonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\EditLessonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\EditLessonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseAllocationPositionIndexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseAllocationPositionIndexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseContentPositionIndexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\Ordering\DecreaseContentPositionIndexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseAllocationPositionIndexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseAllocationPositionIndexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseContentPositionIndexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\Ordering\IncreaseContentPositionIndexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Lessons\RemoveContentFromLessonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Lessons\RemoveContentFromLessonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Report\FilterReportsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Report\FilterReportsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Reports\CreateStudentDataReportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Reports\CreateStudentDataReportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\AddSchoolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Schools\AddSchoolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\AddStudentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Schools\AddStudentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\AddTeacherType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Schools\AddTeacherType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\EditSchoolContactDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Schools\EditSchoolContactDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\EditSchoolDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Schools\EditSchoolDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\FilterSchoolsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Schools\FilterSchoolsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Schools\SelectSchoolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Schools\SelectSchoolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\ConfirmStudentImportCommandType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Students\ConfirmStudentImportCommandType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\EditStudentYearGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Students\EditStudentYearGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\FilterSchoolStudentsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Students\FilterSchoolStudentsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Students\ImportStudentsCommandType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Students\ImportStudentsCommandType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\AddTeacherType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Users\AddTeacherType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\AddUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Users\AddUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\AssignRoleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Users\AssignRoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\EditUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Users\EditUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\FilterUsersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Users\FilterUsersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Admin\Users\ResetUserPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Admin\Users\ResetUserPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Common\Member\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Common\Member\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Common\Member\RegistrationVerificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Common\Member\RegistrationVerificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\AnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\AnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\ArticleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\ArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\MultiChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\MultiChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\QuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\QuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\SlideType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\SlideType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Admin\Content\SlideshowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Design\Admin\Content\SlideshowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\Activity\ActivityQuiz"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Design\Portal\Activity\ActivityQuiz"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\CareerPlanning\MultiChoiceGridType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Design\Portal\CareerPlanning\MultiChoiceGridType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\CareerPlanning\SelectSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Design\Portal\CareerPlanning\SelectSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Design\Portal\Intro\IntroType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Design\Portal\Intro\IntroType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\AIQuestions\AIQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\AIQuestions\AIQuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\BeginExerciseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\BeginExerciseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\GoBackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\GoBackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\RestartExerciseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\RestartExerciseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobSectorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobSectorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetDreamJobType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetFinalDestinationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetFinalDestinationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetHobbiesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetHobbiesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetPost16DestinationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetPost16DestinationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetPost18DestinationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetPost18DestinationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetPredictedGradesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetPredictedGradesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetQualificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetQualificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CareerPlanning\SetSubjectsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CareerPlanning\SetSubjectsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\CloneQuizType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\Content\Quiz\CloneQuizType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\FreeTextAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\Content\Quiz\FreeTextAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\MultiChoiceAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\Content\Quiz\MultiChoiceAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Content\Quiz\QuestionFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\Content\Quiz\QuestionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\ContactInformationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\ContactInformationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Education\AddEducationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Education\AddEducationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Education\DeleteEducationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Education\DeleteEducationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Education\EditEducationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Education\EditEducationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Employment\AddEmploymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Employment\AddEmploymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Employment\DeleteEmploymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Employment\DeleteEmploymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Employment\EditEmploymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Employment\EditEmploymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\InterestsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\InterestsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\KeySkillsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\KeySkillsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\PersonalStatementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\PersonalStatementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Reference\AddReferenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Reference\AddReferenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Reference\DeleteReferenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Reference\DeleteReferenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\Reference\EditReferenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\Reference\EditReferenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\ReferenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\ReferenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\CvBuilder\TimeFrameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\CvBuilder\TimeFrameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Application\Portal\Profile\UploadProfilePictureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Application\Portal\Profile\UploadProfilePictureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\BoolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\BoolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\ColourPaletteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\ColourPaletteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DateRangeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\DateRangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DateTimeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\DateTimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\DateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\DateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\Domain\SchoolFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\Domain\SchoolFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\Domain\SchoolTypeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\Domain\SchoolTypeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\Domain\YearGroupFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\Domain\YearGroupFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\EntityReferenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\EntityReferenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\GBPMoneyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\GBPMoneyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\MoneyRangeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\MoneyRangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\MonthType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\MonthType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\MultipleEntityReferenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\MultipleEntityReferenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\QuantitySelectorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\QuantitySelectorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Common\QuillRichTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Common\QuillRichTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Security\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Security\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Forms\Types\Security\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Forms\Types\Security\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\ParamConverter\PaginationParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.App\ParamConverter\PaginationParamConverter"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CurrentPathTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CurrentPathTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeltaTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DeltaTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FilterStringifyTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\FilterStringifyTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TimeTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UniqidTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\UniqidTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PostcodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\PostcodeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueEntityFieldValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\UniqueEntityFieldValidator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
397
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "App\Bridge\Doctrine\UuidAwareEntityManager"; reason: unused.
Removed service "App\Bridge\Doctrine\UuidAwareQueryBuilder"; reason: unused.
Removed service "App\Bridge\Gedmo\Mapping\Event\Adapter\UuidAwareSortableAdapter"; reason: unused.
Removed service "App\Bridge\Gedmo\Sortable\UuidAwareSortableListener"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Filter\FilterContentData"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Filter\FilterReportData"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Filter\FilterSchoolData"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Filter\FilterStudentData"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Filter\FilterUserData"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\Teacher\AddTeacherCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\User\EditUser\EditUserCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Common\ImportCommandConverter\Attributes\ImportBoolFrom"; reason: unused.
Removed service "App\CareerConnect\Application\Common\ImportCommandConverter\Attributes\ImportDateFrom"; reason: unused.
Removed service "App\CareerConnect\Application\Common\ImportCommandConverter\Attributes\ImportFrom"; reason: unused.
Removed service "App\CareerConnect\Application\Common\Member\Registration\RegistrationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Common\Notification\DeliverNotificationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Common\Validator\Constraints\Uln"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\AbstractCareerPlanningCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\CareerPlanningWizard"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQuery"; reason: unused.
Removed service "App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Report\Student\StudentData\StudentDataQuery"; reason: unused.
Removed service "App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommand"; reason: unused.
Removed service "App\CareerConnect\Application\Security\Exceptions\DeletedAccountAccessDeniedException"; reason: unused.
Removed service "App\CareerConnect\Application\Security\Exceptions\NonStudentAccessDeniedException"; reason: unused.
Removed service "App\CareerConnect\Application\Security\Handler\AppAuthenticationSuccessHandler"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\Content\CannotBePublishedException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\Content\Quiz\QuestionNotAnsweredException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\Content\Quiz\QuizAlreadyCompletedException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\Content\Quiz\QuizNotCompletedException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\Content\Slideshow\ContentNotAllowedForTemplateException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\Content\Slideshow\ContentRequiredForTemplateException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\DomainException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\EntityNotFoundException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\Report\NoSuchReportException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\ResultSet\NoResultsException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\ResultSet\ResultSetNotPagedException"; reason: unused.
Removed service "App\CareerConnect\Domain\Exceptions\User\EmailAlreadyInUseException"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\CareerPlanning\JobSectorFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Classroom\ClassroomIdFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Common\DateOrderByFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Common\PositionOrderByFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Common\SchoolFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Common\UserFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Common\UuidFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Common\YearGroupFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Common\YearGroupLessThanEqualToFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Common\YearGroupOrderByFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\ContentNotAssignedToLessonFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\ContentTypeFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\HasTagFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\PublishedFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\Quiz\CompletedFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\Quiz\ContainsFreeTextQuestionFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\Quiz\ContainsMultipleChoiceQuestionFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\Quiz\QuizTemplateIdFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\TagNotAssignedToContentFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\TitleContainsFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Content\UpdateAtOrderFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Lesson\ContainsIncompleteContentFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Lesson\ContainsPublishedContentFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Lesson\LessonAllocationFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Lesson\LessonAssociatedWithContentFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Lesson\LessonIdFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Lesson\LessonNotAllocatedFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Lesson\LessonNotAssociatedWithContentFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Lesson\PortalLessonContentFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Notification\DeliveredBeforeFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Notification\DeliveredOrderByFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\School\NoSchoolFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\School\SchoolIdFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\School\SchoolNameContainsFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\School\SchoolTypeFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Student\IsNotStudentFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Student\StudentIdFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\Student\UlnFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\User\ActiveFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\User\DoesNotHaveAnyRoleFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\User\EmailContainsFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\User\EmailFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\User\FirstNameStartsWithFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\User\HasRoleFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Filtering\User\SurnameStartsWithFilter"; reason: unused.
Removed service "App\CareerConnect\Domain\Mailer\Exceptions\EmailNotSent"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Record\Student\AggregatedCompletedFreeTextQuizRecord"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Record\Student\AggregatedCompletedMultipleChoiceQuizRecord"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Record\Student\CareerPlanningRecord"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Record\Student\QualificationSubjectRecord"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Record\Student\QuizAvailabilityRecord"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Record\Student\StudentRecord"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Student\AggregatedCompletedFreeTextQuizReport"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Student\AggregatedCompletedMultipleChoiceQuizReport"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Student\CareerPlanningReport"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Student\QualificationSubjectReport"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Student\StudentDataReport"; reason: unused.
Removed service "App\CareerConnect\Domain\Report\Student\YearGroupQuizAvailabilityReport"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Imports\LeagueCsv\LeagueCsvUploadFileContents"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Doctrine\DoctrineClassroomRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Doctrine\Filtering\Legacy\LegacyApplyFilterDoctrineFilterHandler"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\CareerPlanning\InMemoryExerciseRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\CareerPlanning\InMemoryJobRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\InMemoryArticleRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\InMemoryContentRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\InMemoryLessonContentRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\InMemoryQuizTemplateRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\InMemoryResourceRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\InMemorySlideRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\InMemorySlideshowRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\InMemoryTagRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\Quiz\InMemoryChoiceRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\Quiz\InMemoryChoiceTemplateRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\Quiz\InMemoryMultipleChoiceQuestionTemplateRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\Quiz\InMemoryQuestionRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\Quiz\InMemoryQuestionTemplateRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\Content\Quiz\InMemoryQuizRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\CvBuilder\InMemoryCvRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\CvBuilder\InMemoryEducationRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\CvBuilder\InMemoryEmploymentRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\CvBuilder\InMemoryReferenceRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\InMemoryClassroomRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\InMemoryLessonAllocationRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\InMemoryLessonRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\InMemoryReportRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\InMemorySchoolRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\InMemoryStudentRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\InMemoryStudentUploadFileRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\InMemoryUserRepository"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Persistence\Memory\InMemoryUuidSequencer"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Time\AppTime"; reason: unused.
Removed service "App\CareerConnect\Infrastructure\Time\Memory\InMemoryTime"; reason: unused.
Removed service "App\DataFixtures\Factory\CareerPlanning\ExerciseFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\CareerPlanning\JobFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\ClassroomFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\ArticleFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\Quiz\ChoiceFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\Quiz\ChoiceTemplateFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\Quiz\QuestionFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\Quiz\QuestionTemplateFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\Quiz\QuizFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\Quiz\QuizTemplateFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\ResourceFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\SlideFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\SlideshowFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Content\TagFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\CvBuilder\CvFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\CvBuilder\EducationFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\CvBuilder\EmploymentFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\CvBuilder\ReferenceFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\CvBuilder\TimeFrameFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Lesson\LessonAllocationFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Lesson\LessonFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\NotificationFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\Report\Record\StudentRecordFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\ReportFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\RichTextFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\SchoolFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\StudentFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\StudentUploadFileFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\TeacherFactory"; reason: unused.
Removed service "App\DataFixtures\Factory\UserFactory"; reason: unused.
Removed service "App\DbalTypes\MoneyType"; reason: unused.
Removed service "App\DbalTypes\RichTextType"; reason: unused.
Removed service "App\EventListener\ImpersonationRedirectListener"; reason: unused.
Removed service "App\Forms\Types\Application\Portal\CvBuilder\TimeFrameModelConverter"; reason: unused.
Removed service "App\Validator\Constraints\Postcode"; reason: unused.
Removed service "App\Validator\Constraints\UniqueEntityField"; reason: unused.
Removed service "security.authentication.success_handler"; reason: unused.
Removed service "Mashbo\CoreRepository\Infrastructure\Reports\CsvResponseBuilder"; reason: unused.
Removed service "Mashbo\CoreRepository\Infrastructure\Reports\PDFMerger"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "workflow.security.expression_language"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "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.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "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~sznmz4Z"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "twig.template_iterator"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.storage.file_system"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "flysystem.adapter.lazy.factory"; reason: unused.
Removed service "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "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 "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
Removed service "symfonycasts.verify_email.token_generator"; reason: unused.
Removed service "symfonycasts.verify_email.query_utility"; reason: unused.
Removed service "symfonycasts.verify_email.uri_signer_factory"; reason: unused.
Removed service "symfonycasts.verify_email.uri_signer"; reason: unused.
Removed service "symfonycasts.verify_email.helper"; 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.0TACwl3"; reason: unused.
Removed service ".service_locator.ZZmlWAx"; reason: unused.
564
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\QuestionTemplateFactory" to "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler".
Inlined service "App\CareerConnect\Infrastructure\Imports\Flysystem\FlysystemCsvFileReader" to "App\CareerConnect\Application\Admin\Student\ImportStudents\UploadFileParser".
Inlined service "App\CareerConnect\Application\Admin\Student\ImportStudents\UploadFileValidator" to "App\CareerConnect\Application\Admin\Student\ImportStudents\UploadFileParser".
Inlined service "App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportGenerator" to "App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler".
Inlined service "App\CareerConnect\Application\Report\Student\StudentData\Decorator\CareerPlanningReportDecorator" to "App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler".
Inlined service "App\CareerConnect\Application\Report\Student\StudentData\Decorator\QualificationSubjectReportDecorator" to "App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler".
Inlined service "Mashbo\CoreRepository\Infrastructure\Reports\LeagueCsvBuilder" to "App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler".
Inlined service "App\CareerConnect\Application\QueryBus" to "App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler".
Inlined service ".service_locator.PDnDgYD.App\Controller\Account\TwoFactorSetupController" to "App\Controller\Account\TwoFactorSetupController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Content\ArticleController" to "App\Controller\Admin\Content\ArticleController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Content\ContentController" to "App\Controller\Admin\Content\ContentController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Content\ContentTagsController" to "App\Controller\Admin\Content\ContentTagsController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Content\EmbeddedResourceController" to "App\Controller\Admin\Content\EmbeddedResourceController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Content\QuestionController" to "App\Controller\Admin\Content\QuestionController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Content\QuizAdminController" to "App\Controller\Admin\Content\QuizAdminController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Content\ResourceController" to "App\Controller\Admin\Content\ResourceController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Content\SlideshowController" to "App\Controller\Admin\Content\SlideshowController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Content\TagsController" to "App\Controller\Admin\Content\TagsController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\DashboardController" to "App\Controller\Admin\DashboardController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Lessons\LessonController" to "App\Controller\Admin\Lessons\LessonController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Lessons\LessonListController" to "App\Controller\Admin\Lessons\LessonListController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Notification\ListNotificationController" to "App\Controller\Admin\Notification\ListNotificationController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Report\ReportController" to "App\Controller\Admin\Report\ReportController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Schools\SchoolController" to "App\Controller\Admin\Schools\SchoolController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Schools\SchoolListController" to "App\Controller\Admin\Schools\SchoolListController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\SentryTestController" to "App\Controller\Admin\SentryTestController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Students\ImportStudentsController" to "App\Controller\Admin\Students\ImportStudentsController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Students\StudentController" to "App\Controller\Admin\Students\StudentController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Students\TeacherStudentsController" to "App\Controller\Admin\Students\TeacherStudentsController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Teachers\TeacherController" to "App\Controller\Admin\Teachers\TeacherController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Admin\Users\UsersController" to "App\Controller\Admin\Users\UsersController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Common\SlideController" to "App\Controller\Common\SlideController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Admin\Licences\LicencesController" to "App\Controller\Design\Admin\Licences\LicencesController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Admin\School\ClassroomsController" to "App\Controller\Design\Admin\School\ClassroomsController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Admin\School\SchoolsController" to "App\Controller\Design\Admin\School\SchoolsController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Admin\School\StudentsController" to "App\Controller\Design\Admin\School\StudentsController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Admin\SecurityController" to "App\Controller\Design\Admin\SecurityController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\EmailController" to "App\Controller\Design\EmailController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\HelpController" to "App\Controller\Design\HelpController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Portal\ActivitiesController" to "App\Controller\Design\Portal\ActivitiesController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Portal\ActivityController" to "App\Controller\Design\Portal\ActivityController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Portal\DashboardController" to "App\Controller\Design\Portal\DashboardController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Portal\IntroController" to "App\Controller\Design\Portal\IntroController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Portal\ResourceLibraryController" to "App\Controller\Design\Portal\ResourceLibraryController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Design\Portal\SearchController" to "App\Controller\Design\Portal\SearchController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Information\CookiePolicyController" to "App\Controller\Information\CookiePolicyController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Information\PrivacyPolicyController" to "App\Controller\Information\PrivacyPolicyController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Information\TermsAndConditionsController" to "App\Controller\Information\TermsAndConditionsController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Internal\HealthcheckController" to "App\Controller\Internal\HealthcheckController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Member\Profile\AccountController" to "App\Controller\Member\Profile\AccountController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Member\RegistrationController" to "App\Controller\Member\RegistrationController".
Inlined service "symfonycasts.reset_password.helper" to "App\Controller\Member\ResetPasswordController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Member\ResetPasswordController" to "App\Controller\Member\ResetPasswordController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Member\SecurityController" to "App\Controller\Member\SecurityController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Portal\AIStudentQuestionsController" to "App\Controller\Portal\AIStudentQuestionsController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Portal\Activities\ActivityController" to "App\Controller\Portal\Activities\ActivityController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Portal\Activities\LessonListController" to "App\Controller\Portal\Activities\LessonListController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Portal\Activities\QuizController" to "App\Controller\Portal\Activities\QuizController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Portal\ArticleController" to "App\Controller\Portal\ArticleController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Portal\CvBuilderController" to "App\Controller\Portal\CvBuilderController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Portal\IndexController" to "App\Controller\Portal\IndexController".
Inlined service "App\Service\CareerExerciseService" to "App\Controller\Portal\MultiStepCareerPlanningController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Portal\MultiStepCareerPlanningController" to "App\Controller\Portal\MultiStepCareerPlanningController".
Inlined service ".service_locator.PDnDgYD.App\Controller\Portal\ProfileController" to "App\Controller\Portal\ProfileController".
Inlined service "App\CareerConnect\Infrastructure\Persistence\Doctrine\CareerPlanning\DoctrineUniversityRepository" to "App\Forms\Types\Application\Portal\CareerPlanning\SetFinalDestinationType".
Inlined service "App\CareerConnect\Infrastructure\Persistence\Doctrine\CareerPlanning\DoctrineCollegeRepository" to "App\Forms\Types\Application\Portal\CareerPlanning\SetFinalDestinationType".
Inlined service "App\CareerConnect\Infrastructure\Persistence\Doctrine\CareerPlanning\DoctrineHobbyRepository" to "App\Forms\Types\Application\Portal\CareerPlanning\SetHobbiesType".
Inlined service "App\Forms\Transformers\RichTextToJsonTransformer" to "App\Forms\Types\Common\QuillRichTextType".
Inlined service "Mashbo\CoreRepository\Application\Filtering\FilterStringifierRegistry" to "App\Twig\FilterStringifyTwigExtension".
Inlined service "App\CareerConnect\Infrastructure\Time\Php\PhpTime" to "App\CareerConnect\Domain\Time".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets._version_adminConfig" to "assets._package_adminConfig".
Inlined service "assets._version_portalConfig" to "assets._package_portalConfig".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.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.translatable" 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 "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.IAf8VBk" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.WbFJN3y" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.2FH5qS0" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.workflow" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "App\ParamConverter\PaginationParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.xRhNObu.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.QN9.1UB" 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.6xfY6Bh" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.Yf0ePEq" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.kcFO94C" to "security.access_map".
Inlined service ".security.request_matcher.vUPTz_J" to "security.access_map".
Inlined service ".security.request_matcher.qigK6Ej" to "security.access_map".
Inlined service ".security.request_matcher.4yRzLzy" to "security.access_map".
Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher.FsQ6U.P" to "security.access_map".
Inlined service ".security.request_matcher.LfulGui" to "security.access_map".
Inlined service ".security.request_matcher.BrFfR3a" to "security.access_map".
Inlined service ".security.request_matcher.C.bsVPD" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.main".
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 "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.remember_me.doctrine_token_provider.main" to "security.authenticator.remember_me_handler.main".
Inlined service "security.remember_me.token_verifier.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.KS27s_j" to ".security.request_matcher.kcFO94C".
Inlined service ".security.request_matcher.y13iEc3" to ".security.request_matcher.kcFO94C".
Inlined service ".security.request_matcher.KpI4waJ" to ".security.request_matcher.vUPTz_J".
Inlined service ".security.request_matcher.g6MAAse" to ".security.request_matcher.qigK6Ej".
Inlined service ".security.request_matcher.ZcoEbm9" to ".security.request_matcher.4yRzLzy".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.28NqKnb".
Inlined service ".security.request_matcher.92MUXM4" to ".security.request_matcher.FsQ6U.P".
Inlined service ".security.request_matcher.Nowd4Iu" to ".security.request_matcher.LfulGui".
Inlined service ".security.request_matcher.QiBF6kJ" to ".security.request_matcher.BrFfR3a".
Inlined service ".security.request_matcher.y65USa3" to ".security.request_matcher.C.bsVPD".
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.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "workflow.twig_extension" 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 "App\Twig\CurrentPathTwigExtension" to "twig".
Inlined service "App\Twig\DeltaTwigExtension" to "twig".
Inlined service "App\Twig\FilterStringifyTwigExtension" to "twig".
Inlined service "App\Twig\TimeTwigExtension" to "twig".
Inlined service "App\Twig\UniqidTwigExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.markdown" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "Mashbo\FormFlowBundle\FormFlowTwigExtension" to "twig".
Inlined service "NotFloran\MjmlBundle\Twig\Extension" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service "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.70Vvn8C" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "twig.markdown.default" to "twig.runtime.markdown".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.X69Snsx" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~ua.XIzc" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\ArticleFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\JobFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\LessonFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\QuizFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ResourceFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SchoolFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SlideshowFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
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 "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service ".service_locator.0p5I1ta" to "vich_uploader.storage.flysystem".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "flysystem.adapter.default.storage" to "default.storage".
Inlined service "flysystem.adapter.upload_storage" to "upload_storage".
Inlined service "flysystem.adapter.report_storage" to "report_storage".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.sortable".
Inlined service "NotFloran\MjmlBundle\Renderer\BinaryRenderer" to "NotFloran\MjmlBundle\Twig\Extension".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\CareerConnect\Application\Admin\Content\Article\AddArticle\AddArticleCommandHandler" to ".messenger.handler_descriptor.IBE0A2k".
Inlined service "App\CareerConnect\Application\Admin\Content\Article\EditArticleContent\EditArticleContentCommandHandler" to ".messenger.handler_descriptor.6UCVorW".
Inlined service "App\CareerConnect\Application\Admin\Content\Common\DeleteContent\DeleteContentCommandHandler" to ".messenger.handler_descriptor.iUInrf1".
Inlined service "App\CareerConnect\Application\Admin\Content\Common\EditDescription\EditDescriptionCommandHandler" to ".messenger.handler_descriptor.xlO8.Aa".
Inlined service "App\CareerConnect\Application\Admin\Content\Common\EditPublishedStatus\EditPublishedStatusCommandHandler" to ".messenger.handler_descriptor.bCVt.Pr".
Inlined service "App\CareerConnect\Application\Admin\Content\Common\EditTitle\EditTitleCommandHandler" to ".messenger.handler_descriptor.z59gPwd".
Inlined service "App\CareerConnect\Application\Admin\Content\Embed\AddEmbed\AddEmbeddedResourceCommandHandler" to ".messenger.handler_descriptor.LGVG9.E".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Instance\ApproveAnswerCommandHandler" to ".messenger.handler_descriptor.pzzSeL6".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddChoice\AddChoiceCommandHandler" to ".messenger.handler_descriptor.Lmr2Shh".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuestion\AddQuestionCommandHandler" to ".messenger.handler_descriptor.e.Fc82U".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\AddQuizTemplate\AddQuizTemplateCommandHandler" to ".messenger.handler_descriptor.nl7V8bt".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\DecreaseQuestionPositionIndex\DecreaseQuestionPositionIndexCommandHandler" to ".messenger.handler_descriptor._ycfQe7".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteChoice\DeleteChoiceCommandHandler" to ".messenger.handler_descriptor.W9gHSn.".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\DeleteQuestion\DeleteQuestionCommandHandler" to ".messenger.handler_descriptor.MKOnMsw".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\EditChoice\EditChoiceCommandHandler" to ".messenger.handler_descriptor.KOAXomK".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\EditQuestionContent\EditQuestionContentCommandHandler" to ".messenger.handler_descriptor.9yh9nuq".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\IncreaseQuestionPositionIndex\IncreaseQuestionPositionIndexCommandHandler" to ".messenger.handler_descriptor.PG592YN".
Inlined service "App\CareerConnect\Application\Admin\Content\Quiz\Template\UpdateAnswer\UpdateAnswerCommandHandler" to ".messenger.handler_descriptor.v9YM0gs".
Inlined service "App\CareerConnect\Application\Admin\Content\Resource\AddResource\AddResourceCommandHandler" to ".messenger.handler_descriptor.keXJjFw".
Inlined service "App\CareerConnect\Application\Admin\Content\Resource\EditResourceUrl\EditResourceUrlCommandHandler" to ".messenger.handler_descriptor.8ppo_.7".
Inlined service "App\CareerConnect\Application\Admin\Content\Slideshow\AddSlide\AddSlideCommandHandler" to ".messenger.handler_descriptor.aZkkymh".
Inlined service "App\CareerConnect\Application\Admin\Content\Slideshow\AddSlideshow\AddSlideshowCommandHandler" to ".messenger.handler_descriptor.lPw7YUS".
Inlined service "App\CareerConnect\Application\Admin\Content\Slideshow\DecreaseSlidePositionIndex\DecreaseSlidePositionIndexCommandHandler" to ".messenger.handler_descriptor.gu9emhB".
Inlined service "App\CareerConnect\Application\Admin\Content\Slideshow\DeleteSlide\DeleteSlideCommandHandler" to ".messenger.handler_descriptor.civhRTl".
Inlined service "App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideContent\EditSlideContentCommandHandler" to ".messenger.handler_descriptor.oKXlEX6".
Inlined service "App\CareerConnect\Application\Admin\Content\Slideshow\EditSlide\EditSlideImage\EditSlideImageCommandHandler" to ".messenger.handler_descriptor.tCQ4wxG".
Inlined service "App\CareerConnect\Application\Admin\Content\Slideshow\IncreaseSlidePositionIndex\IncreaseSlidePositionIndexCommandHandler" to ".messenger.handler_descriptor.NcWE38o".
Inlined service "App\CareerConnect\Application\Admin\Content\Tag\AddTag\AddTagCommandHandler" to ".messenger.handler_descriptor.4M0_wZs".
Inlined service "App\CareerConnect\Application\Admin\Content\Tag\CreateTag\CreateTagCommandHandler" to ".messenger.handler_descriptor.qDAG0Zl".
Inlined service "App\CareerConnect\Application\Admin\Content\Tag\DeleteTag\DeleteTagCommandHandler" to ".messenger.handler_descriptor.k0spxV9".
Inlined service "App\CareerConnect\Application\Admin\Content\Tag\EditTag\EditTagCommandHandler" to ".messenger.handler_descriptor.NdKfZLW".
Inlined service "App\CareerConnect\Application\Admin\Content\Tag\RemoveTag\RemoveTagCommandHandler" to ".messenger.handler_descriptor.aQSO9Ex".
Inlined service "App\CareerConnect\Application\Admin\Lessons\AddContent\AddContentCommandHandler" to ".messenger.handler_descriptor._PRqTcU".
Inlined service "App\CareerConnect\Application\Admin\Lessons\AllocateLesson\AllocateLessonCommandHandler" to ".messenger.handler_descriptor.FmEDvk5".
Inlined service "App\CareerConnect\Application\Admin\Lessons\Allocation\DecreaseAllocationPositionIndex\DecreaseAllocationPositionIndexCommandHandler" to ".messenger.handler_descriptor.UQB0hpg".
Inlined service "App\CareerConnect\Application\Admin\Lessons\Allocation\IncreaseAllocationPositionIndex\IncreaseAllocationPositionIndexCommandHandler" to ".messenger.handler_descriptor.qcMyRx6".
Inlined service "App\CareerConnect\Application\Admin\Lessons\CreateLesson\CreateLessonCommandHandler" to ".messenger.handler_descriptor.rO4xNmT".
Inlined service "App\CareerConnect\Application\Admin\Lessons\DeallocateLesson\DeallocateLessonCommandHandler" to ".messenger.handler_descriptor.echFj5B".
Inlined service "App\CareerConnect\Application\Admin\Lessons\DecreaseContentPositionIndex\DecreaseContentPositionIndexCommandHandler" to ".messenger.handler_descriptor.RJqoFXb".
Inlined service "App\CareerConnect\Application\Admin\Lessons\DeleteLesson\DeleteLessonCommandHandler" to ".messenger.handler_descriptor.9ReNwCX".
Inlined service "App\CareerConnect\Application\Admin\Lessons\EditLesson\EditLessonCommandHandler" to ".messenger.handler_descriptor.vKBbTW9".
Inlined service "App\CareerConnect\Application\Admin\Lessons\IncreaseContentPositionIndex\IncreaseContentPositionIndexCommandHandler" to ".messenger.handler_descriptor.3L.W_Sx".
Inlined service "App\CareerConnect\Application\Admin\Lessons\RemoveContent\RemoveContentCommandHandler" to ".messenger.handler_descriptor.jWudUJi".
Inlined service "App\CareerConnect\Application\Admin\Schools\AddSchool\AddSchoolCommandHandler" to ".messenger.handler_descriptor.hmc9u2O".
Inlined service "App\CareerConnect\Application\Admin\Schools\EditContactDetails\EditContactDetailsCommandHandler" to ".messenger.handler_descriptor.TB7k_Ia".
Inlined service "App\CareerConnect\Application\Admin\Schools\EditDetails\EditDetailsCommandHandler" to ".messenger.handler_descriptor.FSTnC0g".
Inlined service "App\CareerConnect\Application\Admin\Student\AddStudent\AddStudentCommandHandler" to ".messenger.handler_descriptor.TF5FfBt".
Inlined service "App\CareerConnect\Application\Admin\Student\EditStudentYearGroup\EditStudentYearGroupCommandHandler" to ".messenger.handler_descriptor.RvTfSPl".
Inlined service "App\CareerConnect\Application\Admin\Student\ImportStudents\ConfirmStudentImportCommandHandler" to ".messenger.handler_descriptor.LthXaKN".
Inlined service "App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentCommandHandler" to ".messenger.handler_descriptor.lQTof8N".
Inlined service "App\CareerConnect\Application\Admin\Student\ImportStudents\ImportStudentsCsvCommandHandler" to ".messenger.handler_descriptor.BA6bQZT".
Inlined service "App\CareerConnect\Application\Admin\User\AssignRole\AssignRoleCommandHandler" to ".messenger.handler_descriptor.Qzl64ez".
Inlined service "App\CareerConnect\Application\Admin\User\CreateUser\CreateStudentCommandHandler" to ".messenger.handler_descriptor.WnIzrif".
Inlined service "App\CareerConnect\Application\Admin\User\CreateUser\CreateTeacherCommandHandler" to ".messenger.handler_descriptor.gOV4OQC".
Inlined service "App\CareerConnect\Application\Admin\User\CreateUser\CreateUserCommandHandler" to ".messenger.handler_descriptor._2TNXS8".
Inlined service "App\CareerConnect\Application\Admin\User\EditUser\EditUserCommandHandler" to ".messenger.handler_descriptor.gmqAO91".
Inlined service "App\CareerConnect\Application\Admin\User\ResetPassword\ResetUserPasswordCommandHandler" to ".messenger.handler_descriptor.atGARf0".
Inlined service "App\CareerConnect\Application\Common\Member\Registration\RegistrationCommandHandler" to ".messenger.handler_descriptor.Z8PjHBg".
Inlined service "App\CareerConnect\Application\Common\Member\RegistrationVerification\RegistrationVerificationCommandHandler" to ".messenger.handler_descriptor.cToWIS4".
Inlined service "App\CareerConnect\Application\Common\Notification\DeliverNotificationCommandHandler" to ".messenger.handler_descriptor.DOoikcN".
Inlined service "App\CareerConnect\Application\Portal\AIQuestions\SubmitAIQuestionCommandHandler" to ".messenger.handler_descriptor.YDWySvQ".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\BeginExercise\BeginExerciseCommandHandler" to ".messenger.handler_descriptor.5.FRJeK".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\GoBack\GoBackCommandHandler" to ".messenger.handler_descriptor.TSFEiqN".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJob\SetDreamJobCommandHandler" to ".messenger.handler_descriptor.Ad2Td_V".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\SetDreamJobSector\SetDreamJobSectorCommandHandler" to ".messenger.handler_descriptor.H5wtCPz".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\SetFinalDestination\SetFinalDestinationCommandHandler" to ".messenger.handler_descriptor.UWC7lxL".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\SetHobbies\SetHobbiesCommandHandler" to ".messenger.handler_descriptor._sIBi_M".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\SetPost16Destination\SetPost16DestinationCommandHandler" to ".messenger.handler_descriptor.VxSxEmV".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\SetPost18Destination\SetPost18DestinationCommandHandler" to ".messenger.handler_descriptor.fIDPWr9".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\SetPredictedGrades\SetPredictedGradesCommandHandler" to ".messenger.handler_descriptor.ACUsXXV".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\SetQualification\SetQualificationCommandHandler" to ".messenger.handler_descriptor.PNULpvi".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\SetRestartExerciseCommandHandler" to ".messenger.handler_descriptor.hV4ZdOc".
Inlined service "App\CareerConnect\Application\Portal\CareerPlanning\SetSubjects\SetSubjectsCommandHandler" to ".messenger.handler_descriptor.ofF9wad".
Inlined service "App\CareerConnect\Application\Portal\Content\QuizInstance\AnswerQuestion\AnswerQuestionCommandHandler" to ".messenger.handler_descriptor.lsiCV0Z".
Inlined service "App\CareerConnect\Application\Portal\Content\QuizInstance\CloneQuiz\CloneQuizCommandHandler" to ".messenger.handler_descriptor.B4FPA_V".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\Education\AddEducation\AddEducationCommandHandler" to ".messenger.handler_descriptor.Ul55Z_2".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\Education\DeleteEducation\DeleteEducationCommandHandler" to ".messenger.handler_descriptor.31rJmwP".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\Education\EditEducation\EditEducationCommandHandler" to ".messenger.handler_descriptor.mtYlEel".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\Employment\AddEmployment\AddEmploymentCommandHandler" to ".messenger.handler_descriptor.rzo5rQs".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\Employment\DeleteEmployment\DeleteEmploymentCommandHandler" to ".messenger.handler_descriptor.nTloOAr".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\Employment\EditEmployment\EditEmploymentCommandHandler" to ".messenger.handler_descriptor.DLj8rW3".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\Reference\AddReference\AddReferenceCommandHandler" to ".messenger.handler_descriptor.xbWNMlZ".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\Reference\DeleteReference\DeleteReferenceCommandHandler" to ".messenger.handler_descriptor.HpGsQ8L".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\Reference\EditReference\EditReferenceCommandHandler" to ".messenger.handler_descriptor.iBVS19D".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\UpdateContactInformation\UpdateContactInformationCommandHandler" to ".messenger.handler_descriptor.xgAgs6d".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\UpdateHobbiesInterests\UpdateHobbiesInterestsCommandHandler" to ".messenger.handler_descriptor.LCalDvl".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\UpdateKeySkills\UpdateKeySkillsCommandHandler" to ".messenger.handler_descriptor.nFA8TyY".
Inlined service "App\CareerConnect\Application\Portal\CvBuilder\UpdatePersonalStatement\UpdatePersonalStatementCommandHandler" to ".messenger.handler_descriptor.DadAkuX".
Inlined service "App\CareerConnect\Application\Portal\Lessons\FindStudentLessons\FindLessonGroupsQueryHandler" to ".messenger.handler_descriptor.2In9q4D".
Inlined service "App\CareerConnect\Application\Portal\Profile\UploadProfilePicture\UploadProfilePictureCommandHandler" to ".messenger.handler_descriptor.xRWy69B".
Inlined service "App\CareerConnect\Application\Report\Student\StudentData\StudentDataQueryHandler" to ".messenger.handler_descriptor.NXKTCbU".
Inlined service "App\CareerConnect\Application\Report\Student\StudentData\StudentDataReportCommandHandler" to ".messenger.handler_descriptor.Vo7EmkF".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to ".debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\CareerConnect\Application\Security\Voters\Content\QuestionVoter" to ".debug.security.voter.App\CareerConnect\Application\Security\Voters\Content\QuestionVoter".
Inlined service "App\CareerConnect\Application\Security\Voters\CvBuilder\EducationVoter" to ".debug.security.voter.App\CareerConnect\Application\Security\Voters\CvBuilder\EducationVoter".
Inlined service "App\CareerConnect\Application\Security\Voters\CvBuilder\EmploymentVoter" to ".debug.security.voter.App\CareerConnect\Application\Security\Voters\CvBuilder\EmploymentVoter".
Inlined service "App\CareerConnect\Application\Security\Voters\CvBuilder\ReferenceVoter" to ".debug.security.voter.App\CareerConnect\Application\Security\Voters\CvBuilder\ReferenceVoter".
Inlined service "App\CareerConnect\Application\Security\Voters\QuizVoter" to ".debug.security.voter.App\CareerConnect\Application\Security\Voters\QuizVoter".
Inlined service "App\CareerConnect\Application\Security\Voters\SchoolVoter" to ".debug.security.voter.App\CareerConnect\Application\Security\Voters\SchoolVoter".
Inlined service "App\CareerConnect\Application\Security\Voters\StudentVoter" to ".debug.security.voter.App\CareerConnect\Application\Security\Voters\StudentVoter".
Inlined service "App\CareerConnect\Application\Security\Voters\User\AssignRoleVoter" to ".debug.security.voter.App\CareerConnect\Application\Security\Voters\User\AssignRoleVoter".
Inlined service "App\CareerConnect\Application\Security\Voters\UserVoter" to ".debug.security.voter.App\CareerConnect\Application\Security\Voters\UserVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.bN.V_Nq" to ".service_locator.bN.V_Nq.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
Inlined service ".service_locator.gHpsvM5" to "debug.argument_resolver.inner".
Inlined service ".service_locator.YnKYWhU" to "console.command_loader".
Inlined service ".service_locator.bN.V_Nq.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "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".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "doctrine.migrations.container_aware_migrations_factory", "scheb_two_factor.security.authentication.trust_resolver", ".debug.http_client", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.