Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddParamConverterPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\OptimizerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\BlogPostCustomPropertyListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\ChampionshipCustomPropertyListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\DocumentCustomPropertyListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\LicensedCustomPropertyListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\OrganizationCustomPropertyListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\PageCustomPropertyListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\TrialCustomPropertyListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\TimeStringTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\TimeStringTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface::getUsername()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Security\ELicenseUserResponse" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface::getNickname()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Security\ELicenseUserResponse" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface::getFirstName()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Security\ELicenseUserResponse" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface::getLastName()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Security\ELicenseUserResponse" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface::getRealName()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Security\ELicenseUserResponse" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface::getEmail()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Security\ELicenseUserResponse" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface::getProfilePicture()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Security\ELicenseUserResponse" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Validator\ValidUserValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" 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.
Since symfony/doctrine-bridge 6.3: Registering "App\EventListener\ImageListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventListener\LiveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventListener\PageListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventListener\RedirectionListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
The "Knp\Bundle\TimeBundle\Templating\Helper\TimeHelper" class extends "Symfony\Component\Templating\Helper\Helper" that is deprecated since Symfony 6.4, use Twig instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
Since symfony/doctrine-bridge 6.3: Registering "App\EventListener\ImageListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventListener\LiveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventListener\PageListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventListener\RedirectionListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:149 called by AbstractMySQLDriver.php:42, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
Log messages generated during the compilation of the service container.
Messages
Class
1420
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlertElasticCommand" (parent: .abstract.instanceof.App\Command\AlertElasticCommand).
Resolving inheritance for "App\Command\AlertElasticCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlertElasticCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\DefaultContentTypeToWysiwygCommand" (parent: .abstract.instanceof.App\Command\Blog\DefaultContentTypeToWysiwygCommand).
Resolving inheritance for "App\Command\Blog\DefaultContentTypeToWysiwygCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\DefaultContentTypeToWysiwygCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\DepublishPostCommand" (parent: .abstract.instanceof.App\Command\Blog\DepublishPostCommand).
Resolving inheritance for "App\Command\Blog\DepublishPostCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\DepublishPostCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\NullifyPostMainCategoryCommand" (parent: .abstract.instanceof.App\Command\Blog\NullifyPostMainCategoryCommand).
Resolving inheritance for "App\Command\Blog\NullifyPostMainCategoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\NullifyPostMainCategoryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\RemoveDefaultCategoryColorCommand" (parent: .abstract.instanceof.App\Command\Blog\RemoveDefaultCategoryColorCommand).
Resolving inheritance for "App\Command\Blog\RemoveDefaultCategoryColorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\RemoveDefaultCategoryColorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\RenamePostValidationStatusCommand" (parent: .abstract.instanceof.App\Command\Blog\RenamePostValidationStatusCommand).
Resolving inheritance for "App\Command\Blog\RenamePostValidationStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\RenamePostValidationStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\TransferPilotToCollectionCommand" (parent: .abstract.instanceof.App\Command\Blog\TransferPilotToCollectionCommand).
Resolving inheritance for "App\Command\Blog\TransferPilotToCollectionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\TransferPilotToCollectionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Builder\GeneratePageSlugsCommand" (parent: .abstract.instanceof.App\Command\Builder\GeneratePageSlugsCommand).
Resolving inheritance for "App\Command\Builder\GeneratePageSlugsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Builder\GeneratePageSlugsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Championship\GenerateSlugsCommand" (parent: .abstract.instanceof.App\Command\Championship\GenerateSlugsCommand).
Resolving inheritance for "App\Command\Championship\GenerateSlugsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Championship\GenerateSlugsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Document\cleanUnsusedDocumentsCommand" (parent: .abstract.instanceof.App\Command\Document\cleanUnsusedDocumentsCommand).
Resolving inheritance for "App\Command\Document\cleanUnsusedDocumentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Document\cleanUnsusedDocumentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Document\renameFuckingDocsCommand" (parent: .abstract.instanceof.App\Command\Document\renameFuckingDocsCommand).
Resolving inheritance for "App\Command\Document\renameFuckingDocsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Document\renameFuckingDocsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FAQ\OrderCategoriesCommand" (parent: .abstract.instanceof.App\Command\FAQ\OrderCategoriesCommand).
Resolving inheritance for "App\Command\FAQ\OrderCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FAQ\OrderCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixPdfUrlCommand" (parent: .abstract.instanceof.App\Command\FixPdfUrlCommand).
Resolving inheritance for "App\Command\FixPdfUrlCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixPdfUrlCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GroupLicenseResultCommand" (parent: .abstract.instanceof.App\Command\GroupLicenseResultCommand).
Resolving inheritance for "App\Command\GroupLicenseResultCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GroupLicenseResultCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Image\GenerateSourcesCommand" (parent: .abstract.instanceof.App\Command\Image\GenerateSourcesCommand).
Resolving inheritance for "App\Command\Image\GenerateSourcesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Image\GenerateSourcesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateCorporationStatusCommand" (parent: .abstract.instanceof.App\Command\Licensed\UpdateCorporationStatusCommand).
Resolving inheritance for "App\Command\Licensed\UpdateCorporationStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateCorporationStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateLicensedDisciplinesCommand" (parent: .abstract.instanceof.App\Command\Licensed\UpdateLicensedDisciplinesCommand).
Resolving inheritance for "App\Command\Licensed\UpdateLicensedDisciplinesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateLicensedDisciplinesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateLicensedLicenseNumberCommand" (parent: .abstract.instanceof.App\Command\Licensed\UpdateLicensedLicenseNumberCommand).
Resolving inheritance for "App\Command\Licensed\UpdateLicensedLicenseNumberCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateLicensedLicenseNumberCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateLicensedRolesCommand" (parent: .abstract.instanceof.App\Command\Licensed\UpdateLicensedRolesCommand).
Resolving inheritance for "App\Command\Licensed\UpdateLicensedRolesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateLicensedRolesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateMainDisciplineCommand" (parent: .abstract.instanceof.App\Command\Licensed\UpdateMainDisciplineCommand).
Resolving inheritance for "App\Command\Licensed\UpdateMainDisciplineCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateMainDisciplineCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\CronPKSoftCommand" (parent: .abstract.instanceof.App\Command\Live\CronPKSoftCommand).
Resolving inheritance for "App\Command\Live\CronPKSoftCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\CronPKSoftCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\FixLiveGroupCommand" (parent: .abstract.instanceof.App\Command\Live\FixLiveGroupCommand).
Resolving inheritance for "App\Command\Live\FixLiveGroupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\FixLiveGroupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\RoundPDFArrayCommand" (parent: .abstract.instanceof.App\Command\Live\RoundPDFArrayCommand).
Resolving inheritance for "App\Command\Live\RoundPDFArrayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\RoundPDFArrayCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\SetEcartsCommand" (parent: .abstract.instanceof.App\Command\Live\SetEcartsCommand).
Resolving inheritance for "App\Command\Live\SetEcartsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\SetEcartsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\closeLiveCommand" (parent: .abstract.instanceof.App\Command\Live\closeLiveCommand).
Resolving inheritance for "App\Command\Live\closeLiveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\closeLiveCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\FixBlogPostForeignKeyCommand" (parent: .abstract.instanceof.App\Command\Media\FixBlogPostForeignKeyCommand).
Resolving inheritance for "App\Command\Media\FixBlogPostForeignKeyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\FixBlogPostForeignKeyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\GenerateDefaultAuthorCommand" (parent: .abstract.instanceof.App\Command\Media\GenerateDefaultAuthorCommand).
Resolving inheritance for "App\Command\Media\GenerateDefaultAuthorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\GenerateDefaultAuthorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\GenerateMediaCarouselThumbnailsCommand" (parent: .abstract.instanceof.App\Command\Media\GenerateMediaCarouselThumbnailsCommand).
Resolving inheritance for "App\Command\Media\GenerateMediaCarouselThumbnailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\GenerateMediaCarouselThumbnailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\ReplaceSmallerImagesCommand" (parent: .abstract.instanceof.App\Command\Media\ReplaceSmallerImagesCommand).
Resolving inheritance for "App\Command\Media\ReplaceSmallerImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\ReplaceSmallerImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\TestResizeCommand" (parent: .abstract.instanceof.App\Command\Media\TestResizeCommand).
Resolving inheritance for "App\Command\Media\TestResizeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\TestResizeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Notification\GenerateCommand" (parent: .abstract.instanceof.App\Command\Notification\GenerateCommand).
Resolving inheritance for "App\Command\Notification\GenerateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Notification\GenerateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Organization\GenerateOrganizationSlugCommand" (parent: .abstract.instanceof.App\Command\Organization\GenerateOrganizationSlugCommand).
Resolving inheritance for "App\Command\Organization\GenerateOrganizationSlugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Organization\GenerateOrganizationSlugCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipDisciplinesCommand" (parent: .abstract.instanceof.App\Command\Portal\Championship\CronSyncChampionshipDisciplinesCommand).
Resolving inheritance for "App\Command\Portal\Championship\CronSyncChampionshipDisciplinesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipDisciplinesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipSeasonRaceCommand" (parent: .abstract.instanceof.App\Command\Portal\Championship\CronSyncChampionshipSeasonRaceCommand).
Resolving inheritance for "App\Command\Portal\Championship\CronSyncChampionshipSeasonRaceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipSeasonRaceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipSeasonsCommand" (parent: .abstract.instanceof.App\Command\Portal\Championship\CronSyncChampionshipSeasonsCommand).
Resolving inheritance for "App\Command\Portal\Championship\CronSyncChampionshipSeasonsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipSeasonsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipsCommand" (parent: .abstract.instanceof.App\Command\Portal\Championship\CronSyncChampionshipsCommand).
Resolving inheritance for "App\Command\Portal\Championship\CronSyncChampionshipsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncChpClassCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncChpClassCommand).
Resolving inheritance for "App\Command\Portal\CronSyncChpClassCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncChpClassCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncChpPartCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncChpPartCommand).
Resolving inheritance for "App\Command\Portal\CronSyncChpPartCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncChpPartCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncChpPointsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncChpPointsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncChpPointsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncChpPointsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncClassesCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncClassesCommand).
Resolving inheritance for "App\Command\Portal\CronSyncClassesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncClassesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncClubsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncClubsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncClubsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncClubsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncCommissionsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncCommissionsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncCommissionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncCommissionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDeleteCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncDeleteCommand).
Resolving inheritance for "App\Command\Portal\CronSyncDeleteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDeleteCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDisciplineGroupsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncDisciplineGroupsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncDisciplineGroupsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDisciplineGroupsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDisciplinesCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncDisciplinesCommand).
Resolving inheritance for "App\Command\Portal\CronSyncDisciplinesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDisciplinesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDocumentsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncDocumentsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncDocumentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDocumentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncGroupFamiliesCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncGroupFamiliesCommand).
Resolving inheritance for "App\Command\Portal\CronSyncGroupFamiliesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncGroupFamiliesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncGroupsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncGroupsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncGroupsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncGroupsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncLeaguesCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncLeaguesCommand).
Resolving inheritance for "App\Command\Portal\CronSyncLeaguesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncLeaguesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncLevelsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncLevelsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncLevelsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncLevelsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncRaceTypesCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncRaceTypesCommand).
Resolving inheritance for "App\Command\Portal\CronSyncRaceTypesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncRaceTypesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncRacesCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncRacesCommand).
Resolving inheritance for "App\Command\Portal\CronSyncRacesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncRacesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncResCourseCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncResCourseCommand).
Resolving inheritance for "App\Command\Portal\CronSyncResCourseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncResCourseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncRoutesCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncRoutesCommand).
Resolving inheritance for "App\Command\Portal\CronSyncRoutesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncRoutesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncSchoolsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncSchoolsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncSchoolsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncSchoolsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncSeasonsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncSeasonsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncSeasonsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncSeasonsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncSectorsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncSectorsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncSectorsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncSectorsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncTracksCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncTracksCommand).
Resolving inheritance for "App\Command\Portal\CronSyncTracksCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncTracksCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncTrialsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncTrialsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncTrialsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncTrialsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncVehicleBrandsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncVehicleBrandsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncVehicleBrandsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncVehicleBrandsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncVehicleModelsCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncVehicleModelsCommand).
Resolving inheritance for "App\Command\Portal\CronSyncVehicleModelsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncVehicleModelsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncVehicleTypesCommand" (parent: .abstract.instanceof.App\Command\Portal\CronSyncVehicleTypesCommand).
Resolving inheritance for "App\Command\Portal\CronSyncVehicleTypesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncVehicleTypesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\DebugApiCommand" (parent: .abstract.instanceof.App\Command\Portal\DebugApiCommand).
Resolving inheritance for "App\Command\Portal\DebugApiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\DebugApiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncForeignLicenseCommand" (parent: .abstract.instanceof.App\Command\Portal\License\CronSyncForeignLicenseCommand).
Resolving inheritance for "App\Command\Portal\License\CronSyncForeignLicenseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncForeignLicenseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicenseFamiliesCommand" (parent: .abstract.instanceof.App\Command\Portal\License\CronSyncLicenseFamiliesCommand).
Resolving inheritance for "App\Command\Portal\License\CronSyncLicenseFamiliesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicenseFamiliesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicenseFeesCommand" (parent: .abstract.instanceof.App\Command\Portal\License\CronSyncLicenseFeesCommand).
Resolving inheritance for "App\Command\Portal\License\CronSyncLicenseFeesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicenseFeesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicenseTypesCommand" (parent: .abstract.instanceof.App\Command\Portal\License\CronSyncLicenseTypesCommand).
Resolving inheritance for "App\Command\Portal\License\CronSyncLicenseTypesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicenseTypesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicensedsCommand" (parent: .abstract.instanceof.App\Command\Portal\License\CronSyncLicensedsCommand).
Resolving inheritance for "App\Command\Portal\License\CronSyncLicensedsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicensedsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicensesCommand" (parent: .abstract.instanceof.App\Command\Portal\License\CronSyncLicensesCommand).
Resolving inheritance for "App\Command\Portal\License\CronSyncLicensesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicensesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\SyncLicensedsCommand" (parent: .abstract.instanceof.App\Command\Portal\License\SyncLicensedsCommand).
Resolving inheritance for "App\Command\Portal\License\SyncLicensedsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\SyncLicensedsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Race\SetBeginTimeCommand" (parent: .abstract.instanceof.App\Command\Race\SetBeginTimeCommand).
Resolving inheritance for "App\Command\Race\SetBeginTimeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Race\SetBeginTimeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Race\SetShowOnSiteCommand" (parent: .abstract.instanceof.App\Command\Race\SetShowOnSiteCommand).
Resolving inheritance for "App\Command\Race\SetShowOnSiteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Race\SetShowOnSiteCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Redirection\CsvToRedirectionCommand" (parent: .abstract.instanceof.App\Command\Redirection\CsvToRedirectionCommand).
Resolving inheritance for "App\Command\Redirection\CsvToRedirectionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Redirection\CsvToRedirectionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Redirection\RedirectionToJsonCommand" (parent: .abstract.instanceof.App\Command\Redirection\RedirectionToJsonCommand).
Resolving inheritance for "App\Command\Redirection\RedirectionToJsonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Redirection\RedirectionToJsonCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Redirection\RedirectionToVercelJsonCommand" (parent: .abstract.instanceof.App\Command\Redirection\RedirectionToVercelJsonCommand).
Resolving inheritance for "App\Command\Redirection\RedirectionToVercelJsonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Redirection\RedirectionToVercelJsonCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateChpClassCommand" (parent: .abstract.instanceof.App\Command\RemoveDuplicateChpClassCommand).
Resolving inheritance for "App\Command\RemoveDuplicateChpClassCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateChpClassCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateChpPointCommand" (parent: .abstract.instanceof.App\Command\RemoveDuplicateChpPointCommand).
Resolving inheritance for "App\Command\RemoveDuplicateChpPointCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateChpPointCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateLicense" (parent: .abstract.instanceof.App\Command\RemoveDuplicateLicense).
Resolving inheritance for "App\Command\RemoveDuplicateLicense" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateLicense).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateResChpRaceCommand" (parent: .abstract.instanceof.App\Command\RemoveDuplicateResChpRaceCommand).
Resolving inheritance for "App\Command\RemoveDuplicateResChpRaceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateResChpRaceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchroPatocheCommand" (parent: .abstract.instanceof.App\Command\SynchroPatocheCommand).
Resolving inheritance for "App\Command\SynchroPatocheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchroPatocheCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trial\GenerateSlugCommand" (parent: .abstract.instanceof.App\Command\Trial\GenerateSlugCommand).
Resolving inheritance for "App\Command\Trial\GenerateSlugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trial\GenerateSlugCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trial\RemoveImportantCommand" (parent: .abstract.instanceof.App\Command\Trial\RemoveImportantCommand).
Resolving inheritance for "App\Command\Trial\RemoveImportantCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trial\RemoveImportantCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addLicensedByLincenseToLive" (parent: .abstract.instanceof.App\Command\addLicensedByLincenseToLive).
Resolving inheritance for "App\Command\addLicensedByLincenseToLive" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addLicensedByLincenseToLive).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addLicensedPseudoCommand" (parent: .abstract.instanceof.App\Command\addLicensedPseudoCommand).
Resolving inheritance for "App\Command\addLicensedPseudoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addLicensedPseudoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addLicensedToLiveEngaged" (parent: .abstract.instanceof.App\Command\addLicensedToLiveEngaged).
Resolving inheritance for "App\Command\addLicensedToLiveEngaged" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addLicensedToLiveEngaged).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addOrphanResRound" (parent: .abstract.instanceof.App\Command\addOrphanResRound).
Resolving inheritance for "App\Command\addOrphanResRound" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addOrphanResRound).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Ad\AdController" (parent: .abstract.instanceof.App\Controller\API\Front\Ad\AdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Ad\AdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Ad\AdController).
Resolving inheritance for "App\Controller\API\Front\Ad\AdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Ad\AdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Blog\CategoryController" (parent: .abstract.instanceof.App\Controller\API\Front\Blog\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Blog\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Blog\CategoryController).
Resolving inheritance for "App\Controller\API\Front\Blog\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Blog\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Blog\PostController" (parent: .abstract.instanceof.App\Controller\API\Front\Blog\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Blog\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Blog\PostController).
Resolving inheritance for "App\Controller\API\Front\Blog\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Blog\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Builder\MenuController" (parent: .abstract.instanceof.App\Controller\API\Front\Builder\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Builder\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Builder\MenuController).
Resolving inheritance for "App\Controller\API\Front\Builder\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Builder\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Championship\ChampionshipController" (parent: .abstract.instanceof.App\Controller\API\Front\Championship\ChampionshipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Championship\ChampionshipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Championship\ChampionshipController).
Resolving inheritance for "App\Controller\API\Front\Championship\ChampionshipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Championship\ChampionshipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\DisciplineGroup\DisciplineGroupController" (parent: .abstract.instanceof.App\Controller\API\Front\DisciplineGroup\DisciplineGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\DisciplineGroup\DisciplineGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\DisciplineGroup\DisciplineGroupController).
Resolving inheritance for "App\Controller\API\Front\DisciplineGroup\DisciplineGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\DisciplineGroup\DisciplineGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Document\DocumentController" (parent: .abstract.instanceof.App\Controller\API\Front\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Document\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Document\DocumentController).
Resolving inheritance for "App\Controller\API\Front\Document\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\FAQ\CategoryController" (parent: .abstract.instanceof.App\Controller\API\Front\FAQ\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\FAQ\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\FAQ\CategoryController).
Resolving inheritance for "App\Controller\API\Front\FAQ\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\FAQ\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\FFSA\HomepageController" (parent: .abstract.instanceof.App\Controller\API\Front\FFSA\HomepageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\FFSA\HomepageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\FFSA\HomepageController).
Resolving inheritance for "App\Controller\API\Front\FFSA\HomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\FFSA\HomepageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\FrenchTeam\FrenchTeamController" (parent: .abstract.instanceof.App\Controller\API\Front\FrenchTeam\FrenchTeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\FrenchTeam\FrenchTeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\FrenchTeam\FrenchTeamController).
Resolving inheritance for "App\Controller\API\Front\FrenchTeam\FrenchTeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\FrenchTeam\FrenchTeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\ImageMedia\ImageController" (parent: .abstract.instanceof.App\Controller\API\Front\ImageMedia\ImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\ImageMedia\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\ImageMedia\ImageController).
Resolving inheritance for "App\Controller\API\Front\ImageMedia\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\ImageMedia\ImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Leader\LeaderController" (parent: .abstract.instanceof.App\Controller\API\Front\Leader\LeaderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Leader\LeaderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Leader\LeaderController).
Resolving inheritance for "App\Controller\API\Front\Leader\LeaderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Leader\LeaderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\License\LicenseController" (parent: .abstract.instanceof.App\Controller\API\Front\License\LicenseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\License\LicenseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\License\LicenseController).
Resolving inheritance for "App\Controller\API\Front\License\LicenseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\License\LicenseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\aRaceController" (parent: .abstract.instanceof.App\Controller\API\Front\Live\aRaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\aRaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\aRaceController).
Resolving inheritance for "App\Controller\API\Front\Live\aRaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\aRaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\bRoundController" (parent: .abstract.instanceof.App\Controller\API\Front\Live\bRoundController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\bRoundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\bRoundController).
Resolving inheritance for "App\Controller\API\Front\Live\bRoundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\bRoundController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\cEngagedController" (parent: .abstract.instanceof.App\Controller\API\Front\Live\cEngagedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\cEngagedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\cEngagedController).
Resolving inheritance for "App\Controller\API\Front\Live\cEngagedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\cEngagedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\dHourController" (parent: .abstract.instanceof.App\Controller\API\Front\Live\dHourController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\dHourController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\dHourController).
Resolving inheritance for "App\Controller\API\Front\Live\dHourController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\dHourController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\ePenaltyController" (parent: .abstract.instanceof.App\Controller\API\Front\Live\ePenaltyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\ePenaltyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\ePenaltyController).
Resolving inheritance for "App\Controller\API\Front\Live\ePenaltyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\ePenaltyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\fAbandonController" (parent: .abstract.instanceof.App\Controller\API\Front\Live\fAbandonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\fAbandonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\fAbandonController).
Resolving inheritance for "App\Controller\API\Front\Live\fAbandonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\fAbandonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\gRankingController" (parent: .abstract.instanceof.App\Controller\API\Front\Live\gRankingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\gRankingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\gRankingController).
Resolving inheritance for "App\Controller\API\Front\Live\gRankingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\gRankingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Media\MediaController" (parent: .abstract.instanceof.App\Controller\API\Front\Media\MediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Media\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Media\MediaController).
Resolving inheritance for "App\Controller\API\Front\Media\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Media\MediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Newsletter\NewsletterController" (parent: .abstract.instanceof.App\Controller\API\Front\Newsletter\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Newsletter\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Newsletter\NewsletterController).
Resolving inheritance for "App\Controller\API\Front\Newsletter\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Newsletter\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Organization\OrganizationController" (parent: .abstract.instanceof.App\Controller\API\Front\Organization\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Organization\OrganizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Organization\OrganizationController).
Resolving inheritance for "App\Controller\API\Front\Organization\OrganizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Organization\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Profile\FavoriteController" (parent: .abstract.instanceof.App\Controller\API\Front\Profile\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Profile\FavoriteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Profile\FavoriteController).
Resolving inheritance for "App\Controller\API\Front\Profile\FavoriteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Profile\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Profile\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\API\Front\Profile\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Profile\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Profile\ResetPasswordController).
Resolving inheritance for "App\Controller\API\Front\Profile\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Profile\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Prospect\ProspectController" (parent: .abstract.instanceof.App\Controller\API\Front\Prospect\ProspectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Prospect\ProspectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Prospect\ProspectController).
Resolving inheritance for "App\Controller\API\Front\Prospect\ProspectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Prospect\ProspectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Race\RaceController" (parent: .abstract.instanceof.App\Controller\API\Front\Race\RaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Race\RaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Race\RaceController).
Resolving inheritance for "App\Controller\API\Front\Race\RaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Race\RaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Race\RaceLiveController" (parent: .abstract.instanceof.App\Controller\API\Front\Race\RaceLiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Race\RaceLiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Race\RaceLiveController).
Resolving inheritance for "App\Controller\API\Front\Race\RaceLiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Race\RaceLiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Ranking\DashboardController" (parent: .abstract.instanceof.App\Controller\API\Front\Ranking\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Ranking\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Ranking\DashboardController).
Resolving inheritance for "App\Controller\API\Front\Ranking\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Ranking\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Ranking\RankingController" (parent: .abstract.instanceof.App\Controller\API\Front\Ranking\RankingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Ranking\RankingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Ranking\RankingController).
Resolving inheritance for "App\Controller\API\Front\Ranking\RankingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Ranking\RankingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Result\ResultController" (parent: .abstract.instanceof.App\Controller\API\Front\Result\ResultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Result\ResultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Result\ResultController).
Resolving inheritance for "App\Controller\API\Front\Result\ResultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Result\ResultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\RouteController" (parent: .abstract.instanceof.App\Controller\API\Front\RouteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\RouteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\RouteController).
Resolving inheritance for "App\Controller\API\Front\RouteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\RouteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Sector\SectorController" (parent: .abstract.instanceof.App\Controller\API\Front\Sector\SectorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Sector\SectorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Sector\SectorController).
Resolving inheritance for "App\Controller\API\Front\Sector\SectorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Sector\SectorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Security\SecurityController" (parent: .abstract.instanceof.App\Controller\API\Front\Security\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Security\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Security\SecurityController).
Resolving inheritance for "App\Controller\API\Front\Security\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Security\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Setting\LinkController" (parent: .abstract.instanceof.App\Controller\API\Front\Setting\LinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Setting\LinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Setting\LinkController).
Resolving inheritance for "App\Controller\API\Front\Setting\LinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Setting\LinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Setting\ServiceController" (parent: .abstract.instanceof.App\Controller\API\Front\Setting\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Setting\ServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Setting\ServiceController).
Resolving inheritance for "App\Controller\API\Front\Setting\ServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Setting\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Setting\SettingController" (parent: .abstract.instanceof.App\Controller\API\Front\Setting\SettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Setting\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Setting\SettingController).
Resolving inheritance for "App\Controller\API\Front\Setting\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Setting\SettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\TagController" (parent: .abstract.instanceof.App\Controller\API\Front\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\TagController).
Resolving inheritance for "App\Controller\API\Front\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Trial\TrialController" (parent: .abstract.instanceof.App\Controller\API\Front\Trial\TrialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Trial\TrialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Trial\TrialController).
Resolving inheritance for "App\Controller\API\Front\Trial\TrialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Trial\TrialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\User\Journalist\SignUpController" (parent: .abstract.instanceof.App\Controller\API\Front\User\Journalist\SignUpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\User\Journalist\SignUpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\User\Journalist\SignUpController).
Resolving inheritance for "App\Controller\API\Front\User\Journalist\SignUpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\User\Journalist\SignUpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\User\Keen\SignUpController" (parent: .abstract.instanceof.App\Controller\API\Front\User\Keen\SignUpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\User\Keen\SignUpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\User\Keen\SignUpController).
Resolving inheritance for "App\Controller\API\Front\User\Keen\SignUpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\User\Keen\SignUpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\User\LicensedController" (parent: .abstract.instanceof.App\Controller\API\Front\User\LicensedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\User\LicensedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\User\LicensedController).
Resolving inheritance for "App\Controller\API\Front\User\LicensedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\User\LicensedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\aRaceController" (parent: .abstract.instanceof.App\Controller\API\Live\aRaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\aRaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\aRaceController).
Resolving inheritance for "App\Controller\API\Live\aRaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\aRaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\bRoundController" (parent: .abstract.instanceof.App\Controller\API\Live\bRoundController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\bRoundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\bRoundController).
Resolving inheritance for "App\Controller\API\Live\bRoundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\bRoundController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\cEngagedController" (parent: .abstract.instanceof.App\Controller\API\Live\cEngagedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\cEngagedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\cEngagedController).
Resolving inheritance for "App\Controller\API\Live\cEngagedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\cEngagedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\dHourController" (parent: .abstract.instanceof.App\Controller\API\Live\dHourController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\dHourController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\dHourController).
Resolving inheritance for "App\Controller\API\Live\dHourController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\dHourController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\ePenaltyController" (parent: .abstract.instanceof.App\Controller\API\Live\ePenaltyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\ePenaltyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\ePenaltyController).
Resolving inheritance for "App\Controller\API\Live\ePenaltyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\ePenaltyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\fAbandonController" (parent: .abstract.instanceof.App\Controller\API\Live\fAbandonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\fAbandonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\fAbandonController).
Resolving inheritance for "App\Controller\API\Live\fAbandonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\fAbandonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\gRankingController" (parent: .abstract.instanceof.App\Controller\API\Live\gRankingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\gRankingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\gRankingController).
Resolving inheritance for "App\Controller\API\Live\gRankingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\gRankingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\hPDFController" (parent: .abstract.instanceof.App\Controller\API\Live\hPDFController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\hPDFController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\hPDFController).
Resolving inheritance for "App\Controller\API\Live\hPDFController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\hPDFController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\zPatrickController" (parent: .abstract.instanceof.App\Controller\API\Live\zPatrickController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\zPatrickController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\zPatrickController).
Resolving inheritance for "App\Controller\API\Live\zPatrickController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\zPatrickController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\aLiveController" (parent: .abstract.instanceof.App\Controller\API\LivePublic\aLiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\aLiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\aLiveController).
Resolving inheritance for "App\Controller\API\LivePublic\aLiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\aLiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\aRaceController" (parent: .abstract.instanceof.App\Controller\API\LivePublic\aRaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\aRaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\aRaceController).
Resolving inheritance for "App\Controller\API\LivePublic\aRaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\aRaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\bRoundController" (parent: .abstract.instanceof.App\Controller\API\LivePublic\bRoundController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\bRoundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\bRoundController).
Resolving inheritance for "App\Controller\API\LivePublic\bRoundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\bRoundController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\cEngagedController" (parent: .abstract.instanceof.App\Controller\API\LivePublic\cEngagedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\cEngagedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\cEngagedController).
Resolving inheritance for "App\Controller\API\LivePublic\cEngagedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\cEngagedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\dHourController" (parent: .abstract.instanceof.App\Controller\API\LivePublic\dHourController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\dHourController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\dHourController).
Resolving inheritance for "App\Controller\API\LivePublic\dHourController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\dHourController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\ePenaltyController" (parent: .abstract.instanceof.App\Controller\API\LivePublic\ePenaltyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\ePenaltyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\ePenaltyController).
Resolving inheritance for "App\Controller\API\LivePublic\ePenaltyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\ePenaltyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\fAbandonController" (parent: .abstract.instanceof.App\Controller\API\LivePublic\fAbandonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\fAbandonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\fAbandonController).
Resolving inheritance for "App\Controller\API\LivePublic\fAbandonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\fAbandonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\gRankingController" (parent: .abstract.instanceof.App\Controller\API\LivePublic\gRankingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\gRankingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\gRankingController).
Resolving inheritance for "App\Controller\API\LivePublic\gRankingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\gRankingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ProfileController" (parent: .abstract.instanceof.App\Controller\API\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ProfileController).
Resolving inheritance for "App\Controller\API\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\APIHomeController" (parent: .abstract.instanceof.App\Controller\Admin\APIHomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\APIHomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\APIHomeController).
Resolving inheritance for "App\Controller\Admin\APIHomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\APIHomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Ad\AdController" (parent: .abstract.instanceof.App\Controller\Admin\Ad\AdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Ad\AdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Ad\AdController).
Resolving inheritance for "App\Controller\Admin\Ad\AdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Ad\AdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Ad\AdvertiserController" (parent: .abstract.instanceof.App\Controller\Admin\Ad\AdvertiserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Ad\AdvertiserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Ad\AdvertiserController).
Resolving inheritance for "App\Controller\Admin\Ad\AdvertiserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Ad\AdvertiserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\CategoryController" (parent: .abstract.instanceof.App\Controller\Admin\Blog\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\CategoryController).
Resolving inheritance for "App\Controller\Admin\Blog\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\ModerationController" (parent: .abstract.instanceof.App\Controller\Admin\Blog\ModerationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\ModerationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\ModerationController).
Resolving inheritance for "App\Controller\Admin\Blog\ModerationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\ModerationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\PostController" (parent: .abstract.instanceof.App\Controller\Admin\Blog\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\PostController).
Resolving inheritance for "App\Controller\Admin\Blog\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Builder\MenuController" (parent: .abstract.instanceof.App\Controller\Admin\Builder\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Builder\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Builder\MenuController).
Resolving inheritance for "App\Controller\Admin\Builder\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Builder\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Builder\PageController" (parent: .abstract.instanceof.App\Controller\Admin\Builder\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Builder\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Builder\PageController).
Resolving inheritance for "App\Controller\Admin\Builder\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Builder\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\LinkController" (parent: .abstract.instanceof.App\Controller\Admin\Configuration\LinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\LinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\LinkController).
Resolving inheritance for "App\Controller\Admin\Configuration\LinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\LinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\NotificationController" (parent: .abstract.instanceof.App\Controller\Admin\Configuration\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\NotificationController).
Resolving inheritance for "App\Controller\Admin\Configuration\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\RedirectionController" (parent: .abstract.instanceof.App\Controller\Admin\Configuration\RedirectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\RedirectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\RedirectionController).
Resolving inheritance for "App\Controller\Admin\Configuration\RedirectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\RedirectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\ServiceController" (parent: .abstract.instanceof.App\Controller\Admin\Configuration\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\ServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\ServiceController).
Resolving inheritance for "App\Controller\Admin\Configuration\ServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\SettingController" (parent: .abstract.instanceof.App\Controller\Admin\Configuration\SettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\SettingController).
Resolving inheritance for "App\Controller\Admin\Configuration\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\SettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FAQ\CategoryController" (parent: .abstract.instanceof.App\Controller\Admin\FAQ\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FAQ\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FAQ\CategoryController).
Resolving inheritance for "App\Controller\Admin\FAQ\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FAQ\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FAQ\QuestionController" (parent: .abstract.instanceof.App\Controller\Admin\FAQ\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FAQ\QuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FAQ\QuestionController).
Resolving inheritance for "App\Controller\Admin\FAQ\QuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FAQ\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\ChampionshipController" (parent: .abstract.instanceof.App\Controller\Admin\FFSA\ChampionshipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\ChampionshipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\ChampionshipController).
Resolving inheritance for "App\Controller\Admin\FFSA\ChampionshipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\ChampionshipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\DisciplineGroupController" (parent: .abstract.instanceof.App\Controller\Admin\FFSA\DisciplineGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\DisciplineGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\DisciplineGroupController).
Resolving inheritance for "App\Controller\Admin\FFSA\DisciplineGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\DisciplineGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\HomepageController" (parent: .abstract.instanceof.App\Controller\Admin\FFSA\HomepageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\HomepageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\HomepageController).
Resolving inheritance for "App\Controller\Admin\FFSA\HomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\HomepageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\OrganizationController" (parent: .abstract.instanceof.App\Controller\Admin\FFSA\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\OrganizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\OrganizationController).
Resolving inheritance for "App\Controller\Admin\FFSA\OrganizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\TrackController" (parent: .abstract.instanceof.App\Controller\Admin\FFSA\TrackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\TrackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\TrackController).
Resolving inheritance for "App\Controller\Admin\FFSA\TrackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\TrackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\TrialController" (parent: .abstract.instanceof.App\Controller\Admin\FFSA\TrialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\TrialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\TrialController).
Resolving inheritance for "App\Controller\Admin\FFSA\TrialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\TrialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrenchTeam\FrenchTeamController" (parent: .abstract.instanceof.App\Controller\Admin\FrenchTeam\FrenchTeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrenchTeam\FrenchTeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrenchTeam\FrenchTeamController).
Resolving inheritance for "App\Controller\Admin\FrenchTeam\FrenchTeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrenchTeam\FrenchTeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController" (parent: .abstract.instanceof.App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController).
Resolving inheritance for "App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomeController" (parent: .abstract.instanceof.App\Controller\Admin\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomeController).
Resolving inheritance for "App\Controller\Admin\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Leader\LeaderController" (parent: .abstract.instanceof.App\Controller\Admin\Leader\LeaderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Leader\LeaderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Leader\LeaderController).
Resolving inheritance for "App\Controller\Admin\Leader\LeaderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Leader\LeaderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\CarouselController" (parent: .abstract.instanceof.App\Controller\Admin\Media\CarouselController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\CarouselController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\CarouselController).
Resolving inheritance for "App\Controller\Admin\Media\CarouselController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\CarouselController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\CategoryController" (parent: .abstract.instanceof.App\Controller\Admin\Media\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\CategoryController).
Resolving inheritance for "App\Controller\Admin\Media\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\DocumentController" (parent: .abstract.instanceof.App\Controller\Admin\Media\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\DocumentController).
Resolving inheritance for "App\Controller\Admin\Media\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\ImageController" (parent: .abstract.instanceof.App\Controller\Admin\Media\ImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\ImageController).
Resolving inheritance for "App\Controller\Admin\Media\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\ImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController" (parent: .abstract.instanceof.App\Controller\Admin\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController).
Resolving inheritance for "App\Controller\Admin\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Prospect\ProspectController" (parent: .abstract.instanceof.App\Controller\Admin\Prospect\ProspectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Prospect\ProspectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Prospect\ProspectController).
Resolving inheritance for "App\Controller\Admin\Prospect\ProspectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Prospect\ProspectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Synchronization\LogController" (parent: .abstract.instanceof.App\Controller\Admin\Synchronization\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Synchronization\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Synchronization\LogController).
Resolving inheritance for "App\Controller\Admin\Synchronization\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Synchronization\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TagController" (parent: .abstract.instanceof.App\Controller\Admin\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TagController).
Resolving inheritance for "App\Controller\Admin\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\ChronometerController" (parent: .abstract.instanceof.App\Controller\Admin\User\ChronometerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\ChronometerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\ChronometerController).
Resolving inheritance for "App\Controller\Admin\User\ChronometerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\ChronometerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\FFSAController" (parent: .abstract.instanceof.App\Controller\Admin\User\FFSAController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\FFSAController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\FFSAController).
Resolving inheritance for "App\Controller\Admin\User\FFSAController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\FFSAController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\JournalistController" (parent: .abstract.instanceof.App\Controller\Admin\User\JournalistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\JournalistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\JournalistController).
Resolving inheritance for "App\Controller\Admin\User\JournalistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\JournalistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\KeenController" (parent: .abstract.instanceof.App\Controller\Admin\User\KeenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\KeenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\KeenController).
Resolving inheritance for "App\Controller\Admin\User\KeenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\KeenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\LicensedController" (parent: .abstract.instanceof.App\Controller\Admin\User\LicensedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\LicensedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\LicensedController).
Resolving inheritance for "App\Controller\Admin\User\LicensedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\LicensedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\UserController" (parent: .abstract.instanceof.App\Controller\Admin\User\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\UserController).
Resolving inheritance for "App\Controller\Admin\User\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\APIDocController" (parent: .abstract.instanceof.App\Controller\Chronometer\APIDocController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\APIDocController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\APIDocController).
Resolving inheritance for "App\Controller\Chronometer\APIDocController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\APIDocController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\GlossaryController" (parent: .abstract.instanceof.App\Controller\Chronometer\GlossaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\GlossaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\GlossaryController).
Resolving inheritance for "App\Controller\Chronometer\GlossaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\GlossaryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\HomeController" (parent: .abstract.instanceof.App\Controller\Chronometer\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\HomeController).
Resolving inheritance for "App\Controller\Chronometer\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\ProfileController" (parent: .abstract.instanceof.App\Controller\Chronometer\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\ProfileController).
Resolving inheritance for "App\Controller\Chronometer\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\RaceController" (parent: .abstract.instanceof.App\Controller\Chronometer\RaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\RaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\RaceController).
Resolving inheritance for "App\Controller\Chronometer\RaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\RaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\SandboxController" (parent: .abstract.instanceof.App\Controller\Chronometer\SandboxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\SandboxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\SandboxController).
Resolving inheritance for "App\Controller\Chronometer\SandboxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\SandboxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contributor\ContributorImageController" (parent: .abstract.instanceof.App\Controller\Contributor\ContributorImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contributor\ContributorImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contributor\ContributorImageController).
Resolving inheritance for "App\Controller\Contributor\ContributorImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contributor\ContributorImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contributor\ContributorPostController" (parent: .abstract.instanceof.App\Controller\Contributor\ContributorPostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contributor\ContributorPostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contributor\ContributorPostController).
Resolving inheritance for "App\Controller\Contributor\ContributorPostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contributor\ContributorPostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contributor\ProfileController" (parent: .abstract.instanceof.App\Controller\Contributor\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contributor\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contributor\ProfileController).
Resolving inheritance for "App\Controller\Contributor\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contributor\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportRankingController" (parent: .abstract.instanceof.App\Controller\Export\ExportRankingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportRankingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportRankingController).
Resolving inheritance for "App\Controller\Export\ExportRankingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportRankingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PurgeCacheController" (parent: .abstract.instanceof.App\Controller\PurgeCacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PurgeCacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PurgeCacheController).
Resolving inheritance for "App\Controller\PurgeCacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PurgeCacheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\LoginController" (parent: .abstract.instanceof.App\Controller\Security\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\LoginController).
Resolving inheritance for "App\Controller\Security\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\Security\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\ResetPasswordController).
Resolving inheritance for "App\Controller\Security\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\ResetPasswordController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Blog\CategoryFixtures" (parent: .abstract.instanceof.App\DataFixtures\Blog\CategoryFixtures).
Resolving inheritance for "App\DataFixtures\Blog\CategoryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Blog\CategoryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Blog\PostFixtures" (parent: .abstract.instanceof.App\DataFixtures\Blog\PostFixtures).
Resolving inheritance for "App\DataFixtures\Blog\PostFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Blog\PostFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Blog\TagFixtures" (parent: .abstract.instanceof.App\DataFixtures\Blog\TagFixtures).
Resolving inheritance for "App\DataFixtures\Blog\TagFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Blog\TagFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Builder\MenuFixtures" (parent: .abstract.instanceof.App\DataFixtures\Builder\MenuFixtures).
Resolving inheritance for "App\DataFixtures\Builder\MenuFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Builder\MenuFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Builder\PageFixtures" (parent: .abstract.instanceof.App\DataFixtures\Builder\PageFixtures).
Resolving inheritance for "App\DataFixtures\Builder\PageFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Builder\PageFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FAQ\CategoryFixtures" (parent: .abstract.instanceof.App\DataFixtures\FAQ\CategoryFixtures).
Resolving inheritance for "App\DataFixtures\FAQ\CategoryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FAQ\CategoryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FAQ\QuestionFixtures" (parent: .abstract.instanceof.App\DataFixtures\FAQ\QuestionFixtures).
Resolving inheritance for "App\DataFixtures\FAQ\QuestionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FAQ\QuestionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Homepage\BlockFixtures" (parent: .abstract.instanceof.App\DataFixtures\Homepage\BlockFixtures).
Resolving inheritance for "App\DataFixtures\Homepage\BlockFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Homepage\BlockFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipDisciplineFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Championship\ChampionshipDisciplineFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Championship\ChampionshipDisciplineFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipDisciplineFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Championship\ChampionshipFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Championship\ChampionshipFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipSeasonFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Championship\ChampionshipSeasonFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Championship\ChampionshipSeasonFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipSeasonFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipSeasonRaceFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Championship\ChampionshipSeasonRaceFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Championship\ChampionshipSeasonRaceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipSeasonRaceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\SeasonFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Championship\SeasonFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Championship\SeasonFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\SeasonFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\ClassFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\ClassFixtures).
Resolving inheritance for "App\DataFixtures\Portal\ClassFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\ClassFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\CommissionFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\CommissionFixtures).
Resolving inheritance for "App\DataFixtures\Portal\CommissionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\CommissionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Discipline\DisciplineFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Discipline\DisciplineFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Discipline\DisciplineFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Discipline\DisciplineFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Discipline\DisciplineGroupFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Discipline\DisciplineGroupFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Discipline\DisciplineGroupFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Discipline\DisciplineGroupFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\DocumentFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\DocumentFixtures).
Resolving inheritance for "App\DataFixtures\Portal\DocumentFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\DocumentFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Group\GroupFamilyFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Group\GroupFamilyFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Group\GroupFamilyFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Group\GroupFamilyFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Group\GroupFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Group\GroupFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Group\GroupFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Group\GroupFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\LevelFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\LevelFixtures).
Resolving inheritance for "App\DataFixtures\Portal\LevelFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\LevelFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\FamilyFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\License\FamilyFixtures).
Resolving inheritance for "App\DataFixtures\Portal\License\FamilyFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\FamilyFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\FeeFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\License\FeeFixtures).
Resolving inheritance for "App\DataFixtures\Portal\License\FeeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\FeeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\LicenseFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\License\LicenseFixtures).
Resolving inheritance for "App\DataFixtures\Portal\License\LicenseFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\LicenseFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\MemberFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\License\MemberFixtures).
Resolving inheritance for "App\DataFixtures\Portal\License\MemberFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\MemberFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\TypeFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\License\TypeFixtures).
Resolving inheritance for "App\DataFixtures\Portal\License\TypeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\TypeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\ClubFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Organization\ClubFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Organization\ClubFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\ClubFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\LeagueFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Organization\LeagueFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Organization\LeagueFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\LeagueFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\SchoolFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Organization\SchoolFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Organization\SchoolFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\SchoolFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\TrackFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Organization\TrackFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Organization\TrackFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\TrackFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Race\RaceFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Race\RaceFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Race\RaceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Race\RaceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Race\RaceTypeFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\Race\RaceTypeFixtures).
Resolving inheritance for "App\DataFixtures\Portal\Race\RaceTypeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Race\RaceTypeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\RouteFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\RouteFixtures).
Resolving inheritance for "App\DataFixtures\Portal\RouteFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\RouteFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\SectorFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\SectorFixtures).
Resolving inheritance for "App\DataFixtures\Portal\SectorFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\SectorFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\TrialFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\TrialFixtures).
Resolving inheritance for "App\DataFixtures\Portal\TrialFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\TrialFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\VehicleBrandFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\VehicleBrandFixtures).
Resolving inheritance for "App\DataFixtures\Portal\VehicleBrandFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\VehicleBrandFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\VehicleModelFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\VehicleModelFixtures).
Resolving inheritance for "App\DataFixtures\Portal\VehicleModelFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\VehicleModelFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\VehicleTypeFixtures" (parent: .abstract.instanceof.App\DataFixtures\Portal\VehicleTypeFixtures).
Resolving inheritance for "App\DataFixtures\Portal\VehicleTypeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\VehicleTypeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Setting\NotificationFixtures" (parent: .abstract.instanceof.App\DataFixtures\Setting\NotificationFixtures).
Resolving inheritance for "App\DataFixtures\Setting\NotificationFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Setting\NotificationFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Setting\RedirectionFixtures" (parent: .abstract.instanceof.App\DataFixtures\Setting\RedirectionFixtures).
Resolving inheritance for "App\DataFixtures\Setting\RedirectionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Setting\RedirectionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Setting\SettingFixtures" (parent: .abstract.instanceof.App\DataFixtures\Setting\SettingFixtures).
Resolving inheritance for "App\DataFixtures\Setting\SettingFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Setting\SettingFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\AdministratorFixtures" (parent: .abstract.instanceof.App\DataFixtures\User\AdministratorFixtures).
Resolving inheritance for "App\DataFixtures\User\AdministratorFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\AdministratorFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\ChronometerFixtures" (parent: .abstract.instanceof.App\DataFixtures\User\ChronometerFixtures).
Resolving inheritance for "App\DataFixtures\User\ChronometerFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\ChronometerFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\ContributorFixtures" (parent: .abstract.instanceof.App\DataFixtures\User\ContributorFixtures).
Resolving inheritance for "App\DataFixtures\User\ContributorFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\ContributorFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\JournalistFixtures" (parent: .abstract.instanceof.App\DataFixtures\User\JournalistFixtures).
Resolving inheritance for "App\DataFixtures\User\JournalistFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\JournalistFixtures).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.App\DataTables\Adapter\EntityArrayAdapter" (parent: .abstract.instanceof.App\DataTables\Adapter\EntityArrayAdapter).
Resolving inheritance for "App\DataTables\Adapter\EntityArrayAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.App\DataTables\Adapter\EntityArrayAdapter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\ActionColumn" (parent: .abstract.instanceof.App\DataTables\Column\ActionColumn).
Resolving inheritance for "App\DataTables\Column\ActionColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\ActionColumn).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\FormattedDateTimeColumn" (parent: .abstract.instanceof.App\DataTables\Column\FormattedDateTimeColumn).
Resolving inheritance for "App\DataTables\Column\FormattedDateTimeColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\FormattedDateTimeColumn).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\ListColumn" (parent: .abstract.instanceof.App\DataTables\Column\ListColumn).
Resolving inheritance for "App\DataTables\Column\ListColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\ListColumn).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\TextEllipsisColumn" (parent: .abstract.instanceof.App\DataTables\Column\TextEllipsisColumn).
Resolving inheritance for "App\DataTables\Column\TextEllipsisColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\TextEllipsisColumn).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\BlogPostCustomPropertyListener" (parent: .abstract.instanceof.App\EventListener\BlogPostCustomPropertyListener).
Resolving inheritance for "App\EventListener\BlogPostCustomPropertyListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\BlogPostCustomPropertyListener).
Resolving inheritance for ".instanceof.App\EventListener\BlogPostListener.0.App\EventListener\BlogPostListener" (parent: .abstract.instanceof.App\EventListener\BlogPostListener).
Resolving inheritance for "App\EventListener\BlogPostListener" (parent: .instanceof.App\EventListener\BlogPostListener.0.App\EventListener\BlogPostListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ChampionshipCustomPropertyListener" (parent: .abstract.instanceof.App\EventListener\ChampionshipCustomPropertyListener).
Resolving inheritance for "App\EventListener\ChampionshipCustomPropertyListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ChampionshipCustomPropertyListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\DocumentCustomPropertyListener" (parent: .abstract.instanceof.App\EventListener\DocumentCustomPropertyListener).
Resolving inheritance for "App\EventListener\DocumentCustomPropertyListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\DocumentCustomPropertyListener).
Resolving inheritance for ".instanceof.App\EventListener\FrenchTeamListener.0.App\EventListener\FrenchTeamListener" (parent: .abstract.instanceof.App\EventListener\FrenchTeamListener).
Resolving inheritance for "App\EventListener\FrenchTeamListener" (parent: .instanceof.App\EventListener\FrenchTeamListener.0.App\EventListener\FrenchTeamListener).
Resolving inheritance for ".instanceof.App\EventListener\FrenchTeamPilotsListener.0.App\EventListener\FrenchTeamPilotsListener" (parent: .abstract.instanceof.App\EventListener\FrenchTeamPilotsListener).
Resolving inheritance for "App\EventListener\FrenchTeamPilotsListener" (parent: .instanceof.App\EventListener\FrenchTeamPilotsListener.0.App\EventListener\FrenchTeamPilotsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LicensedCustomPropertyListener" (parent: .abstract.instanceof.App\EventListener\LicensedCustomPropertyListener).
Resolving inheritance for "App\EventListener\LicensedCustomPropertyListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LicensedCustomPropertyListener).
Resolving inheritance for ".instanceof.App\EventListener\LogListener.0.App\EventListener\LogListener" (parent: .abstract.instanceof.App\EventListener\LogListener).
Resolving inheritance for "App\EventListener\LogListener" (parent: .instanceof.App\EventListener\LogListener.0.App\EventListener\LogListener).
Resolving inheritance for ".instanceof.App\EventListener\LoginListener.0.App\EventListener\LoginListener" (parent: .abstract.instanceof.App\EventListener\LoginListener).
Resolving inheritance for "App\EventListener\LoginListener" (parent: .instanceof.App\EventListener\LoginListener.0.App\EventListener\LoginListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\OrganizationCustomPropertyListener" (parent: .abstract.instanceof.App\EventListener\OrganizationCustomPropertyListener).
Resolving inheritance for "App\EventListener\OrganizationCustomPropertyListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\OrganizationCustomPropertyListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\PageCustomPropertyListener" (parent: .abstract.instanceof.App\EventListener\PageCustomPropertyListener).
Resolving inheritance for "App\EventListener\PageCustomPropertyListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\PageCustomPropertyListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\PatrickLiveJsonListener" (parent: .abstract.instanceof.App\EventListener\PatrickLiveJsonListener).
Resolving inheritance for "App\EventListener\PatrickLiveJsonListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\PatrickLiveJsonListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\TrialCustomPropertyListener" (parent: .abstract.instanceof.App\EventListener\TrialCustomPropertyListener).
Resolving inheritance for "App\EventListener\TrialCustomPropertyListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\TrialCustomPropertyListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Blog\BlogPostType" (parent: .abstract.instanceof.App\Form\API\Blog\BlogPostType).
Resolving inheritance for "App\Form\API\Blog\BlogPostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Blog\BlogPostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\AbandonmentEntryType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\AbandonmentEntryType).
Resolving inheritance for "App\Form\API\Live\Collections\AbandonmentEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\AbandonmentEntryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\ChallengeType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\ChallengeType).
Resolving inheritance for "App\Form\API\Live\Collections\ChallengeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\ChallengeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\EngagesCollectionType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\EngagesCollectionType).
Resolving inheritance for "App\Form\API\Live\Collections\EngagesCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\EngagesCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\GroupType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\GroupType).
Resolving inheritance for "App\Form\API\Live\Collections\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\GroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\IntermediateEntryType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\IntermediateEntryType).
Resolving inheritance for "App\Form\API\Live\Collections\IntermediateEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\IntermediateEntryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\IntermediateMancheType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\IntermediateMancheType).
Resolving inheritance for "App\Form\API\Live\Collections\IntermediateMancheType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\IntermediateMancheType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\LiveHourEngagedCollectionType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\LiveHourEngagedCollectionType).
Resolving inheritance for "App\Form\API\Live\Collections\LiveHourEngagedCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\LiveHourEngagedCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\MembersCollectionType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\MembersCollectionType).
Resolving inheritance for "App\Form\API\Live\Collections\MembersCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\MembersCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\PenaltyEntryType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\PenaltyEntryType).
Resolving inheritance for "App\Form\API\Live\Collections\PenaltyEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\PenaltyEntryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\RankingEngagedCollectionType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\RankingEngagedCollectionType).
Resolving inheritance for "App\Form\API\Live\Collections\RankingEngagedCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\RankingEngagedCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\RoundEntryType" (parent: .abstract.instanceof.App\Form\API\Live\Collections\RoundEntryType).
Resolving inheritance for "App\Form\API\Live\Collections\RoundEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\RoundEntryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostAbandonType" (parent: .abstract.instanceof.App\Form\API\Live\PostAbandonType).
Resolving inheritance for "App\Form\API\Live\PostAbandonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostAbandonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostEngagedType" (parent: .abstract.instanceof.App\Form\API\Live\PostEngagedType).
Resolving inheritance for "App\Form\API\Live\PostEngagedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostEngagedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostHourType" (parent: .abstract.instanceof.App\Form\API\Live\PostHourType).
Resolving inheritance for "App\Form\API\Live\PostHourType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostHourType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostIntermediateType" (parent: .abstract.instanceof.App\Form\API\Live\PostIntermediateType).
Resolving inheritance for "App\Form\API\Live\PostIntermediateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostIntermediateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostPDFType" (parent: .abstract.instanceof.App\Form\API\Live\PostPDFType).
Resolving inheritance for "App\Form\API\Live\PostPDFType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostPDFType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostPenaltyType" (parent: .abstract.instanceof.App\Form\API\Live\PostPenaltyType).
Resolving inheritance for "App\Form\API\Live\PostPenaltyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostPenaltyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostRaceType" (parent: .abstract.instanceof.App\Form\API\Live\PostRaceType).
Resolving inheritance for "App\Form\API\Live\PostRaceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostRaceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostRankingType" (parent: .abstract.instanceof.App\Form\API\Live\PostRankingType).
Resolving inheritance for "App\Form\API\Live\PostRankingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostRankingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostRoundType" (parent: .abstract.instanceof.App\Form\API\Live\PostRoundType).
Resolving inheritance for "App\Form\API\Live\PostRoundType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostRoundType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Organization\FilterType" (parent: .abstract.instanceof.App\Form\API\Organization\FilterType).
Resolving inheritance for "App\Form\API\Organization\FilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Organization\FilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Prospect\ProspectType" (parent: .abstract.instanceof.App\Form\API\Prospect\ProspectType).
Resolving inheritance for "App\Form\API\Prospect\ProspectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Prospect\ProspectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Security\KeenSignUpType" (parent: .abstract.instanceof.App\Form\API\Security\KeenSignUpType).
Resolving inheritance for "App\Form\API\Security\KeenSignUpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Security\KeenSignUpType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\User\Journalist\SignUpType" (parent: .abstract.instanceof.App\Form\API\User\Journalist\SignUpType).
Resolving inheritance for "App\Form\API\User\Journalist\SignUpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\User\Journalist\SignUpType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\User\Keen\SignUpType" (parent: .abstract.instanceof.App\Form\API\User\Keen\SignUpType).
Resolving inheritance for "App\Form\API\User\Keen\SignUpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\User\Keen\SignUpType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ad\AdType" (parent: .abstract.instanceof.App\Form\Admin\Ad\AdType).
Resolving inheritance for "App\Form\Admin\Ad\AdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ad\AdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ad\AddressAdvertiserType" (parent: .abstract.instanceof.App\Form\Admin\Ad\AddressAdvertiserType).
Resolving inheritance for "App\Form\Admin\Ad\AddressAdvertiserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ad\AddressAdvertiserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ad\AdvertiserType" (parent: .abstract.instanceof.App\Form\Admin\Ad\AdvertiserType).
Resolving inheritance for "App\Form\Admin\Ad\AdvertiserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ad\AdvertiserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AddressType" (parent: .abstract.instanceof.App\Form\Admin\AddressType).
Resolving inheritance for "App\Form\Admin\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AddressUserType" (parent: .abstract.instanceof.App\Form\Admin\AddressUserType).
Resolving inheritance for "App\Form\Admin\AddressUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AddressUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Blog\BlogCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Blog\BlogCategoryType).
Resolving inheritance for "App\Form\Admin\Blog\BlogCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Blog\BlogCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Blog\BlogPostType" (parent: .abstract.instanceof.App\Form\Admin\Blog\BlogPostType).
Resolving inheritance for "App\Form\Admin\Blog\BlogPostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Blog\BlogPostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Blog\BlogTagType" (parent: .abstract.instanceof.App\Form\Admin\Blog\BlogTagType).
Resolving inheritance for "App\Form\Admin\Blog\BlogTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Blog\BlogTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Builder\LinkType" (parent: .abstract.instanceof.App\Form\Admin\Builder\LinkType).
Resolving inheritance for "App\Form\Admin\Builder\LinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Builder\LinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Builder\PageType" (parent: .abstract.instanceof.App\Form\Admin\Builder\PageType).
Resolving inheritance for "App\Form\Admin\Builder\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Builder\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Carousel\CarouselType" (parent: .abstract.instanceof.App\Form\Admin\Carousel\CarouselType).
Resolving inheritance for "App\Form\Admin\Carousel\CarouselType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Carousel\CarouselType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Carousel\SlideType" (parent: .abstract.instanceof.App\Form\Admin\Carousel\SlideType).
Resolving inheritance for "App\Form\Admin\Carousel\SlideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Carousel\SlideType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\ChampionshipBannerImageType" (parent: .abstract.instanceof.App\Form\Admin\Championship\ChampionshipBannerImageType).
Resolving inheritance for "App\Form\Admin\Championship\ChampionshipBannerImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\ChampionshipBannerImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\ChampionshipPresentationZoneImageType" (parent: .abstract.instanceof.App\Form\Admin\Championship\ChampionshipPresentationZoneImageType).
Resolving inheritance for "App\Form\Admin\Championship\ChampionshipPresentationZoneImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\ChampionshipPresentationZoneImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\ChampionshipType" (parent: .abstract.instanceof.App\Form\Admin\Championship\ChampionshipType).
Resolving inheritance for "App\Form\Admin\Championship\ChampionshipType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\ChampionshipType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\Partner\IconType" (parent: .abstract.instanceof.App\Form\Admin\Championship\Partner\IconType).
Resolving inheritance for "App\Form\Admin\Championship\Partner\IconType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\Partner\IconType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\Partner\Type" (parent: .abstract.instanceof.App\Form\Admin\Championship\Partner\Type).
Resolving inheritance for "App\Form\Admin\Championship\Partner\Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\Partner\Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupBannerImageType" (parent: .abstract.instanceof.App\Form\Admin\DisciplineGroup\DisciplineGroupBannerImageType).
Resolving inheritance for "App\Form\Admin\DisciplineGroup\DisciplineGroupBannerImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupBannerImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupListImageType" (parent: .abstract.instanceof.App\Form\Admin\DisciplineGroup\DisciplineGroupListImageType).
Resolving inheritance for "App\Form\Admin\DisciplineGroup\DisciplineGroupListImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupListImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupType" (parent: .abstract.instanceof.App\Form\Admin\DisciplineGroup\DisciplineGroupType).
Resolving inheritance for "App\Form\Admin\DisciplineGroup\DisciplineGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupZoneImageType" (parent: .abstract.instanceof.App\Form\Admin\DisciplineGroup\DisciplineGroupZoneImageType).
Resolving inheritance for "App\Form\Admin\DisciplineGroup\DisciplineGroupZoneImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupZoneImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FAQ\AddExistingQuestionType" (parent: .abstract.instanceof.App\Form\Admin\FAQ\AddExistingQuestionType).
Resolving inheritance for "App\Form\Admin\FAQ\AddExistingQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FAQ\AddExistingQuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FAQ\CategoryType" (parent: .abstract.instanceof.App\Form\Admin\FAQ\CategoryType).
Resolving inheritance for "App\Form\Admin\FAQ\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FAQ\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FAQ\QuestionType" (parent: .abstract.instanceof.App\Form\Admin\FAQ\QuestionType).
Resolving inheritance for "App\Form\Admin\FAQ\QuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FAQ\QuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\BlockContentType" (parent: .abstract.instanceof.App\Form\Admin\Homepage\BlockContentType).
Resolving inheritance for "App\Form\Admin\Homepage\BlockContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\BlockContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\BlockType" (parent: .abstract.instanceof.App\Form\Admin\Homepage\BlockType).
Resolving inheritance for "App\Form\Admin\Homepage\BlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\BlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\SlideImageType" (parent: .abstract.instanceof.App\Form\Admin\Homepage\SlideImageType).
Resolving inheritance for "App\Form\Admin\Homepage\SlideImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\SlideImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\SlideType" (parent: .abstract.instanceof.App\Form\Admin\Homepage\SlideType).
Resolving inheritance for "App\Form\Admin\Homepage\SlideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\SlideType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\SubblockType" (parent: .abstract.instanceof.App\Form\Admin\Homepage\SubblockType).
Resolving inheritance for "App\Form\Admin\Homepage\SubblockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\SubblockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\AdImageType" (parent: .abstract.instanceof.App\Form\Admin\Image\AdImageType).
Resolving inheritance for "App\Form\Admin\Image\AdImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\AdImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\AdSecondImageType" (parent: .abstract.instanceof.App\Form\Admin\Image\AdSecondImageType).
Resolving inheritance for "App\Form\Admin\Image\AdSecondImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\AdSecondImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\CopilotBackgroundImageType" (parent: .abstract.instanceof.App\Form\Admin\Image\CopilotBackgroundImageType).
Resolving inheritance for "App\Form\Admin\Image\CopilotBackgroundImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\CopilotBackgroundImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\JournalistPressCardType" (parent: .abstract.instanceof.App\Form\Admin\Image\JournalistPressCardType).
Resolving inheritance for "App\Form\Admin\Image\JournalistPressCardType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\JournalistPressCardType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\MediaImageType" (parent: .abstract.instanceof.App\Form\Admin\Image\MediaImageType).
Resolving inheritance for "App\Form\Admin\Image\MediaImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\MediaImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\OrganisationImageType" (parent: .abstract.instanceof.App\Form\Admin\Image\OrganisationImageType).
Resolving inheritance for "App\Form\Admin\Image\OrganisationImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\OrganisationImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\OrganizationBannerType" (parent: .abstract.instanceof.App\Form\Admin\Image\OrganizationBannerType).
Resolving inheritance for "App\Form\Admin\Image\OrganizationBannerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\OrganizationBannerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\OrganizationLogoType" (parent: .abstract.instanceof.App\Form\Admin\Image\OrganizationLogoType).
Resolving inheritance for "App\Form\Admin\Image\OrganizationLogoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\OrganizationLogoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\PilotSheetImageType" (parent: .abstract.instanceof.App\Form\Admin\Image\PilotSheetImageType).
Resolving inheritance for "App\Form\Admin\Image\PilotSheetImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\PilotSheetImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\UserAvatarType" (parent: .abstract.instanceof.App\Form\Admin\Image\UserAvatarType).
Resolving inheritance for "App\Form\Admin\Image\UserAvatarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\UserAvatarType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\UserBackgroundType" (parent: .abstract.instanceof.App\Form\Admin\Image\UserBackgroundType).
Resolving inheritance for "App\Form\Admin\Image\UserBackgroundType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\UserBackgroundType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\KeyFigureType" (parent: .abstract.instanceof.App\Form\Admin\KeyFigureType).
Resolving inheritance for "App\Form\Admin\KeyFigureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\KeyFigureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Leader\LeaderImageType" (parent: .abstract.instanceof.App\Form\Admin\Leader\LeaderImageType).
Resolving inheritance for "App\Form\Admin\Leader\LeaderImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Leader\LeaderImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Leader\LeaderType" (parent: .abstract.instanceof.App\Form\Admin\Leader\LeaderType).
Resolving inheritance for "App\Form\Admin\Leader\LeaderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Leader\LeaderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LinkType" (parent: .abstract.instanceof.App\Form\Admin\LinkType).
Resolving inheritance for "App\Form\Admin\LinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaCategoryFormType" (parent: .abstract.instanceof.App\Form\Admin\Media\MediaCategoryFormType).
Resolving inheritance for "App\Form\Admin\Media\MediaCategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaCategoryFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaDocumentFormType" (parent: .abstract.instanceof.App\Form\Admin\Media\MediaDocumentFormType).
Resolving inheritance for "App\Form\Admin\Media\MediaDocumentFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaDocumentFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaFormType" (parent: .abstract.instanceof.App\Form\Admin\Media\MediaFormType).
Resolving inheritance for "App\Form\Admin\Media\MediaFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaWysiwygFormType" (parent: .abstract.instanceof.App\Form\Admin\Media\MediaWysiwygFormType).
Resolving inheritance for "App\Form\Admin\Media\MediaWysiwygFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaWysiwygFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\NotificationType" (parent: .abstract.instanceof.App\Form\Admin\NotificationType).
Resolving inheritance for "App\Form\Admin\NotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\NotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\ClubType" (parent: .abstract.instanceof.App\Form\Admin\Organization\ClubType).
Resolving inheritance for "App\Form\Admin\Organization\ClubType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\ClubType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\LeagueType" (parent: .abstract.instanceof.App\Form\Admin\Organization\LeagueType).
Resolving inheritance for "App\Form\Admin\Organization\LeagueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\LeagueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\SchoolType" (parent: .abstract.instanceof.App\Form\Admin\Organization\SchoolType).
Resolving inheritance for "App\Form\Admin\Organization\SchoolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\SchoolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\TrackType" (parent: .abstract.instanceof.App\Form\Admin\Organization\TrackType).
Resolving inheritance for "App\Form\Admin\Organization\TrackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\TrackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrganizationType" (parent: .abstract.instanceof.App\Form\Admin\OrganizationType).
Resolving inheritance for "App\Form\Admin\OrganizationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrganizationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Profile\PasswordsType" (parent: .abstract.instanceof.App\Form\Admin\Profile\PasswordsType).
Resolving inheritance for "App\Form\Admin\Profile\PasswordsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Profile\PasswordsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Profile\ProfileType" (parent: .abstract.instanceof.App\Form\Admin\Profile\ProfileType).
Resolving inheritance for "App\Form\Admin\Profile\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Profile\ProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RaceSandboxType" (parent: .abstract.instanceof.App\Form\Admin\RaceSandboxType).
Resolving inheritance for "App\Form\Admin\RaceSandboxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RaceSandboxType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RedirectionType" (parent: .abstract.instanceof.App\Form\Admin\RedirectionType).
Resolving inheritance for "App\Form\Admin\RedirectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RedirectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ServiceType" (parent: .abstract.instanceof.App\Form\Admin\ServiceType).
Resolving inheritance for "App\Form\Admin\ServiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ServiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SettingType" (parent: .abstract.instanceof.App\Form\Admin\SettingType).
Resolving inheritance for "App\Form\Admin\SettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SettingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Trial\TrialBannerImageType" (parent: .abstract.instanceof.App\Form\Admin\Trial\TrialBannerImageType).
Resolving inheritance for "App\Form\Admin\Trial\TrialBannerImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Trial\TrialBannerImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Trial\TrialPresentationImageType" (parent: .abstract.instanceof.App\Form\Admin\Trial\TrialPresentationImageType).
Resolving inheritance for "App\Form\Admin\Trial\TrialPresentationImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Trial\TrialPresentationImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Trial\TrialType" (parent: .abstract.instanceof.App\Form\Admin\Trial\TrialType).
Resolving inheritance for "App\Form\Admin\Trial\TrialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Trial\TrialType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\AdminOrContributorType" (parent: .abstract.instanceof.App\Form\Admin\User\AdminOrContributorType).
Resolving inheritance for "App\Form\Admin\User\AdminOrContributorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\AdminOrContributorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\AdminOrContributorTypeEdit" (parent: .abstract.instanceof.App\Form\Admin\User\AdminOrContributorTypeEdit).
Resolving inheritance for "App\Form\Admin\User\AdminOrContributorTypeEdit" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\AdminOrContributorTypeEdit).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\BannerImageType" (parent: .abstract.instanceof.App\Form\Admin\User\BannerImageType).
Resolving inheritance for "App\Form\Admin\User\BannerImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\BannerImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\CaptainImageType" (parent: .abstract.instanceof.App\Form\Admin\User\CaptainImageType).
Resolving inheritance for "App\Form\Admin\User\CaptainImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\CaptainImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\ChronometerType" (parent: .abstract.instanceof.App\Form\Admin\User\ChronometerType).
Resolving inheritance for "App\Form\Admin\User\ChronometerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\ChronometerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\FrenchTeamPilotsType" (parent: .abstract.instanceof.App\Form\Admin\User\FrenchTeamPilotsType).
Resolving inheritance for "App\Form\Admin\User\FrenchTeamPilotsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\FrenchTeamPilotsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\FrenchTeamType" (parent: .abstract.instanceof.App\Form\Admin\User\FrenchTeamType).
Resolving inheritance for "App\Form\Admin\User\FrenchTeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\FrenchTeamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\JournalistType" (parent: .abstract.instanceof.App\Form\Admin\User\JournalistType).
Resolving inheritance for "App\Form\Admin\User\JournalistType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\JournalistType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\KeenEditType" (parent: .abstract.instanceof.App\Form\Admin\User\KeenEditType).
Resolving inheritance for "App\Form\Admin\User\KeenEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\KeenEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\LicensedType" (parent: .abstract.instanceof.App\Form\Admin\User\LicensedType).
Resolving inheritance for "App\Form\Admin\User\LicensedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\LicensedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\frenchTeamPilotsSliderImageType" (parent: .abstract.instanceof.App\Form\Admin\User\frenchTeamPilotsSliderImageType).
Resolving inheritance for "App\Form\Admin\User\frenchTeamPilotsSliderImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\frenchTeamPilotsSliderImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\Security\ChangePasswordFormType).
Resolving inheritance for "App\Form\Security\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\Security\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\Security\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccreditationRepository" (parent: .abstract.instanceof.App\Repository\AccreditationRepository).
Resolving inheritance for "App\Repository\AccreditationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccreditationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\AdRepository" (parent: .abstract.instanceof.App\Repository\Ad\AdRepository).
Resolving inheritance for "App\Repository\Ad\AdRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\AdRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\AdvertiserRepository" (parent: .abstract.instanceof.App\Repository\Ad\AdvertiserRepository).
Resolving inheritance for "App\Repository\Ad\AdvertiserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\AdvertiserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\Stat\AdClickRepository" (parent: .abstract.instanceof.App\Repository\Ad\Stat\AdClickRepository).
Resolving inheritance for "App\Repository\Ad\Stat\AdClickRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\Stat\AdClickRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\Stat\AdViewRepository" (parent: .abstract.instanceof.App\Repository\Ad\Stat\AdViewRepository).
Resolving inheritance for "App\Repository\Ad\Stat\AdViewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\Stat\AdViewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdRepository" (parent: .abstract.instanceof.App\Repository\AdRepository).
Resolving inheritance for "App\Repository\AdRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository" (parent: .abstract.instanceof.App\Repository\AddressRepository).
Resolving inheritance for "App\Repository\AddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository" (parent: .abstract.instanceof.App\Repository\BlogCategoryRepository).
Resolving inheritance for "App\Repository\BlogCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogPostRepository" (parent: .abstract.instanceof.App\Repository\BlogPostRepository).
Resolving inheritance for "App\Repository\BlogPostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogPostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Builder\MenuRepository" (parent: .abstract.instanceof.App\Repository\Builder\MenuRepository).
Resolving inheritance for "App\Repository\Builder\MenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Builder\MenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Builder\PageRepository" (parent: .abstract.instanceof.App\Repository\Builder\PageRepository).
Resolving inheritance for "App\Repository\Builder\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Builder\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Carousel\CarouselRepository" (parent: .abstract.instanceof.App\Repository\Carousel\CarouselRepository).
Resolving inheritance for "App\Repository\Carousel\CarouselRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Carousel\CarouselRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Carousel\SlideRepository" (parent: .abstract.instanceof.App\Repository\Carousel\SlideRepository).
Resolving inheritance for "App\Repository\Carousel\SlideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Carousel\SlideRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Championship\ChampionshipPartnerRepository" (parent: .abstract.instanceof.App\Repository\Championship\ChampionshipPartnerRepository).
Resolving inheritance for "App\Repository\Championship\ChampionshipPartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Championship\ChampionshipPartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Championship\ChpSeasonSubRepository" (parent: .abstract.instanceof.App\Repository\Championship\ChpSeasonSubRepository).
Resolving inheritance for "App\Repository\Championship\ChpSeasonSubRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Championship\ChpSeasonSubRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Championship\PartnerRepository" (parent: .abstract.instanceof.App\Repository\Championship\PartnerRepository).
Resolving inheritance for "App\Repository\Championship\PartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Championship\PartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipDisciplineRepository" (parent: .abstract.instanceof.App\Repository\ChampionshipDisciplineRepository).
Resolving inheritance for "App\Repository\ChampionshipDisciplineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipDisciplineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipRepository" (parent: .abstract.instanceof.App\Repository\ChampionshipRepository).
Resolving inheritance for "App\Repository\ChampionshipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipSeasonRaceRepository" (parent: .abstract.instanceof.App\Repository\ChampionshipSeasonRaceRepository).
Resolving inheritance for "App\Repository\ChampionshipSeasonRaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipSeasonRaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipSeasonRepository" (parent: .abstract.instanceof.App\Repository\ChampionshipSeasonRepository).
Resolving inheritance for "App\Repository\ChampionshipSeasonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipSeasonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClasseRepository" (parent: .abstract.instanceof.App\Repository\ClasseRepository).
Resolving inheritance for "App\Repository\ClasseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClasseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommissionRepository" (parent: .abstract.instanceof.App\Repository\CommissionRepository).
Resolving inheritance for "App\Repository\CommissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineGroupRepository" (parent: .abstract.instanceof.App\Repository\DisciplineGroupRepository).
Resolving inheritance for "App\Repository\DisciplineGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineRepository" (parent: .abstract.instanceof.App\Repository\DisciplineRepository).
Resolving inheritance for "App\Repository\DisciplineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository" (parent: .abstract.instanceof.App\Repository\DocumentRepository).
Resolving inheritance for "App\Repository\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\CategoryQuestionRepository" (parent: .abstract.instanceof.App\Repository\FAQ\CategoryQuestionRepository).
Resolving inheritance for "App\Repository\FAQ\CategoryQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\CategoryQuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\CategoryRepository" (parent: .abstract.instanceof.App\Repository\FAQ\CategoryRepository).
Resolving inheritance for "App\Repository\FAQ\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\QuestionRepository" (parent: .abstract.instanceof.App\Repository\FAQ\QuestionRepository).
Resolving inheritance for "App\Repository\FAQ\QuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\QuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrenchTeamPilotsRepository" (parent: .abstract.instanceof.App\Repository\FrenchTeamPilotsRepository).
Resolving inheritance for "App\Repository\FrenchTeamPilotsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrenchTeamPilotsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrenchTeamRepository" (parent: .abstract.instanceof.App\Repository\FrenchTeamRepository).
Resolving inheritance for "App\Repository\FrenchTeamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrenchTeamRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupFamilyRepository" (parent: .abstract.instanceof.App\Repository\GroupFamilyRepository).
Resolving inheritance for "App\Repository\GroupFamilyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupFamilyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupRepository" (parent: .abstract.instanceof.App\Repository\GroupRepository).
Resolving inheritance for "App\Repository\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Homepage\BlockRepository" (parent: .abstract.instanceof.App\Repository\Homepage\BlockRepository).
Resolving inheritance for "App\Repository\Homepage\BlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Homepage\BlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository" (parent: .abstract.instanceof.App\Repository\ImageRepository).
Resolving inheritance for "App\Repository\ImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KeyFigureRepository" (parent: .abstract.instanceof.App\Repository\KeyFigureRepository).
Resolving inheritance for "App\Repository\KeyFigureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KeyFigureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeaderRepository" (parent: .abstract.instanceof.App\Repository\LeaderRepository).
Resolving inheritance for "App\Repository\LeaderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeaderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LevelRepository" (parent: .abstract.instanceof.App\Repository\LevelRepository).
Resolving inheritance for "App\Repository\LevelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LevelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\FamilyRepository" (parent: .abstract.instanceof.App\Repository\License\FamilyRepository).
Resolving inheritance for "App\Repository\License\FamilyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\FamilyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\FeeRepository" (parent: .abstract.instanceof.App\Repository\License\FeeRepository).
Resolving inheritance for "App\Repository\License\FeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\FeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\ForeignLicenseRepository" (parent: .abstract.instanceof.App\Repository\License\ForeignLicenseRepository).
Resolving inheritance for "App\Repository\License\ForeignLicenseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\ForeignLicenseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\LicenseRepository" (parent: .abstract.instanceof.App\Repository\License\LicenseRepository).
Resolving inheritance for "App\Repository\License\LicenseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\LicenseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\TypeRepository" (parent: .abstract.instanceof.App\Repository\License\TypeRepository).
Resolving inheritance for "App\Repository\License\TypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\TypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LinkRepository" (parent: .abstract.instanceof.App\Repository\LinkRepository).
Resolving inheritance for "App\Repository\LinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveAbandonRepository" (parent: .abstract.instanceof.App\Repository\Live\LiveAbandonRepository).
Resolving inheritance for "App\Repository\Live\LiveAbandonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveAbandonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveEngagedRepository" (parent: .abstract.instanceof.App\Repository\Live\LiveEngagedRepository).
Resolving inheritance for "App\Repository\Live\LiveEngagedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveEngagedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveHourRepository" (parent: .abstract.instanceof.App\Repository\Live\LiveHourRepository).
Resolving inheritance for "App\Repository\Live\LiveHourRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveHourRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveIntermediateRepository" (parent: .abstract.instanceof.App\Repository\Live\LiveIntermediateRepository).
Resolving inheritance for "App\Repository\Live\LiveIntermediateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveIntermediateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LivePenaltyRepository" (parent: .abstract.instanceof.App\Repository\Live\LivePenaltyRepository).
Resolving inheritance for "App\Repository\Live\LivePenaltyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LivePenaltyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveRaceRepository" (parent: .abstract.instanceof.App\Repository\Live\LiveRaceRepository).
Resolving inheritance for "App\Repository\Live\LiveRaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveRaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveRankingRepository" (parent: .abstract.instanceof.App\Repository\Live\LiveRankingRepository).
Resolving inheritance for "App\Repository\Live\LiveRankingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveRankingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveRoundRepository" (parent: .abstract.instanceof.App\Repository\Live\LiveRoundRepository).
Resolving inheritance for "App\Repository\Live\LiveRoundRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveRoundRepository).
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\MediaCategoryRepository" (parent: .abstract.instanceof.App\Repository\MediaCategoryRepository).
Resolving inheritance for "App\Repository\MediaCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaDocumentRepository" (parent: .abstract.instanceof.App\Repository\MediaDocumentRepository).
Resolving inheritance for "App\Repository\MediaDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaDocumentRepository).
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\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\Organization\ClubRepository" (parent: .abstract.instanceof.App\Repository\Organization\ClubRepository).
Resolving inheritance for "App\Repository\Organization\ClubRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\ClubRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\LeagueRepository" (parent: .abstract.instanceof.App\Repository\Organization\LeagueRepository).
Resolving inheritance for "App\Repository\Organization\LeagueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\LeagueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\SchoolRepository" (parent: .abstract.instanceof.App\Repository\Organization\SchoolRepository).
Resolving inheritance for "App\Repository\Organization\SchoolRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\SchoolRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\TrackRepository" (parent: .abstract.instanceof.App\Repository\Organization\TrackRepository).
Resolving inheritance for "App\Repository\Organization\TrackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\TrackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganizationRepository" (parent: .abstract.instanceof.App\Repository\OrganizationRepository).
Resolving inheritance for "App\Repository\OrganizationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganizationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectRepository" (parent: .abstract.instanceof.App\Repository\ProspectRepository).
Resolving inheritance for "App\Repository\ProspectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RaceRepository" (parent: .abstract.instanceof.App\Repository\RaceRepository).
Resolving inheritance for "App\Repository\RaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RaceTypeRepository" (parent: .abstract.instanceof.App\Repository\RaceTypeRepository).
Resolving inheritance for "App\Repository\RaceTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RaceTypeRepository).
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\Result\ResChpClassLicensedRepository" (parent: .abstract.instanceof.App\Repository\Result\ResChpClassLicensedRepository).
Resolving inheritance for "App\Repository\Result\ResChpClassLicensedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResChpClassLicensedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResChpClassRepository" (parent: .abstract.instanceof.App\Repository\Result\ResChpClassRepository).
Resolving inheritance for "App\Repository\Result\ResChpClassRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResChpClassRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResultChampionshipLicensedRepository" (parent: .abstract.instanceof.App\Repository\Result\ResultChampionshipLicensedRepository).
Resolving inheritance for "App\Repository\Result\ResultChampionshipLicensedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResultChampionshipLicensedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResultChampionshipLicensedRoundRepository" (parent: .abstract.instanceof.App\Repository\Result\ResultChampionshipLicensedRoundRepository).
Resolving inheritance for "App\Repository\Result\ResultChampionshipLicensedRoundRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResultChampionshipLicensedRoundRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResultChampionshipRaceRepository" (parent: .abstract.instanceof.App\Repository\Result\ResultChampionshipRaceRepository).
Resolving inheritance for "App\Repository\Result\ResultChampionshipRaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResultChampionshipRaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultRaceLicensedRepository" (parent: .abstract.instanceof.App\Repository\ResultRaceLicensedRepository).
Resolving inheritance for "App\Repository\ResultRaceLicensedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultRaceLicensedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultRaceRepository" (parent: .abstract.instanceof.App\Repository\ResultRaceRepository).
Resolving inheritance for "App\Repository\ResultRaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultRaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultRoundRepository" (parent: .abstract.instanceof.App\Repository\ResultRoundRepository).
Resolving inheritance for "App\Repository\ResultRoundRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultRoundRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoundRepository" (parent: .abstract.instanceof.App\Repository\RoundRepository).
Resolving inheritance for "App\Repository\RoundRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoundRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteRepository" (parent: .abstract.instanceof.App\Repository\RouteRepository).
Resolving inheritance for "App\Repository\RouteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeasonRepository" (parent: .abstract.instanceof.App\Repository\SeasonRepository).
Resolving inheritance for "App\Repository\SeasonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeasonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectorRepository" (parent: .abstract.instanceof.App\Repository\SectorRepository).
Resolving inheritance for "App\Repository\SectorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\Security\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\Security\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServiceRepository" (parent: .abstract.instanceof.App\Repository\ServiceRepository).
Resolving inheritance for "App\Repository\ServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository" (parent: .abstract.instanceof.App\Repository\SettingRepository).
Resolving inheritance for "App\Repository\SettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository).
Resolving inheritance for "App\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrialRepository" (parent: .abstract.instanceof.App\Repository\TrialRepository).
Resolving inheritance for "App\Repository\TrialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\AdminRepository" (parent: .abstract.instanceof.App\Repository\User\AdminRepository).
Resolving inheritance for "App\Repository\User\AdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\AdminRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ChronometerRepository" (parent: .abstract.instanceof.App\Repository\User\ChronometerRepository).
Resolving inheritance for "App\Repository\User\ChronometerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ChronometerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContributorRepository" (parent: .abstract.instanceof.App\Repository\User\ContributorRepository).
Resolving inheritance for "App\Repository\User\ContributorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContributorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\JournalistRepository" (parent: .abstract.instanceof.App\Repository\User\JournalistRepository).
Resolving inheritance for "App\Repository\User\JournalistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\JournalistRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\KeenRepository" (parent: .abstract.instanceof.App\Repository\User\KeenRepository).
Resolving inheritance for "App\Repository\User\KeenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\KeenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\LicensedRepository" (parent: .abstract.instanceof.App\Repository\User\LicensedRepository).
Resolving inheritance for "App\Repository\User\LicensedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\LicensedRepository).
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\VehicleBrandRepository" (parent: .abstract.instanceof.App\Repository\VehicleBrandRepository).
Resolving inheritance for "App\Repository\VehicleBrandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleBrandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleModelRepository" (parent: .abstract.instanceof.App\Repository\VehicleModelRepository).
Resolving inheritance for "App\Repository\VehicleModelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleModelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleTypeRepository" (parent: .abstract.instanceof.App\Repository\VehicleTypeRepository).
Resolving inheritance for "App\Repository\VehicleTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleTypeRepository).
Resolving inheritance for ".instanceof.HWI\Bundle\OAuthBundle\OAuth\ResourceOwnerInterface.0.App\Security\ELicenseResourceOwner" (parent: .abstract.instanceof.App\Security\ELicenseResourceOwner).
Resolving inheritance for "App\Security\ELicenseResourceOwner" (parent: .instanceof.HWI\Bundle\OAuthBundle\OAuth\ResourceOwnerInterface.0.App\Security\ELicenseResourceOwner).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ChampionshipNormalizer" (parent: .abstract.instanceof.App\Serializer\ChampionshipNormalizer).
Resolving inheritance for "App\Serializer\ChampionshipNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ChampionshipNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\ChampionshipNormalizer" (parent: .abstract.instanceof.App\Serializer\Profile\ChampionshipNormalizer).
Resolving inheritance for "App\Serializer\Profile\ChampionshipNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\ChampionshipNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\LeagueNormalizer" (parent: .abstract.instanceof.App\Serializer\Profile\LeagueNormalizer).
Resolving inheritance for "App\Serializer\Profile\LeagueNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\LeagueNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\TrialNormalizer" (parent: .abstract.instanceof.App\Serializer\Profile\TrialNormalizer).
Resolving inheritance for "App\Serializer\Profile\TrialNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\TrialNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\UserNormalizer" (parent: .abstract.instanceof.App\Serializer\Profile\UserNormalizer).
Resolving inheritance for "App\Serializer\Profile\UserNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\UserNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DetectLoopRedirectionValidator" (parent: .abstract.instanceof.App\Validator\DetectLoopRedirectionValidator).
Resolving inheritance for "App\Validator\DetectLoopRedirectionValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DetectLoopRedirectionValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidUserValidator" (parent: .abstract.instanceof.App\Validator\ValidUserValidator).
Resolving inheritance for "App\Validator\ValidUserValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidUserValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "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.sendinblue" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.chain_provider" (parent: security.user.provider.chain).
Resolving inheritance for "security.user.provider.concrete.app_admin_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_contributor_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_journalist_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_chronometer_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_keen_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_licensed_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.login" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_reset_password" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api_reset_password" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.api_reset_password" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_reset_password" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_reset_password" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_reset_password" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_reset_password" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.api" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "hwi_oauth.resource_ownermap.main" (parent: hwi_oauth.abstract_resource_ownermap).
Resolving inheritance for "security.authentication.success_handler.main.oauth" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.oauth" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.main.oauth" (parent: hwi_oauth.authentication.failure_handler).
Resolving inheritance for "hwi_oauth.context_listener.token_refresher.main" (parent: hwi_oauth.context_listener.abstract_token_refresher).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.user_avatar" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.user_background" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.journalist_press_card" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.blog_post_image" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.organization_logo" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.organization_banner" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.organization_presentation_image" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.discipline_background" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.discipline_group_banner" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.discipline_group_list" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.discipline_group_first_zone" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.discipline_group_second_zone" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.discipline_group_third_zone" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.slide_image" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer.document_file" (parent: Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SlugNamer.media_image_file" (parent: Vich\UploaderBundle\Naming\SlugNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.ad_image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.ad_second_image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.trial_banner_image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.trial_presentation_image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.championship_banner_image" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.championship_partner_icon" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.championship_presentation_zone_image" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.pilot_sheet_image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.french_team_image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.french_team_pilots_image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.french_team_pilots_slider_image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.french_team_pilots_copilot_background_image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.leader_image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SlugNamer.media_document_file" (parent: Vich\UploaderBundle\Naming\SlugNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.user_avatar" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.user_avatar" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.user_avatar" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.user_background" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.user_background" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.user_background" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.journalist_press_card" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.journalist_press_card" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.journalist_press_card" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.blog_post_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.blog_post_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.blog_post_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.organization_logo" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.organization_logo" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.organization_logo" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.organization_banner" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.organization_banner" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.organization_banner" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.organization_presentation_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.organization_presentation_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.organization_presentation_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.discipline_background" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.discipline_background" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.discipline_background" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.discipline_group_banner" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.discipline_group_banner" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.discipline_group_banner" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.discipline_group_list" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.discipline_group_list" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.discipline_group_list" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.discipline_group_first_zone" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.discipline_group_first_zone" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.discipline_group_first_zone" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.discipline_group_second_zone" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.discipline_group_second_zone" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.discipline_group_second_zone" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.discipline_group_third_zone" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.discipline_group_third_zone" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.discipline_group_third_zone" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.slide_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.slide_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.slide_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.document_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.document_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.document_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.media_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.media_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.media_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.ad_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.ad_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.ad_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.ad_second_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.ad_second_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.ad_second_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.trial_banner_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.trial_banner_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.trial_banner_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.trial_presentation_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.trial_presentation_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.trial_presentation_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.championship_banner_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.championship_banner_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.championship_banner_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.championship_partner_icon" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.championship_partner_icon" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.championship_partner_icon" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.championship_presentation_zone_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.championship_presentation_zone_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.championship_presentation_zone_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.pilot_sheet_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.pilot_sheet_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.pilot_sheet_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.french_team_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.french_team_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.french_team_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.french_team_pilots_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.french_team_pilots_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.french_team_pilots_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.french_team_pilots_slider_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.french_team_pilots_slider_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.french_team_pilots_slider_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.french_team_pilots_copilot_background_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.french_team_pilots_copilot_background_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.french_team_pilots_copilot_background_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.leader_image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.leader_image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.leader_image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.media_document_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.media_document_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.media_document_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\ArrayAdapter).
Resolving inheritance for "Omines\DataTablesBundle\Adapter\ArrayAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter).
Resolving inheritance for "Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter).
Resolving inheritance for "Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn" (parent: .abstract.instanceof.Omines\DataTablesBundle\Column\TwigColumn).
Resolving inheritance for "Omines\DataTablesBundle\Column\TwigColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn" (parent: .abstract.instanceof.Omines\DataTablesBundle\Column\TwigStringColumn).
Resolving inheritance for "Omines\DataTablesBundle\Column\TwigStringColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter).
Resolving inheritance for "Omines\DataTablesBundle\Exporter\Excel\ExcelExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter).
Resolving inheritance for "Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter).
Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Csv\CsvExporter).
Resolving inheritance for "Omines\DataTablesBundle\Exporter\Csv\CsvExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension" (parent: .abstract.instanceof.Omines\DataTablesBundle\Twig\DataTablesExtension).
Resolving inheritance for "Omines\DataTablesBundle\Twig\DataTablesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "fos_elastica.client.default" (parent: fos_elastica.client_prototype).
Resolving inheritance for "fos_elastica.index.championship" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.championship" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.championship" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.championship" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.championship" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.championship" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.championship" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.pilotes" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.pilotes" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.pilotes" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.pilotes" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.pilotes" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.pilotes" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.pilotes" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.organization" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.organization" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.organization" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.organization" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.organization" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.organization" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.organization" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.club" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.club" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.club" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.club" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.club" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.club" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.club" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.league" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.league" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.league" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.league" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.league" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.league" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.league" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.school" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.school" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.school" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.school" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.school" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.school" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.school" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.track" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.track" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.track" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.track" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.track" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.track" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.track" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.trial" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.trial" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.trial" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.trial" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.trial" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.trial" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.trial" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.document" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.document" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.document" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.document" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.document" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.document" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.document" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.blog_post" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.blog_post" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.blog_post" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.blog_post" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.blog_post" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.blog_post" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.blog_post" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "fos_elastica.index.page" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.page" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.page" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.page" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.page" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.page" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.page" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "hwi_oauth.authentication.listener.oauth" (parent: security.authentication.listener.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elastica" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
26
Removing service-argument resolver for controller "App\Controller\API\Front\Ad\AdController::getThreeAds": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\Blog\PostController::findPostsByDisciplineGroupSlug": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\Builder\MenuController::get": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\Championship\ChampionshipController::read": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\Championship\ChampionshipController::readChampionshipSeason": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\DisciplineGroup\DisciplineGroupController::getDisciplineGroup": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\FAQ\CategoryController::getCategory": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\FrenchTeam\FrenchTeamController::getDisciplineGroupPilot": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\Live\aRaceController::get": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\Live\cEngagedController::get": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\Live\ePenaltyController::get": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\Live\fAbandonController::get": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\Organization\OrganizationController::getOrganization": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\Front\Trial\TrialController::findBySlug": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\LivePublic\aRaceController::get": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\LivePublic\cEngagedController::get": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\LivePublic\ePenaltyController::get": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\LivePublic\fAbandonController::get": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\LivePublic\gRankingController::get": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\LivePublic\gRankingController::list": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\Builder\PageController::publish": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\FFSA\ChampionshipController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\FFSA\ChampionshipController::editPartner": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\FFSA\DisciplineGroupController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\FFSA\TrialController::edit": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\User\KeenController::edit": no corresponding services exist for the referenced types.
410
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.api_reset_password"; reason: private alias.
Removed service "security.user_checker.api_reset_password"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "hwi_oauth.user.provider.entity.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "datatables.renderer"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "fos_rest.validator"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "FOS\ElasticaBundle\Configuration\ConfigManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexTemplateManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\Resetter"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\TemplateResetter"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Client $default.client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client $defaultClient"; reason: private alias.
Removed service ".Elastica\Client $default.client"; reason: private alias.
Removed service "Elastica\Client $defaultClient"; reason: private alias.
Removed service "fos_elastica.client"; reason: private alias.
Removed service "Elastica\Client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $championship.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $championship.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $pilotes.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $pilotes.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $organization.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $organization.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $club.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $club.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $league.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $league.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $school.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $school.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $track.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $track.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $trial.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $trial.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $document.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $document.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $blog_post.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $blog_post.finder"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $page.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $page.finder"; reason: private alias.
Removed service "fos_elastica.index"; reason: private alias.
Removed service "fos_elastica.manager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Manager\RepositoryManagerInterface"; reason: private alias.
Removed service "hwi_oauth.resource_owners.locator"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_docLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $elasticaLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service ".service_locator.GsIjbjK"; reason: private alias.
Removed service ".service_locator.Q7if2wv"; reason: private alias.
Removed service ".service_locator.ZBZXtOS"; reason: private alias.
Removed service ".service_locator.dTwVBhv"; reason: private alias.
Removed service ".service_locator.RZcnJHv"; reason: private alias.
Removed service ".service_locator.dvfUIQY"; reason: private alias.
Removed service ".service_locator.kU_9bh."; reason: private alias.
Removed service ".service_locator.13qzyLC"; reason: private alias.
Removed service ".service_locator.d5FanyT"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.OTgRnSr"; reason: private alias.
Removed service ".service_locator.sGx4VxM"; reason: private alias.
Removed service ".service_locator.AzHspfk"; reason: private alias.
Removed service ".service_locator.wIGJ7MN"; reason: private alias.
Removed service ".service_locator.4rrLw3w"; reason: private alias.
Removed service ".service_locator.uL2kZ7t"; reason: private alias.
Removed service ".service_locator.GRBpBiW"; reason: private alias.
Removed service ".service_locator.5vjT9hG"; reason: private alias.
Removed service ".service_locator.VLnKSLR"; reason: private alias.
Removed service ".service_locator.gWWAX9H"; reason: private alias.
Removed service ".service_locator.to07hsI"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "hwi_oauth.http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.api_reset_password"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "security.event_dispatcher.login"; reason: private alias.
Removed service "security.event_dispatcher.api_reset_password"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.5fpalHq"; reason: private alias.
Removed service ".service_locator.v_kkxXy"; reason: private alias.
Removed service ".service_locator._G6mWOs"; reason: private alias.
Removed service ".service_locator.EVbUAiL"; reason: private alias.
Removed service ".service_locator.ibGbOok"; reason: private alias.
Removed service ".service_locator.2X0WDlo"; reason: private alias.
Removed service ".service_locator.5DJir_T"; reason: private alias.
Removed service ".service_locator.cFdNisA"; reason: private alias.
Removed service ".service_locator.ErhjYoE"; reason: private alias.
Removed service ".service_locator.1G6RyhB"; reason: private alias.
Removed service ".service_locator.VoF0yCV"; reason: private alias.
Removed service ".service_locator.u_RN2aO"; reason: private alias.
Removed service ".service_locator.EmZ4cZI"; reason: private alias.
Removed service ".service_locator.SA9oj8T"; reason: private alias.
Removed service ".service_locator.GgeXtvA"; reason: private alias.
Removed service ".service_locator.LBNN8cd"; reason: private alias.
Removed service ".service_locator.B0sCr3w"; reason: private alias.
Removed service ".service_locator.w7k2dzs"; reason: private alias.
Removed service ".service_locator.JER0I0F"; reason: private alias.
Removed service ".service_locator.eN4bdHI"; reason: private alias.
Removed service ".service_locator.9FHrRmZ"; reason: private alias.
Removed service ".service_locator.vCoaF1r"; reason: private alias.
Removed service ".service_locator.q2ge3ev"; reason: private alias.
Removed service ".service_locator.ve9Z.e."; reason: private alias.
Removed service ".service_locator.ofyh9f1"; reason: private alias.
Removed service ".service_locator.VjQzLac"; reason: private alias.
Removed service ".service_locator.RMdBbdk"; reason: private alias.
Removed service ".service_locator.AB2i3Z5"; reason: private alias.
Removed service ".service_locator._6zRAEJ"; reason: private alias.
Removed service ".service_locator.xlOQ3a."; reason: private alias.
Removed service ".service_locator.MFExgc1"; reason: private alias.
Removed service ".service_locator.5JTnRxN"; reason: private alias.
Removed service ".service_locator.ZDEqgY."; reason: private alias.
Removed service ".service_locator.IUBYYrR"; reason: private alias.
Removed service ".service_locator.jYwviEN"; reason: private alias.
Removed service ".service_locator.x9.vbNG"; reason: private alias.
Removed service ".service_locator.axw1EEs"; reason: private alias.
Removed service ".service_locator.IHhr3n_"; reason: private alias.
Removed service ".service_locator.7qjq8xe"; reason: private alias.
Removed service ".service_locator.FFDqess"; reason: private alias.
Removed service ".service_locator.UHuQE_1"; reason: private alias.
Removed service ".service_locator.GWtgzZw"; reason: private alias.
Removed service ".service_locator.r0RDNSH"; reason: private alias.
Removed service ".service_locator.M6Ok3Wb"; reason: private alias.
Removed service ".service_locator.aoCLAM3"; reason: private alias.
Removed service ".service_locator.pKd91I0"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.gK_l2fi"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
Removed service ".service_locator.4rki.7Q"; reason: private alias.
Removed service ".service_locator.TI.2mgp"; reason: private alias.
276
Changed reference of service "App\Command\Portal\Championship\CronSyncChampionshipDisciplinesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\Championship\CronSyncChampionshipSeasonRaceCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\Championship\CronSyncChampionshipSeasonsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\Championship\CronSyncChampionshipsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncChpPartCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncClassesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncClubsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncCommissionsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncDisciplineGroupsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncDisciplinesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncDocumentsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncGroupFamiliesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncGroupsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncLeaguesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncLevelsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncRaceTypesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncRacesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncRoutesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncSchoolsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncSeasonsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncSectorsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncTracksCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncTrialsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncVehicleBrandsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncVehicleModelsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\CronSyncVehicleTypesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\License\CronSyncForeignLicenseCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\License\CronSyncLicenseFamiliesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\License\CronSyncLicenseFeesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\Portal\License\CronSyncLicenseTypesCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\FFSA\TrialController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Security\ResetPasswordController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Manager\Ad\AdManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\Ad\AdvertiserManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\Blog\CategoryManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\Blog\ModerationManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\Blog\PostManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\Blog\TagManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\Carousel\CarouselManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\ChampionshipManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\DisciplineGroupManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\FAQ\CategoryManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\FAQ\QuestionManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\LeaderManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\LinkManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\MediaDocumentManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\NotificationManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\OrganizationManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\ProspectManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\RaceManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\RedirectionManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\ServiceManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\TrackManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\TrialManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\User\ChronometerManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\User\FrenchTeamManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\User\JournalistManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\User\LicensedManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\UserManager" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendinblue" 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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
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 "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.listener.user_checker.login" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.listener.user_checker.api_reset_password" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.listener.user_checker.api" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authentication.switchuser_listener.api" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authentication.switchuser_listener.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.api" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.failure_handler.main.oauth" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "sensio_framework_extra.security.listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "framework_extra_bundle.event.is_granted" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Omines\DataTablesBundle\Exporter\DataTableExporterManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Omines\DataTablesBundle\DataTableFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Omines\DataTablesBundle\Twig\DataTablesExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "time.datetime_formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
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 "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.model_describers.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.mapping_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.championship" to "FOS\ElasticaBundle\Finder\TransformedFinder $championshipFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.pilotes" to "FOS\ElasticaBundle\Finder\TransformedFinder $pilotesFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.organization" to "FOS\ElasticaBundle\Finder\TransformedFinder $organizationFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.club" to "FOS\ElasticaBundle\Finder\TransformedFinder $clubFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.league" to "FOS\ElasticaBundle\Finder\TransformedFinder $leagueFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.school" to "FOS\ElasticaBundle\Finder\TransformedFinder $schoolFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.track" to "FOS\ElasticaBundle\Finder\TransformedFinder $trackFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.trial" to "FOS\ElasticaBundle\Finder\TransformedFinder $trialFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.document" to "FOS\ElasticaBundle\Finder\TransformedFinder $documentFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.blog_post" to "FOS\ElasticaBundle\Finder\TransformedFinder $blogPostFinder".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.page" to "FOS\ElasticaBundle\Finder\TransformedFinder $pageFinder".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.championship" to "FOS\ElasticaBundle\Elastica\Index $championshipIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.pilotes" to "FOS\ElasticaBundle\Elastica\Index $pilotesIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.organization" to "FOS\ElasticaBundle\Elastica\Index $organizationIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.club" to "FOS\ElasticaBundle\Elastica\Index $clubIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.league" to "FOS\ElasticaBundle\Elastica\Index $leagueIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.school" to "FOS\ElasticaBundle\Elastica\Index $schoolIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.track" to "FOS\ElasticaBundle\Elastica\Index $trackIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.trial" to "FOS\ElasticaBundle\Elastica\Index $trialIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.document" to "FOS\ElasticaBundle\Elastica\Index $documentIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.blog_post" to "FOS\ElasticaBundle\Elastica\Index $blogPostIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.page" to "FOS\ElasticaBundle\Elastica\Index $pageIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.championship" to "FOS\ElasticaBundle\Elastica\Index $championshipIndex".
Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.championship" to "FOS\ElasticaBundle\Elastica\Index $championshipIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.pilotes" to "FOS\ElasticaBundle\Elastica\Index $pilotesIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.organization" to "FOS\ElasticaBundle\Elastica\Index $organizationIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.club" to "FOS\ElasticaBundle\Elastica\Index $clubIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.league" to "FOS\ElasticaBundle\Elastica\Index $leagueIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.school" to "FOS\ElasticaBundle\Elastica\Index $schoolIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.track" to "FOS\ElasticaBundle\Elastica\Index $trackIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.trial" to "FOS\ElasticaBundle\Elastica\Index $trialIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.document" to "FOS\ElasticaBundle\Elastica\Index $documentIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.blog_post" to "FOS\ElasticaBundle\Elastica\Index $blogPostIndex".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.page" to "FOS\ElasticaBundle\Elastica\Index $pageIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.command.populate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.doctrine.register_listeners" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer.championship" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.championship" previously pointing to "fos_elastica.index.championship" to "FOS\ElasticaBundle\Elastica\Index $championshipIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.pilotes" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.pilotes" previously pointing to "fos_elastica.index.pilotes" to "FOS\ElasticaBundle\Elastica\Index $pilotesIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.organization" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.organization" previously pointing to "fos_elastica.index.organization" to "FOS\ElasticaBundle\Elastica\Index $organizationIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.club" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.club" previously pointing to "fos_elastica.index.club" to "FOS\ElasticaBundle\Elastica\Index $clubIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.league" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.league" previously pointing to "fos_elastica.index.league" to "FOS\ElasticaBundle\Elastica\Index $leagueIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.school" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.school" previously pointing to "fos_elastica.index.school" to "FOS\ElasticaBundle\Elastica\Index $schoolIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.track" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.track" previously pointing to "fos_elastica.index.track" to "FOS\ElasticaBundle\Elastica\Index $trackIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.trial" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.trial" previously pointing to "fos_elastica.index.trial" to "FOS\ElasticaBundle\Elastica\Index $trialIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.document" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.document" previously pointing to "fos_elastica.index.document" to "FOS\ElasticaBundle\Elastica\Index $documentIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.blog_post" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.blog_post" previously pointing to "fos_elastica.index.blog_post" to "FOS\ElasticaBundle\Elastica\Index $blogPostIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer.page" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.page" previously pointing to "fos_elastica.index.page" to "FOS\ElasticaBundle\Elastica\Index $pageIndex".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "router.default" to "router".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "router.default" to "router".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "hwi_oauth.authentication.listener.oauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hwi_oauth.security.oauth_utils" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "hwi_oauth.authentication.failure_handler" previously pointing to "router.default" to "router".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.dnB3QjG" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.LrCXAmX" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.LrCXAmX" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $championshipFinder" previously pointing to "fos_elastica.index.championship" to "FOS\ElasticaBundle\Elastica\Index $championshipIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $pilotesFinder" previously pointing to "fos_elastica.index.pilotes" to "FOS\ElasticaBundle\Elastica\Index $pilotesIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $organizationFinder" previously pointing to "fos_elastica.index.organization" to "FOS\ElasticaBundle\Elastica\Index $organizationIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $clubFinder" previously pointing to "fos_elastica.index.club" to "FOS\ElasticaBundle\Elastica\Index $clubIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $leagueFinder" previously pointing to "fos_elastica.index.league" to "FOS\ElasticaBundle\Elastica\Index $leagueIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $schoolFinder" previously pointing to "fos_elastica.index.school" to "FOS\ElasticaBundle\Elastica\Index $schoolIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $trackFinder" previously pointing to "fos_elastica.index.track" to "FOS\ElasticaBundle\Elastica\Index $trackIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $trialFinder" previously pointing to "fos_elastica.index.trial" to "FOS\ElasticaBundle\Elastica\Index $trialIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $documentFinder" previously pointing to "fos_elastica.index.document" to "FOS\ElasticaBundle\Elastica\Index $documentIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $blogPostFinder" previously pointing to "fos_elastica.index.blog_post" to "FOS\ElasticaBundle\Elastica\Index $blogPostIndex".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $pageFinder" previously pointing to "fos_elastica.index.page" to "FOS\ElasticaBundle\Elastica\Index $pageIndex".
1227
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "fos_elastica.client_prototype"; reason: abstract.
Removed service "fos_elastica.index_prototype"; reason: abstract.
Removed service "fos_elastica.index_template_prototype"; reason: abstract.
Removed service "fos_elastica.finder"; reason: abstract.
Removed service "fos_elastica.object_persister"; reason: abstract.
Removed service "fos_elastica.object_serializer_persister"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_transformer"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_identifier_transformer"; reason: abstract.
Removed service "fos_elastica.pager_provider.prototype.orm"; reason: abstract.
Removed service "fos_elastica.listener.prototype.orm"; reason: abstract.
Removed service "fos_elastica.elastica_to_model_transformer.prototype.orm"; reason: abstract.
Removed service "hwi_oauth.authentication.listener.oauth"; reason: abstract.
Removed service "hwi_oauth.context_listener.abstract_token_refresher"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlertElasticCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AlertElasticCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\DefaultContentTypeToWysiwygCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Blog\DefaultContentTypeToWysiwygCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\DepublishPostCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Blog\DepublishPostCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\NullifyPostMainCategoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Blog\NullifyPostMainCategoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\RemoveDefaultCategoryColorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Blog\RemoveDefaultCategoryColorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\RenamePostValidationStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Blog\RenamePostValidationStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\TransferPilotToCollectionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Blog\TransferPilotToCollectionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Builder\GeneratePageSlugsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Builder\GeneratePageSlugsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Championship\GenerateSlugsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Championship\GenerateSlugsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Document\cleanUnsusedDocumentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Document\cleanUnsusedDocumentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Document\renameFuckingDocsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Document\renameFuckingDocsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FAQ\OrderCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FAQ\OrderCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixPdfUrlCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixPdfUrlCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GroupLicenseResultCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GroupLicenseResultCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Image\GenerateSourcesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Image\GenerateSourcesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateCorporationStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Licensed\UpdateCorporationStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateLicensedDisciplinesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Licensed\UpdateLicensedDisciplinesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateLicensedLicenseNumberCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Licensed\UpdateLicensedLicenseNumberCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateLicensedRolesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Licensed\UpdateLicensedRolesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Licensed\UpdateMainDisciplineCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Licensed\UpdateMainDisciplineCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\CronPKSoftCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Live\CronPKSoftCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\FixLiveGroupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Live\FixLiveGroupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\RoundPDFArrayCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Live\RoundPDFArrayCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\SetEcartsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Live\SetEcartsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\closeLiveCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Live\closeLiveCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\FixBlogPostForeignKeyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Media\FixBlogPostForeignKeyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\GenerateDefaultAuthorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Media\GenerateDefaultAuthorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\GenerateMediaCarouselThumbnailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Media\GenerateMediaCarouselThumbnailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\ReplaceSmallerImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Media\ReplaceSmallerImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Media\TestResizeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Media\TestResizeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Notification\GenerateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Notification\GenerateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Organization\GenerateOrganizationSlugCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Organization\GenerateOrganizationSlugCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipDisciplinesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\Championship\CronSyncChampionshipDisciplinesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipSeasonRaceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\Championship\CronSyncChampionshipSeasonRaceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipSeasonsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\Championship\CronSyncChampionshipSeasonsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\Championship\CronSyncChampionshipsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\Championship\CronSyncChampionshipsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncChpClassCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncChpClassCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncChpPartCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncChpPartCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncChpPointsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncChpPointsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncClassesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncClassesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncClubsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncClubsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncCommissionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncCommissionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDeleteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncDeleteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDisciplineGroupsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncDisciplineGroupsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDisciplinesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncDisciplinesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncDocumentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncDocumentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncGroupFamiliesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncGroupFamiliesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncGroupsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncGroupsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncLeaguesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncLeaguesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncLevelsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncLevelsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncRaceTypesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncRaceTypesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncRacesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncRacesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncResCourseCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncResCourseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncRoutesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncRoutesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncSchoolsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncSchoolsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncSeasonsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncSeasonsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncSectorsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncSectorsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncTracksCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncTracksCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncTrialsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncTrialsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncVehicleBrandsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncVehicleBrandsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncVehicleModelsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncVehicleModelsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\CronSyncVehicleTypesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\CronSyncVehicleTypesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\DebugApiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\DebugApiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncForeignLicenseCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\License\CronSyncForeignLicenseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicenseFamiliesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\License\CronSyncLicenseFamiliesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicenseFeesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\License\CronSyncLicenseFeesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicenseTypesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\License\CronSyncLicenseTypesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicensedsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\License\CronSyncLicensedsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\CronSyncLicensesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\License\CronSyncLicensesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Portal\License\SyncLicensedsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Portal\License\SyncLicensedsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Race\SetBeginTimeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Race\SetBeginTimeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Race\SetShowOnSiteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Race\SetShowOnSiteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Redirection\CsvToRedirectionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Redirection\CsvToRedirectionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Redirection\RedirectionToJsonCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Redirection\RedirectionToJsonCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Redirection\RedirectionToVercelJsonCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Redirection\RedirectionToVercelJsonCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateChpClassCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveDuplicateChpClassCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateChpPointCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveDuplicateChpPointCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateLicense"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveDuplicateLicense"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveDuplicateResChpRaceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveDuplicateResChpRaceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchroPatocheCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SynchroPatocheCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trial\GenerateSlugCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Trial\GenerateSlugCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trial\RemoveImportantCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Trial\RemoveImportantCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addLicensedByLincenseToLive"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\addLicensedByLincenseToLive"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addLicensedPseudoCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\addLicensedPseudoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addLicensedToLiveEngaged"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\addLicensedToLiveEngaged"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\addOrphanResRound"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\addOrphanResRound"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Ad\AdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Ad\AdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Ad\AdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Blog\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Blog\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Blog\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Blog\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Blog\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Blog\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Builder\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Builder\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Builder\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Championship\ChampionshipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Championship\ChampionshipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Championship\ChampionshipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\DisciplineGroup\DisciplineGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\DisciplineGroup\DisciplineGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\DisciplineGroup\DisciplineGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Document\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\FAQ\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\FAQ\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\FAQ\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\FFSA\HomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\FFSA\HomepageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\FFSA\HomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\FrenchTeam\FrenchTeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\FrenchTeam\FrenchTeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\FrenchTeam\FrenchTeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\ImageMedia\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\ImageMedia\ImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\ImageMedia\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Leader\LeaderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Leader\LeaderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Leader\LeaderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\License\LicenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\License\LicenseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\License\LicenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\aRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\aRaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Live\aRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\bRoundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\bRoundController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Live\bRoundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\cEngagedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\cEngagedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Live\cEngagedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\dHourController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\dHourController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Live\dHourController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\ePenaltyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\ePenaltyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Live\ePenaltyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\fAbandonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\fAbandonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Live\fAbandonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Live\gRankingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Live\gRankingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Live\gRankingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Media\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Media\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Media\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Newsletter\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Newsletter\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Newsletter\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Organization\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Organization\OrganizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Organization\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Profile\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Profile\FavoriteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Profile\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Profile\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Profile\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Profile\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Prospect\ProspectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Prospect\ProspectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Prospect\ProspectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Race\RaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Race\RaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Race\RaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Race\RaceLiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Race\RaceLiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Race\RaceLiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Ranking\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Ranking\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Ranking\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Ranking\RankingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Ranking\RankingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Ranking\RankingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Result\ResultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Result\ResultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Result\ResultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\RouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\RouteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\RouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Sector\SectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Sector\SectorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Sector\SectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Security\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Setting\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Setting\LinkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Setting\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Setting\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Setting\ServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Setting\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Setting\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Setting\SettingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Setting\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\Trial\TrialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\Trial\TrialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\Trial\TrialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\User\Journalist\SignUpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\User\Journalist\SignUpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\User\Journalist\SignUpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\User\Keen\SignUpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\User\Keen\SignUpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\User\Keen\SignUpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Front\User\LicensedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Front\User\LicensedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Front\User\LicensedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\aRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\aRaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Live\aRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\bRoundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\bRoundController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Live\bRoundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\cEngagedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\cEngagedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Live\cEngagedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\dHourController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\dHourController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Live\dHourController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\ePenaltyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\ePenaltyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Live\ePenaltyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\fAbandonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\fAbandonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Live\fAbandonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\gRankingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\gRankingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Live\gRankingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\hPDFController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\hPDFController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Live\hPDFController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Live\zPatrickController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Live\zPatrickController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Live\zPatrickController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\aLiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\aLiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\LivePublic\aLiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\aRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\aRaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\LivePublic\aRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\bRoundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\bRoundController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\LivePublic\bRoundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\cEngagedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\cEngagedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\LivePublic\cEngagedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\dHourController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\dHourController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\LivePublic\dHourController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\ePenaltyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\ePenaltyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\LivePublic\ePenaltyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\fAbandonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\fAbandonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\LivePublic\fAbandonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\LivePublic\gRankingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\LivePublic\gRankingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\LivePublic\gRankingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\APIHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\APIHomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\APIHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Ad\AdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Ad\AdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Ad\AdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Ad\AdvertiserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Ad\AdvertiserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Ad\AdvertiserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Blog\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\ModerationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\ModerationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Blog\ModerationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Blog\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Blog\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Blog\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Builder\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Builder\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Builder\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Builder\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Builder\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Builder\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\LinkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Configuration\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Configuration\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\RedirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\RedirectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Configuration\RedirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\ServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Configuration\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Configuration\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Configuration\SettingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Configuration\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FAQ\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FAQ\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FAQ\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FAQ\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FAQ\QuestionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FAQ\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\ChampionshipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\ChampionshipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FFSA\ChampionshipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\DisciplineGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\DisciplineGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FFSA\DisciplineGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\HomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\HomepageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FFSA\HomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\OrganizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FFSA\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\TrackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\TrackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FFSA\TrackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FFSA\TrialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FFSA\TrialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FFSA\TrialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrenchTeam\FrenchTeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrenchTeam\FrenchTeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FrenchTeam\FrenchTeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Leader\LeaderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Leader\LeaderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Leader\LeaderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\CarouselController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\CarouselController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Media\CarouselController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Media\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Media\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Media\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Media\ImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Media\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Prospect\ProspectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Prospect\ProspectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Prospect\ProspectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Synchronization\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Synchronization\LogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Synchronization\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\ChronometerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\ChronometerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\ChronometerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\FFSAController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\FFSAController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\FFSAController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\JournalistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\JournalistController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\JournalistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\KeenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\KeenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\KeenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\LicensedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\LicensedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\LicensedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\User\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\User\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\User\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\APIDocController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\APIDocController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chronometer\APIDocController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\GlossaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\GlossaryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chronometer\GlossaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chronometer\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chronometer\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\RaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\RaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chronometer\RaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chronometer\SandboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chronometer\SandboxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chronometer\SandboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contributor\ContributorImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contributor\ContributorImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contributor\ContributorImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contributor\ContributorPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contributor\ContributorPostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contributor\ContributorPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contributor\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contributor\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contributor\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportRankingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportRankingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\ExportRankingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PurgeCacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PurgeCacheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PurgeCacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Blog\CategoryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Blog\CategoryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Blog\PostFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Blog\PostFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Blog\TagFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Blog\TagFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Builder\MenuFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Builder\MenuFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Builder\PageFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Builder\PageFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FAQ\CategoryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\FAQ\CategoryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FAQ\QuestionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\FAQ\QuestionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Homepage\BlockFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Homepage\BlockFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipDisciplineFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Championship\ChampionshipDisciplineFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Championship\ChampionshipFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipSeasonFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Championship\ChampionshipSeasonFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\ChampionshipSeasonRaceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Championship\ChampionshipSeasonRaceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Championship\SeasonFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Championship\SeasonFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\ClassFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\ClassFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\CommissionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\CommissionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Discipline\DisciplineFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Discipline\DisciplineFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Discipline\DisciplineGroupFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Discipline\DisciplineGroupFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\DocumentFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\DocumentFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Group\GroupFamilyFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Group\GroupFamilyFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Group\GroupFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Group\GroupFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\LevelFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\LevelFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\FamilyFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\License\FamilyFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\FeeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\License\FeeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\LicenseFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\License\LicenseFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\MemberFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\License\MemberFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\License\TypeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\License\TypeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\ClubFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Organization\ClubFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\LeagueFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Organization\LeagueFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\SchoolFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Organization\SchoolFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Organization\TrackFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Organization\TrackFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Race\RaceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Race\RaceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\Race\RaceTypeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\Race\RaceTypeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\RouteFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\RouteFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\SectorFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\SectorFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\TrialFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\TrialFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\VehicleBrandFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\VehicleBrandFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\VehicleModelFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\VehicleModelFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Portal\VehicleTypeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Portal\VehicleTypeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Setting\NotificationFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Setting\NotificationFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Setting\RedirectionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Setting\RedirectionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Setting\SettingFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Setting\SettingFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\AdministratorFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\User\AdministratorFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\ChronometerFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\User\ChronometerFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\ContributorFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\User\ContributorFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\User\JournalistFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\User\JournalistFixtures"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.App\DataTables\Adapter\EntityArrayAdapter"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTables\Adapter\EntityArrayAdapter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\ActionColumn"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTables\Column\ActionColumn"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\FormattedDateTimeColumn"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTables\Column\FormattedDateTimeColumn"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\ListColumn"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTables\Column\ListColumn"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\TextEllipsisColumn"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTables\Column\TextEllipsisColumn"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\BlogPostCustomPropertyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\BlogPostCustomPropertyListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\BlogPostListener.0.App\EventListener\BlogPostListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\BlogPostListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ChampionshipCustomPropertyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ChampionshipCustomPropertyListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\DocumentCustomPropertyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\DocumentCustomPropertyListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\FrenchTeamListener.0.App\EventListener\FrenchTeamListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\FrenchTeamListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\FrenchTeamPilotsListener.0.App\EventListener\FrenchTeamPilotsListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\FrenchTeamPilotsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LicensedCustomPropertyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LicensedCustomPropertyListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\LogListener.0.App\EventListener\LogListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LogListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\LoginListener.0.App\EventListener\LoginListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LoginListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\OrganizationCustomPropertyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\OrganizationCustomPropertyListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\PageCustomPropertyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\PageCustomPropertyListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\PatrickLiveJsonListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\PatrickLiveJsonListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\TrialCustomPropertyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\TrialCustomPropertyListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Blog\BlogPostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Blog\BlogPostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\AbandonmentEntryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\AbandonmentEntryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\ChallengeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\ChallengeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\EngagesCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\EngagesCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\GroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\GroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\IntermediateEntryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\IntermediateEntryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\IntermediateMancheType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\IntermediateMancheType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\LiveHourEngagedCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\LiveHourEngagedCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\MembersCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\MembersCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\PenaltyEntryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\PenaltyEntryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\RankingEngagedCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\RankingEngagedCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\Collections\RoundEntryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\Collections\RoundEntryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostAbandonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\PostAbandonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostEngagedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\PostEngagedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostHourType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\PostHourType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostIntermediateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\PostIntermediateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostPDFType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\PostPDFType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostPenaltyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\PostPenaltyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostRaceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\PostRaceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostRankingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\PostRankingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Live\PostRoundType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Live\PostRoundType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Organization\FilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Organization\FilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Prospect\ProspectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Prospect\ProspectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\Security\KeenSignUpType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\Security\KeenSignUpType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\User\Journalist\SignUpType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\User\Journalist\SignUpType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\API\User\Keen\SignUpType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\API\User\Keen\SignUpType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ad\AdType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Ad\AdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ad\AddressAdvertiserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Ad\AddressAdvertiserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ad\AdvertiserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Ad\AdvertiserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AddressUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AddressUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Blog\BlogCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Blog\BlogCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Blog\BlogPostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Blog\BlogPostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Blog\BlogTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Blog\BlogTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Builder\LinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Builder\LinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Builder\PageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Builder\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Carousel\CarouselType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Carousel\CarouselType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Carousel\SlideType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Carousel\SlideType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\ChampionshipBannerImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Championship\ChampionshipBannerImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\ChampionshipPresentationZoneImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Championship\ChampionshipPresentationZoneImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\ChampionshipType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Championship\ChampionshipType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\Partner\IconType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Championship\Partner\IconType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Championship\Partner\Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Championship\Partner\Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupBannerImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DisciplineGroup\DisciplineGroupBannerImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupListImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DisciplineGroup\DisciplineGroupListImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DisciplineGroup\DisciplineGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DisciplineGroup\DisciplineGroupZoneImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DisciplineGroup\DisciplineGroupZoneImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FAQ\AddExistingQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\FAQ\AddExistingQuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FAQ\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\FAQ\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FAQ\QuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\FAQ\QuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\BlockContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Homepage\BlockContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\BlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Homepage\BlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\SlideImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Homepage\SlideImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\SlideType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Homepage\SlideType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Homepage\SubblockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Homepage\SubblockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\AdImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\AdImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\AdSecondImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\AdSecondImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\CopilotBackgroundImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\CopilotBackgroundImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\JournalistPressCardType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\JournalistPressCardType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\MediaImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\MediaImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\OrganisationImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\OrganisationImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\OrganizationBannerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\OrganizationBannerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\OrganizationLogoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\OrganizationLogoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\PilotSheetImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\PilotSheetImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\UserAvatarType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\UserAvatarType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\UserBackgroundType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\UserBackgroundType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\KeyFigureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\KeyFigureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Leader\LeaderImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Leader\LeaderImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Leader\LeaderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Leader\LeaderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\LinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaCategoryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Media\MediaCategoryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaDocumentFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Media\MediaDocumentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Media\MediaFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaWysiwygFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Media\MediaWysiwygFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\NotificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\NotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\ClubType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Organization\ClubType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\LeagueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Organization\LeagueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\SchoolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Organization\SchoolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Organization\TrackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Organization\TrackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrganizationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\OrganizationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Profile\PasswordsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Profile\PasswordsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Profile\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Profile\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RaceSandboxType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\RaceSandboxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RedirectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\RedirectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ServiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ServiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SettingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SettingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Trial\TrialBannerImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Trial\TrialBannerImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Trial\TrialPresentationImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Trial\TrialPresentationImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Trial\TrialType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Trial\TrialType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\AdminOrContributorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\AdminOrContributorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\AdminOrContributorTypeEdit"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\AdminOrContributorTypeEdit"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\BannerImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\BannerImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\CaptainImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\CaptainImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\ChronometerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\ChronometerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\FrenchTeamPilotsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\FrenchTeamPilotsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\FrenchTeamType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\FrenchTeamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\JournalistType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\JournalistType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\KeenEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\KeenEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\LicensedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\LicensedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\frenchTeamPilotsSliderImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\frenchTeamPilotsSliderImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Security\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Security\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccreditationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccreditationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\AdRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ad\AdRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\AdvertiserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ad\AdvertiserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\Stat\AdClickRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ad\Stat\AdClickRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ad\Stat\AdViewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ad\Stat\AdViewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogPostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogPostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Builder\MenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Builder\MenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Builder\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Builder\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Carousel\CarouselRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Carousel\CarouselRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Carousel\SlideRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Carousel\SlideRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Championship\ChampionshipPartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Championship\ChampionshipPartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Championship\ChpSeasonSubRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Championship\ChpSeasonSubRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Championship\PartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Championship\PartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipDisciplineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChampionshipDisciplineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChampionshipRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipSeasonRaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChampionshipSeasonRaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChampionshipSeasonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChampionshipSeasonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClasseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClasseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisciplineGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisciplineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisciplineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\CategoryQuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FAQ\CategoryQuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FAQ\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\QuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FAQ\QuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrenchTeamPilotsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FrenchTeamPilotsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrenchTeamRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FrenchTeamRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupFamilyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GroupFamilyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Homepage\BlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Homepage\BlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KeyFigureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\KeyFigureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeaderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LeaderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LevelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LevelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\FamilyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\License\FamilyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\FeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\License\FeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\ForeignLicenseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\License\ForeignLicenseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\LicenseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\License\LicenseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\License\TypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\License\TypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveAbandonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Live\LiveAbandonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveEngagedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Live\LiveEngagedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveHourRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Live\LiveHourRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveIntermediateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Live\LiveIntermediateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LivePenaltyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Live\LivePenaltyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveRaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Live\LiveRaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveRankingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Live\LiveRankingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\LiveRoundRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Live\LiveRoundRepository"; 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\MediaCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MediaCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MediaDocumentRepository"; 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\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\ClubRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Organization\ClubRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\LeagueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Organization\LeagueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\SchoolRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Organization\SchoolRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Organization\TrackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Organization\TrackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrganizationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrganizationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProspectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RaceTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RaceTypeRepository"; 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\Result\ResChpClassLicensedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Result\ResChpClassLicensedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResChpClassRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Result\ResChpClassRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResultChampionshipLicensedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Result\ResultChampionshipLicensedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResultChampionshipLicensedRoundRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Result\ResultChampionshipLicensedRoundRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Result\ResultChampionshipRaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Result\ResultChampionshipRaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultRaceLicensedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResultRaceLicensedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultRaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResultRaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResultRoundRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResultRoundRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoundRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoundRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RouteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeasonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeasonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SectorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Security\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\AdminRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\AdminRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ChronometerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\ChronometerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContributorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\ContributorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\JournalistRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\JournalistRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\KeenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\KeenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\LicensedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\LicensedRepository"; 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\VehicleBrandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleBrandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleModelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleModelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleTypeRepository"; reason: abstract.
Removed service ".instanceof.HWI\Bundle\OAuthBundle\OAuth\ResourceOwnerInterface.0.App\Security\ELicenseResourceOwner"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ELicenseResourceOwner"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ChampionshipNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\ChampionshipNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\ChampionshipNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Profile\ChampionshipNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\LeagueNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Profile\LeagueNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\TrialNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Profile\TrialNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Profile\UserNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Profile\UserNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DetectLoopRedirectionValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\DetectLoopRedirectionValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidUserValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ValidUserValidator"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\ArrayAdapter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Column\TwigColumn"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Column\TwigStringColumn"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelOpenSpoutExporter"; reason: abstract.
Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Csv\CsvExporter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension"; reason: abstract.
Removed service ".abstract.instanceof.Omines\DataTablesBundle\Twig\DataTablesExtension"; reason: abstract.
233
Removed service "App\Controller\API\Front\Live\Dto\Race\CourseClasseDto"; reason: unused.
Removed service "App\Controller\API\Front\Live\Dto\Race\CourseDto"; reason: unused.
Removed service "App\Controller\API\Front\Live\Dto\Race\CourseGroupeClasseDto"; reason: unused.
Removed service "App\Controller\API\Front\Live\Dto\Race\CourseNotFoundDto"; reason: unused.
Removed service "App\Controller\API\Front\Live\Dto\Race\CourseResponseDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Abandon\AbandonEngagedDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Abandon\AbandonResponseDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Engaged\ConcurrentDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Engaged\EngagedDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Engaged\EngagesResponseDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Hour\EtapeDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Hour\HourEngagedDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Hour\HourResponseDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Live\LiveRaceDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Live\LiveResponseDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Penalty\PenaltyEngagedDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Penalty\PenaltyResponseDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Race\CourseDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Race\CourseNotFoundDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Race\CourseResponseDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Ranking\RankingEngagedDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Ranking\RankingResponseDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Round\RoundDateDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Round\RoundDto"; reason: unused.
Removed service "App\Controller\API\LivePublic\Dto\Round\RoundResponseDto"; reason: unused.
Removed service "App\DTO\MediaDTO"; reason: unused.
Removed service "App\DTO\RaceTableRequest"; reason: unused.
Removed service "App\DataTables\Action\Deletion"; reason: unused.
Removed service "App\DataTables\Action\Edition"; reason: unused.
Removed service "App\DataTables\Action\Impersonation"; reason: unused.
Removed service "App\DataTables\Action\Preview"; reason: unused.
Removed service "App\DataTables\Action\View"; reason: unused.
Removed service "App\Form\DataTransformer\TimeStringTransformer"; reason: unused.
Removed service "App\Manager\License\LicenseTypeManager"; reason: unused.
Removed service "App\Manager\Live\LiveHourManager"; reason: unused.
Removed service "App\Manager\Live\LivePenaltyManager"; reason: unused.
Removed service "App\Purger\FixturesPurger"; reason: unused.
Removed service "App\Purger\FixturesPurgerFactory"; reason: unused.
Removed service "App\Security\ELicenseResourceOwner"; reason: unused.
Removed service "App\Security\ELicenseUserResponse"; reason: unused.
Removed service "App\Service\CalcChpPoints"; reason: unused.
Removed service "App\Service\Portal"; reason: unused.
Removed service "App\Service\PortalOld"; reason: unused.
Removed service "App\Validator\DetectLoopRedirection"; reason: unused.
Removed service "App\Validator\ValidUser"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~NRBHuA_"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.login"; reason: unused.
Removed service ".service_locator.df1HHDL"; reason: unused.
Removed service "security.user_checker.chain.api_reset_password"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service ".service_locator.5y4U6aa"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service ".service_locator.WcDDDHD"; 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.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "libphonenumber\geocoding\PhoneNumberOfflineGeocoder"; reason: unused.
Removed service "libphonenumber\ShortNumberInfo"; reason: unused.
Removed service "libphonenumber\PhoneNumberToCarrierMapper"; reason: unused.
Removed service "libphonenumber\PhoneNumberToTimeZonesMapper"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "time.templating.helper.time"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "jms_serializer.templating.helper.serializer"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~FSa.Mfy"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "fos_elastica.repository_manager"; reason: unused.
Removed service "fos_elastica.manager.orm"; reason: unused.
Removed service "hwi_oauth.authentication.provider.oauth"; reason: unused.
Removed service "hwi_oauth.authentication.entry_point.oauth"; reason: unused.
Removed service "hwi_oauth.user.provider"; reason: unused.
Removed service "hwi_oauth.authentication.failure_handler"; reason: unused.
Removed service ".service_locator.YLMiSeg"; reason: unused.
Removed service ".service_locator.Gs_x1f5"; reason: unused.
Removed service ".service_locator.tIZ84s5"; reason: unused.
Removed service ".service_locator.QCwVPRd"; reason: unused.
Removed service ".service_locator.BPSzYuH"; reason: unused.
Removed service ".service_locator.bb1HRc."; reason: unused.
Removed service ".service_locator.sVm4gtj"; reason: unused.
Removed service ".service_locator.6jrLPSE"; reason: unused.
Removed service ".service_locator.YWmnRMc"; reason: unused.
Removed service ".service_locator.3W3QoiH"; reason: unused.
Removed service ".service_locator.RPlK7aS"; reason: unused.
Removed service ".service_locator.AEA8EAM"; reason: unused.
Removed service ".service_locator.4EcvX1o"; reason: unused.
Removed service ".service_locator.G4qY65e"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\ChampionshipNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Profile\ChampionshipNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Profile\LeagueNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Profile\TrialNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Profile\UserNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.fos_rest.serializer.form_error_normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.doctrine"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
Removed service ".service_locator.LrCXAmX"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
658
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Ad\AdController" to "App\Controller\API\Front\Ad\AdController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Blog\CategoryController" to "App\Controller\API\Front\Blog\CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Blog\PostController" to "App\Controller\API\Front\Blog\PostController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Builder\MenuController" to "App\Controller\API\Front\Builder\MenuController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Championship\ChampionshipController" to "App\Controller\API\Front\Championship\ChampionshipController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\DisciplineGroup\DisciplineGroupController" to "App\Controller\API\Front\DisciplineGroup\DisciplineGroupController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Document\DocumentController" to "App\Controller\API\Front\Document\DocumentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\FAQ\CategoryController" to "App\Controller\API\Front\FAQ\CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\FFSA\HomepageController" to "App\Controller\API\Front\FFSA\HomepageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\FrenchTeam\FrenchTeamController" to "App\Controller\API\Front\FrenchTeam\FrenchTeamController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\ImageMedia\ImageController" to "App\Controller\API\Front\ImageMedia\ImageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Leader\LeaderController" to "App\Controller\API\Front\Leader\LeaderController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\License\LicenseController" to "App\Controller\API\Front\License\LicenseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Live\aRaceController" to "App\Controller\API\Front\Live\aRaceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Live\bRoundController" to "App\Controller\API\Front\Live\bRoundController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Live\cEngagedController" to "App\Controller\API\Front\Live\cEngagedController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Live\dHourController" to "App\Controller\API\Front\Live\dHourController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Live\ePenaltyController" to "App\Controller\API\Front\Live\ePenaltyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Live\fAbandonController" to "App\Controller\API\Front\Live\fAbandonController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Live\gRankingController" to "App\Controller\API\Front\Live\gRankingController".
Inlined service "App\Manager\Media\MediaManager" to "App\Controller\API\Front\Media\MediaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Media\MediaController" to "App\Controller\API\Front\Media\MediaController".
Inlined service "App\Manager\Newsletter\DialogInsightManager" to "App\Controller\API\Front\Newsletter\NewsletterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Newsletter\NewsletterController" to "App\Controller\API\Front\Newsletter\NewsletterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Organization\OrganizationController" to "App\Controller\API\Front\Organization\OrganizationController".
Inlined service "App\Service\Profile\FavoriteService" to "App\Controller\API\Front\Profile\FavoriteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Profile\FavoriteController" to "App\Controller\API\Front\Profile\FavoriteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Profile\ResetPasswordController" to "App\Controller\API\Front\Profile\ResetPasswordController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Prospect\ProspectController" to "App\Controller\API\Front\Prospect\ProspectController".
Inlined service "App\Service\RaceObjectsToJson" to "App\Controller\API\Front\Race\RaceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Race\RaceController" to "App\Controller\API\Front\Race\RaceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Race\RaceLiveController" to "App\Controller\API\Front\Race\RaceLiveController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Ranking\DashboardController" to "App\Controller\API\Front\Ranking\DashboardController".
Inlined service "App\Manager\Ranking\ResultChampionshipManager" to "App\Controller\API\Front\Ranking\RankingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Ranking\RankingController" to "App\Controller\API\Front\Ranking\RankingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Result\ResultController" to "App\Controller\API\Front\Result\ResultController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\RouteController" to "App\Controller\API\Front\RouteController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Sector\SectorController" to "App\Controller\API\Front\Sector\SectorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Security\SecurityController" to "App\Controller\API\Front\Security\SecurityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Setting\LinkController" to "App\Controller\API\Front\Setting\LinkController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Setting\ServiceController" to "App\Controller\API\Front\Setting\ServiceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Setting\SettingController" to "App\Controller\API\Front\Setting\SettingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\TagController" to "App\Controller\API\Front\TagController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\Trial\TrialController" to "App\Controller\API\Front\Trial\TrialController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\User\Journalist\SignUpController" to "App\Controller\API\Front\User\Journalist\SignUpController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\User\Keen\SignUpController" to "App\Controller\API\Front\User\Keen\SignUpController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Front\User\LicensedController" to "App\Controller\API\Front\User\LicensedController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Live\aRaceController" to "App\Controller\API\Live\aRaceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Live\bRoundController" to "App\Controller\API\Live\bRoundController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Live\cEngagedController" to "App\Controller\API\Live\cEngagedController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Live\dHourController" to "App\Controller\API\Live\dHourController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Live\ePenaltyController" to "App\Controller\API\Live\ePenaltyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Live\fAbandonController" to "App\Controller\API\Live\fAbandonController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Live\gRankingController" to "App\Controller\API\Live\gRankingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Live\hPDFController" to "App\Controller\API\Live\hPDFController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\Live\zPatrickController" to "App\Controller\API\Live\zPatrickController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\LivePublic\aLiveController" to "App\Controller\API\LivePublic\aLiveController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\LivePublic\aRaceController" to "App\Controller\API\LivePublic\aRaceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\LivePublic\bRoundController" to "App\Controller\API\LivePublic\bRoundController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\LivePublic\cEngagedController" to "App\Controller\API\LivePublic\cEngagedController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\LivePublic\dHourController" to "App\Controller\API\LivePublic\dHourController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\LivePublic\ePenaltyController" to "App\Controller\API\LivePublic\ePenaltyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\LivePublic\fAbandonController" to "App\Controller\API\LivePublic\fAbandonController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\LivePublic\gRankingController" to "App\Controller\API\LivePublic\gRankingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\API\ProfileController" to "App\Controller\API\ProfileController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\APIHomeController" to "App\Controller\Admin\APIHomeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Ad\AdController" to "App\Controller\Admin\Ad\AdController".
Inlined service "App\Manager\Ad\AdvertiserManager" to "App\Controller\Admin\Ad\AdvertiserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Ad\AdvertiserController" to "App\Controller\Admin\Ad\AdvertiserController".
Inlined service "App\Manager\Blog\CategoryManager" to "App\Controller\Admin\Blog\CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Blog\CategoryController" to "App\Controller\Admin\Blog\CategoryController".
Inlined service "App\Manager\Blog\ModerationManager" to "App\Controller\Admin\Blog\ModerationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Blog\ModerationController" to "App\Controller\Admin\Blog\ModerationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Blog\PostController" to "App\Controller\Admin\Blog\PostController".
Inlined service "App\Manager\Builder\MenuManager" to "App\Controller\Admin\Builder\MenuController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Builder\MenuController" to "App\Controller\Admin\Builder\MenuController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Builder\PageController" to "App\Controller\Admin\Builder\PageController".
Inlined service "App\Manager\LinkManager" to "App\Controller\Admin\Configuration\LinkController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Configuration\LinkController" to "App\Controller\Admin\Configuration\LinkController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Configuration\NotificationController" to "App\Controller\Admin\Configuration\NotificationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Configuration\RedirectionController" to "App\Controller\Admin\Configuration\RedirectionController".
Inlined service "App\Manager\ServiceManager" to "App\Controller\Admin\Configuration\ServiceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Configuration\ServiceController" to "App\Controller\Admin\Configuration\ServiceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Configuration\SettingController" to "App\Controller\Admin\Configuration\SettingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FAQ\CategoryController" to "App\Controller\Admin\FAQ\CategoryController".
Inlined service "App\Manager\FAQ\QuestionManager" to "App\Controller\Admin\FAQ\QuestionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FAQ\QuestionController" to "App\Controller\Admin\FAQ\QuestionController".
Inlined service "App\Manager\ChampionshipManager" to "App\Controller\Admin\FFSA\ChampionshipController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FFSA\ChampionshipController" to "App\Controller\Admin\FFSA\ChampionshipController".
Inlined service "App\Manager\DisciplineGroupManager" to "App\Controller\Admin\FFSA\DisciplineGroupController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FFSA\DisciplineGroupController" to "App\Controller\Admin\FFSA\DisciplineGroupController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FFSA\HomepageController" to "App\Controller\Admin\FFSA\HomepageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FFSA\OrganizationController" to "App\Controller\Admin\FFSA\OrganizationController".
Inlined service "App\Manager\TrackManager" to "App\Controller\Admin\FFSA\TrackController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FFSA\TrackController" to "App\Controller\Admin\FFSA\TrackController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FFSA\TrialController" to "App\Controller\Admin\FFSA\TrialController".
Inlined service "App\Manager\User\FrenchTeamManager" to "App\Controller\Admin\FrenchTeam\FrenchTeamController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FrenchTeam\FrenchTeamController" to "App\Controller\Admin\FrenchTeam\FrenchTeamController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController" to "App\Controller\Admin\FrenchTeam\FrenchTeamPilotsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\HomeController" to "App\Controller\Admin\HomeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Leader\LeaderController" to "App\Controller\Admin\Leader\LeaderController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Media\CarouselController" to "App\Controller\Admin\Media\CarouselController".
Inlined service "App\Manager\MediaCategoryManager" to "App\Controller\Admin\Media\CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Media\CategoryController" to "App\Controller\Admin\Media\CategoryController".
Inlined service "App\Manager\MediaDocumentManager" to "App\Controller\Admin\Media\DocumentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Media\DocumentController" to "App\Controller\Admin\Media\DocumentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Media\ImageController" to "App\Controller\Admin\Media\ImageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ProfileController" to "App\Controller\Admin\ProfileController".
Inlined service "App\Manager\ProspectManager" to "App\Controller\Admin\Prospect\ProspectController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Prospect\ProspectController" to "App\Controller\Admin\Prospect\ProspectController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Synchronization\LogController" to "App\Controller\Admin\Synchronization\LogController".
Inlined service "App\Manager\Blog\TagManager" to "App\Controller\Admin\TagController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\TagController" to "App\Controller\Admin\TagController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\User\ChronometerController" to "App\Controller\Admin\User\ChronometerController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\User\FFSAController" to "App\Controller\Admin\User\FFSAController".
Inlined service "App\Manager\User\JournalistManager" to "App\Controller\Admin\User\JournalistController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\User\JournalistController" to "App\Controller\Admin\User\JournalistController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\User\KeenController" to "App\Controller\Admin\User\KeenController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\User\LicensedController" to "App\Controller\Admin\User\LicensedController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\User\UserController" to "App\Controller\Admin\User\UserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Chronometer\APIDocController" to "App\Controller\Chronometer\APIDocController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Chronometer\GlossaryController" to "App\Controller\Chronometer\GlossaryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Chronometer\HomeController" to "App\Controller\Chronometer\HomeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Chronometer\ProfileController" to "App\Controller\Chronometer\ProfileController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Chronometer\RaceController" to "App\Controller\Chronometer\RaceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Chronometer\SandboxController" to "App\Controller\Chronometer\SandboxController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Contributor\ContributorImageController" to "App\Controller\Contributor\ContributorImageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Contributor\ContributorPostController" to "App\Controller\Contributor\ContributorPostController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Contributor\ProfileController" to "App\Controller\Contributor\ProfileController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Export\ExportRankingController" to "App\Controller\Export\ExportRankingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PurgeCacheController" to "App\Controller\PurgeCacheController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Security\LoginController" to "App\Controller\Security\LoginController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Security\ResetPasswordController" to "App\Controller\Security\ResetPasswordController".
Inlined service "mailer.default_transport" to "App\Manager\NotificationManager".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.F1faAh_" 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.wayIYDA" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.v4buNEb" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "fos_elastica.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
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 ".service_locator.wfjEBSR" 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.KgVcf8j" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.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 "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.cssinliner" to "twig".
Inlined service "Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "Omines\DataTablesBundle\Twig\DataTablesExtension" to "twig".
Inlined service "time.twig.extension.time" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "hwi_oauth.twig.extension.oauth" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.EB8duia" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher.c3Fv80Y" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service ".security.request_matcher.fFSCA9M" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.lyVOED." to ".security.request_matcher.0QxrXJt".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service ".security.request_matcher.GAenj0B" to ".security.request_matcher.i15KHF.".
Inlined service "debug.security.firewall.authenticator.api_reset_password.inner" to "debug.security.firewall.authenticator.api_reset_password".
Inlined service "security.exception_listener.api_reset_password" to "security.firewall.map.context.api_reset_password".
Inlined service "security.firewall.map.config.api_reset_password" to "security.firewall.map.context.api_reset_password".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.vhy2oy3".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".service_locator.BFUr_Tg" to "hwi_oauth.resource_ownermap.main".
Inlined service "hwi_oauth.user.provider.entity" to "security.authenticator.oauth.main".
Inlined service "security.authentication.success_handler.main.oauth" to "security.authenticator.oauth.main".
Inlined service "security.authentication.failure_handler.main.oauth" to "security.authenticator.oauth.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.28NqKnb".
Inlined service ".security.request_matcher.3RhiVTP" to ".security.request_matcher.c3Fv80Y".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.zgUyz1A".
Inlined service ".security.request_matcher.5aJ2Hs4" to ".security.request_matcher.fFSCA9M".
Inlined service "monolog.formatter.json" to "monolog.handler.nested".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "fos_rest.converter.request_body" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.xRhNObu.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper" to "Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\Blog\CategoryFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Blog\PostFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Blog\TagFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Builder\MenuFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Builder\PageFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\FAQ\CategoryFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\FAQ\QuestionFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Homepage\BlockFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Championship\ChampionshipDisciplineFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Championship\ChampionshipFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Championship\ChampionshipSeasonFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Championship\ChampionshipSeasonRaceFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Championship\SeasonFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\ClassFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\CommissionFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Discipline\DisciplineFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Discipline\DisciplineGroupFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\DocumentFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Group\GroupFamilyFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Group\GroupFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\LevelFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\License\FamilyFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\License\FeeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\License\LicenseFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\License\MemberFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\License\TypeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Organization\ClubFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Organization\LeagueFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Organization\SchoolFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Organization\TrackFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Race\RaceFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\Race\RaceTypeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\RouteFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\SectorFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\TrialFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\VehicleBrandFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\VehicleModelFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Portal\VehicleTypeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Setting\NotificationFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Setting\RedirectionFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Setting\SettingFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\User\AdministratorFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\User\ChronometerFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\User\ContributorFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\User\JournalistFixtures" to "doctrine.fixtures.loader".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Omines\DataTablesBundle\Exporter\DataTableExporterCollection" to "Omines\DataTablesBundle\Exporter\DataTableExporterManager".
Inlined service "Omines\DataTablesBundle\Twig\TwigRenderer" to "Omines\DataTablesBundle\DataTableFactory".
Inlined service "Omines\DataTablesBundle\DependencyInjection\Instantiator" to "Omines\DataTablesBundle\DataTableFactory".
Inlined service "Omines\DataTablesBundle\Exporter\DataTableExporterManager" to "Omines\DataTablesBundle\DataTableFactory".
Inlined service "datatables.adapter_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "datatables.column_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "datatables.type_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "datatables.exporter_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service ".service_locator.CE6DdyV" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
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.23e85d9e13756f248112d3bb503ff875e7e55cfd863f03c5076990a132f2c82446bfe31f" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service "fos_rest.zone_request_matcher.b417c83ef2bcf459b4b2bb1e5a42d5c86f974ffd6bfe73357a9f04d46025529306a33be3" to "fos_rest.zone_matcher_listener".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
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 "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~87OuY.A" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "fos_elastica.config_source.container" to "fos_elastica.config_manager".
Inlined service "fos_elastica.config_source.template_container" to "fos_elastica.config_manager.index_templates".
Inlined service "monolog.logger.elastica" to "fos_elastica.logger".
Inlined service "fos_elastica.config_manager.index_templates" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.index_template_manager" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.persister_registry" to "fos_elastica.in_place_pager_persister".
Inlined service ".service_locator.esYB3FE" to "fos_elastica.pager_persister_registry".
Inlined service ".service_locator.mZ27IWw" to "fos_elastica.persister_registry".
Inlined service ".service_locator.pLukXEg" to "fos_elastica.pager_provider_registry".
Inlined service "fos_elastica.pager_provider_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.pager_persister_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.template_resetter" to "fos_elastica.command.templates_reset".
Inlined service "fos_elastica.model_to_elastica_transformer.championship" to "fos_elastica.object_persister.championship".
Inlined service "fos_elastica.model_to_elastica_transformer.pilotes" to "fos_elastica.object_persister.pilotes".
Inlined service "fos_elastica.model_to_elastica_transformer.organization" to "fos_elastica.object_persister.organization".
Inlined service "fos_elastica.model_to_elastica_transformer.club" to "fos_elastica.object_persister.club".
Inlined service "fos_elastica.model_to_elastica_transformer.league" to "fos_elastica.object_persister.league".
Inlined service "fos_elastica.model_to_elastica_transformer.school" to "fos_elastica.object_persister.school".
Inlined service "fos_elastica.model_to_elastica_transformer.track" to "fos_elastica.object_persister.track".
Inlined service "fos_elastica.model_to_elastica_transformer.trial" to "fos_elastica.object_persister.trial".
Inlined service "fos_elastica.model_to_elastica_transformer.document" to "fos_elastica.object_persister.document".
Inlined service "fos_elastica.model_to_elastica_transformer.blog_post" to "fos_elastica.object_persister.blog_post".
Inlined service "fos_elastica.model_to_elastica_transformer.page" to "fos_elastica.object_persister.page".
Inlined service "hwi_oauth.util.domain_whitelist" to "HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController".
Inlined service "hwi_oauth.storage.session" to "hwi_oauth.resource_owner.e_license".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".debug.hwi_oauth.http_client.inner" to ".debug.hwi_oauth.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login".
Inlined service "debug.security.event_dispatcher.api_reset_password.inner" to "debug.security.event_dispatcher.api_reset_password".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.otfny_1" to ".service_locator.otfny_1.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "App\Serializer\ChampionshipNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Profile\ChampionshipNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Profile\LeagueNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Profile\TrialNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Profile\UserNormalizer" to "debug.serializer.inner".
Inlined service "Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer" to "debug.serializer.inner".
Inlined service "fos_rest.serializer.form_error_normalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "security.authenticator.manager.login" to "debug.security.firewall.authenticator.login.inner".
Inlined service "security.authenticator.manager.api_reset_password" to "debug.security.firewall.authenticator.api_reset_password.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.rhqGjHL" to "console.command_loader".
Inlined service ".service_locator.otfny_1.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "fos_elastica.elastica_to_model_transformer.championship" to "FOS\ElasticaBundle\Finder\TransformedFinder $championshipFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.pilotes" to "FOS\ElasticaBundle\Finder\TransformedFinder $pilotesFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.organization" to "FOS\ElasticaBundle\Finder\TransformedFinder $organizationFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.club" to "FOS\ElasticaBundle\Finder\TransformedFinder $clubFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.league" to "FOS\ElasticaBundle\Finder\TransformedFinder $leagueFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.school" to "FOS\ElasticaBundle\Finder\TransformedFinder $schoolFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.track" to "FOS\ElasticaBundle\Finder\TransformedFinder $trackFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.trial" to "FOS\ElasticaBundle\Finder\TransformedFinder $trialFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.document" to "FOS\ElasticaBundle\Finder\TransformedFinder $documentFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.blog_post" to "FOS\ElasticaBundle\Finder\TransformedFinder $blogPostFinder".
Inlined service "fos_elastica.elastica_to_model_transformer.page" to "FOS\ElasticaBundle\Finder\TransformedFinder $pageFinder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "App\Manager\Ranking\ResChpClassManager" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "App\Manager\Ranking\ResChpClassManager" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
6
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.api_reset_password", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", ".debug.http_client", ".debug.hwi_oauth.http_client", "fos_rest.serializer.form_error_handler", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.api_reset_password", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "templating.helper" was defined on service(s) "Vich\UploaderBundle\Templating\Helper\UploaderHelper", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "fos_rest.serializer.form_error_handler", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "fos_elastica.client" was defined on service(s) "fos_elastica.client.default", but was never used. Did you mean "fos_elastica.index"?