https://estiam-france.silkwires-dev.com/fr/nos-campus/paris

Log Messages

Level (All)
Channel (4)
Time Message
deprecation Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in child class "App\Controller\Backend\BaseController" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Optional parameter $recipients declared before required parameter $content is implicitly treated as a required parameter
deprecation The "App\EventSubscriber\DatabaseActivitySubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
deprecation The "App\EventSubscriber\EntitySubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
deprecation Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\EntitySubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\KernelControllerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\KernelExceptionSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\KernelRequestSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\KernelResponseSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Symfony\Component\Translation\Dumper\FileDumper::formatCatalogue()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Misc\PoFileDumper" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Symfony\Component\Translation\Dumper\FileDumper::getExtension()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Misc\PoFileDumper" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Misc\TwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Misc\TwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Twig\Extension\ExtensionInterface::getTests()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Misc\TwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Symfony\Component\Translation\Extractor\AbstractFileExtractor::extractFromDirectory()" might add "iterable" as a native return type declaration in the future. Do the same in child class "App\Misc\TwigExtractor" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Optional parameter $paging declared before required parameter $fetchJoinCollection is implicitly treated as a required parameter
deprecation Optional parameter $DTO declared before required parameter $fetchJoinCollection is implicitly treated as a required parameter
deprecation Method "Doctrine\ORM\EntityRepository::getEntityManager()" might add "EntityManagerInterface" as a native return type declaration in the future. Do the same in child class "App\Repository\BaseRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Doctrine\ORM\EntityRepository::clear()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Repository\BaseRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository::__get()" might add "mixed" as a native return type declaration in the future. Do the same in child class "App\Repository\BaseRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Doctrine\ORM\EntityRepository::getEntityName()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Repository\BaseRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Doctrine\ORM\EntityRepository::findOneBy()" might add "?object" as a native return type declaration in the future. Do the same in child class "App\Repository\BaseRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Optional parameter $date declared before required parameter $type is implicitly treated as a required parameter
deprecation Optional parameter $startDate declared before required parameter $type is implicitly treated as a required parameter
deprecation Optional parameter $endDate declared before required parameter $type is implicitly treated as a required parameter
deprecation Method "Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface::onAuthenticationFailure()" might add "Response" as a native return type declaration in the future. Do the same in implementation "App\Security\User\AuthenticationFailureHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\User\AuthenticationSuccessHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Optional parameter $month declared before required parameter $type is implicitly treated as a required parameter
deprecation Optional parameter $year declared before required parameter $type is implicitly treated as a required parameter
deprecation Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\FileExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\TwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\TwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
deprecation Since symfony/security-bundle 5.3: The child node "encoders" at path "security" is deprecated, use "password_hashers" instead.
deprecation Class "App\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
deprecation 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 "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation 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 "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation 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 "App\Entity\User" should implement it.
deprecation 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 "App\Entity\User" should implement it.
deprecation Since doctrine/doctrine-bundle 2.11: Not setting "enable_lazy_ghost_objects" to true is deprecated.
deprecation Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Sonata\SeoBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Alumni\AlumniMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Alumni\AlumniMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Appointment\AppointmentMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Appointment\AppointmentMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\AppointmentPerson\AppointmentPersonMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\AppointmentPerson\AppointmentPersonMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Campaign\CampaignMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Campaign\CampaignMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Campus\CampusMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Campus\CampusMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\CampusArticle\CampusArticleMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\CampusArticle\CampusArticleMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Candidate\CandidateMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Candidate\CandidateMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Company\CompanyMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Company\CompanyMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Cursus\CursusMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Cursus\CursusMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Faq\FaqMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Faq\FaqMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Forum\ForumMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Forum\ForumMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\JobCandidate\JobCandidateMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\JobCandidate\JobCandidateMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Jury\JuryMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Jury\JuryMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Landingpage\LandingpageMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Landingpage\LandingpageMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Library\LibraryMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Library\LibraryMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Media\MediaMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Media\MediaMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\MediaChannel\MediaChannelMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\MediaChannel\MediaChannelMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\News\NewsMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\News\NewsMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Notification\NotificationMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Notification\NotificationMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Offer\OfferMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Offer\OfferMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\OpenDay\OpenDayMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\OpenDay\OpenDayMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\OpenDayPerson\OpenDayPersonMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\OpenDayPerson\OpenDayPersonMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Oraux\OrauxMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Oraux\OrauxMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\OurStudent\OurStudentMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\OurStudent\OurStudentMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Participate\ParticipateMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Participate\ParticipateMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Partner\PartnerMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Partner\PartnerMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Profile\ProfileMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Profile\ProfileMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\ProfileFile\ProfileFileMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\ProfileFile\ProfileFileMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\ProfileNote\ProfileNoteMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\ProfileNote\ProfileNoteMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\ProfileQcm\ProfileQcmMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\ProfileQcm\ProfileQcmMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Program\ProgramMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Program\ProgramMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Qcm\QcmMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Qcm\QcmMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Recruitment\RecruitmentMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Recruitment\RecruitmentMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Role\RoleMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Role\RoleMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Status\StatusMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Status\StatusMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Task\TaskMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Task\TaskMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Topic\TopicMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Topic\TopicMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\User\UserMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\User\UserMapper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Validator\ContainsUniqueValidator" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\DTO\Validator\UniqueUserEmailValidator" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\EventSubscriber\DatabaseActivitySubscriber" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\EventSubscriber\DatabaseActivitySubscriber" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\EventSubscriber\KernelRequestSubscriber" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Misc\AppMappingOperation" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Misc\TransformDataHelper" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\AlumniRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\AppointmentPersonRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\AppointmentRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\BaseRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\CampaignRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\CampusArticleRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\CampusCenterRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\CampusKeyFigureRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\CampusPresentationBlockRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\CampusRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\CandidateRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\CompanyRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\ContractRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\CountryRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\CursusRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\EnglishLevelRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\ExpertiseRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\FaqRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\ForumRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\JobCandidateRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\JuryRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\LandingpageRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\LibraryRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\LogRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\MediaChannelRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\MediaRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\NewsRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\NotificationRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\OfferRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\OpenDayPersonRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\OpenDayRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\OrauxRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\OurStudentRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\ParticipateRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\PartnerRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\PermissionRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\ProfileFileRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\ProfileQcmRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\ProfileRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\ProgramRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\QcmQuestionRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\QcmRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\RecruitmentRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\RecruitmentThemeRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\RedirectionRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\RoleRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\SkillRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\StatusRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\StudyLevelRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\TaskRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\TopicRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\UserAgentRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Repository\UserRepository" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\BaseService" service.
deprecation Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\BaseService" service.
deprecation 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 "App\Service\ProfileService" service.
deprecation 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 "App\Service\RequestService" service.
deprecation 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 "App\Service\UserService" service.
deprecation Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.7HNO__M" service.
deprecation Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Sonata\SeoBundle\Command\SitemapGeneratorCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation Deprecated: Optional parameter $recipients declared before required parameter $content is implicitly treated as a required parameter
deprecation Deprecated: Optional parameter $paging declared before required parameter $fetchJoinCollection is implicitly treated as a required parameter
deprecation Deprecated: Optional parameter $DTO declared before required parameter $fetchJoinCollection is implicitly treated as a required parameter
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
deprecation User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
deprecation User Deprecated: Class "App\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
deprecation User Deprecated: 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 "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: 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 "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Since symfony/twig-bundle 5.2: Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.

Container Compilation Logs (1866)

Log messages generated during the compilation of the service container.
Messages Class
515
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckUserExpiredCommand" (parent: .abstract.instanceof.App\Command\CheckUserExpiredCommand).
  • Resolving inheritance for "App\Command\CheckUserExpiredCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckUserExpiredCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckUserRegisterCommand" (parent: .abstract.instanceof.App\Command\CheckUserRegisterCommand).
  • Resolving inheritance for "App\Command\CheckUserRegisterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckUserRegisterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AlumniController" (parent: .abstract.instanceof.App\Controller\Backend\AlumniController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AlumniController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AlumniController).
  • Resolving inheritance for "App\Controller\Backend\AlumniController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AlumniController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AppointmentController" (parent: .abstract.instanceof.App\Controller\Backend\AppointmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AppointmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AppointmentController).
  • Resolving inheritance for "App\Controller\Backend\AppointmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AppointmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AppointmentPersonController" (parent: .abstract.instanceof.App\Controller\Backend\AppointmentPersonController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AppointmentPersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AppointmentPersonController).
  • Resolving inheritance for "App\Controller\Backend\AppointmentPersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AppointmentPersonController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AuthController" (parent: .abstract.instanceof.App\Controller\Backend\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AuthController).
  • Resolving inheritance for "App\Controller\Backend\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\BaseController" (parent: .abstract.instanceof.App\Controller\Backend\BaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\BaseController).
  • Resolving inheritance for "App\Controller\Backend\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\BaseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CampaignController" (parent: .abstract.instanceof.App\Controller\Backend\CampaignController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CampaignController).
  • Resolving inheritance for "App\Controller\Backend\CampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CampaignController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CampusController" (parent: .abstract.instanceof.App\Controller\Backend\CampusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CampusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CampusController).
  • Resolving inheritance for "App\Controller\Backend\CampusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CampusController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CandidateController" (parent: .abstract.instanceof.App\Controller\Backend\CandidateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CandidateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CandidateController).
  • Resolving inheritance for "App\Controller\Backend\CandidateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CandidateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CompanyController" (parent: .abstract.instanceof.App\Controller\Backend\CompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CompanyController).
  • Resolving inheritance for "App\Controller\Backend\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ContractController" (parent: .abstract.instanceof.App\Controller\Backend\ContractController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ContractController).
  • Resolving inheritance for "App\Controller\Backend\ContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ContractController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CountryController" (parent: .abstract.instanceof.App\Controller\Backend\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CountryController).
  • Resolving inheritance for "App\Controller\Backend\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CursusController" (parent: .abstract.instanceof.App\Controller\Backend\CursusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CursusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CursusController).
  • Resolving inheritance for "App\Controller\Backend\CursusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CursusController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ExpertiseController" (parent: .abstract.instanceof.App\Controller\Backend\ExpertiseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ExpertiseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ExpertiseController).
  • Resolving inheritance for "App\Controller\Backend\ExpertiseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ExpertiseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\FaqController" (parent: .abstract.instanceof.App\Controller\Backend\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\FaqController).
  • Resolving inheritance for "App\Controller\Backend\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ForumController" (parent: .abstract.instanceof.App\Controller\Backend\ForumController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ForumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ForumController).
  • Resolving inheritance for "App\Controller\Backend\ForumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ForumController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\JobCandidateController" (parent: .abstract.instanceof.App\Controller\Backend\JobCandidateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\JobCandidateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\JobCandidateController).
  • Resolving inheritance for "App\Controller\Backend\JobCandidateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\JobCandidateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\JuryController" (parent: .abstract.instanceof.App\Controller\Backend\JuryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\JuryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\JuryController).
  • Resolving inheritance for "App\Controller\Backend\JuryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\JuryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\LandingpageController" (parent: .abstract.instanceof.App\Controller\Backend\LandingpageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\LandingpageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\LandingpageController).
  • Resolving inheritance for "App\Controller\Backend\LandingpageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\LandingpageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\LibraryController" (parent: .abstract.instanceof.App\Controller\Backend\LibraryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\LibraryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\LibraryController).
  • Resolving inheritance for "App\Controller\Backend\LibraryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\LibraryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\MediaChannelController" (parent: .abstract.instanceof.App\Controller\Backend\MediaChannelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\MediaChannelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\MediaChannelController).
  • Resolving inheritance for "App\Controller\Backend\MediaChannelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\MediaChannelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\NewsController" (parent: .abstract.instanceof.App\Controller\Backend\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\NewsController).
  • Resolving inheritance for "App\Controller\Backend\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\NotificationController" (parent: .abstract.instanceof.App\Controller\Backend\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\NotificationController).
  • Resolving inheritance for "App\Controller\Backend\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OfferController" (parent: .abstract.instanceof.App\Controller\Backend\OfferController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OfferController).
  • Resolving inheritance for "App\Controller\Backend\OfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OfferController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OpenDayController" (parent: .abstract.instanceof.App\Controller\Backend\OpenDayController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OpenDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OpenDayController).
  • Resolving inheritance for "App\Controller\Backend\OpenDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OpenDayController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OpenDayPersonController" (parent: .abstract.instanceof.App\Controller\Backend\OpenDayPersonController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OpenDayPersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OpenDayPersonController).
  • Resolving inheritance for "App\Controller\Backend\OpenDayPersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OpenDayPersonController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OrauxController" (parent: .abstract.instanceof.App\Controller\Backend\OrauxController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OrauxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OrauxController).
  • Resolving inheritance for "App\Controller\Backend\OrauxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OrauxController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OurStudentController" (parent: .abstract.instanceof.App\Controller\Backend\OurStudentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OurStudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OurStudentController).
  • Resolving inheritance for "App\Controller\Backend\OurStudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OurStudentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ParticipateController" (parent: .abstract.instanceof.App\Controller\Backend\ParticipateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ParticipateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ParticipateController).
  • Resolving inheritance for "App\Controller\Backend\ParticipateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ParticipateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\PartnerController" (parent: .abstract.instanceof.App\Controller\Backend\PartnerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\PartnerController).
  • Resolving inheritance for "App\Controller\Backend\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\PartnerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProfileController" (parent: .abstract.instanceof.App\Controller\Backend\ProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProfileController).
  • Resolving inheritance for "App\Controller\Backend\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProfileFileController" (parent: .abstract.instanceof.App\Controller\Backend\ProfileFileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProfileFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProfileFileController).
  • Resolving inheritance for "App\Controller\Backend\ProfileFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProfileFileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProfileNoteController" (parent: .abstract.instanceof.App\Controller\Backend\ProfileNoteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProfileNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProfileNoteController).
  • Resolving inheritance for "App\Controller\Backend\ProfileNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProfileNoteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProgramController" (parent: .abstract.instanceof.App\Controller\Backend\ProgramController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProgramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProgramController).
  • Resolving inheritance for "App\Controller\Backend\ProgramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProgramController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\RecruitmentThemeController" (parent: .abstract.instanceof.App\Controller\Backend\RecruitmentThemeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\RecruitmentThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\RecruitmentThemeController).
  • Resolving inheritance for "App\Controller\Backend\RecruitmentThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\RecruitmentThemeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\RoleController" (parent: .abstract.instanceof.App\Controller\Backend\RoleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\RoleController).
  • Resolving inheritance for "App\Controller\Backend\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\RoleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\SkillController" (parent: .abstract.instanceof.App\Controller\Backend\SkillController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\SkillController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\SkillController).
  • Resolving inheritance for "App\Controller\Backend\SkillController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\SkillController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\StatusController" (parent: .abstract.instanceof.App\Controller\Backend\StatusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\StatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\StatusController).
  • Resolving inheritance for "App\Controller\Backend\StatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\StatusController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\StudyLevelController" (parent: .abstract.instanceof.App\Controller\Backend\StudyLevelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\StudyLevelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\StudyLevelController).
  • Resolving inheritance for "App\Controller\Backend\StudyLevelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\StudyLevelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\TaskController" (parent: .abstract.instanceof.App\Controller\Backend\TaskController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\TaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\TaskController).
  • Resolving inheritance for "App\Controller\Backend\TaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\TaskController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\TopicController" (parent: .abstract.instanceof.App\Controller\Backend\TopicController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\TopicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\TopicController).
  • Resolving inheritance for "App\Controller\Backend\TopicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\TopicController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\UploadController" (parent: .abstract.instanceof.App\Controller\Backend\UploadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\UploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\UploadController).
  • Resolving inheritance for "App\Controller\Backend\UploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\UploadController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\UserController" (parent: .abstract.instanceof.App\Controller\Backend\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\UserController).
  • Resolving inheritance for "App\Controller\Backend\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AlumniController" (parent: .abstract.instanceof.App\Controller\Frontend\AlumniController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AlumniController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AlumniController).
  • Resolving inheritance for "App\Controller\Frontend\AlumniController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AlumniController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AppointmentController" (parent: .abstract.instanceof.App\Controller\Frontend\AppointmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AppointmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AppointmentController).
  • Resolving inheritance for "App\Controller\Frontend\AppointmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AppointmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\BaseFrontendController" (parent: .abstract.instanceof.App\Controller\Frontend\BaseFrontendController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\BaseFrontendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\BaseFrontendController).
  • Resolving inheritance for "App\Controller\Frontend\BaseFrontendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\BaseFrontendController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\DocumentController" (parent: .abstract.instanceof.App\Controller\Frontend\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\DocumentController).
  • Resolving inheritance for "App\Controller\Frontend\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\EmailTemplateTestController" (parent: .abstract.instanceof.App\Controller\Frontend\EmailTemplateTestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\EmailTemplateTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\EmailTemplateTestController).
  • Resolving inheritance for "App\Controller\Frontend\EmailTemplateTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\EmailTemplateTestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\EntreprisesController" (parent: .abstract.instanceof.App\Controller\Frontend\EntreprisesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\EntreprisesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\EntreprisesController).
  • Resolving inheritance for "App\Controller\Frontend\EntreprisesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\EntreprisesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\IndexController" (parent: .abstract.instanceof.App\Controller\Frontend\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\IndexController).
  • Resolving inheritance for "App\Controller\Frontend\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\JobBoardController" (parent: .abstract.instanceof.App\Controller\Frontend\JobBoardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\JobBoardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\JobBoardController).
  • Resolving inheritance for "App\Controller\Frontend\JobBoardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\JobBoardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\LandingpageController" (parent: .abstract.instanceof.App\Controller\Frontend\LandingpageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\LandingpageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\LandingpageController).
  • Resolving inheritance for "App\Controller\Frontend\LandingpageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\LandingpageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\NewsController" (parent: .abstract.instanceof.App\Controller\Frontend\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\NewsController).
  • Resolving inheritance for "App\Controller\Frontend\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OfferController" (parent: .abstract.instanceof.App\Controller\Frontend\OfferController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OfferController).
  • Resolving inheritance for "App\Controller\Frontend\OfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OfferController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OpenDayController" (parent: .abstract.instanceof.App\Controller\Frontend\OpenDayController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OpenDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OpenDayController).
  • Resolving inheritance for "App\Controller\Frontend\OpenDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OpenDayController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\PageController" (parent: .abstract.instanceof.App\Controller\Frontend\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\PageController).
  • Resolving inheritance for "App\Controller\Frontend\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ParticipateController" (parent: .abstract.instanceof.App\Controller\Frontend\ParticipateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ParticipateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ParticipateController).
  • Resolving inheritance for "App\Controller\Frontend\ParticipateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ParticipateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ProfileController" (parent: .abstract.instanceof.App\Controller\Frontend\ProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ProfileController).
  • Resolving inheritance for "App\Controller\Frontend\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ProgramController" (parent: .abstract.instanceof.App\Controller\Frontend\ProgramController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ProgramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ProgramController).
  • Resolving inheritance for "App\Controller\Frontend\ProgramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ProgramController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\QcmController" (parent: .abstract.instanceof.App\Controller\Frontend\QcmController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\QcmController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\QcmController).
  • Resolving inheritance for "App\Controller\Frontend\QcmController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\QcmController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\RecruitmentController" (parent: .abstract.instanceof.App\Controller\Frontend\RecruitmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\RecruitmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\RecruitmentController).
  • Resolving inheritance for "App\Controller\Frontend\RecruitmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\RecruitmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SchoolController" (parent: .abstract.instanceof.App\Controller\Frontend\SchoolController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SchoolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SchoolController).
  • Resolving inheritance for "App\Controller\Frontend\SchoolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SchoolController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SitemapController" (parent: .abstract.instanceof.App\Controller\Frontend\SitemapController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SitemapController).
  • Resolving inheritance for "App\Controller\Frontend\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SitemapController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\UserController" (parent: .abstract.instanceof.App\Controller\Frontend\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\UserController).
  • Resolving inheritance for "App\Controller\Frontend\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\UserController).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Alumni\AlumniMapper" (parent: .abstract.instanceof.App\DTO\Alumni\AlumniMapper).
  • Resolving inheritance for "App\DTO\Alumni\AlumniMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Alumni\AlumniMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Appointment\AppointmentMapper" (parent: .abstract.instanceof.App\DTO\Appointment\AppointmentMapper).
  • Resolving inheritance for "App\DTO\Appointment\AppointmentMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Appointment\AppointmentMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\AppointmentPerson\AppointmentPersonMapper" (parent: .abstract.instanceof.App\DTO\AppointmentPerson\AppointmentPersonMapper).
  • Resolving inheritance for "App\DTO\AppointmentPerson\AppointmentPersonMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\AppointmentPerson\AppointmentPersonMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Campaign\CampaignMapper" (parent: .abstract.instanceof.App\DTO\Campaign\CampaignMapper).
  • Resolving inheritance for "App\DTO\Campaign\CampaignMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Campaign\CampaignMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Campus\CampusMapper" (parent: .abstract.instanceof.App\DTO\Campus\CampusMapper).
  • Resolving inheritance for "App\DTO\Campus\CampusMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Campus\CampusMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\CampusArticle\CampusArticleMapper" (parent: .abstract.instanceof.App\DTO\CampusArticle\CampusArticleMapper).
  • Resolving inheritance for "App\DTO\CampusArticle\CampusArticleMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\CampusArticle\CampusArticleMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Candidate\CandidateMapper" (parent: .abstract.instanceof.App\DTO\Candidate\CandidateMapper).
  • Resolving inheritance for "App\DTO\Candidate\CandidateMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Candidate\CandidateMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Company\CompanyMapper" (parent: .abstract.instanceof.App\DTO\Company\CompanyMapper).
  • Resolving inheritance for "App\DTO\Company\CompanyMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Company\CompanyMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Cursus\CursusMapper" (parent: .abstract.instanceof.App\DTO\Cursus\CursusMapper).
  • Resolving inheritance for "App\DTO\Cursus\CursusMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Cursus\CursusMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Faq\FaqMapper" (parent: .abstract.instanceof.App\DTO\Faq\FaqMapper).
  • Resolving inheritance for "App\DTO\Faq\FaqMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Faq\FaqMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Forum\ForumMapper" (parent: .abstract.instanceof.App\DTO\Forum\ForumMapper).
  • Resolving inheritance for "App\DTO\Forum\ForumMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Forum\ForumMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\JobCandidate\JobCandidateMapper" (parent: .abstract.instanceof.App\DTO\JobCandidate\JobCandidateMapper).
  • Resolving inheritance for "App\DTO\JobCandidate\JobCandidateMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\JobCandidate\JobCandidateMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Jury\JuryMapper" (parent: .abstract.instanceof.App\DTO\Jury\JuryMapper).
  • Resolving inheritance for "App\DTO\Jury\JuryMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Jury\JuryMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Landingpage\LandingpageMapper" (parent: .abstract.instanceof.App\DTO\Landingpage\LandingpageMapper).
  • Resolving inheritance for "App\DTO\Landingpage\LandingpageMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Landingpage\LandingpageMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Library\LibraryMapper" (parent: .abstract.instanceof.App\DTO\Library\LibraryMapper).
  • Resolving inheritance for "App\DTO\Library\LibraryMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Library\LibraryMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Media\MediaMapper" (parent: .abstract.instanceof.App\DTO\Media\MediaMapper).
  • Resolving inheritance for "App\DTO\Media\MediaMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Media\MediaMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\MediaChannel\MediaChannelMapper" (parent: .abstract.instanceof.App\DTO\MediaChannel\MediaChannelMapper).
  • Resolving inheritance for "App\DTO\MediaChannel\MediaChannelMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\MediaChannel\MediaChannelMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\News\NewsMapper" (parent: .abstract.instanceof.App\DTO\News\NewsMapper).
  • Resolving inheritance for "App\DTO\News\NewsMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\News\NewsMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Notification\NotificationMapper" (parent: .abstract.instanceof.App\DTO\Notification\NotificationMapper).
  • Resolving inheritance for "App\DTO\Notification\NotificationMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Notification\NotificationMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Offer\OfferMapper" (parent: .abstract.instanceof.App\DTO\Offer\OfferMapper).
  • Resolving inheritance for "App\DTO\Offer\OfferMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Offer\OfferMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\OpenDay\OpenDayMapper" (parent: .abstract.instanceof.App\DTO\OpenDay\OpenDayMapper).
  • Resolving inheritance for "App\DTO\OpenDay\OpenDayMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\OpenDay\OpenDayMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\OpenDayPerson\OpenDayPersonMapper" (parent: .abstract.instanceof.App\DTO\OpenDayPerson\OpenDayPersonMapper).
  • Resolving inheritance for "App\DTO\OpenDayPerson\OpenDayPersonMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\OpenDayPerson\OpenDayPersonMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Oraux\OrauxMapper" (parent: .abstract.instanceof.App\DTO\Oraux\OrauxMapper).
  • Resolving inheritance for "App\DTO\Oraux\OrauxMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Oraux\OrauxMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\OurStudent\OurStudentMapper" (parent: .abstract.instanceof.App\DTO\OurStudent\OurStudentMapper).
  • Resolving inheritance for "App\DTO\OurStudent\OurStudentMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\OurStudent\OurStudentMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Participate\ParticipateMapper" (parent: .abstract.instanceof.App\DTO\Participate\ParticipateMapper).
  • Resolving inheritance for "App\DTO\Participate\ParticipateMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Participate\ParticipateMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Partner\PartnerMapper" (parent: .abstract.instanceof.App\DTO\Partner\PartnerMapper).
  • Resolving inheritance for "App\DTO\Partner\PartnerMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Partner\PartnerMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Profile\ProfileMapper" (parent: .abstract.instanceof.App\DTO\Profile\ProfileMapper).
  • Resolving inheritance for "App\DTO\Profile\ProfileMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Profile\ProfileMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\ProfileFile\ProfileFileMapper" (parent: .abstract.instanceof.App\DTO\ProfileFile\ProfileFileMapper).
  • Resolving inheritance for "App\DTO\ProfileFile\ProfileFileMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\ProfileFile\ProfileFileMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\ProfileNote\ProfileNoteMapper" (parent: .abstract.instanceof.App\DTO\ProfileNote\ProfileNoteMapper).
  • Resolving inheritance for "App\DTO\ProfileNote\ProfileNoteMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\ProfileNote\ProfileNoteMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\ProfileQcm\ProfileQcmMapper" (parent: .abstract.instanceof.App\DTO\ProfileQcm\ProfileQcmMapper).
  • Resolving inheritance for "App\DTO\ProfileQcm\ProfileQcmMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\ProfileQcm\ProfileQcmMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Program\ProgramMapper" (parent: .abstract.instanceof.App\DTO\Program\ProgramMapper).
  • Resolving inheritance for "App\DTO\Program\ProgramMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Program\ProgramMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Qcm\QcmMapper" (parent: .abstract.instanceof.App\DTO\Qcm\QcmMapper).
  • Resolving inheritance for "App\DTO\Qcm\QcmMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Qcm\QcmMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Recruitment\RecruitmentMapper" (parent: .abstract.instanceof.App\DTO\Recruitment\RecruitmentMapper).
  • Resolving inheritance for "App\DTO\Recruitment\RecruitmentMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Recruitment\RecruitmentMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Role\RoleMapper" (parent: .abstract.instanceof.App\DTO\Role\RoleMapper).
  • Resolving inheritance for "App\DTO\Role\RoleMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Role\RoleMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Status\StatusMapper" (parent: .abstract.instanceof.App\DTO\Status\StatusMapper).
  • Resolving inheritance for "App\DTO\Status\StatusMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Status\StatusMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Task\TaskMapper" (parent: .abstract.instanceof.App\DTO\Task\TaskMapper).
  • Resolving inheritance for "App\DTO\Task\TaskMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Task\TaskMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Topic\TopicMapper" (parent: .abstract.instanceof.App\DTO\Topic\TopicMapper).
  • Resolving inheritance for "App\DTO\Topic\TopicMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Topic\TopicMapper).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\User\UserMapper" (parent: .abstract.instanceof.App\DTO\User\UserMapper).
  • Resolving inheritance for "App\DTO\User\UserMapper" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\User\UserMapper).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\DTO\Validator\ContainsUniqueValidator" (parent: .abstract.instanceof.App\DTO\Validator\ContainsUniqueValidator).
  • Resolving inheritance for "App\DTO\Validator\ContainsUniqueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\DTO\Validator\ContainsUniqueValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\DTO\Validator\UniqueUserEmailValidator" (parent: .abstract.instanceof.App\DTO\Validator\UniqueUserEmailValidator).
  • Resolving inheritance for "App\DTO\Validator\UniqueUserEmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\DTO\Validator\UniqueUserEmailValidator).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\DatabaseActivitySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\DatabaseActivitySubscriber).
  • Resolving inheritance for "App\EventSubscriber\DatabaseActivitySubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\DatabaseActivitySubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\EntitySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\EntitySubscriber).
  • Resolving inheritance for "App\EventSubscriber\EntitySubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\EntitySubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelControllerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\KernelControllerSubscriber).
  • Resolving inheritance for "App\EventSubscriber\KernelControllerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelControllerSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\KernelExceptionSubscriber).
  • Resolving inheritance for "App\EventSubscriber\KernelExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelExceptionSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelRequestSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\KernelRequestSubscriber).
  • Resolving inheritance for "App\EventSubscriber\KernelRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelRequestSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelResponseSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\KernelResponseSubscriber).
  • Resolving inheritance for "App\EventSubscriber\KernelResponseSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelResponseSubscriber).
  • Resolving inheritance for ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\Misc\AutoMapperConfig" (parent: .abstract.instanceof.App\Misc\AutoMapperConfig).
  • Resolving inheritance for "App\Misc\AutoMapperConfig" (parent: .instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\Misc\AutoMapperConfig).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Misc\FontCompressCommand" (parent: .abstract.instanceof.App\Misc\FontCompressCommand).
  • Resolving inheritance for "App\Misc\FontCompressCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Misc\FontCompressCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Misc\TranslationUpdateCommand" (parent: .abstract.instanceof.App\Misc\TranslationUpdateCommand).
  • Resolving inheritance for "App\Misc\TranslationUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Misc\TranslationUpdateCommand).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Misc\TwigExtension" (parent: .abstract.instanceof.App\Misc\TwigExtension).
  • Resolving inheritance for "App\Misc\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Misc\TwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Misc\TwigTranslationExtension" (parent: .abstract.instanceof.App\Misc\TwigTranslationExtension).
  • Resolving inheritance for "App\Misc\TwigTranslationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Misc\TwigTranslationExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Misc\UpdateOfferCommand" (parent: .abstract.instanceof.App\Misc\UpdateOfferCommand).
  • Resolving inheritance for "App\Misc\UpdateOfferCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Misc\UpdateOfferCommand).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlumniRepository" (parent: .abstract.instanceof.App\Repository\AlumniRepository).
  • Resolving inheritance for "App\Repository\AlumniRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlumniRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentPersonRepository" (parent: .abstract.instanceof.App\Repository\AppointmentPersonRepository).
  • Resolving inheritance for "App\Repository\AppointmentPersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentPersonRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentRepository" (parent: .abstract.instanceof.App\Repository\AppointmentRepository).
  • Resolving inheritance for "App\Repository\AppointmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BaseRepository" (parent: .abstract.instanceof.App\Repository\BaseRepository).
  • Resolving inheritance for "App\Repository\BaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BaseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository" (parent: .abstract.instanceof.App\Repository\CampaignRepository).
  • Resolving inheritance for "App\Repository\CampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusArticleRepository" (parent: .abstract.instanceof.App\Repository\CampusArticleRepository).
  • Resolving inheritance for "App\Repository\CampusArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusArticleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusCenterRepository" (parent: .abstract.instanceof.App\Repository\CampusCenterRepository).
  • Resolving inheritance for "App\Repository\CampusCenterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusCenterRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusKeyFigureRepository" (parent: .abstract.instanceof.App\Repository\CampusKeyFigureRepository).
  • Resolving inheritance for "App\Repository\CampusKeyFigureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusKeyFigureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusPresentationBlockRepository" (parent: .abstract.instanceof.App\Repository\CampusPresentationBlockRepository).
  • Resolving inheritance for "App\Repository\CampusPresentationBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusPresentationBlockRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusRepository" (parent: .abstract.instanceof.App\Repository\CampusRepository).
  • Resolving inheritance for "App\Repository\CampusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CandidateRepository" (parent: .abstract.instanceof.App\Repository\CandidateRepository).
  • Resolving inheritance for "App\Repository\CandidateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CandidateRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
  • Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractRepository" (parent: .abstract.instanceof.App\Repository\ContractRepository).
  • Resolving inheritance for "App\Repository\ContractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository" (parent: .abstract.instanceof.App\Repository\CountryRepository).
  • Resolving inheritance for "App\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CursusRepository" (parent: .abstract.instanceof.App\Repository\CursusRepository).
  • Resolving inheritance for "App\Repository\CursusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CursusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnglishLevelRepository" (parent: .abstract.instanceof.App\Repository\EnglishLevelRepository).
  • Resolving inheritance for "App\Repository\EnglishLevelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnglishLevelRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpertiseRepository" (parent: .abstract.instanceof.App\Repository\ExpertiseRepository).
  • Resolving inheritance for "App\Repository\ExpertiseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpertiseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository" (parent: .abstract.instanceof.App\Repository\FaqRepository).
  • Resolving inheritance for "App\Repository\FaqRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForumRepository" (parent: .abstract.instanceof.App\Repository\ForumRepository).
  • Resolving inheritance for "App\Repository\ForumRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForumRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobCandidateRepository" (parent: .abstract.instanceof.App\Repository\JobCandidateRepository).
  • Resolving inheritance for "App\Repository\JobCandidateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobCandidateRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JuryRepository" (parent: .abstract.instanceof.App\Repository\JuryRepository).
  • Resolving inheritance for "App\Repository\JuryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JuryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandingpageRepository" (parent: .abstract.instanceof.App\Repository\LandingpageRepository).
  • Resolving inheritance for "App\Repository\LandingpageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandingpageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LibraryRepository" (parent: .abstract.instanceof.App\Repository\LibraryRepository).
  • Resolving inheritance for "App\Repository\LibraryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LibraryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
  • Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaChannelRepository" (parent: .abstract.instanceof.App\Repository\MediaChannelRepository).
  • Resolving inheritance for "App\Repository\MediaChannelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaChannelRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository" (parent: .abstract.instanceof.App\Repository\MediaRepository).
  • Resolving inheritance for "App\Repository\MediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository" (parent: .abstract.instanceof.App\Repository\NewsRepository).
  • Resolving inheritance for "App\Repository\NewsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
  • Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRepository" (parent: .abstract.instanceof.App\Repository\OfferRepository).
  • Resolving inheritance for "App\Repository\OfferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpenDayPersonRepository" (parent: .abstract.instanceof.App\Repository\OpenDayPersonRepository).
  • Resolving inheritance for "App\Repository\OpenDayPersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpenDayPersonRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpenDayRepository" (parent: .abstract.instanceof.App\Repository\OpenDayRepository).
  • Resolving inheritance for "App\Repository\OpenDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpenDayRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrauxRepository" (parent: .abstract.instanceof.App\Repository\OrauxRepository).
  • Resolving inheritance for "App\Repository\OrauxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrauxRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OurStudentRepository" (parent: .abstract.instanceof.App\Repository\OurStudentRepository).
  • Resolving inheritance for "App\Repository\OurStudentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OurStudentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipateRepository" (parent: .abstract.instanceof.App\Repository\ParticipateRepository).
  • Resolving inheritance for "App\Repository\ParticipateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipateRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository" (parent: .abstract.instanceof.App\Repository\PartnerRepository).
  • Resolving inheritance for "App\Repository\PartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository" (parent: .abstract.instanceof.App\Repository\PermissionRepository).
  • Resolving inheritance for "App\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileFileRepository" (parent: .abstract.instanceof.App\Repository\ProfileFileRepository).
  • Resolving inheritance for "App\Repository\ProfileFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileFileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileNoteRepository" (parent: .abstract.instanceof.App\Repository\ProfileNoteRepository).
  • Resolving inheritance for "App\Repository\ProfileNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileNoteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileQcmRepository" (parent: .abstract.instanceof.App\Repository\ProfileQcmRepository).
  • Resolving inheritance for "App\Repository\ProfileQcmRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileQcmRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileRepository" (parent: .abstract.instanceof.App\Repository\ProfileRepository).
  • Resolving inheritance for "App\Repository\ProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository" (parent: .abstract.instanceof.App\Repository\ProgramRepository).
  • Resolving inheritance for "App\Repository\ProgramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QcmQuestionRepository" (parent: .abstract.instanceof.App\Repository\QcmQuestionRepository).
  • Resolving inheritance for "App\Repository\QcmQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QcmQuestionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QcmRepository" (parent: .abstract.instanceof.App\Repository\QcmRepository).
  • Resolving inheritance for "App\Repository\QcmRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QcmRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentRepository" (parent: .abstract.instanceof.App\Repository\RecruitmentRepository).
  • Resolving inheritance for "App\Repository\RecruitmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentThemeRepository" (parent: .abstract.instanceof.App\Repository\RecruitmentThemeRepository).
  • Resolving inheritance for "App\Repository\RecruitmentThemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentThemeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedirectionRepository" (parent: .abstract.instanceof.App\Repository\RedirectionRepository).
  • Resolving inheritance for "App\Repository\RedirectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedirectionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
  • Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SkillRepository" (parent: .abstract.instanceof.App\Repository\SkillRepository).
  • Resolving inheritance for "App\Repository\SkillRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SkillRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository" (parent: .abstract.instanceof.App\Repository\StatusRepository).
  • Resolving inheritance for "App\Repository\StatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudyLevelRepository" (parent: .abstract.instanceof.App\Repository\StudyLevelRepository).
  • Resolving inheritance for "App\Repository\StudyLevelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudyLevelRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository" (parent: .abstract.instanceof.App\Repository\TaskRepository).
  • Resolving inheritance for "App\Repository\TaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TopicRepository" (parent: .abstract.instanceof.App\Repository\TopicRepository).
  • Resolving inheritance for "App\Repository\TopicRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TopicRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAgentRepository" (parent: .abstract.instanceof.App\Repository\UserAgentRepository).
  • Resolving inheritance for "App\Repository\UserAgentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAgentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ZoneRepository" (parent: .abstract.instanceof.App\Repository\ZoneRepository).
  • Resolving inheritance for "App\Repository\ZoneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ZoneRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FileExtension" (parent: .abstract.instanceof.App\Twig\FileExtension).
  • Resolving inheritance for "App\Twig\FileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FileExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension" (parent: .abstract.instanceof.App\Twig\TwigExtension).
  • Resolving inheritance for "App\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.entity.listener" (parent: .abstract.instanceof.entity.listener).
  • Resolving inheritance for "entity.listener" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.entity.listener).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.console.command.translation_update" (parent: .abstract.instanceof.console.command.translation_update).
  • Resolving inheritance for "console.command.translation_update" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.console.command.translation_update).
  • Resolving inheritance for "my_configured_app_cache" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.app" (parent: my_configured_app_cache).
  • 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 "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.app_user_provider" (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.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.user" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.user" (parent: security.listener.session).
  • Resolving inheritance for "security.logout_listener.user" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.user" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.user" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authenticator.cache.expired_links" (parent: cache.app).
  • Resolving inheritance for "security.authenticator.login_link_signature_hasher.user" (parent: security.authenticator.abstract_login_link_signature_hasher).
  • Resolving inheritance for "security.authenticator.login_link_handler.user" (parent: security.authenticator.abstract_login_link_handler).
  • Resolving inheritance for "security.authenticator.login_link.user" (parent: security.authenticator.login_link).
  • Resolving inheritance for "security.authentication.success_handler.user.login_link" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.user.login_link" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authenticator.form_login.user" (parent: security.authenticator.form_login).
  • Resolving inheritance for "security.authentication.success_handler.user.form_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.success_handler.user.form_login" (parent: App\Security\User\AuthenticationSuccessHandler).
  • Resolving inheritance for "security.authentication.failure_handler.user.form_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.failure_handler.user.form_login" (parent: App\Security\User\AuthenticationFailureHandler).
  • Resolving inheritance for "security.authenticator.manager.user" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.user" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.user" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.user" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.user" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.public" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.public" (parent: security.firewall.context).
  • 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 "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
  • Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.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.deprecation" (parent: monolog.logger_prototype).
1
  • Skipping service "Twig\Extensions\DateExtension": Class or interface "Twig\Extensions\DateExtension" cannot be loaded.
238
  • 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 "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "mailer.logger_message_listener"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "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\Contracts\Cache\TagAwareCacheInterface $myConfiguredAppCache"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $myConfiguredAppCache"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $myConfiguredAppCache"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.storage.factory"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
  • Removed service "security.password_hasher"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "security.authentication.session_strategy.user"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface"; reason: private alias.
  • Removed service "security.user_checker.user"; 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 "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 "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Sonata\Exporter\Exporter"; reason: private alias.
  • Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
  • Removed service "mobile_detect.request_listener"; reason: private alias.
  • Removed service "mobile_detect_bundle.device.collector"; reason: private alias.
  • Removed service "mobile_detect.device_view"; reason: private alias.
  • Removed service "mobile_detect.twig.extension"; reason: private alias.
  • Removed service "MobileDetectBundle\DeviceDetector\MobileDetectorInterface"; reason: private alias.
  • Removed service "mobile_detect.mobile_detector.default"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemOperator $uploadsStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemReader $uploadsStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemWriter $uploadsStorage"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $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 $deprecationLogger"; reason: private alias.
  • Removed service "Sonata\SeoBundle\Seo\SeoPageInterface"; reason: private alias.
  • Removed service ".service_locator.rhe_qq9"; reason: private alias.
  • Removed service ".service_locator.0GV1BZZ"; reason: private alias.
  • Removed service ".service_locator.xQ4PqnG"; reason: private alias.
  • Removed service ".service_locator.8zebh6l"; reason: private alias.
  • Removed service ".service_locator.TrS8Kfx"; reason: private alias.
  • Removed service ".service_locator.ThKhd1f"; reason: private alias.
  • Removed service ".service_locator.bN3kkd8"; reason: private alias.
  • Removed service ".service_locator.2Khe5fk"; reason: private alias.
  • Removed service ".service_locator.BM0P3Z."; reason: private alias.
  • Removed service ".service_locator.SSlmA1C"; reason: private alias.
  • Removed service ".service_locator.iOvbq.7"; reason: private alias.
  • Removed service ".service_locator.qEDYbKk"; reason: private alias.
  • Removed service ".service_locator.QXPClj2"; reason: private alias.
  • Removed service ".service_locator.Za9MpXe"; reason: private alias.
  • Removed service ".service_locator.X.jJjuJ"; reason: private alias.
  • Removed service ".service_locator.O24_MAy"; reason: private alias.
  • Removed service ".service_locator.jQtwpyo"; reason: private alias.
  • Removed service ".service_locator.pLguVxP"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "security.firewall.authenticator.main"; reason: private alias.
  • Removed service "security.firewall.authenticator.user"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; 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 "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service ".service_locator.uo5c0SP"; reason: private alias.
  • Removed service ".service_locator.NYeE_LH"; reason: private alias.
  • Removed service ".service_locator.pAJKTYO"; reason: private alias.
  • Removed service ".service_locator.PS6m0H8"; reason: private alias.
  • Removed service ".service_locator.426yQGu"; reason: private alias.
  • Removed service ".service_locator.gY7iq5V"; reason: private alias.
  • Removed service ".service_locator.8v1I35P"; reason: private alias.
  • Removed service ".service_locator.6gRgucU"; reason: private alias.
  • Removed service ".service_locator.yJr1H_e"; reason: private alias.
  • Removed service ".service_locator.0gBQDgY"; reason: private alias.
  • Removed service ".service_locator.NtUYQhq"; reason: private alias.
  • Removed service ".service_locator.yGsYrYt"; reason: private alias.
  • Removed service ".service_locator.PBDGB0z"; reason: private alias.
  • Removed service ".service_locator.atE8s1y"; reason: private alias.
  • Removed service ".service_locator.zZ50Ew7"; reason: private alias.
  • Removed service ".service_locator.V6tVCSk"; reason: private alias.
  • Removed service ".service_locator.tkuQy_d"; reason: private alias.
  • Removed service ".service_locator.E7FhQRr"; reason: private alias.
  • Removed service ".service_locator.xGDzhl4"; reason: private alias.
  • Removed service ".service_locator.xnfEfWj"; reason: private alias.
  • Removed service ".service_locator.8OQBdAu"; reason: private alias.
  • Removed service ".service_locator.7hhLnGp"; reason: private alias.
  • Removed service ".service_locator._vWDn1L"; reason: private alias.
  • Removed service ".service_locator.bT.2lOh"; reason: private alias.
  • Removed service ".service_locator.aa1PbBb"; reason: private alias.
205
  • Changed reference of service "App\DTO\Alumni\AlumniMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Alumni\AlumniMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Appointment\AppointmentMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Appointment\AppointmentMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\AppointmentPerson\AppointmentPersonMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\AppointmentPerson\AppointmentPersonMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Campaign\CampaignMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Campaign\CampaignMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Campus\CampusMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Campus\CampusMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\CampusArticle\CampusArticleMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\CampusArticle\CampusArticleMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Candidate\CandidateMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Candidate\CandidateMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Company\CompanyMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Company\CompanyMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Cursus\CursusMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Cursus\CursusMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Faq\FaqMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Faq\FaqMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Forum\ForumMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Forum\ForumMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\JobCandidate\JobCandidateMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\JobCandidate\JobCandidateMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Jury\JuryMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Jury\JuryMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Landingpage\LandingpageMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Landingpage\LandingpageMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Library\LibraryMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Library\LibraryMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Media\MediaMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Media\MediaMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\MediaChannel\MediaChannelMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\MediaChannel\MediaChannelMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\News\NewsMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\News\NewsMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Notification\NotificationMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Notification\NotificationMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Offer\OfferMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Offer\OfferMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\OpenDay\OpenDayMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\OpenDay\OpenDayMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\OpenDayPerson\OpenDayPersonMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\OpenDayPerson\OpenDayPersonMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Oraux\OrauxMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Oraux\OrauxMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\OurStudent\OurStudentMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\OurStudent\OurStudentMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Participate\ParticipateMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Participate\ParticipateMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Partner\PartnerMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Partner\PartnerMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Profile\ProfileMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Profile\ProfileMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\ProfileFile\ProfileFileMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\ProfileFile\ProfileFileMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\ProfileNote\ProfileNoteMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\ProfileNote\ProfileNoteMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\ProfileQcm\ProfileQcmMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\ProfileQcm\ProfileQcmMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Program\ProgramMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Program\ProgramMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Qcm\QcmMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Qcm\QcmMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Recruitment\RecruitmentMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Recruitment\RecruitmentMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Role\RoleMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Role\RoleMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Status\StatusMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Status\StatusMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Task\TaskMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Task\TaskMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\Topic\TopicMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\Topic\TopicMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DTO\User\UserMapper" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\DTO\User\UserMapper" previously pointing to "router.default" to "router".
  • Changed reference of service "App\EventSubscriber\DatabaseActivitySubscriber" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\EventSubscriber\DatabaseActivitySubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Misc\TwigExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Misc\TwigExtension" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\User\AuthenticationFailureHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\User\AuthenticationSuccessHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\AlumniService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\AppointmentPersonService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\AppointmentService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\BaseService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Service\BaseService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\CursusService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\CursusService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\JobCandidateService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\LandingpageService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\LandingpageService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\MediaChannelService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\NewsService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\NewsService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\NotificationService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\OfferService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\OfferService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\OpenDayPersonService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\OpenDayPersonService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\OpenDayService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\ParticipateService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\ProfileService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\Service\ProfileService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\ProfileService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Service\ProgramService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\ProgramService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\QcmService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\RecruitmentService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\RequestService" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\Service\UserService" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Service\UserService" previously pointing to "security.authenticator.login_link_handler.user" to "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface $clientFirewallLoginLinkHandler".
  • Changed reference of service "App\Service\UserService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "url_helper" previously pointing to "router.default" to "router".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • 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.abstract_login_link_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authenticator.login_link.user" previously pointing to "security.authenticator.login_link_handler.user" to "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface $clientFirewallLoginLinkHandler".
  • Changed reference of service "security.authentication.success_handler.user.form_login" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.failure_handler.user.form_login" 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 "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • 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 "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 "MobileDetectBundle\EventListener\RequestResponseListener" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.foPrRcS" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.q2ji3lu" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.hQx7YwA" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.32CaFUX" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.32CaFUX" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.bgPmsai" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.qyHfNYh" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.BJSObLD" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.fdFa99H" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.7q5s6ck" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.LY1wsLE" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.8SnVqfL" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.7HNO__M" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.rOSNnat" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.ZxXXR_6" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.ONwZiSm" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.lNsCZQY" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.lNsCZQY" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.0ZHgjVz" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.0ZHgjVz" 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.m.XB9Uu" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.31VFnrf" previously pointing to "security.authenticator.login_link_handler.user" to "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface $clientFirewallLoginLinkHandler".
  • Changed reference of service "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface $clientFirewallLoginLinkHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.public_alias.Sonata\SeoBundle\Command\SitemapGeneratorCommand" previously pointing to "router.default" to "router".
488
  • 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 "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 "security.authenticator.login_link"; reason: abstract.
  • Removed service "security.authenticator.abstract_login_link_handler"; reason: abstract.
  • Removed service "security.authenticator.expired_login_link_storage"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
  • Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
  • Removed service "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 "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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckUserExpiredCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CheckUserExpiredCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckUserRegisterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CheckUserRegisterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AlumniController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AlumniController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\AlumniController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AppointmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AppointmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\AppointmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AppointmentPersonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AppointmentPersonController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\AppointmentPersonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\AuthController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\BaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\BaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\BaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CampaignController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CampaignController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\CampaignController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CampusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CampusController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\CampusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CandidateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CandidateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\CandidateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\CompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ContractController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ContractController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ContractController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CountryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\CursusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\CursusController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\CursusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ExpertiseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ExpertiseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ExpertiseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\FaqController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ForumController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ForumController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ForumController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\JobCandidateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\JobCandidateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\JobCandidateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\JuryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\JuryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\JuryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\LandingpageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\LandingpageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\LandingpageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\LibraryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\LibraryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\LibraryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\MediaChannelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\MediaChannelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\MediaChannelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\NewsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\NotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OfferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OfferController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\OfferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OpenDayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OpenDayController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\OpenDayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OpenDayPersonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OpenDayPersonController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\OpenDayPersonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OrauxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OrauxController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\OrauxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\OurStudentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\OurStudentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\OurStudentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ParticipateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ParticipateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ParticipateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\PartnerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\PartnerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\PartnerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProfileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProfileFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProfileFileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProfileFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProfileNoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProfileNoteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProfileNoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\ProgramController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\ProgramController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\ProgramController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\RecruitmentThemeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\RecruitmentThemeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\RecruitmentThemeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\RoleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\RoleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\RoleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\SkillController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\SkillController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\SkillController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\StatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\StatusController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\StatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\StudyLevelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\StudyLevelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\StudyLevelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\TaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\TaskController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\TaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\TopicController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\TopicController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\TopicController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\UploadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\UploadController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\UploadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Backend\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Backend\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Backend\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AlumniController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AlumniController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\AlumniController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\AppointmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\AppointmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\AppointmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\BaseFrontendController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\BaseFrontendController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\BaseFrontendController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\EmailTemplateTestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\EmailTemplateTestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\EmailTemplateTestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\EntreprisesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\EntreprisesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\EntreprisesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\IndexController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\JobBoardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\JobBoardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\JobBoardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\LandingpageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\LandingpageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\LandingpageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\NewsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OfferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OfferController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\OfferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OpenDayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OpenDayController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\OpenDayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\PageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ParticipateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ParticipateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\ParticipateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ProfileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\ProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\ProgramController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\ProgramController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\ProgramController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\QcmController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\QcmController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\QcmController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\RecruitmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\RecruitmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\RecruitmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SchoolController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SchoolController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\SchoolController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SitemapController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\UserController"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Alumni\AlumniMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Alumni\AlumniMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Appointment\AppointmentMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Appointment\AppointmentMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\AppointmentPerson\AppointmentPersonMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\AppointmentPerson\AppointmentPersonMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Campaign\CampaignMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Campaign\CampaignMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Campus\CampusMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Campus\CampusMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\CampusArticle\CampusArticleMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\CampusArticle\CampusArticleMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Candidate\CandidateMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Candidate\CandidateMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Company\CompanyMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Company\CompanyMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Cursus\CursusMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Cursus\CursusMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Faq\FaqMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Faq\FaqMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Forum\ForumMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Forum\ForumMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\JobCandidate\JobCandidateMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\JobCandidate\JobCandidateMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Jury\JuryMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Jury\JuryMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Landingpage\LandingpageMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Landingpage\LandingpageMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Library\LibraryMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Library\LibraryMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Media\MediaMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Media\MediaMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\MediaChannel\MediaChannelMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\MediaChannel\MediaChannelMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\News\NewsMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\News\NewsMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Notification\NotificationMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Notification\NotificationMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Offer\OfferMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Offer\OfferMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\OpenDay\OpenDayMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\OpenDay\OpenDayMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\OpenDayPerson\OpenDayPersonMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\OpenDayPerson\OpenDayPersonMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Oraux\OrauxMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Oraux\OrauxMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\OurStudent\OurStudentMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\OurStudent\OurStudentMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Participate\ParticipateMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Participate\ParticipateMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Partner\PartnerMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Partner\PartnerMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Profile\ProfileMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Profile\ProfileMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\ProfileFile\ProfileFileMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\ProfileFile\ProfileFileMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\ProfileNote\ProfileNoteMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\ProfileNote\ProfileNoteMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\ProfileQcm\ProfileQcmMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\ProfileQcm\ProfileQcmMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Program\ProgramMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Program\ProgramMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Qcm\QcmMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Qcm\QcmMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Recruitment\RecruitmentMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Recruitment\RecruitmentMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Role\RoleMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Role\RoleMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Status\StatusMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Status\StatusMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Task\TaskMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Task\TaskMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\Topic\TopicMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Topic\TopicMapper"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\DTO\User\UserMapper"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\User\UserMapper"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\DTO\Validator\ContainsUniqueValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Validator\ContainsUniqueValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\DTO\Validator\UniqueUserEmailValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DTO\Validator\UniqueUserEmailValidator"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\DatabaseActivitySubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\DatabaseActivitySubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\EntitySubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\EntitySubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelControllerSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\KernelControllerSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelExceptionSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\KernelExceptionSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelRequestSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\KernelRequestSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelResponseSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\KernelResponseSubscriber"; reason: abstract.
  • Removed service ".instanceof.AutoMapperPlus\AutoMapperPlusBundle\AutoMapperConfiguratorInterface.0.App\Misc\AutoMapperConfig"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Misc\AutoMapperConfig"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Misc\FontCompressCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Misc\FontCompressCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Misc\TranslationUpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Misc\TranslationUpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Misc\TwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Misc\TwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Misc\TwigTranslationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Misc\TwigTranslationExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Misc\UpdateOfferCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Misc\UpdateOfferCommand"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlumniRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AlumniRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentPersonRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AppointmentPersonRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AppointmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BaseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BaseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CampaignRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusArticleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CampusArticleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusCenterRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CampusCenterRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusKeyFigureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CampusKeyFigureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusPresentationBlockRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CampusPresentationBlockRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CampusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CandidateRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CandidateRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContractRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CountryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CursusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CursusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnglishLevelRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EnglishLevelRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpertiseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ExpertiseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FaqRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForumRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ForumRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobCandidateRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\JobCandidateRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JuryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\JuryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandingpageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LandingpageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LibraryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LibraryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaChannelRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MediaChannelRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MediaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NewsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OfferRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpenDayPersonRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OpenDayPersonRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpenDayRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OpenDayRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrauxRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrauxRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OurStudentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OurStudentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipateRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ParticipateRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PartnerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PermissionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileFileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProfileFileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileNoteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProfileNoteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileQcmRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProfileQcmRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProfileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProgramRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QcmQuestionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\QcmQuestionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QcmRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\QcmRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecruitmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecruitmentThemeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecruitmentThemeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RedirectionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RedirectionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SkillRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SkillRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StudyLevelRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StudyLevelRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TaskRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TopicRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TopicRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAgentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserAgentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ZoneRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ZoneRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FileExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\FileExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\TwigExtension"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.entity.listener"; reason: abstract.
  • Removed service ".abstract.instanceof.entity.listener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.console.command.translation_update"; reason: abstract.
  • Removed service ".abstract.instanceof.console.command.translation_update"; reason: abstract.
84
  • Removed service "http_discovery.psr17_factory"; reason: unused.
  • Removed service "Twig\Extensions\DateExtension"; 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 ".my_configured_app_cache.taggable"; reason: unused.
  • Removed service "session.storage.factory.native"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication_utils"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.authentication.retry_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authenticator.managers_locator"; reason: unused.
  • Removed service "security.user_authenticator"; reason: unused.
  • Removed service "security.authentication.manager"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "security.authenticator.abstract_login_link_signature_hasher"; reason: unused.
  • Removed service "security.authenticator.cache.expired_links"; reason: unused.
  • Removed service "security.authenticator.firewall_aware_login_link_handler"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
  • Removed service ".1_ServiceLocator~5zN9afm"; 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_number_aware"; 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 "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher.reader"; reason: unused.
  • Removed service "fos_rest.serializer.jms"; reason: unused.
  • Removed service "twig.template_iterator"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "flysystem.adapter.lazy.factory"; 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 "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.bwv6Xfr"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.nLgZj7R"; reason: unused.
  • Removed service ".service_locator.31VFnrf"; reason: unused.
335
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\AlumniController" to "App\Controller\Backend\AlumniController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\AppointmentController" to "App\Controller\Backend\AppointmentController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\AppointmentPersonController" to "App\Controller\Backend\AppointmentPersonController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\AuthController" to "App\Controller\Backend\AuthController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\BaseController" to "App\Controller\Backend\BaseController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\CampaignController" to "App\Controller\Backend\CampaignController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\CampusController" to "App\Controller\Backend\CampusController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\CandidateController" to "App\Controller\Backend\CandidateController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\CompanyController" to "App\Controller\Backend\CompanyController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\ContractController" to "App\Controller\Backend\ContractController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\CountryController" to "App\Controller\Backend\CountryController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\CursusController" to "App\Controller\Backend\CursusController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\ExpertiseController" to "App\Controller\Backend\ExpertiseController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\FaqController" to "App\Controller\Backend\FaqController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\ForumController" to "App\Controller\Backend\ForumController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\JobCandidateController" to "App\Controller\Backend\JobCandidateController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\JuryController" to "App\Controller\Backend\JuryController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\LandingpageController" to "App\Controller\Backend\LandingpageController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\LibraryController" to "App\Controller\Backend\LibraryController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\MediaChannelController" to "App\Controller\Backend\MediaChannelController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\NewsController" to "App\Controller\Backend\NewsController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\NotificationController" to "App\Controller\Backend\NotificationController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\OfferController" to "App\Controller\Backend\OfferController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\OpenDayController" to "App\Controller\Backend\OpenDayController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\OpenDayPersonController" to "App\Controller\Backend\OpenDayPersonController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\OrauxController" to "App\Controller\Backend\OrauxController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\OurStudentController" to "App\Controller\Backend\OurStudentController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\ParticipateController" to "App\Controller\Backend\ParticipateController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\PartnerController" to "App\Controller\Backend\PartnerController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\ProfileController" to "App\Controller\Backend\ProfileController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\ProfileFileController" to "App\Controller\Backend\ProfileFileController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\ProfileNoteController" to "App\Controller\Backend\ProfileNoteController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\ProgramController" to "App\Controller\Backend\ProgramController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\RecruitmentThemeController" to "App\Controller\Backend\RecruitmentThemeController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\RoleController" to "App\Controller\Backend\RoleController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\SkillController" to "App\Controller\Backend\SkillController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\StatusController" to "App\Controller\Backend\StatusController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\StudyLevelController" to "App\Controller\Backend\StudyLevelController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\TaskController" to "App\Controller\Backend\TaskController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\TopicController" to "App\Controller\Backend\TopicController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\UploadController" to "App\Controller\Backend\UploadController".
  • Inlined service ".service_locator.lNsCZQY.App\Controller\Backend\UserController" to "App\Controller\Backend\UserController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\AlumniController" to "App\Controller\Frontend\AlumniController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\AppointmentController" to "App\Controller\Frontend\AppointmentController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\BaseFrontendController" to "App\Controller\Frontend\BaseFrontendController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\DocumentController" to "App\Controller\Frontend\DocumentController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\EmailTemplateTestController" to "App\Controller\Frontend\EmailTemplateTestController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\EntreprisesController" to "App\Controller\Frontend\EntreprisesController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\IndexController" to "App\Controller\Frontend\IndexController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\JobBoardController" to "App\Controller\Frontend\JobBoardController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\LandingpageController" to "App\Controller\Frontend\LandingpageController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\NewsController" to "App\Controller\Frontend\NewsController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\OfferController" to "App\Controller\Frontend\OfferController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\OpenDayController" to "App\Controller\Frontend\OpenDayController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\PageController" to "App\Controller\Frontend\PageController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\ParticipateController" to "App\Controller\Frontend\ParticipateController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\ProfileController" to "App\Controller\Frontend\ProfileController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\ProgramController" to "App\Controller\Frontend\ProgramController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\QcmController" to "App\Controller\Frontend\QcmController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\RecruitmentController" to "App\Controller\Frontend\RecruitmentController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\SchoolController" to "App\Controller\Frontend\SchoolController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\SitemapController" to "App\Controller\Frontend\SitemapController".
  • Inlined service ".service_locator.0ZHgjVz.App\Controller\Frontend\UserController" to "App\Controller\Frontend\UserController".
  • Inlined service "security.user_password_hasher" to "App\Service\UserService".
  • 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 "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" 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.XWmhzGa" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • 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 "container.getenv" to "secrets.decryption_key".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "fos_rest.serializer.form_error_normalizer" 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 "my_configured_app_cache.recorder_inner" to "my_configured_app_cache".
  • Inlined service "session.handler.native" to "session.storage.native".
  • Inlined service ".service_locator.ZOHvDA0" 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.y4dplYt" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.aCWGsgY" to "validator.validator_factory".
  • 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 "mailer.data_collector" to "profiler".
  • Inlined service "MobileDetectBundle\DataCollector\DeviceDataCollector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service ".security.request_matcher.TjbL8cy" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "security.role_hierarchy" to "data_collector.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 "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.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "security.authentication.session_strategy" to "security.listener.session.user".
  • Inlined service "security.authentication.success_handler.user.login_link" to "security.authenticator.login_link.user".
  • Inlined service "security.authentication.failure_handler.user.login_link" to "security.authenticator.login_link.user".
  • Inlined service "security.authentication.success_handler.user.form_login" to "security.authenticator.form_login.user".
  • Inlined service "security.authentication.failure_handler.user.form_login" to "security.authenticator.form_login.user".
  • Inlined service "debug.security.firewall.authenticator.user.inner" to "debug.security.firewall.authenticator.user".
  • Inlined service "security.exception_listener.user" to "security.firewall.map.context.user".
  • Inlined service "security.logout_listener.user" to "security.firewall.map.context.user".
  • Inlined service "security.firewall.map.config.user" to "security.firewall.map.context.user".
  • Inlined service "security.firewall.map.config.public" to "security.firewall.map.context.public".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
  • Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
  • Inlined service ".service_locator.u9w6aMz" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.b3sU0kS" 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" 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 "fos_rest.format_negotiator" to "fos_rest.format_listener".
  • Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.c00a45078b58694049576e015f174697e341262bf9503bf6b3433a7e99478e1076a2d210" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
  • 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.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 "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "sonata.seo.twig.extension" to "twig".
  • Inlined service "MobileDetectBundle\Twig\Extension\MobileDetectExtension" to "twig".
  • Inlined service "twig.extension.html" to "twig".
  • Inlined service "twig.extension.intl" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • 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 "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xlsx" to "sonata.exporter.exporter".
  • Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
  • Inlined service "flysystem.adapter.uploads.storage" to "uploads.storage".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
  • Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.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 "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
  • Inlined service ".service_locator.NUKe30Y" to ".service_locator.NUKe30Y.router.default".
  • Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
  • Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
  • Inlined service "security.authenticator.manager.user" to "debug.security.firewall.authenticator.user.inner".
  • Inlined service ".service_locator.7eKcPCA" to "console.command_loader".
  • Inlined service "security.authenticator.login_link_signature_hasher.user" to "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface $clientFirewallLoginLinkHandler".
  • Inlined service ".service_locator.NUKe30Y.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "fos_rest.serializer.symfony" to "fos_rest.view_handler".
  • 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 "sonata.seo.sitemap.manager" to "console.command.public_alias.Sonata\SeoBundle\Command\SitemapGeneratorCommand".
  • 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.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".