Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\Extensions\HasPrExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "ApiBundle\Security\Voter\SecteurVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "ApiBundle\Security\Voter\SecteurVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "CoreBundle\EventSubscriber\LoginSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "DocumentBundle\Security\DocFolderVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "DocumentBundle\Security\DocFolderVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "ForumBundle\Security\CategoryVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "ForumBundle\Security\CategoryVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "ForumBundle\Security\ForumVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "ForumBundle\Security\ForumVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "ForumBundle\Security\PostVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "ForumBundle\Security\PostVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of NoteBundle\Form\Model\AbsenceModel::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of NoteBundle\Form\Model\AppelModel::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of NoteBundle\Form\Model\BulletinModel::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of NoteBundle\Form\Model\ExportModel::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\AnnexeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\CommentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\QcmAnnexeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\QcmAnswerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\QcmCommentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\QcmQuestionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\QcmRangeQuestionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\QuestionnaireEditorialQuestionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\QuestionnaireEditorialType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\QuestionnaireFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "QuestionnaireBundle\Form\QuestionnaireQcmType" now to avoid errors or add an explicit @return annotation to suppress this message.
CoreBundle\Entity\Student implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "CoreBundle\Entity\Student" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" as a native return type declaration in the future. Do the same in implementation "CoreBundle\Entity\Student" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "CoreBundle\Entity\Student" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "CoreBundle\Entity\Student" should implement it.
CoreBundle\Entity\Tutor implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "CoreBundle\Entity\Tutor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "CoreBundle\Entity\Tutor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" as a native return type declaration in the future. Do the same in implementation "CoreBundle\Entity\Tutor" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "CoreBundle\Entity\Tutor" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "CoreBundle\Entity\Student" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "CoreBundle\Entity\Tutor" should implement it.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "TheCodingMachine\GraphQLite\Bundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Model\PaymentInterface::getNumber()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Entity\Payment" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Payum\Core\Model\PaymentInterface::getClientId()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Entity\Payment" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
Return type of CoreBundle\Entity\BoxImage::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "CoreBundle\Entity\BoxImage" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of CoreBundle\Entity\NoteTestStudent::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Symfony\Contracts\Service\ServiceSubscriberInterface::getSubscribedServices()" might add "array" as a native return type declaration in the future. Do the same in implementation "Payum\Bundle\PayumBundle\Controller\PayumController" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. It is being referenced by the "AdminBundle\Form\Type\TutorType" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "AdminBundle\Service\SendPassword" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "CoreBundle\EventSubscriber\CountNewPostsSubscriber" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "CoreBundle\EventSubscriber\LoginSubscriber" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "DocumentBundle\Service\FolderGenerator" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.1GhMgDN" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.MQLB2VP" service.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://demo.extranet.mmpp.fr/robots.txt"" at /var/www/demo.extranet.mmpp.fr/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135
"""
SELECT quote_ident(table_name) AS table_name,\n table_schema AS schema_name\nFROM information_schema.tables\nWHERE table_catalog = ?\n AND table_schema NOT LIKE 'pg\_%'\n AND table_schema != 'information_schema'\n AND table_name != 'geometry_columns'\n AND table_name != 'spatial_ref_sys'\n AND table_type = 'BASE TABLE'
"""
(parameters:
[1 => "mmpp_extranet_demo"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT quote_ident(table_name) AS table_name,\n table_schema AS schema_name\nFROM information_schema.tables\nWHERE table_catalog = ?\n AND table_schema NOT LIKE 'pg\_%'\n AND table_schema != 'information_schema'\n AND table_name != 'geometry_columns'\n AND table_name != 'spatial_ref_sys'\n AND table_type = 'BASE TABLE'
"""
"params" => [1 => "mmpp_extranet_demo"
]
"types" => [1 => 2]
]
debug
Executing query:
"""
SELECT schema_name\nFROM information_schema.schemata\nWHERE schema_name NOT LIKE 'pg\_%'\nAND schema_name != 'information_schema'
"""
doctrine
[
"sql" => """
SELECT schema_name\nFROM information_schema.schemata\nWHERE schema_name NOT LIKE 'pg\_%'\nAND schema_name != 'information_schema'
"""
]
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
609
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\DateExtension" (parent: .abstract.instanceof.Twig\Extensions\DateExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\DateExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extensions\DateExtension).
Resolving inheritance for "Twig\Extensions\DateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\DateExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension" (parent: .abstract.instanceof.Twig\Extensions\IntlExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension).
Resolving inheritance for "Twig\Extensions\IntlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\TextExtension" (parent: .abstract.instanceof.Twig\Extensions\TextExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\TextExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extensions\TextExtension).
Resolving inheritance for "Twig\Extensions\TextExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\TextExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DossierInscriptionController" (parent: .abstract.instanceof.App\Controller\DossierInscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DossierInscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DossierInscriptionController).
Resolving inheritance for "App\Controller\DossierInscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DossierInscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController" (parent: .abstract.instanceof.App\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController).
Resolving inheritance for "App\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PreinscriptionController" (parent: .abstract.instanceof.App\Controller\PreinscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PreinscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PreinscriptionController).
Resolving inheritance for "App\Controller\PreinscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PreinscriptionController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DossierChequeType" (parent: .abstract.instanceof.App\Form\Type\DossierChequeType).
Resolving inheritance for "App\Form\Type\DossierChequeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DossierChequeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DossierInscriptionChequeType" (parent: .abstract.instanceof.App\Form\Type\DossierInscriptionChequeType).
Resolving inheritance for "App\Form\Type\DossierInscriptionChequeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DossierInscriptionChequeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DossierInscriptionFrontType" (parent: .abstract.instanceof.App\Form\Type\DossierInscriptionFrontType).
Resolving inheritance for "App\Form\Type\DossierInscriptionFrontType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DossierInscriptionFrontType).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Extensions\HasPrExtension" (parent: .abstract.instanceof.App\Twig\Extensions\HasPrExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HasPrExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Extensions\HasPrExtension).
Resolving inheritance for "App\Twig\Extensions\HasPrExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HasPrExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\GenerateFormatoileCommand" (parent: .abstract.instanceof.AdminBundle\Command\GenerateFormatoileCommand).
Resolving inheritance for "AdminBundle\Command\GenerateFormatoileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\GenerateFormatoileCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CategoryController" (parent: .abstract.instanceof.AdminBundle\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CategoryController).
Resolving inheritance for "AdminBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ConfigController" (parent: .abstract.instanceof.AdminBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ConfigController).
Resolving inheritance for "AdminBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DefaultController" (parent: .abstract.instanceof.AdminBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DefaultController).
Resolving inheritance for "AdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EdtFacController" (parent: .abstract.instanceof.AdminBundle\Controller\EdtFacController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EdtFacController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EdtFacController).
Resolving inheritance for "AdminBundle\Controller\EdtFacController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EdtFacController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EdtLessonController" (parent: .abstract.instanceof.AdminBundle\Controller\EdtLessonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EdtLessonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EdtLessonController).
Resolving inheritance for "AdminBundle\Controller\EdtLessonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EdtLessonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EdtPlanningHebdoController" (parent: .abstract.instanceof.AdminBundle\Controller\EdtPlanningHebdoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EdtPlanningHebdoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EdtPlanningHebdoController).
Resolving inheritance for "AdminBundle\Controller\EdtPlanningHebdoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EdtPlanningHebdoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ExportController" (parent: .abstract.instanceof.AdminBundle\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ExportController).
Resolving inheritance for "AdminBundle\Controller\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\FormatoileController" (parent: .abstract.instanceof.AdminBundle\Controller\FormatoileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\FormatoileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\FormatoileController).
Resolving inheritance for "AdminBundle\Controller\FormatoileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\FormatoileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ForumPostController" (parent: .abstract.instanceof.AdminBundle\Controller\ForumPostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ForumPostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ForumPostController).
Resolving inheritance for "AdminBundle\Controller\ForumPostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ForumPostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\HomeController" (parent: .abstract.instanceof.AdminBundle\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\HomeController).
Resolving inheritance for "AdminBundle\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ImportController" (parent: .abstract.instanceof.AdminBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ImportController).
Resolving inheritance for "AdminBundle\Controller\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\CkeditorController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\CkeditorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\CkeditorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\CkeditorController).
Resolving inheritance for "AdminBundle\Controller\Inscription\CkeditorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\CkeditorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\ConfigController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\ConfigController).
Resolving inheritance for "AdminBundle\Controller\Inscription\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\DossierInscriptionController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\DossierInscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\DossierInscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\DossierInscriptionController).
Resolving inheritance for "AdminBundle\Controller\Inscription\DossierInscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\DossierInscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\FormulairePriceController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\FormulairePriceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\FormulairePriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\FormulairePriceController).
Resolving inheritance for "AdminBundle\Controller\Inscription\FormulairePriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\FormulairePriceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\InscriptionController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\InscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\InscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\InscriptionController).
Resolving inheritance for "AdminBundle\Controller\Inscription\InscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\InscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\PreinscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionController).
Resolving inheritance for "AdminBundle\Controller\Inscription\PreinscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionInternatController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\PreinscriptionInternatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionInternatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionInternatController).
Resolving inheritance for "AdminBundle\Controller\Inscription\PreinscriptionInternatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionInternatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController).
Resolving inheritance for "AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionQueueController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\PreinscriptionQueueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionQueueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionQueueController).
Resolving inheritance for "AdminBundle\Controller\Inscription\PreinscriptionQueueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionQueueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionStageController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\PreinscriptionStageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionStageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionStageController).
Resolving inheritance for "AdminBundle\Controller\Inscription\PreinscriptionStageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionStageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\TransactionController" (parent: .abstract.instanceof.AdminBundle\Controller\Inscription\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\TransactionController).
Resolving inheritance for "AdminBundle\Controller\Inscription\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\PushNotificationController" (parent: .abstract.instanceof.AdminBundle\Controller\PushNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\PushNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\PushNotificationController).
Resolving inheritance for "AdminBundle\Controller\PushNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\PushNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\StudentController" (parent: .abstract.instanceof.AdminBundle\Controller\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\StudentController).
Resolving inheritance for "AdminBundle\Controller\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TutorController" (parent: .abstract.instanceof.AdminBundle\Controller\TutorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TutorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TutorController).
Resolving inheritance for "AdminBundle\Controller\TutorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TutorController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\BoxImageType" (parent: .abstract.instanceof.AdminBundle\Form\Type\BoxImageType).
Resolving inheritance for "AdminBundle\Form\Type\BoxImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\BoxImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\CategoryType" (parent: .abstract.instanceof.AdminBundle\Form\Type\CategoryType).
Resolving inheritance for "AdminBundle\Form\Type\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\DocToPrintType" (parent: .abstract.instanceof.AdminBundle\Form\Type\DocToPrintType).
Resolving inheritance for "AdminBundle\Form\Type\DocToPrintType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\DocToPrintType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\DossierChequeType" (parent: .abstract.instanceof.AdminBundle\Form\Type\DossierChequeType).
Resolving inheritance for "AdminBundle\Form\Type\DossierChequeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\DossierChequeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\DossierInscriptionType" (parent: .abstract.instanceof.AdminBundle\Form\Type\DossierInscriptionType).
Resolving inheritance for "AdminBundle\Form\Type\DossierInscriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\DossierInscriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EdtGroupFacTdType" (parent: .abstract.instanceof.AdminBundle\Form\Type\EdtGroupFacTdType).
Resolving inheritance for "AdminBundle\Form\Type\EdtGroupFacTdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EdtGroupFacTdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EdtGroupFacThType" (parent: .abstract.instanceof.AdminBundle\Form\Type\EdtGroupFacThType).
Resolving inheritance for "AdminBundle\Form\Type\EdtGroupFacThType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EdtGroupFacThType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EdtTdPlanningType" (parent: .abstract.instanceof.AdminBundle\Form\Type\EdtTdPlanningType).
Resolving inheritance for "AdminBundle\Form\Type\EdtTdPlanningType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EdtTdPlanningType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\ExportTutorStatType" (parent: .abstract.instanceof.AdminBundle\Form\Type\ExportTutorStatType).
Resolving inheritance for "AdminBundle\Form\Type\ExportTutorStatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\ExportTutorStatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\FormationPriceType" (parent: .abstract.instanceof.AdminBundle\Form\Type\FormationPriceType).
Resolving inheritance for "AdminBundle\Form\Type\FormationPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\FormationPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\FormatoileType" (parent: .abstract.instanceof.AdminBundle\Form\Type\FormatoileType).
Resolving inheritance for "AdminBundle\Form\Type\FormatoileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\FormatoileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\HebdoType" (parent: .abstract.instanceof.AdminBundle\Form\Type\HebdoType).
Resolving inheritance for "AdminBundle\Form\Type\HebdoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\HebdoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\LessonType" (parent: .abstract.instanceof.AdminBundle\Form\Type\LessonType).
Resolving inheritance for "AdminBundle\Form\Type\LessonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\LessonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\PlanningFilterType" (parent: .abstract.instanceof.AdminBundle\Form\Type\PlanningFilterType).
Resolving inheritance for "AdminBundle\Form\Type\PlanningFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\PlanningFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\TutorType" (parent: .abstract.instanceof.AdminBundle\Form\Type\TutorType).
Resolving inheritance for "AdminBundle\Form\Type\TutorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\TutorType).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\CountGroupFacExtension" (parent: .abstract.instanceof.AdminBundle\Twig\CountGroupFacExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\CountGroupFacExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\CountGroupFacExtension).
Resolving inheritance for "AdminBundle\Twig\CountGroupFacExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\CountGroupFacExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\MenuExtension" (parent: .abstract.instanceof.AdminBundle\Twig\MenuExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\MenuExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\MenuExtension).
Resolving inheritance for "AdminBundle\Twig\MenuExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\MenuExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\SecteurTutorExtension" (parent: .abstract.instanceof.AdminBundle\Twig\SecteurTutorExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\SecteurTutorExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\SecteurTutorExtension).
Resolving inheritance for "AdminBundle\Twig\SecteurTutorExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\SecteurTutorExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\SelectWeekExtension" (parent: .abstract.instanceof.AdminBundle\Twig\SelectWeekExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\SelectWeekExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\SelectWeekExtension).
Resolving inheritance for "AdminBundle\Twig\SelectWeekExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\SelectWeekExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ApiBundle\Controller\DefaultController" (parent: .abstract.instanceof.ApiBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ApiBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ApiBundle\Controller\DefaultController).
Resolving inheritance for "ApiBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ApiBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ApiBundle\Controller\UploadController" (parent: .abstract.instanceof.ApiBundle\Controller\UploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ApiBundle\Controller\UploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ApiBundle\Controller\UploadController).
Resolving inheritance for "ApiBundle\Controller\UploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ApiBundle\Controller\UploadController).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ApiBundle\Security\Voter\SecteurVoter" (parent: .abstract.instanceof.ApiBundle\Security\Voter\SecteurVoter).
Resolving inheritance for "ApiBundle\Security\Voter\SecteurVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ApiBundle\Security\Voter\SecteurVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ImportDocprintCommand" (parent: .abstract.instanceof.AppBundle\Command\ImportDocprintCommand).
Resolving inheritance for "AppBundle\Command\ImportDocprintCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ImportDocprintCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ApiTokenController" (parent: .abstract.instanceof.AppBundle\Controller\ApiTokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ApiTokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ApiTokenController).
Resolving inheritance for "AppBundle\Controller\ApiTokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ApiTokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MarkController" (parent: .abstract.instanceof.AppBundle\Controller\MarkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MarkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MarkController).
Resolving inheritance for "AppBundle\Controller\MarkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MarkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ModuleController" (parent: .abstract.instanceof.AppBundle\Controller\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ModuleController).
Resolving inheritance for "AppBundle\Controller\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\PrintDocumentController" (parent: .abstract.instanceof.AppBundle\Controller\PrintDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\PrintDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\PrintDocumentController).
Resolving inheritance for "AppBundle\Controller\PrintDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\PrintDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SecurityController" (parent: .abstract.instanceof.AppBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SecurityController).
Resolving inheritance for "AppBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Tutor\TestController" (parent: .abstract.instanceof.AppBundle\Controller\Tutor\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Tutor\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Tutor\TestController).
Resolving inheritance for "AppBundle\Controller\Tutor\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Tutor\TestController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\NoteTestStudentType" (parent: .abstract.instanceof.AppBundle\Form\Type\NoteTestStudentType).
Resolving inheritance for "AppBundle\Form\Type\NoteTestStudentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\NoteTestStudentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\PageNoteType" (parent: .abstract.instanceof.AppBundle\Form\Type\PageNoteType).
Resolving inheritance for "AppBundle\Form\Type\PageNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\PageNoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\PrintDocumentType" (parent: .abstract.instanceof.AppBundle\Form\Type\PrintDocumentType).
Resolving inheritance for "AppBundle\Form\Type\PrintDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\PrintDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\StudentModuleType" (parent: .abstract.instanceof.AppBundle\Form\Type\StudentModuleType).
Resolving inheritance for "AppBundle\Form\Type\StudentModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\StudentModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\StudentRemedialModuleType" (parent: .abstract.instanceof.AppBundle\Form\Type\StudentRemedialModuleType).
Resolving inheritance for "AppBundle\Form\Type\StudentRemedialModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\StudentRemedialModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\StudentRemedialType" (parent: .abstract.instanceof.AppBundle\Form\Type\StudentRemedialType).
Resolving inheritance for "AppBundle\Form\Type\StudentRemedialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\StudentRemedialType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\UploadController" (parent: .abstract.instanceof.CoreBundle\Controller\UploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\UploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\UploadController).
Resolving inheritance for "CoreBundle\Controller\UploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\UploadController).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\CategoryListener" (parent: .abstract.instanceof.CoreBundle\Doctrine\CategoryListener).
Resolving inheritance for "CoreBundle\Doctrine\CategoryListener" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\CategoryListener).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\NoteTestStudentListener" (parent: .abstract.instanceof.CoreBundle\Doctrine\NoteTestStudentListener).
Resolving inheritance for "CoreBundle\Doctrine\NoteTestStudentListener" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\NoteTestStudentListener).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\QcmListener" (parent: .abstract.instanceof.CoreBundle\Doctrine\QcmListener).
Resolving inheritance for "CoreBundle\Doctrine\QcmListener" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\QcmListener).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\QuestionListener" (parent: .abstract.instanceof.CoreBundle\Doctrine\QuestionListener).
Resolving inheritance for "CoreBundle\Doctrine\QuestionListener" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\QuestionListener).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\WriteListener" (parent: .abstract.instanceof.CoreBundle\Doctrine\WriteListener).
Resolving inheritance for "CoreBundle\Doctrine\WriteListener" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\WriteListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CoreBundle\EventSubscriber\CountNewPostsSubscriber" (parent: .abstract.instanceof.CoreBundle\EventSubscriber\CountNewPostsSubscriber).
Resolving inheritance for "CoreBundle\EventSubscriber\CountNewPostsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CoreBundle\EventSubscriber\CountNewPostsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CoreBundle\EventSubscriber\LoginSubscriber" (parent: .abstract.instanceof.CoreBundle\EventSubscriber\LoginSubscriber).
Resolving inheritance for "CoreBundle\EventSubscriber\LoginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CoreBundle\EventSubscriber\LoginSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.CoreBundle\Form\Extension\HelpTextExtension" (parent: .abstract.instanceof.CoreBundle\Form\Extension\HelpTextExtension).
Resolving inheritance for "CoreBundle\Form\Extension\HelpTextExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.CoreBundle\Form\Extension\HelpTextExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\JwtToken" (parent: .abstract.instanceof.CoreBundle\Twig\JwtToken).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\JwtToken" (parent: .instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\JwtToken).
Resolving inheritance for "CoreBundle\Twig\JwtToken" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\JwtToken).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\MenuAccess" (parent: .abstract.instanceof.CoreBundle\Twig\MenuAccess).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\MenuAccess" (parent: .instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\MenuAccess).
Resolving inheritance for "CoreBundle\Twig\MenuAccess" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\MenuAccess).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\QrCodeAuth" (parent: .abstract.instanceof.CoreBundle\Twig\QrCodeAuth).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\QrCodeAuth" (parent: .instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\QrCodeAuth).
Resolving inheritance for "CoreBundle\Twig\QrCodeAuth" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\QrCodeAuth).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\UploadExtension" (parent: .abstract.instanceof.CoreBundle\Twig\UploadExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\UploadExtension" (parent: .instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\UploadExtension).
Resolving inheritance for "CoreBundle\Twig\UploadExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\UploadExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.DocumentBundle\Command\DocumentRenameCommand" (parent: .abstract.instanceof.DocumentBundle\Command\DocumentRenameCommand).
Resolving inheritance for "DocumentBundle\Command\DocumentRenameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.DocumentBundle\Command\DocumentRenameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.DocumentBundle\Command\DocumentS3Command" (parent: .abstract.instanceof.DocumentBundle\Command\DocumentS3Command).
Resolving inheritance for "DocumentBundle\Command\DocumentS3Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.DocumentBundle\Command\DocumentS3Command).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DocumentBundle\Controller\DefaultController" (parent: .abstract.instanceof.DocumentBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DocumentBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DocumentBundle\Controller\DefaultController).
Resolving inheritance for "DocumentBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DocumentBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DocumentBundle\Controller\FileController" (parent: .abstract.instanceof.DocumentBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DocumentBundle\Controller\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DocumentBundle\Controller\FileController).
Resolving inheritance for "DocumentBundle\Controller\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DocumentBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DocumentBundle\Controller\FolderController" (parent: .abstract.instanceof.DocumentBundle\Controller\FolderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DocumentBundle\Controller\FolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DocumentBundle\Controller\FolderController).
Resolving inheritance for "DocumentBundle\Controller\FolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DocumentBundle\Controller\FolderController).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.DocumentBundle\Security\DocFolderVoter" (parent: .abstract.instanceof.DocumentBundle\Security\DocFolderVoter).
Resolving inheritance for "DocumentBundle\Security\DocFolderVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.DocumentBundle\Security\DocFolderVoter).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.DocumentBundle\Twig\ImageExtensionExtension" (parent: .abstract.instanceof.DocumentBundle\Twig\ImageExtensionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.DocumentBundle\Twig\ImageExtensionExtension" (parent: .instanceof.Twig_ExtensionInterface.0.DocumentBundle\Twig\ImageExtensionExtension).
Resolving inheritance for "DocumentBundle\Twig\ImageExtensionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.DocumentBundle\Twig\ImageExtensionExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.ForumBundle\Command\DocumentS3Command" (parent: .abstract.instanceof.ForumBundle\Command\DocumentS3Command).
Resolving inheritance for "ForumBundle\Command\DocumentS3Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.ForumBundle\Command\DocumentS3Command).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ForumBundle\Controller\AdminController" (parent: .abstract.instanceof.ForumBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ForumBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ForumBundle\Controller\AdminController).
Resolving inheritance for "ForumBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ForumBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ForumBundle\Controller\DefaultController" (parent: .abstract.instanceof.ForumBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ForumBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ForumBundle\Controller\DefaultController).
Resolving inheritance for "ForumBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ForumBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ForumBundle\Controller\UserController" (parent: .abstract.instanceof.ForumBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ForumBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ForumBundle\Controller\UserController).
Resolving inheritance for "ForumBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ForumBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.ForumBundle\EventSubscriber\ActivitySubscriber" (parent: .abstract.instanceof.ForumBundle\EventSubscriber\ActivitySubscriber).
Resolving inheritance for "ForumBundle\EventSubscriber\ActivitySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.ForumBundle\EventSubscriber\ActivitySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ForumBundle\Form\Type\PostType" (parent: .abstract.instanceof.ForumBundle\Form\Type\PostType).
Resolving inheritance for "ForumBundle\Form\Type\PostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.ForumBundle\Form\Type\PostType).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ForumBundle\Security\CategoryVoter" (parent: .abstract.instanceof.ForumBundle\Security\CategoryVoter).
Resolving inheritance for "ForumBundle\Security\CategoryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ForumBundle\Security\CategoryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ForumBundle\Security\ForumVoter" (parent: .abstract.instanceof.ForumBundle\Security\ForumVoter).
Resolving inheritance for "ForumBundle\Security\ForumVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ForumBundle\Security\ForumVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ForumBundle\Security\PostVoter" (parent: .abstract.instanceof.ForumBundle\Security\PostVoter).
Resolving inheritance for "ForumBundle\Security\PostVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ForumBundle\Security\PostVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.HomeBundle\Controller\DefaultController" (parent: .abstract.instanceof.HomeBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.HomeBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.HomeBundle\Controller\DefaultController).
Resolving inheritance for "HomeBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.HomeBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\AbsenceController" (parent: .abstract.instanceof.NoteBundle\Controller\AbsenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\AbsenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\AbsenceController).
Resolving inheritance for "NoteBundle\Controller\AbsenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\AbsenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ActivityController" (parent: .abstract.instanceof.NoteBundle\Controller\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ActivityController).
Resolving inheritance for "NoteBundle\Controller\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\AppelController" (parent: .abstract.instanceof.NoteBundle\Controller\AppelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\AppelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\AppelController).
Resolving inheritance for "NoteBundle\Controller\AppelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\AppelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\BrancheController" (parent: .abstract.instanceof.NoteBundle\Controller\BrancheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\BrancheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\BrancheController).
Resolving inheritance for "NoteBundle\Controller\BrancheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\BrancheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\BulletinController" (parent: .abstract.instanceof.NoteBundle\Controller\BulletinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\BulletinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\BulletinController).
Resolving inheritance for "NoteBundle\Controller\BulletinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\BulletinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ClassementController" (parent: .abstract.instanceof.NoteBundle\Controller\ClassementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ClassementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ClassementController).
Resolving inheritance for "NoteBundle\Controller\ClassementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ClassementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\CoefficientController" (parent: .abstract.instanceof.NoteBundle\Controller\CoefficientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\CoefficientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\CoefficientController).
Resolving inheritance for "NoteBundle\Controller\CoefficientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\CoefficientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ExportController" (parent: .abstract.instanceof.NoteBundle\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ExportController).
Resolving inheritance for "NoteBundle\Controller\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\MinorOptionController" (parent: .abstract.instanceof.NoteBundle\Controller\MinorOptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\MinorOptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\MinorOptionController).
Resolving inheritance for "NoteBundle\Controller\MinorOptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\MinorOptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ModuleController" (parent: .abstract.instanceof.NoteBundle\Controller\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ModuleController).
Resolving inheritance for "NoteBundle\Controller\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\PeriodeController" (parent: .abstract.instanceof.NoteBundle\Controller\PeriodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\PeriodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\PeriodeController).
Resolving inheritance for "NoteBundle\Controller\PeriodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\PeriodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\QuadController" (parent: .abstract.instanceof.NoteBundle\Controller\QuadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\QuadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\QuadController).
Resolving inheritance for "NoteBundle\Controller\QuadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\QuadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\SecteurController" (parent: .abstract.instanceof.NoteBundle\Controller\SecteurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\SecteurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\SecteurController).
Resolving inheritance for "NoteBundle\Controller\SecteurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\SecteurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\StudentController" (parent: .abstract.instanceof.NoteBundle\Controller\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\StudentController).
Resolving inheritance for "NoteBundle\Controller\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\StudentModuleController" (parent: .abstract.instanceof.NoteBundle\Controller\StudentModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\StudentModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\StudentModuleController).
Resolving inheritance for "NoteBundle\Controller\StudentModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\StudentModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\TestController" (parent: .abstract.instanceof.NoteBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\TestController).
Resolving inheritance for "NoteBundle\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\AbsenceType" (parent: .abstract.instanceof.NoteBundle\Form\Type\AbsenceType).
Resolving inheritance for "NoteBundle\Form\Type\AbsenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\AbsenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ActivityType" (parent: .abstract.instanceof.NoteBundle\Form\Type\ActivityType).
Resolving inheritance for "NoteBundle\Form\Type\ActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ActivityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\AppelType" (parent: .abstract.instanceof.NoteBundle\Form\Type\AppelType).
Resolving inheritance for "NoteBundle\Form\Type\AppelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\AppelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\BrancheType" (parent: .abstract.instanceof.NoteBundle\Form\Type\BrancheType).
Resolving inheritance for "NoteBundle\Form\Type\BrancheType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\BrancheType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\BulletinType" (parent: .abstract.instanceof.NoteBundle\Form\Type\BulletinType).
Resolving inheritance for "NoteBundle\Form\Type\BulletinType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\BulletinType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ClassementType" (parent: .abstract.instanceof.NoteBundle\Form\Type\ClassementType).
Resolving inheritance for "NoteBundle\Form\Type\ClassementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ClassementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\CoefficientType" (parent: .abstract.instanceof.NoteBundle\Form\Type\CoefficientType).
Resolving inheritance for "NoteBundle\Form\Type\CoefficientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\CoefficientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ExportType" (parent: .abstract.instanceof.NoteBundle\Form\Type\ExportType).
Resolving inheritance for "NoteBundle\Form\Type\ExportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ExportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\MinorOptionType" (parent: .abstract.instanceof.NoteBundle\Form\Type\MinorOptionType).
Resolving inheritance for "NoteBundle\Form\Type\MinorOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\MinorOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ModuleType" (parent: .abstract.instanceof.NoteBundle\Form\Type\ModuleType).
Resolving inheritance for "NoteBundle\Form\Type\ModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\NotPassedTestType" (parent: .abstract.instanceof.NoteBundle\Form\Type\NotPassedTestType).
Resolving inheritance for "NoteBundle\Form\Type\NotPassedTestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\NotPassedTestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\NoteTestStudentType" (parent: .abstract.instanceof.NoteBundle\Form\Type\NoteTestStudentType).
Resolving inheritance for "NoteBundle\Form\Type\NoteTestStudentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\NoteTestStudentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\PageNoteType" (parent: .abstract.instanceof.NoteBundle\Form\Type\PageNoteType).
Resolving inheritance for "NoteBundle\Form\Type\PageNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\PageNoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\PeriodeType" (parent: .abstract.instanceof.NoteBundle\Form\Type\PeriodeType).
Resolving inheritance for "NoteBundle\Form\Type\PeriodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\PeriodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\QuadType" (parent: .abstract.instanceof.NoteBundle\Form\Type\QuadType).
Resolving inheritance for "NoteBundle\Form\Type\QuadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\QuadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\RankingType" (parent: .abstract.instanceof.NoteBundle\Form\Type\RankingType).
Resolving inheritance for "NoteBundle\Form\Type\RankingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\RankingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SavedRankingType" (parent: .abstract.instanceof.NoteBundle\Form\Type\SavedRankingType).
Resolving inheritance for "NoteBundle\Form\Type\SavedRankingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SavedRankingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SearchStudentModuleType" (parent: .abstract.instanceof.NoteBundle\Form\Type\SearchStudentModuleType).
Resolving inheritance for "NoteBundle\Form\Type\SearchStudentModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SearchStudentModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SearchStudentType" (parent: .abstract.instanceof.NoteBundle\Form\Type\SearchStudentType).
Resolving inheritance for "NoteBundle\Form\Type\SearchStudentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SearchStudentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SearchTestType" (parent: .abstract.instanceof.NoteBundle\Form\Type\SearchTestType).
Resolving inheritance for "NoteBundle\Form\Type\SearchTestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SearchTestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SecteurHasModuleType" (parent: .abstract.instanceof.NoteBundle\Form\Type\SecteurHasModuleType).
Resolving inheritance for "NoteBundle\Form\Type\SecteurHasModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SecteurHasModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SecteurType" (parent: .abstract.instanceof.NoteBundle\Form\Type\SecteurType).
Resolving inheritance for "NoteBundle\Form\Type\SecteurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SecteurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\StudentSecteurType" (parent: .abstract.instanceof.NoteBundle\Form\Type\StudentSecteurType).
Resolving inheritance for "NoteBundle\Form\Type\StudentSecteurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\StudentSecteurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\StudentType" (parent: .abstract.instanceof.NoteBundle\Form\Type\StudentType).
Resolving inheritance for "NoteBundle\Form\Type\StudentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\StudentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\TestGroupType" (parent: .abstract.instanceof.NoteBundle\Form\Type\TestGroupType).
Resolving inheritance for "NoteBundle\Form\Type\TestGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\TestGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\TestType" (parent: .abstract.instanceof.NoteBundle\Form\Type\TestType).
Resolving inheritance for "NoteBundle\Form\Type\TestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\TestType).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.NoteBundle\Twig\CountNoteStudent" (parent: .abstract.instanceof.NoteBundle\Twig\CountNoteStudent).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NoteBundle\Twig\CountNoteStudent" (parent: .instanceof.Twig_ExtensionInterface.0.NoteBundle\Twig\CountNoteStudent).
Resolving inheritance for "NoteBundle\Twig\CountNoteStudent" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NoteBundle\Twig\CountNoteStudent).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.NoteBundle\Twig\IsAbsentStudent" (parent: .abstract.instanceof.NoteBundle\Twig\IsAbsentStudent).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NoteBundle\Twig\IsAbsentStudent" (parent: .instanceof.Twig_ExtensionInterface.0.NoteBundle\Twig\IsAbsentStudent).
Resolving inheritance for "NoteBundle\Twig\IsAbsentStudent" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NoteBundle\Twig\IsAbsentStudent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PlanningBundle\Controller\DefaultController" (parent: .abstract.instanceof.PlanningBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PlanningBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PlanningBundle\Controller\DefaultController).
Resolving inheritance for "PlanningBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PlanningBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PlanningBundle\Form\Type\CalendarEventType" (parent: .abstract.instanceof.PlanningBundle\Form\Type\CalendarEventType).
Resolving inheritance for "PlanningBundle\Form\Type\CalendarEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PlanningBundle\Form\Type\CalendarEventType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\AbstractDefaultController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\AbstractDefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\AbstractDefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\AbstractDefaultController).
Resolving inheritance for "QuestionnaireBundle\Controller\AbstractDefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\AbstractDefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\AbstractQuestionController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\AbstractQuestionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\AbstractQuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\AbstractQuestionController).
Resolving inheritance for "QuestionnaireBundle\Controller\AbstractQuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\AbstractQuestionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\AbstractStudentController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\AbstractStudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\AbstractStudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\AbstractStudentController).
Resolving inheritance for "QuestionnaireBundle\Controller\AbstractStudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\AbstractStudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Editorial\DefaultController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\Editorial\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Editorial\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Editorial\DefaultController).
Resolving inheritance for "QuestionnaireBundle\Controller\Editorial\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Editorial\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Editorial\QuestionController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\Editorial\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Editorial\QuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Editorial\QuestionController).
Resolving inheritance for "QuestionnaireBundle\Controller\Editorial\QuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Editorial\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Editorial\StudentController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\Editorial\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Editorial\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Editorial\StudentController).
Resolving inheritance for "QuestionnaireBundle\Controller\Editorial\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Editorial\StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\GeneratorController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\GeneratorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\GeneratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\GeneratorController).
Resolving inheritance for "QuestionnaireBundle\Controller\GeneratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\GeneratorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\AnnexeController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\Qcm\AnnexeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\AnnexeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\AnnexeController).
Resolving inheritance for "QuestionnaireBundle\Controller\Qcm\AnnexeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\AnnexeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\CommentController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\Qcm\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\CommentController).
Resolving inheritance for "QuestionnaireBundle\Controller\Qcm\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\DefaultController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\Qcm\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\DefaultController).
Resolving inheritance for "QuestionnaireBundle\Controller\Qcm\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\QuestionController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\Qcm\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\QuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\QuestionController).
Resolving inheritance for "QuestionnaireBundle\Controller\Qcm\QuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\StudentController" (parent: .abstract.instanceof.QuestionnaireBundle\Controller\Qcm\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\StudentController).
Resolving inheritance for "QuestionnaireBundle\Controller\Qcm\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\StudentController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\AnnexeType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\AnnexeType).
Resolving inheritance for "QuestionnaireBundle\Form\AnnexeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\AnnexeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\CommentType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\CommentType).
Resolving inheritance for "QuestionnaireBundle\Form\CommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\CommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\EditorialStudentQuestionType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\EditorialStudentQuestionType).
Resolving inheritance for "QuestionnaireBundle\Form\EditorialStudentQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\EditorialStudentQuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmAnnexeType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\QcmAnnexeType).
Resolving inheritance for "QuestionnaireBundle\Form\QcmAnnexeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmAnnexeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmAnswerType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\QcmAnswerType).
Resolving inheritance for "QuestionnaireBundle\Form\QcmAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmCommentType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\QcmCommentType).
Resolving inheritance for "QuestionnaireBundle\Form\QcmCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmQuestionType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\QcmQuestionType).
Resolving inheritance for "QuestionnaireBundle\Form\QcmQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmQuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmRangeQuestionType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\QcmRangeQuestionType).
Resolving inheritance for "QuestionnaireBundle\Form\QcmRangeQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmRangeQuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireEditorialQuestionType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\QuestionnaireEditorialQuestionType).
Resolving inheritance for "QuestionnaireBundle\Form\QuestionnaireEditorialQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireEditorialQuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireEditorialType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\QuestionnaireEditorialType).
Resolving inheritance for "QuestionnaireBundle\Form\QuestionnaireEditorialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireEditorialType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireFilterType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\QuestionnaireFilterType).
Resolving inheritance for "QuestionnaireBundle\Form\QuestionnaireFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireQcmType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\QuestionnaireQcmType).
Resolving inheritance for "QuestionnaireBundle\Form\QuestionnaireQcmType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireQcmType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\StudentQuestionType" (parent: .abstract.instanceof.QuestionnaireBundle\Form\StudentQuestionType).
Resolving inheritance for "QuestionnaireBundle\Form\StudentQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\StudentQuestionType).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\CanResa" (parent: .abstract.instanceof.QuestionnaireBundle\Twig\CanResa).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\CanResa" (parent: .instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\CanResa).
Resolving inheritance for "QuestionnaireBundle\Twig\CanResa" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\CanResa).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\DurationExtension" (parent: .abstract.instanceof.QuestionnaireBundle\Twig\DurationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\DurationExtension" (parent: .instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\DurationExtension).
Resolving inheritance for "QuestionnaireBundle\Twig\DurationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\DurationExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\GetQcmStudentExtension" (parent: .abstract.instanceof.QuestionnaireBundle\Twig\GetQcmStudentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\GetQcmStudentExtension" (parent: .instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\GetQcmStudentExtension).
Resolving inheritance for "QuestionnaireBundle\Twig\GetQcmStudentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\GetQcmStudentExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\HasQcmRunningExtension" (parent: .abstract.instanceof.QuestionnaireBundle\Twig\HasQcmRunningExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\HasQcmRunningExtension" (parent: .instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\HasQcmRunningExtension).
Resolving inheritance for "QuestionnaireBundle\Twig\HasQcmRunningExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\HasQcmRunningExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\ListingQuestions" (parent: .abstract.instanceof.QuestionnaireBundle\Twig\ListingQuestions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\ListingQuestions" (parent: .instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\ListingQuestions).
Resolving inheritance for "QuestionnaireBundle\Twig\ListingQuestions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\ListingQuestions).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\ListingStudentQuestions" (parent: .abstract.instanceof.QuestionnaireBundle\Twig\ListingStudentQuestions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\ListingStudentQuestions" (parent: .instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\ListingStudentQuestions).
Resolving inheritance for "QuestionnaireBundle\Twig\ListingStudentQuestions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\ListingStudentQuestions).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\QuestionStudentExtension" (parent: .abstract.instanceof.QuestionnaireBundle\Twig\QuestionStudentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\QuestionStudentExtension" (parent: .instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\QuestionStudentExtension).
Resolving inheritance for "QuestionnaireBundle\Twig\QuestionStudentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\QuestionStudentExtension).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\RemainingLaunchTimeExtension" (parent: .abstract.instanceof.QuestionnaireBundle\Twig\RemainingLaunchTimeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\RemainingLaunchTimeExtension" (parent: .instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\RemainingLaunchTimeExtension).
Resolving inheritance for "QuestionnaireBundle\Twig\RemainingLaunchTimeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\RemainingLaunchTimeExtension).
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.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.user.provider.concrete.user_provider" (parent: security.user.provider.chain).
Resolving inheritance for "security.user.provider.concrete.student_db" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.tutor_db" (parent: doctrine.orm.security.user.provider).
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.api_login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api_login.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.json_login.api_login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.api_login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.failure_handler.api_login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authenticator.manager.api_login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.graphql" (parent: security.firewall.config).
Resolving inheritance for "security.listener.graphql.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.graphql" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.graphql" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.graphql" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.graphql" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.graphql" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.graphql" (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 "security.authenticator.jwt.main" (parent: lexik_jwt_authentication.security.jwt_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 "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.phpfilescache" (parent: .abstract.instanceof.graphqlite.phpfilescache).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.phpfilescache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.phpfilescache).
Resolving inheritance for "graphqlite.phpfilescache" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.phpfilescache).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.apcucache" (parent: .abstract.instanceof.graphqlite.apcucache).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.apcucache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.apcucache).
Resolving inheritance for "graphqlite.apcucache" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.apcucache).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.psr16cache" (parent: .abstract.instanceof.graphqlite.psr16cache).
Resolving inheritance for "graphqlite.psr16cache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.psr16cache).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.graphqlite.cacheclearer" (parent: .abstract.instanceof.graphqlite.cacheclearer).
Resolving inheritance for "graphqlite.cacheclearer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.graphqlite.cacheclearer).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand" (parent: .abstract.instanceof.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand).
Resolving inheritance for "TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig_ExtensionInterface.0.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.custom_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for "payum.storage.app_entity_paymenttoken" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.security.token_storage" (parent: payum.storage.app_entity_paymenttoken).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\AuthorizeController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CancelController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CaptureController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\NotifyController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\PayoutController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\RefundController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\SyncController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "payum.storage.app_entity_payment" (parent: payum.storage.doctrine.orm).
Resolving inheritance for "payum.extension.storage.app_entity_payment" (parent: payum.extension.storage.prototype).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Symfony\Component\Serializer\Normalizer\ObjectNormalizer" (parent: .abstract.instanceof.Symfony\Component\Serializer\Normalizer\ObjectNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Symfony\Component\Serializer\Normalizer\ObjectNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Symfony\Component\Serializer\Normalizer\ObjectNormalizer).
Resolving inheritance for "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Symfony\Component\Serializer\Normalizer\ObjectNormalizer).
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_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payum" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
8
Removing service-argument resolver for controller "AdminBundle\Controller\EdtFacController::editAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "AdminBundle\Controller\EdtFacController::editTdPlanning": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "AdminBundle\Controller\EdtFacController::editTh": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "AdminBundle\Controller\EdtLessonController::save": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "AdminBundle\Controller\EdtPlanningHebdoController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "NoteBundle\Controller\ActivityController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "NoteBundle\Controller\BrancheController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "NoteBundle\Controller\PeriodeController::edit": no corresponding services exist for the referenced types.
443
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "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 "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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 "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.api_login"; reason: private alias.
Removed service "security.user_checker.api_login"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.graphql"; reason: private alias.
Removed service "security.user_checker.graphql"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Pagerfanta\RouteGenerator\RouteGeneratorFactoryInterface"; reason: private alias.
Removed service "Pagerfanta\View\ViewFactory"; reason: private alias.
Removed service "Pagerfanta\View\ViewFactoryInterface"; reason: private alias.
Removed service "GraphQL\Type\Schema"; reason: private alias.
Removed service "TheCodingMachine\GraphQLite\Security\AuthenticationServiceInterface"; reason: private alias.
Removed service "TheCodingMachine\GraphQLite\Security\AuthorizationServiceInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Database"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Database $mmppDatabase"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Auth"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Auth $mmppAuth"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Storage"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Storage $mmppStorage"; reason: private alias.
Removed service "Kreait\Firebase\Contract\RemoteConfig"; reason: private alias.
Removed service "Kreait\Firebase\Contract\RemoteConfig $mmppRemoteConfig"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Messaging"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Messaging $mmppMessaging"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Firestore"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Firestore $mmppFirestore"; reason: private alias.
Removed service "Kreait\Firebase\Contract\DynamicLinks"; reason: private alias.
Removed service "Kreait\Firebase\Contract\DynamicLinks $mmppDynamicLinks"; 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 $customQrCodeBuilder"; reason: private alias.
Removed service "payum.entity_manager"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $payumLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service "graphqlite.cache"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.EjBxGJI"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.D95m.Aq"; reason: private alias.
Removed service ".service_locator.C2x.F_J"; reason: private alias.
Removed service ".service_locator.eiMYGGi"; reason: private alias.
Removed service ".service_locator.vbdcN.E"; reason: private alias.
Removed service ".service_locator.JX4jk8q"; reason: private alias.
Removed service ".service_locator.Up1rpai"; reason: private alias.
Removed service ".service_locator.H3E4wlD"; reason: private alias.
Removed service ".service_locator.3FK_enY"; reason: private alias.
Removed service ".service_locator.tSei6dA"; reason: private alias.
Removed service ".service_locator.epkO9IW"; reason: private alias.
Removed service ".service_locator.kltwdDb"; reason: private alias.
Removed service ".service_locator.9MqNzDm"; reason: private alias.
Removed service ".service_locator.rPbuRFp"; reason: private alias.
Removed service ".service_locator.DzzYAWE"; reason: private alias.
Removed service ".service_locator.N675cTt"; reason: private alias.
Removed service ".service_locator.UVhrGbB"; reason: private alias.
Removed service ".service_locator.13zue0R"; reason: private alias.
Removed service ".service_locator.3VA3mIT"; reason: private alias.
Removed service ".service_locator.quc0qme"; reason: private alias.
Removed service ".service_locator.hlylm33"; reason: private alias.
Removed service ".service_locator.GRqqUIb"; reason: private alias.
Removed service ".service_locator.8Ksdn6F"; reason: private alias.
Removed service ".service_locator.O8GoicB"; reason: private alias.
Removed service ".service_locator.7bg_GLY"; reason: private alias.
Removed service ".service_locator.5Uh_bM."; reason: private alias.
Removed service ".service_locator.DKH.neW"; reason: private alias.
Removed service ".service_locator.Amcf2Xe"; reason: private alias.
Removed service ".service_locator.KaeMHu0"; reason: private alias.
Removed service ".service_locator.wGS0V2z"; reason: private alias.
Removed service ".service_locator.hxlbdF3"; reason: private alias.
Removed service ".service_locator.CROtuFb"; reason: private alias.
Removed service ".service_locator.dYmt8Fy"; reason: private alias.
Removed service ".service_locator.dkydaBP"; reason: private alias.
Removed service ".service_locator.CST1ybz"; reason: private alias.
Removed service ".service_locator.XdHbnPk"; reason: private alias.
Removed service ".service_locator.dVgrmZi"; reason: private alias.
Removed service ".service_locator.Bxr9Cj3"; reason: private alias.
Removed service ".service_locator.tpry5lU"; reason: private alias.
Removed service ".service_locator.SC8qNfQ"; reason: private alias.
Removed service ".service_locator.IdQVmbf"; reason: private alias.
Removed service ".service_locator.Do87G1W"; reason: private alias.
Removed service ".service_locator.vvcMHYV"; reason: private alias.
Removed service ".service_locator.6rohqa9"; reason: private alias.
Removed service ".service_locator.QPtNQkB"; reason: private alias.
Removed service ".service_locator.oouA8zp"; reason: private alias.
Removed service ".service_locator.rrrdWHO"; reason: private alias.
Removed service ".service_locator.ZNCA63P"; reason: private alias.
Removed service ".service_locator.8kksEII"; reason: private alias.
Removed service ".service_locator.2zVBK5I"; reason: private alias.
Removed service ".service_locator.XXwBQys"; reason: private alias.
Removed service ".service_locator.KrZZ_HS"; reason: private alias.
Removed service ".service_locator.BqpFxVi"; reason: private alias.
Removed service ".service_locator.TGI6Oj2"; reason: private alias.
Removed service ".service_locator.wyG1c_x"; reason: private alias.
Removed service ".service_locator.DcBZy2o"; reason: private alias.
Removed service ".service_locator.oCVmXlG"; reason: private alias.
Removed service ".service_locator.hb1Za7k"; reason: private alias.
Removed service ".service_locator.Bz9LUKB"; reason: private alias.
Removed service ".service_locator.nFR7c6_"; reason: private alias.
Removed service ".service_locator.ptACM0p"; reason: private alias.
Removed service ".service_locator.Ukhk7bk"; reason: private alias.
Removed service ".service_locator.mITyW1q"; reason: private alias.
Removed service ".service_locator.uePrJs8"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.77b4BxN"; reason: private alias.
Removed service ".service_locator.kQcgyAo"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.5_nv1c7"; reason: private alias.
Removed service ".service_locator.ADqWcbL"; reason: private alias.
Removed service ".service_locator.TZdWHal"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api_login"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.graphql"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.FatRZu2"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.ouyb60W"; reason: private alias.
Removed service ".service_locator.hCumxIO"; reason: private alias.
Removed service ".service_locator.0Wadcdk"; reason: private alias.
Removed service ".service_locator.NtdIDDc"; reason: private alias.
Removed service ".service_locator.8.240fs"; reason: private alias.
Removed service ".service_locator.t3dBc8S"; reason: private alias.
Removed service ".service_locator.xHzo1GP"; reason: private alias.
Removed service ".service_locator.PXyf4vQ"; reason: private alias.
Removed service ".service_locator.jDOu2gm"; reason: private alias.
Removed service ".service_locator.VD9G1ZO"; reason: private alias.
Removed service ".service_locator.xzMcTMJ"; reason: private alias.
Removed service ".service_locator.HgCK.XC"; reason: private alias.
Removed service ".service_locator.U3OnqRW"; reason: private alias.
Removed service ".service_locator.YV5sjks"; reason: private alias.
Removed service ".service_locator.qwNbR3L"; reason: private alias.
Removed service ".service_locator.9BTapVR"; reason: private alias.
Removed service ".service_locator.TuZFm3C"; reason: private alias.
Removed service ".service_locator.wMGM9gd"; reason: private alias.
Removed service ".service_locator.4WQnNf1"; reason: private alias.
Removed service ".service_locator.MIihTlJ"; reason: private alias.
Removed service ".service_locator.HyxNRj6"; reason: private alias.
Removed service ".service_locator.dfI1p1K"; reason: private alias.
Removed service ".service_locator.jLWJoNk"; reason: private alias.
Removed service ".service_locator.kafP8sC"; reason: private alias.
Removed service ".service_locator.kgQsDJS"; reason: private alias.
Removed service ".service_locator.CEQ6VVY"; reason: private alias.
Removed service ".service_locator.wUTQTt6"; reason: private alias.
Removed service ".service_locator.Qhps8nQ"; reason: private alias.
Removed service ".service_locator.14Dwq_e"; reason: private alias.
Removed service ".service_locator.67fuimJ"; reason: private alias.
Removed service ".service_locator.M0eCtAc"; reason: private alias.
Removed service ".service_locator.U9wy3xZ"; reason: private alias.
Removed service ".service_locator.8iq5Bs9"; reason: private alias.
Removed service ".service_locator.Nazw4M0"; reason: private alias.
Removed service ".service_locator.r2RQzhw"; reason: private alias.
Removed service ".service_locator.9lLHFdd"; reason: private alias.
Removed service ".service_locator.5su8RAU"; reason: private alias.
Removed service ".service_locator.KT6WMQL"; reason: private alias.
Removed service ".service_locator.HsPgQyi"; reason: private alias.
Removed service ".service_locator.nL1VHUV"; reason: private alias.
Removed service ".service_locator.RLJv0Sc"; reason: private alias.
Removed service ".service_locator.NpGlBsZ"; reason: private alias.
Removed service ".service_locator.rN2p.Fd"; reason: private alias.
Removed service ".service_locator.06DdehD"; reason: private alias.
Removed service ".service_locator.RVXY5xD"; reason: private alias.
Removed service ".service_locator.x5m4r_."; reason: private alias.
Removed service ".service_locator.go_nO38"; reason: private alias.
Removed service ".service_locator.yL98_bM"; reason: private alias.
Removed service ".service_locator.g_bLF0p"; reason: private alias.
Removed service ".service_locator.Bf4iS4i"; reason: private alias.
Removed service ".service_locator.qiS6qQJ"; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator..SvEuiV"; reason: private alias.
Removed service ".service_locator..vXGizw"; reason: private alias.
Removed service ".service_locator.Lqxj92Y"; reason: private alias.
Removed service ".service_locator.PYN4pic"; reason: private alias.
Removed service ".service_locator.jBT3eIu"; reason: private alias.
Removed service ".service_locator.ah2rjq8"; reason: private alias.
Removed service ".service_locator.7VHkct6"; reason: private alias.
Removed service ".service_locator.YXVW94m"; reason: private alias.
Removed service ".service_locator.rIKYXQH"; reason: private alias.
Removed service ".service_locator.PePt9ri"; reason: private alias.
Removed service ".service_locator.TS2DoCi"; reason: private alias.
Removed service ".service_locator._8APHpS"; reason: private alias.
Removed service ".service_locator.uWnzK55"; reason: private alias.
Removed service ".service_locator..cmRHxE"; reason: private alias.
Removed service ".service_locator.qpXN2nB"; reason: private alias.
Removed service ".service_locator.dsuPPQn"; reason: private alias.
Removed service ".service_locator._aP45uo"; reason: private alias.
Removed service ".service_locator.fr3j1OJ"; reason: private alias.
Removed service ".service_locator.qMTVbvF"; reason: private alias.
Removed service ".service_locator.Z8jYom_"; reason: private alias.
Removed service ".service_locator.OZ6lV.9"; reason: private alias.
Removed service ".service_locator.FlnnpyA"; reason: private alias.
Removed service ".service_locator.T9cly5p"; reason: private alias.
Removed service ".service_locator.vv9qlex"; reason: private alias.
Removed service ".service_locator.TXzOJuw"; reason: private alias.
Removed service ".service_locator.g91rSsr"; reason: private alias.
Removed service ".service_locator.OfahYPf"; reason: private alias.
Removed service ".service_locator.av.s9Yv"; reason: private alias.
Removed service ".service_locator.0puuN8Q"; reason: private alias.
Removed service ".service_locator.ngHPEFT"; reason: private alias.
Removed service ".service_locator.zYfNhzG"; reason: private alias.
Removed service ".service_locator.rC2s85g"; reason: private alias.
Removed service ".service_locator.Jt4dxav"; reason: private alias.
Removed service ".service_locator.RfuY0Oj"; reason: private alias.
Removed service ".service_locator.rifzRDJ"; reason: private alias.
Removed service ".service_locator.etawqT."; reason: private alias.
Removed service ".service_locator.Qj13VM8"; reason: private alias.
Removed service ".service_locator.qeFxD2N"; reason: private alias.
Removed service ".service_locator.G_k1ve3"; reason: private alias.
Removed service ".service_locator.FMR_BN7"; reason: private alias.
Removed service ".service_locator.qAB0F7L"; reason: private alias.
Removed service ".service_locator.k59d.5X"; reason: private alias.
Removed service ".service_locator.krJRyUK"; reason: private alias.
Removed service ".service_locator.dEfZBJa"; reason: private alias.
Removed service ".service_locator.CbtFam5"; reason: private alias.
Removed service ".service_locator.gSxPBFr"; reason: private alias.
Removed service ".service_locator.gzDavyH"; reason: private alias.
Removed service ".service_locator.pHu8LTd"; reason: private alias.
Removed service ".service_locator.EnPpc1f"; reason: private alias.
Removed service ".service_locator.Mxo9cCX"; reason: private alias.
Removed service ".service_locator.8FVQug4"; reason: private alias.
Removed service ".service_locator.BYzjy1Q"; reason: private alias.
Removed service ".service_locator.Rx07VHo"; reason: private alias.
Removed service ".service_locator.yjh1FH3"; reason: private alias.
Removed service ".service_locator.uJEJaHW"; reason: private alias.
Removed service ".service_locator.XjCiJ0J"; reason: private alias.
Removed service ".service_locator.bnxPB.w"; reason: private alias.
Removed service ".service_locator.51OIxpS"; reason: private alias.
Removed service ".service_locator.YA_8GtS"; reason: private alias.
Removed service ".service_locator.eZcMHDU"; reason: private alias.
Removed service ".service_locator.d2rUXr1"; reason: private alias.
Removed service ".service_locator.dzLj77K"; reason: private alias.
Removed service ".service_locator.dqU2ul0"; reason: private alias.
Removed service ".service_locator.9tz_4JS"; reason: private alias.
Removed service ".service_locator.Ir2XB9T"; reason: private alias.
Removed service ".service_locator.MEQwXWC"; reason: private alias.
Removed service ".service_locator.tyG092o"; reason: private alias.
Removed service ".service_locator.yf9GXK."; reason: private alias.
Removed service ".service_locator.NdGxiHr"; reason: private alias.
Removed service ".service_locator.E.QfXUP"; reason: private alias.
Removed service ".service_locator.8Xf941W"; reason: private alias.
Removed service ".service_locator.MOHP_Xm"; reason: private alias.
Removed service ".service_locator.VXhk5kK"; reason: private alias.
Removed service ".service_locator.FAP8PG7"; reason: private alias.
Removed service ".service_locator.xRHkTMu"; reason: private alias.
Removed service ".service_locator.cmgpwQE"; reason: private alias.
Removed service ".service_locator.oHOVohF"; reason: private alias.
Removed service ".service_locator.6_gzqYk"; reason: private alias.
Removed service ".service_locator.5dCm_M_"; reason: private alias.
Removed service ".service_locator.ah_RTjr"; reason: private alias.
Removed service ".service_locator.4ykf_3i"; reason: private alias.
Removed service ".service_locator.lFWIK_r"; reason: private alias.
Removed service ".service_locator.oBm0eot"; reason: private alias.
Removed service ".service_locator.8CBdC1c"; reason: private alias.
Removed service ".service_locator.ExPhXP7"; reason: private alias.
Removed service ".service_locator.g2lyCzo"; reason: private alias.
Removed service ".service_locator.EZhgy3G"; reason: private alias.
Removed service ".service_locator.btAobkj"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
123
Changed reference of service "App\Service\Payment\Request" previously pointing to "router.default" to "router".
Changed reference of service "AdminBundle\Service\SendPassword" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "AdminBundle\Twig\MenuExtension" previously pointing to "router.default" to "router".
Changed reference of service "ApiBundle\Types\ForumFileUrlType" previously pointing to "router.default" to "router".
Changed reference of service "ApiBundle\ApiManager\BoxImageManager" previously pointing to "debug.validator" to "validator".
Changed reference of service "ApiBundle\ApiManager\DocumentManager" previously pointing to "debug.validator" to "validator".
Changed reference of service "ApiBundle\ApiManager\ForumCategoryManager" previously pointing to "debug.validator" to "validator".
Changed reference of service "ApiBundle\ApiManager\ForumPostManager" previously pointing to "debug.validator" to "validator".
Changed reference of service "ApiBundle\ApiManager\MinorOptionManager" previously pointing to "debug.validator" to "validator".
Changed reference of service "ApiBundle\ApiManager\ModuleManager" previously pointing to "debug.validator" to "validator".
Changed reference of service "ApiBundle\ApiManager\SecteurManager" previously pointing to "debug.validator" to "validator".
Changed reference of service "ApiBundle\ApiManager\UserManager" previously pointing to "debug.validator" to "validator".
Changed reference of service "CoreBundle\EventSubscriber\CountNewPostsSubscriber" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "CoreBundle\EventSubscriber\LoginSubscriber" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "CoreBundle\S3\Uploader" previously pointing to "router.default" to "router".
Changed reference of service "DocumentBundle\Service\FolderGenerator" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "ForumBundle\Service\NewAnswerSendEmail" previously pointing to "debug.validator" to "validator".
Changed reference of service "ForumBundle\Service\NewPostSendEmail" previously pointing to "debug.validator" to "validator".
Changed reference of service "QuestionnaireBundle\Twig\ListingQuestions" previously pointing to "router.default" to "router".
Changed reference of service "QuestionnaireBundle\Twig\ListingStudentQuestions" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.api_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.graphql" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.graphql" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.main" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "pagerfanta.route_generator_factory" previously pointing to "router.default" to "router".
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 "TheCodingMachine\GraphQLite\Validator\Mappers\Parameters\AssertParameterMiddleware" previously pointing to "debug.validator" to "validator".
Changed reference of service "TheCodingMachine\GraphQLite\Validator\Mappers\Parameters\AssertParameterMiddleware" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController" 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 "payum.token_factory_builder" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.1GhMgDN" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.MQLB2VP" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.NFNOEOq" previously pointing to "router.default" to "router".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.ApiBundle\Security\Voter\SecteurVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.DocumentBundle\Security\DocFolderVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.ForumBundle\Security\CategoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.ForumBundle\Security\ForumVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.ForumBundle\Security\PostVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jGmaBvD" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.gyhT5zP" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.R9EZor7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.tKYhTN9" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
567
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.chain"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.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 "payum.extension.storage.prototype"; reason: abstract.
Removed service "Payum\Bundle\PayumBundle\Controller\PayumController"; reason: abstract.
Removed service "payum.storage.doctrine.orm"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\DateExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\DateExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extensions\DateExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extensions\IntlExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\TextExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\TextExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extensions\TextExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DossierInscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DossierInscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DossierInscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PreinscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PreinscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PreinscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DossierChequeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DossierChequeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DossierInscriptionChequeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DossierInscriptionChequeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DossierInscriptionFrontType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DossierInscriptionFrontType"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Extensions\HasPrExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extensions\HasPrExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extensions\HasPrExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\GenerateFormatoileCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\GenerateFormatoileCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EdtFacController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EdtFacController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EdtFacController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EdtLessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EdtLessonController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EdtLessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EdtPlanningHebdoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EdtPlanningHebdoController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EdtPlanningHebdoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\FormatoileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\FormatoileController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\FormatoileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ForumPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ForumPostController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ForumPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\CkeditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\CkeditorController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\CkeditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\DossierInscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\DossierInscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\DossierInscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\FormulairePriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\FormulairePriceController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\FormulairePriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\InscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\InscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\InscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\PreinscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionInternatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionInternatController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\PreinscriptionInternatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionQueueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionQueueController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\PreinscriptionQueueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\PreinscriptionStageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\PreinscriptionStageController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\PreinscriptionStageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Inscription\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Inscription\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Inscription\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\PushNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\PushNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\PushNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TutorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TutorController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\TutorController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\BoxImageType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\BoxImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\DocToPrintType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\DocToPrintType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\DossierChequeType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\DossierChequeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\DossierInscriptionType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\DossierInscriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EdtGroupFacTdType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\EdtGroupFacTdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EdtGroupFacThType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\EdtGroupFacThType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\EdtTdPlanningType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\EdtTdPlanningType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\ExportTutorStatType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\ExportTutorStatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\FormationPriceType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\FormationPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\FormatoileType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\FormatoileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\HebdoType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\HebdoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\LessonType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\LessonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\PlanningFilterType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\PlanningFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AdminBundle\Form\Type\TutorType"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Form\Type\TutorType"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\CountGroupFacExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\CountGroupFacExtension"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Twig\CountGroupFacExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\MenuExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\MenuExtension"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Twig\MenuExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\SecteurTutorExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\SecteurTutorExtension"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Twig\SecteurTutorExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.AdminBundle\Twig\SelectWeekExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AdminBundle\Twig\SelectWeekExtension"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Twig\SelectWeekExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ApiBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ApiBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.ApiBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ApiBundle\Controller\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ApiBundle\Controller\UploadController"; reason: abstract.
Removed service ".abstract.instanceof.ApiBundle\Controller\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ApiBundle\Security\Voter\SecteurVoter"; reason: abstract.
Removed service ".abstract.instanceof.ApiBundle\Security\Voter\SecteurVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ImportDocprintCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\ImportDocprintCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ApiTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ApiTokenController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\ApiTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MarkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MarkController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\MarkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ModuleController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\PrintDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\PrintDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\PrintDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Tutor\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Tutor\TestController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\Tutor\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\NoteTestStudentType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\NoteTestStudentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\PageNoteType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\PageNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\PrintDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\PrintDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\StudentModuleType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\StudentModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\StudentRemedialModuleType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\StudentRemedialModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\StudentRemedialType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Form\Type\StudentRemedialType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CoreBundle\Controller\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CoreBundle\Controller\UploadController"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Controller\UploadController"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\CategoryListener"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Doctrine\CategoryListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\NoteTestStudentListener"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Doctrine\NoteTestStudentListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\QcmListener"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Doctrine\QcmListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\QuestionListener"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Doctrine\QuestionListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.CoreBundle\Doctrine\WriteListener"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Doctrine\WriteListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CoreBundle\EventSubscriber\CountNewPostsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\EventSubscriber\CountNewPostsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CoreBundle\EventSubscriber\LoginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\EventSubscriber\LoginSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.CoreBundle\Form\Extension\HelpTextExtension"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Form\Extension\HelpTextExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\JwtToken"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\JwtToken"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Twig\JwtToken"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\MenuAccess"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\MenuAccess"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Twig\MenuAccess"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\QrCodeAuth"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\QrCodeAuth"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Twig\QrCodeAuth"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.CoreBundle\Twig\UploadExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.CoreBundle\Twig\UploadExtension"; reason: abstract.
Removed service ".abstract.instanceof.CoreBundle\Twig\UploadExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.DocumentBundle\Command\DocumentRenameCommand"; reason: abstract.
Removed service ".abstract.instanceof.DocumentBundle\Command\DocumentRenameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.DocumentBundle\Command\DocumentS3Command"; reason: abstract.
Removed service ".abstract.instanceof.DocumentBundle\Command\DocumentS3Command"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DocumentBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DocumentBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.DocumentBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DocumentBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DocumentBundle\Controller\FileController"; reason: abstract.
Removed service ".abstract.instanceof.DocumentBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DocumentBundle\Controller\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DocumentBundle\Controller\FolderController"; reason: abstract.
Removed service ".abstract.instanceof.DocumentBundle\Controller\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.DocumentBundle\Security\DocFolderVoter"; reason: abstract.
Removed service ".abstract.instanceof.DocumentBundle\Security\DocFolderVoter"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.DocumentBundle\Twig\ImageExtensionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.DocumentBundle\Twig\ImageExtensionExtension"; reason: abstract.
Removed service ".abstract.instanceof.DocumentBundle\Twig\ImageExtensionExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.ForumBundle\Command\DocumentS3Command"; reason: abstract.
Removed service ".abstract.instanceof.ForumBundle\Command\DocumentS3Command"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ForumBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ForumBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.ForumBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ForumBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ForumBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.ForumBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ForumBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ForumBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.ForumBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.ForumBundle\EventSubscriber\ActivitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.ForumBundle\EventSubscriber\ActivitySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ForumBundle\Form\Type\PostType"; reason: abstract.
Removed service ".abstract.instanceof.ForumBundle\Form\Type\PostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ForumBundle\Security\CategoryVoter"; reason: abstract.
Removed service ".abstract.instanceof.ForumBundle\Security\CategoryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ForumBundle\Security\ForumVoter"; reason: abstract.
Removed service ".abstract.instanceof.ForumBundle\Security\ForumVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.ForumBundle\Security\PostVoter"; reason: abstract.
Removed service ".abstract.instanceof.ForumBundle\Security\PostVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.HomeBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.HomeBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.HomeBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\AbsenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\AbsenceController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\AbsenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\AppelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\AppelController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\AppelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\BrancheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\BrancheController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\BrancheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\BulletinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\BulletinController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\BulletinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ClassementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ClassementController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\ClassementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\CoefficientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\CoefficientController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\CoefficientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\MinorOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\MinorOptionController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\MinorOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\ModuleController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\PeriodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\PeriodeController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\PeriodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\QuadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\QuadController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\QuadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\SecteurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\SecteurController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\SecteurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\StudentModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\StudentModuleController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\StudentModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NoteBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NoteBundle\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\AbsenceType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\AbsenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ActivityType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\ActivityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\AppelType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\AppelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\BrancheType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\BrancheType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\BulletinType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\BulletinType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ClassementType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\ClassementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\CoefficientType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\CoefficientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ExportType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\ExportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\MinorOptionType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\MinorOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\ModuleType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\ModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\NotPassedTestType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\NotPassedTestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\NoteTestStudentType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\NoteTestStudentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\PageNoteType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\PageNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\PeriodeType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\PeriodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\QuadType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\QuadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\RankingType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\RankingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SavedRankingType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\SavedRankingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SearchStudentModuleType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\SearchStudentModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SearchStudentType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\SearchStudentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SearchTestType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\SearchTestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SecteurHasModuleType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\SecteurHasModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\SecteurType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\SecteurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\StudentSecteurType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\StudentSecteurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\StudentType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\StudentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\TestGroupType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\TestGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NoteBundle\Form\Type\TestType"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Form\Type\TestType"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.NoteBundle\Twig\CountNoteStudent"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NoteBundle\Twig\CountNoteStudent"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Twig\CountNoteStudent"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.NoteBundle\Twig\IsAbsentStudent"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NoteBundle\Twig\IsAbsentStudent"; reason: abstract.
Removed service ".abstract.instanceof.NoteBundle\Twig\IsAbsentStudent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PlanningBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PlanningBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.PlanningBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PlanningBundle\Form\Type\CalendarEventType"; reason: abstract.
Removed service ".abstract.instanceof.PlanningBundle\Form\Type\CalendarEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\AbstractDefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\AbstractDefaultController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\AbstractDefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\AbstractQuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\AbstractQuestionController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\AbstractQuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\AbstractStudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\AbstractStudentController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\AbstractStudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Editorial\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Editorial\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\Editorial\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Editorial\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Editorial\QuestionController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\Editorial\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Editorial\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Editorial\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\Editorial\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\GeneratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\GeneratorController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\GeneratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\AnnexeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\AnnexeController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\Qcm\AnnexeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\Qcm\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\Qcm\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\QuestionController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\Qcm\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.QuestionnaireBundle\Controller\Qcm\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.QuestionnaireBundle\Controller\Qcm\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Controller\Qcm\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\AnnexeType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\AnnexeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\CommentType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\CommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\EditorialStudentQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\EditorialStudentQuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmAnnexeType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\QcmAnnexeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\QcmAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmCommentType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\QcmCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\QcmQuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QcmRangeQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\QcmRangeQuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireEditorialQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\QuestionnaireEditorialQuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireEditorialType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\QuestionnaireEditorialType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireFilterType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\QuestionnaireFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\QuestionnaireQcmType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\QuestionnaireQcmType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.QuestionnaireBundle\Form\StudentQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Form\StudentQuestionType"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\CanResa"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\CanResa"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Twig\CanResa"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\DurationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\DurationExtension"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Twig\DurationExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\GetQcmStudentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\GetQcmStudentExtension"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Twig\GetQcmStudentExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\HasQcmRunningExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\HasQcmRunningExtension"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Twig\HasQcmRunningExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\ListingQuestions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\ListingQuestions"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Twig\ListingQuestions"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\ListingStudentQuestions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\ListingStudentQuestions"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Twig\ListingStudentQuestions"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\QuestionStudentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\QuestionStudentExtension"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Twig\QuestionStudentExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.QuestionnaireBundle\Twig\RemainingLaunchTimeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.QuestionnaireBundle\Twig\RemainingLaunchTimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.QuestionnaireBundle\Twig\RemainingLaunchTimeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.phpfilescache"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.phpfilescache"; reason: abstract.
Removed service ".abstract.instanceof.graphqlite.phpfilescache"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.apcucache"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.apcucache"; reason: abstract.
Removed service ".abstract.instanceof.graphqlite.apcucache"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.psr16cache"; reason: abstract.
Removed service ".abstract.instanceof.graphqlite.psr16cache"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.graphqlite.cacheclearer"; reason: abstract.
Removed service ".abstract.instanceof.graphqlite.cacheclearer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand"; reason: abstract.
Removed service ".abstract.instanceof.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; 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.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: abstract.
159
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "App\Service\Payment\Mercanet"; reason: unused.
Removed service "App\Service\Payment\Request"; reason: unused.
Removed service "AdminBundle\AdminBundle"; reason: unused.
Removed service "AdminBundle\Form\Model\DocToPrintModel"; reason: unused.
Removed service "AdminBundle\Form\Model\ExportTutorStatModel"; reason: unused.
Removed service "AdminBundle\Model\EdtDay"; reason: unused.
Removed service "AdminBundle\Model\EdtGrid"; reason: unused.
Removed service "AdminBundle\Model\PlanningFilter"; reason: unused.
Removed service "ApiBundle\ApiBundle"; reason: unused.
Removed service "ApiBundle\Types\BoxImageSortEnum"; reason: unused.
Removed service "ApiBundle\Types\MarkContainer"; reason: unused.
Removed service "ApiBundle\Types\MarkItem"; reason: unused.
Removed service "AppBundle\AppBundle"; reason: unused.
Removed service "AppBundle\Form\Model\PageNoteModel"; reason: unused.
Removed service "AppBundle\Form\Model\RemedialModel"; reason: unused.
Removed service "AppBundle\Form\Model\RemedialModuleModel"; reason: unused.
Removed service "CoreBundle\CoreBundle"; reason: unused.
Removed service "CoreBundle\Response\XsendfileResponseFactory"; reason: unused.
Removed service "CoreBundle\Security\UserChecker"; reason: unused.
Removed service "CoreBundle\Validator\NoteTestStudentValidator"; reason: unused.
Removed service "CoreBundle\Validator\QuestionValidator"; reason: unused.
Removed service "CoreBundle\Validator\RangeQuestionValidator"; reason: unused.
Removed service "CoreBundle\Validator\ResponseValidator"; reason: unused.
Removed service "DocumentBundle\DocumentBundle"; reason: unused.
Removed service "ForumBundle\ForumBundle"; reason: unused.
Removed service "HomeBundle\HomeBundle"; reason: unused.
Removed service "NoteBundle\Form\Model\AbsenceModel"; reason: unused.
Removed service "NoteBundle\Form\Model\AppelModel"; reason: unused.
Removed service "NoteBundle\Form\Model\BulletinModel"; reason: unused.
Removed service "NoteBundle\Form\Model\ClassementModel"; reason: unused.
Removed service "NoteBundle\Form\Model\ExportModel"; reason: unused.
Removed service "NoteBundle\Form\Model\NotPassedTestModel"; reason: unused.
Removed service "NoteBundle\Form\Model\NoteTestGroupModel"; reason: unused.
Removed service "NoteBundle\Form\Model\PageNoteModel"; reason: unused.
Removed service "NoteBundle\Form\Model\QuadModel"; reason: unused.
Removed service "NoteBundle\Form\Model\SavedRankingModel"; reason: unused.
Removed service "NoteBundle\Form\Model\SearchStudentModel"; reason: unused.
Removed service "NoteBundle\Form\Model\SearchTestModel"; reason: unused.
Removed service "NoteBundle\Form\Model\SecteurHasModuleModel"; reason: unused.
Removed service "NoteBundle\NoteBundle"; reason: unused.
Removed service "NoteBundle\Service\NoteBySecteur"; reason: unused.
Removed service "PlanningBundle\PlanningBundle"; reason: unused.
Removed service "QuestionnaireBundle\Form\Model\QuestionnaireFilterModel"; reason: unused.
Removed service "QuestionnaireBundle\Form\Model\StudentQuestionModel"; reason: unused.
Removed service "QuestionnaireBundle\QuestionnaireBundle"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "Http\Client\HttpClient"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".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.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~eh4wmC6"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "TheCodingMachine\GraphQLite\AnnotationReader"; reason: unused.
Removed service "GraphQL\Validator\Rules\DisableIntrospection"; reason: unused.
Removed service "GraphQL\Validator\Rules\QueryComplexity"; reason: unused.
Removed service "GraphQL\Validator\Rules\QueryDepth"; reason: unused.
Removed service "graphqlite.apcucache"; reason: unused.
Removed service "doctrine.dbal.logger"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~YJ0TrIV"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "Kreait\Firebase\Factory"; reason: unused.
Removed service "Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory"; reason: unused.
Removed service "kreait_firebase.mmpp.database"; reason: unused.
Removed service "kreait_firebase.mmpp.auth"; reason: unused.
Removed service "kreait_firebase.mmpp.storage"; reason: unused.
Removed service "kreait_firebase.mmpp.remote_config"; reason: unused.
Removed service "kreait_firebase.mmpp.firestore"; reason: unused.
Removed service "kreait_firebase.mmpp.dynamic_links"; 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\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
Removed service ".service_locator.lybbnD3"; reason: unused.
Removed service ".service_locator.Xwpy3Uh"; reason: unused.
Removed service ".service_locator.465EdgD"; reason: unused.
Removed service ".service_locator.Dn4XACl"; reason: unused.
Removed service ".service_locator.2LWaunE"; reason: unused.
Removed service ".service_locator.F3UKRTe"; reason: unused.
Removed service ".service_locator.6AbeGdl"; reason: unused.
Removed service ".service_locator.SI5IWIH"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
497
Inlined service ".service_locator.jGmaBvD.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.jGmaBvD.App\Controller\DossierInscriptionController" to "App\Controller\DossierInscriptionController".
Inlined service ".service_locator.jGmaBvD.App\Controller\PaymentController" to "App\Controller\PaymentController".
Inlined service ".service_locator.jGmaBvD.App\Controller\PreinscriptionController" to "App\Controller\PreinscriptionController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\CategoryController" to "AdminBundle\Controller\CategoryController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\ConfigController" to "AdminBundle\Controller\ConfigController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\DefaultController" to "AdminBundle\Controller\DefaultController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\EdtFacController" to "AdminBundle\Controller\EdtFacController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\EdtLessonController" to "AdminBundle\Controller\EdtLessonController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\EdtPlanningHebdoController" to "AdminBundle\Controller\EdtPlanningHebdoController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\ExportController" to "AdminBundle\Controller\ExportController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\FormatoileController" to "AdminBundle\Controller\FormatoileController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\ForumPostController" to "AdminBundle\Controller\ForumPostController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\HomeController" to "AdminBundle\Controller\HomeController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\ImportController" to "AdminBundle\Controller\ImportController".
Inlined service ".service_locator.gyhT5zP.AdminBundle\Controller\Inscription\CkeditorController" to "AdminBundle\Controller\Inscription\CkeditorController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\Inscription\ConfigController" to "AdminBundle\Controller\Inscription\ConfigController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\Inscription\DossierInscriptionController" to "AdminBundle\Controller\Inscription\DossierInscriptionController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\Inscription\FormulairePriceController" to "AdminBundle\Controller\Inscription\FormulairePriceController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\Inscription\InscriptionController" to "AdminBundle\Controller\Inscription\InscriptionController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\Inscription\PreinscriptionController" to "AdminBundle\Controller\Inscription\PreinscriptionController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\Inscription\PreinscriptionInternatController" to "AdminBundle\Controller\Inscription\PreinscriptionInternatController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController" to "AdminBundle\Controller\Inscription\PreinscriptionPayedCancelController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\Inscription\PreinscriptionQueueController" to "AdminBundle\Controller\Inscription\PreinscriptionQueueController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\Inscription\PreinscriptionStageController" to "AdminBundle\Controller\Inscription\PreinscriptionStageController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\Inscription\TransactionController" to "AdminBundle\Controller\Inscription\TransactionController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\PushNotificationController" to "AdminBundle\Controller\PushNotificationController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\StudentController" to "AdminBundle\Controller\StudentController".
Inlined service ".service_locator.jGmaBvD.AdminBundle\Controller\TutorController" to "AdminBundle\Controller\TutorController".
Inlined service "AdminBundle\Service\SecteurTutor" to "AdminBundle\Twig\SecteurTutorExtension".
Inlined service ".service_locator.jGmaBvD.ApiBundle\Controller\DefaultController" to "ApiBundle\Controller\DefaultController".
Inlined service ".service_locator.jGmaBvD.ApiBundle\Controller\UploadController" to "ApiBundle\Controller\UploadController".
Inlined service ".service_locator.jGmaBvD.AppBundle\Controller\ApiTokenController" to "AppBundle\Controller\ApiTokenController".
Inlined service ".service_locator.jGmaBvD.AppBundle\Controller\MarkController" to "AppBundle\Controller\MarkController".
Inlined service ".service_locator.jGmaBvD.AppBundle\Controller\ModuleController" to "AppBundle\Controller\ModuleController".
Inlined service ".service_locator.jGmaBvD.AppBundle\Controller\PrintDocumentController" to "AppBundle\Controller\PrintDocumentController".
Inlined service ".service_locator.jGmaBvD.AppBundle\Controller\SecurityController" to "AppBundle\Controller\SecurityController".
Inlined service ".service_locator.jGmaBvD.AppBundle\Controller\Tutor\TestController" to "AppBundle\Controller\Tutor\TestController".
Inlined service ".service_locator.jGmaBvD.CoreBundle\Controller\UploadController" to "CoreBundle\Controller\UploadController".
Inlined service ".service_locator.jGmaBvD.DocumentBundle\Controller\DefaultController" to "DocumentBundle\Controller\DefaultController".
Inlined service ".service_locator.jGmaBvD.DocumentBundle\Controller\FileController" to "DocumentBundle\Controller\FileController".
Inlined service ".service_locator.jGmaBvD.DocumentBundle\Controller\FolderController" to "DocumentBundle\Controller\FolderController".
Inlined service "DocumentBundle\Service\HierarchizeFolder" to "DocumentBundle\Service\FolderGenerator".
Inlined service ".service_locator.jGmaBvD.ForumBundle\Controller\AdminController" to "ForumBundle\Controller\AdminController".
Inlined service ".service_locator.gyhT5zP.ForumBundle\Controller\DefaultController" to "ForumBundle\Controller\DefaultController".
Inlined service ".service_locator.gyhT5zP.ForumBundle\Controller\UserController" to "ForumBundle\Controller\UserController".
Inlined service ".service_locator.jGmaBvD.HomeBundle\Controller\DefaultController" to "HomeBundle\Controller\DefaultController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\AbsenceController" to "NoteBundle\Controller\AbsenceController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\ActivityController" to "NoteBundle\Controller\ActivityController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\AppelController" to "NoteBundle\Controller\AppelController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\BrancheController" to "NoteBundle\Controller\BrancheController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\BulletinController" to "NoteBundle\Controller\BulletinController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\ClassementController" to "NoteBundle\Controller\ClassementController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\CoefficientController" to "NoteBundle\Controller\CoefficientController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\ExportController" to "NoteBundle\Controller\ExportController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\MinorOptionController" to "NoteBundle\Controller\MinorOptionController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\ModuleController" to "NoteBundle\Controller\ModuleController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\PeriodeController" to "NoteBundle\Controller\PeriodeController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\QuadController" to "NoteBundle\Controller\QuadController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\SecteurController" to "NoteBundle\Controller\SecteurController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\StudentController" to "NoteBundle\Controller\StudentController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\StudentModuleController" to "NoteBundle\Controller\StudentModuleController".
Inlined service ".service_locator.jGmaBvD.NoteBundle\Controller\TestController" to "NoteBundle\Controller\TestController".
Inlined service ".service_locator.jGmaBvD.PlanningBundle\Controller\DefaultController" to "PlanningBundle\Controller\DefaultController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\AbstractDefaultController" to "QuestionnaireBundle\Controller\AbstractDefaultController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\AbstractQuestionController" to "QuestionnaireBundle\Controller\AbstractQuestionController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\AbstractStudentController" to "QuestionnaireBundle\Controller\AbstractStudentController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\Editorial\DefaultController" to "QuestionnaireBundle\Controller\Editorial\DefaultController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\Editorial\QuestionController" to "QuestionnaireBundle\Controller\Editorial\QuestionController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\Editorial\StudentController" to "QuestionnaireBundle\Controller\Editorial\StudentController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\GeneratorController" to "QuestionnaireBundle\Controller\GeneratorController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\Qcm\AnnexeController" to "QuestionnaireBundle\Controller\Qcm\AnnexeController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\Qcm\CommentController" to "QuestionnaireBundle\Controller\Qcm\CommentController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\Qcm\DefaultController" to "QuestionnaireBundle\Controller\Qcm\DefaultController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\Qcm\QuestionController" to "QuestionnaireBundle\Controller\Qcm\QuestionController".
Inlined service ".service_locator.jGmaBvD.QuestionnaireBundle\Controller\Qcm\StudentController" to "QuestionnaireBundle\Controller\Qcm\StudentController".
Inlined service "QuestionnaireBundle\Form\DataTransformer\StudentQuestionTransformer" to "QuestionnaireBundle\Form\StudentQuestionType".
Inlined service "QuestionnaireBundle\Service\HasQcmRunning" to "QuestionnaireBundle\Twig\HasQcmRunningExtension".
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.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 "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.DvZ92yj" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "pagerfanta.serializer.normalizer" to "serializer".
Inlined service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.GVyCdgr" 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.aHLkOgc" 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 "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.l6ELYLY" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.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 ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.Ud1TEPV" to "security.access_map".
Inlined service ".security.request_matcher.iDtJtRX" to "security.access_map".
Inlined service ".security.request_matcher.QWkwKV5" to "security.access_map".
Inlined service ".security.request_matcher.bxNXeGr" to "security.access_map".
Inlined service ".security.request_matcher.MN8ia1i" to "security.access_map".
Inlined service ".security.request_matcher.aeHrRUp" to "security.access_map".
Inlined service ".security.request_matcher.s3AyEo4" to "security.access_map".
Inlined service ".security.request_matcher.c6yPO9j" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service ".security.request_matcher.2yMwEY7" to "security.access_map".
Inlined service ".security.request_matcher.DfMh.zS" to "security.access_map".
Inlined service ".security.request_matcher.VlOe14d" to "security.access_map".
Inlined service ".security.request_matcher.FwydiBT" to "security.access_map".
Inlined service ".security.request_matcher.4r7MMV7" to "security.access_map".
Inlined service ".security.request_matcher.Kd5opfM" to "security.access_map".
Inlined service ".security.request_matcher.rBZzzx4" to "security.access_map".
Inlined service ".security.request_matcher.4y2_Y98" to "security.access_map".
Inlined service ".security.request_matcher.wJXHfpQ" to "security.access_map".
Inlined service ".security.request_matcher.rBZzzx4" to "security.access_map".
Inlined service ".security.request_matcher.1dCkbrl" to "security.access_map".
Inlined service ".security.request_matcher.3WQhehQ" to "security.access_map".
Inlined service ".security.request_matcher.2URd5AU" to "security.access_map".
Inlined service ".security.request_matcher.cJc35dL" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
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.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.api_login.json_login" to "security.authenticator.json_login.api_login".
Inlined service "security.authentication.failure_handler.api_login.json_login" to "security.authenticator.json_login.api_login".
Inlined service "lexik_jwt_authentication.handler.authentication_success" to "security.authentication.success_handler.api_login.json_login".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "security.authentication.failure_handler.api_login.json_login".
Inlined service "debug.security.firewall.authenticator.api_login.inner" to "debug.security.firewall.authenticator.api_login".
Inlined service "security.exception_listener.api_login" to "security.firewall.map.context.api_login".
Inlined service "security.firewall.map.config.api_login" to "security.firewall.map.context.api_login".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "debug.security.firewall.authenticator.graphql.inner" to "debug.security.firewall.authenticator.graphql".
Inlined service "security.exception_listener.graphql" to "security.firewall.map.context.graphql".
Inlined service "security.firewall.map.config.graphql" to "security.firewall.map.context.graphql".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "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.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "Twig\Extensions\DateExtension" to "twig".
Inlined service "Twig\Extensions\IntlExtension" to "twig".
Inlined service "Twig\Extensions\TextExtension" to "twig".
Inlined service "App\Twig\Extensions\HasPrExtension" to "twig".
Inlined service "AdminBundle\Twig\CountGroupFacExtension" to "twig".
Inlined service "AdminBundle\Twig\MenuExtension" to "twig".
Inlined service "AdminBundle\Twig\SecteurTutorExtension" to "twig".
Inlined service "AdminBundle\Twig\SelectWeekExtension" to "twig".
Inlined service "CoreBundle\Twig\JwtToken" to "twig".
Inlined service "CoreBundle\Twig\MenuAccess" to "twig".
Inlined service "CoreBundle\Twig\QrCodeAuth" to "twig".
Inlined service "CoreBundle\Twig\UploadExtension" to "twig".
Inlined service "DocumentBundle\Twig\ImageExtensionExtension" to "twig".
Inlined service "NoteBundle\Twig\CountNoteStudent" to "twig".
Inlined service "NoteBundle\Twig\IsAbsentStudent" to "twig".
Inlined service "QuestionnaireBundle\Twig\CanResa" to "twig".
Inlined service "QuestionnaireBundle\Twig\DurationExtension" to "twig".
Inlined service "QuestionnaireBundle\Twig\GetQcmStudentExtension" to "twig".
Inlined service "QuestionnaireBundle\Twig\HasQcmRunningExtension" to "twig".
Inlined service "QuestionnaireBundle\Twig\ListingQuestions" to "twig".
Inlined service "QuestionnaireBundle\Twig\ListingStudentQuestions" to "twig".
Inlined service "QuestionnaireBundle\Twig\QuestionStudentExtension" to "twig".
Inlined service "QuestionnaireBundle\Twig\RemainingLaunchTimeExtension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "pagerfanta.twig_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_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 "pagerfanta.undefined_callable_handler" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "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.7hqXZs4" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "pagerfanta.view.default" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.foundation6" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.semantic_ui" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap3" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap4" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap5" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twig" to "pagerfanta.view_factory".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" 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.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "overblog_graphiql.view.config.javascript_libraries" to "overblog_graphiql.view.config".
Inlined service "overblog_graphiql.view.config" to "overblog_graphiql.controller".
Inlined service "overblog_graphiql.controller.graphql.endpoint" to "overblog_graphiql.controller".
Inlined service "TheCodingMachine\GraphQLite\Bundle\Security\AuthenticationService" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\Bundle\Security\AuthorizationService" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\AggregateControllerQueryProviderFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\Bundle\Mappers\RequestParameterMiddleware" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\Validator\Mappers\Parameters\AssertParameterMiddleware" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\Mappers\StaticClassListTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\SchemaFactory" to "TheCodingMachine\GraphQLite\Schema".
Inlined service "GraphQL\Server\ServerConfig" to "TheCodingMachine\GraphQLite\Bundle\Controller\GraphQLiteController".
Inlined service "security.user_password_hasher" to "TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.OoMK_l0" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Xbsa8iG" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "payum.http_request_verifier_builder" to "payum.builder".
Inlined service "payum.token_factory_builder" to "payum.builder".
Inlined service "payum.core_gateway_factory_builder" to "payum.builder".
Inlined service "Payum\Core\Bridge\Symfony\Builder\GatewayFactoryBuilder" to "payum.builder".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\AuthorizeController" to "Payum\Bundle\PayumBundle\Controller\AuthorizeController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\CancelController" to "Payum\Bundle\PayumBundle\Controller\CancelController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\CaptureController" to "Payum\Bundle\PayumBundle\Controller\CaptureController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\NotifyController" to "Payum\Bundle\PayumBundle\Controller\NotifyController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\PayoutController" to "Payum\Bundle\PayumBundle\Controller\PayoutController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\RefundController" to "Payum\Bundle\PayumBundle\Controller\RefundController".
Inlined service ".service_locator.R9EZor7.Payum\Bundle\PayumBundle\Controller\SyncController" to "Payum\Bundle\PayumBundle\Controller\SyncController".
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_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "ApiBundle\Security\Voter\SecteurVoter" to "debug.security.voter.ApiBundle\Security\Voter\SecteurVoter".
Inlined service "DocumentBundle\Security\DocFolderVoter" to "debug.security.voter.DocumentBundle\Security\DocFolderVoter".
Inlined service "ForumBundle\Security\CategoryVoter" to "debug.security.voter.ForumBundle\Security\CategoryVoter".
Inlined service "ForumBundle\Security\ForumVoter" to "debug.security.voter.ForumBundle\Security\ForumVoter".
Inlined service "ForumBundle\Security\PostVoter" to "debug.security.voter.ForumBundle\Security\PostVoter".
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 ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.gOdCe1K" to ".service_locator.gOdCe1K.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service "security.authenticator.manager.api_login" to "debug.security.firewall.authenticator.api_login.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.graphql" to "debug.security.firewall.authenticator.graphql.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service ".service_locator.WPp2aC4" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.gOdCe1K.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.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 "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".