Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (2)
Time
Message
deprecation
Return type of App\DataProvider\Paginator::getIterator(): Traversable|array should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\AutoFlushEventSubscriber" 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\EventSubscriber\CommandErrorEventSubscriber" 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\EventSubscriber\CommandSignalEventSubscriber" 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\EventSubscriber\CommandStartEventSubscriber" 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\EventSubscriber\CommandTerminateEventSubscriber" 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\EventSubscriber\TempGarbageCollectorEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Extensions\Doctrine\MatchAgainst" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Security\UserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Component\Yaml\Command\LintCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Component\Yaml\Command\LintCommand".
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Since api-platform/core 2.6: The use of the `collection.pagination.client_items_per_page` has been deprecated in 2.6 and will be removed in 3.0. Use `defaults.pagination_client_items_per_page` instead.
Since lexik/jwt-authentication-bundle 2.16: The "lexik_jwt_authentication.user_identity_field" configuration key is deprecated since version 2.16, use "lexik_jwt_authentication.user_id_claim" or implement "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" instead.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Gesdinet\JWTRefreshTokenBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Bridge\Monolog\Command\ServerLogCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Bridge\Monolog\Command\ServerLogCommand".
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Component\Validator\Constraints\NotBlank".
The "Symfony\Component\Validator\Constraint::$errorNames" property is considered final. You should not override it in "Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity".
Method "Symfony\Bundle\MakerBundle\Maker\AbstractMaker::interact()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\MakerBundle\Maker\AbstractMaker::interact()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventSubscriber\CommandSignalEventSubscriber" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventSubscriber\CommandStartEventSubscriber" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventSubscriber\CommandTerminateEventSubscriber" service.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\AboutCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\AboutCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand" class instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Component\Dotenv\Command\DebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Component\Dotenv\Command\DebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand" class instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Component\Validator\Command\DebugCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Component\Validator\Command\DebugCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Component\Validator\Command\DebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Component\Validator\Command\DebugCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\TwigBundle\Command\LintCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\TwigBundle\Command\LintCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand" class instead.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand" class instead.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bridge\Monolog\Command\ServerLogCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bridge\Monolog\Command\ServerLogCommand" class instead.
The "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" class implements "Symfony\Component\Security\Guard\AuthenticatorInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::createAuthenticatedToken()" might add "GuardTokenInterface" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supportsRememberMe()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead.
User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0.
User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it.
User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter" is deprecated, use ApiPlatform\Symfony\Routing\IriConverter instead.
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there.
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\RequestMatcher" class is deprecated, use "Symfony\Component\HttpFoundation\ChainRequestMatcher" instead.
Log messages generated during the compilation of the service container.
Messages
Class
650
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crons\Participations\FlagDropoutParticipationCommand" (parent: .abstract.instanceof.App\Command\Crons\Participations\FlagDropoutParticipationCommand).
Resolving inheritance for "App\Command\Crons\Participations\FlagDropoutParticipationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crons\Participations\FlagDropoutParticipationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crons\Participations\InvalidateParticipationOnEndDateCommand" (parent: .abstract.instanceof.App\Command\Crons\Participations\InvalidateParticipationOnEndDateCommand).
Resolving inheritance for "App\Command\Crons\Participations\InvalidateParticipationOnEndDateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crons\Participations\InvalidateParticipationOnEndDateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CustomMaker\ScaffoldGeneratorCommand" (parent: .abstract.instanceof.App\Command\CustomMaker\ScaffoldGeneratorCommand).
Resolving inheritance for "App\Command\CustomMaker\ScaffoldGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CustomMaker\ScaffoldGeneratorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DTOExport\ExportDTOCommand" (parent: .abstract.instanceof.App\Command\DTOExport\ExportDTOCommand).
Resolving inheritance for "App\Command\DTOExport\ExportDTOCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DTOExport\ExportDTOCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Imports\LanguageImportCommand" (parent: .abstract.instanceof.App\Command\Imports\LanguageImportCommand).
Resolving inheritance for "App\Command\Imports\LanguageImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Imports\LanguageImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mock\GenerateMockDataCommand" (parent: .abstract.instanceof.App\Command\Mock\GenerateMockDataCommand).
Resolving inheritance for "App\Command\Mock\GenerateMockDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mock\GenerateMockDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Participations\RecalculateParticipationCompletionPercentageCommand" (parent: .abstract.instanceof.App\Command\Participations\RecalculateParticipationCompletionPercentageCommand).
Resolving inheritance for "App\Command\Participations\RecalculateParticipationCompletionPercentageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Participations\RecalculateParticipationCompletionPercentageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tests\TestRiseUpCommand" (parent: .abstract.instanceof.App\Command\Tests\TestRiseUpCommand).
Resolving inheritance for "App\Command\Tests\TestRiseUpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tests\TestRiseUpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tests\TestTemplateReplacementCommand" (parent: .abstract.instanceof.App\Command\Tests\TestTemplateReplacementCommand).
Resolving inheritance for "App\Command\Tests\TestTemplateReplacementCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tests\TestTemplateReplacementCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Users\CreateAdminUser" (parent: .abstract.instanceof.App\Command\Users\CreateAdminUser).
Resolving inheritance for "App\Command\Users\CreateAdminUser" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Users\CreateAdminUser).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Users\UserExportActivitiesCommand" (parent: .abstract.instanceof.App\Command\Users\UserExportActivitiesCommand).
Resolving inheritance for "App\Command\Users\UserExportActivitiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Users\UserExportActivitiesCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessRight\AccessRightDelete" (parent: .abstract.instanceof.App\Controller\AccessRight\AccessRightDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessRight\AccessRightDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessRight\AccessRightDelete).
Resolving inheritance for "App\Controller\AccessRight\AccessRightDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessRight\AccessRightDelete).
Resolving inheritance for ".instanceof.App\Controller\Chapter\AddChapterUnlock.0.App\Controller\Chapter\AddChapterUnlock" (parent: .abstract.instanceof.App\Controller\Chapter\AddChapterUnlock).
Resolving inheritance for "App\Controller\Chapter\AddChapterUnlock" (parent: .instanceof.App\Controller\Chapter\AddChapterUnlock.0.App\Controller\Chapter\AddChapterUnlock).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chapter\ChapterDelete" (parent: .abstract.instanceof.App\Controller\Chapter\ChapterDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chapter\ChapterDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chapter\ChapterDelete).
Resolving inheritance for "App\Controller\Chapter\ChapterDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chapter\ChapterDelete).
Resolving inheritance for ".instanceof.App\Controller\Chapter\Copy.0.App\Controller\Chapter\Copy" (parent: .abstract.instanceof.App\Controller\Chapter\Copy).
Resolving inheritance for "App\Controller\Chapter\Copy" (parent: .instanceof.App\Controller\Chapter\Copy.0.App\Controller\Chapter\Copy).
Resolving inheritance for ".instanceof.App\Controller\Chapter\Displayable.0.App\Controller\Chapter\Displayable" (parent: .abstract.instanceof.App\Controller\Chapter\Displayable).
Resolving inheritance for "App\Controller\Chapter\Displayable" (parent: .instanceof.App\Controller\Chapter\Displayable.0.App\Controller\Chapter\Displayable).
Resolving inheritance for ".instanceof.App\Controller\Chapter\RemoveChapterUnlock.0.App\Controller\Chapter\RemoveChapterUnlock" (parent: .abstract.instanceof.App\Controller\Chapter\RemoveChapterUnlock).
Resolving inheritance for "App\Controller\Chapter\RemoveChapterUnlock" (parent: .instanceof.App\Controller\Chapter\RemoveChapterUnlock.0.App\Controller\Chapter\RemoveChapterUnlock).
Resolving inheritance for ".instanceof.App\Controller\Chapter\Reorder.0.App\Controller\Chapter\Reorder" (parent: .abstract.instanceof.App\Controller\Chapter\Reorder).
Resolving inheritance for "App\Controller\Chapter\Reorder" (parent: .instanceof.App\Controller\Chapter\Reorder.0.App\Controller\Chapter\Reorder).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChapterPart\ChapterPartDelete" (parent: .abstract.instanceof.App\Controller\ChapterPart\ChapterPartDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChapterPart\ChapterPartDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChapterPart\ChapterPartDelete).
Resolving inheritance for "App\Controller\ChapterPart\ChapterPartDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChapterPart\ChapterPartDelete).
Resolving inheritance for ".instanceof.App\Controller\ChapterPart\Create.0.App\Controller\ChapterPart\Create" (parent: .abstract.instanceof.App\Controller\ChapterPart\Create).
Resolving inheritance for "App\Controller\ChapterPart\Create" (parent: .instanceof.App\Controller\ChapterPart\Create.0.App\Controller\ChapterPart\Create).
Resolving inheritance for ".instanceof.App\Controller\ChapterPart\Reorder.0.App\Controller\ChapterPart\Reorder" (parent: .abstract.instanceof.App\Controller\ChapterPart\Reorder).
Resolving inheritance for "App\Controller\ChapterPart\Reorder" (parent: .instanceof.App\Controller\ChapterPart\Reorder.0.App\Controller\ChapterPart\Reorder).
Resolving inheritance for ".instanceof.App\Controller\ChapterPart\Update.0.App\Controller\ChapterPart\Update" (parent: .abstract.instanceof.App\Controller\ChapterPart\Update).
Resolving inheritance for "App\Controller\ChapterPart\Update" (parent: .instanceof.App\Controller\ChapterPart\Update.0.App\Controller\ChapterPart\Update).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChapterPartResponse\ChapterPartResponseDelete" (parent: .abstract.instanceof.App\Controller\ChapterPartResponse\ChapterPartResponseDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChapterPartResponse\ChapterPartResponseDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChapterPartResponse\ChapterPartResponseDelete).
Resolving inheritance for "App\Controller\ChapterPartResponse\ChapterPartResponseDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChapterPartResponse\ChapterPartResponseDelete).
Resolving inheritance for ".instanceof.App\Controller\ChapterValidation\AddTime.0.App\Controller\ChapterValidation\AddTime" (parent: .abstract.instanceof.App\Controller\ChapterValidation\AddTime).
Resolving inheritance for "App\Controller\ChapterValidation\AddTime" (parent: .instanceof.App\Controller\ChapterValidation\AddTime.0.App\Controller\ChapterValidation\AddTime).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChapterValidation\ChapterValidationDelete" (parent: .abstract.instanceof.App\Controller\ChapterValidation\ChapterValidationDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChapterValidation\ChapterValidationDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChapterValidation\ChapterValidationDelete).
Resolving inheritance for "App\Controller\ChapterValidation\ChapterValidationDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChapterValidation\ChapterValidationDelete).
Resolving inheritance for ".instanceof.App\Controller\ChapterValidation\Create.0.App\Controller\ChapterValidation\Create" (parent: .abstract.instanceof.App\Controller\ChapterValidation\Create).
Resolving inheritance for "App\Controller\ChapterValidation\Create" (parent: .instanceof.App\Controller\ChapterValidation\Create.0.App\Controller\ChapterValidation\Create).
Resolving inheritance for ".instanceof.App\Controller\ChapterValidation\Update.0.App\Controller\ChapterValidation\Update" (parent: .abstract.instanceof.App\Controller\ChapterValidation\Update).
Resolving inheritance for "App\Controller\ChapterValidation\Update" (parent: .instanceof.App\Controller\ChapterValidation\Update.0.App\Controller\ChapterValidation\Update).
Resolving inheritance for ".instanceof.App\Controller\Course\AddSkills.0.App\Controller\Course\AddSkills" (parent: .abstract.instanceof.App\Controller\Course\AddSkills).
Resolving inheritance for "App\Controller\Course\AddSkills" (parent: .instanceof.App\Controller\Course\AddSkills.0.App\Controller\Course\AddSkills).
Resolving inheritance for ".instanceof.App\Controller\Course\AddTags.0.App\Controller\Course\AddTags" (parent: .abstract.instanceof.App\Controller\Course\AddTags).
Resolving inheritance for "App\Controller\Course\AddTags" (parent: .instanceof.App\Controller\Course\AddTags.0.App\Controller\Course\AddTags).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Course\CourseDelete" (parent: .abstract.instanceof.App\Controller\Course\CourseDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Course\CourseDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Course\CourseDelete).
Resolving inheritance for "App\Controller\Course\CourseDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Course\CourseDelete).
Resolving inheritance for ".instanceof.App\Controller\Course\Create.0.App\Controller\Course\Create" (parent: .abstract.instanceof.App\Controller\Course\Create).
Resolving inheritance for "App\Controller\Course\Create" (parent: .instanceof.App\Controller\Course\Create.0.App\Controller\Course\Create).
Resolving inheritance for ".instanceof.App\Controller\Course\Menu.0.App\Controller\Course\Menu" (parent: .abstract.instanceof.App\Controller\Course\Menu).
Resolving inheritance for "App\Controller\Course\Menu" (parent: .instanceof.App\Controller\Course\Menu.0.App\Controller\Course\Menu).
Resolving inheritance for ".instanceof.App\Controller\Course\RemoveSkills.0.App\Controller\Course\RemoveSkills" (parent: .abstract.instanceof.App\Controller\Course\RemoveSkills).
Resolving inheritance for "App\Controller\Course\RemoveSkills" (parent: .instanceof.App\Controller\Course\RemoveSkills.0.App\Controller\Course\RemoveSkills).
Resolving inheritance for ".instanceof.App\Controller\Course\RemoveTags.0.App\Controller\Course\RemoveTags" (parent: .abstract.instanceof.App\Controller\Course\RemoveTags).
Resolving inheritance for "App\Controller\Course\RemoveTags" (parent: .instanceof.App\Controller\Course\RemoveTags.0.App\Controller\Course\RemoveTags).
Resolving inheritance for ".instanceof.App\Controller\Course\Update.0.App\Controller\Course\Update" (parent: .abstract.instanceof.App\Controller\Course\Update).
Resolving inheritance for "App\Controller\Course\Update" (parent: .instanceof.App\Controller\Course\Update.0.App\Controller\Course\Update).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultPage\DefaultPage" (parent: .abstract.instanceof.App\Controller\DefaultPage\DefaultPage).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultPage\DefaultPage" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultPage\DefaultPage).
Resolving inheritance for "App\Controller\DefaultPage\DefaultPage" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultPage\DefaultPage).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Language\LanguageDelete" (parent: .abstract.instanceof.App\Controller\Language\LanguageDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Language\LanguageDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Language\LanguageDelete).
Resolving inheritance for "App\Controller\Language\LanguageDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Language\LanguageDelete).
Resolving inheritance for ".instanceof.App\Controller\Module\AddTags.0.App\Controller\Module\AddTags" (parent: .abstract.instanceof.App\Controller\Module\AddTags).
Resolving inheritance for "App\Controller\Module\AddTags" (parent: .instanceof.App\Controller\Module\AddTags.0.App\Controller\Module\AddTags).
Resolving inheritance for ".instanceof.App\Controller\Module\Copy.0.App\Controller\Module\Copy" (parent: .abstract.instanceof.App\Controller\Module\Copy).
Resolving inheritance for "App\Controller\Module\Copy" (parent: .instanceof.App\Controller\Module\Copy.0.App\Controller\Module\Copy).
Resolving inheritance for ".instanceof.App\Controller\Module\Create.0.App\Controller\Module\Create" (parent: .abstract.instanceof.App\Controller\Module\Create).
Resolving inheritance for "App\Controller\Module\Create" (parent: .instanceof.App\Controller\Module\Create.0.App\Controller\Module\Create).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Module\ModuleDelete" (parent: .abstract.instanceof.App\Controller\Module\ModuleDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Module\ModuleDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Module\ModuleDelete).
Resolving inheritance for "App\Controller\Module\ModuleDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Module\ModuleDelete).
Resolving inheritance for ".instanceof.App\Controller\Module\RemoveTags.0.App\Controller\Module\RemoveTags" (parent: .abstract.instanceof.App\Controller\Module\RemoveTags).
Resolving inheritance for "App\Controller\Module\RemoveTags" (parent: .instanceof.App\Controller\Module\RemoveTags.0.App\Controller\Module\RemoveTags).
Resolving inheritance for ".instanceof.App\Controller\Module\Reorder.0.App\Controller\Module\Reorder" (parent: .abstract.instanceof.App\Controller\Module\Reorder).
Resolving inheritance for "App\Controller\Module\Reorder" (parent: .instanceof.App\Controller\Module\Reorder.0.App\Controller\Module\Reorder).
Resolving inheritance for ".instanceof.App\Controller\Module\Update.0.App\Controller\Module\Update" (parent: .abstract.instanceof.App\Controller\Module\Update).
Resolving inheritance for "App\Controller\Module\Update" (parent: .instanceof.App\Controller\Module\Update.0.App\Controller\Module\Update).
Resolving inheritance for ".instanceof.App\Controller\Participation\Menu.0.App\Controller\Participation\Menu" (parent: .abstract.instanceof.App\Controller\Participation\Menu).
Resolving inheritance for "App\Controller\Participation\Menu" (parent: .instanceof.App\Controller\Participation\Menu.0.App\Controller\Participation\Menu).
Resolving inheritance for ".instanceof.App\Controller\Participation\NextChapter.0.App\Controller\Participation\NextChapter" (parent: .abstract.instanceof.App\Controller\Participation\NextChapter).
Resolving inheritance for "App\Controller\Participation\NextChapter" (parent: .instanceof.App\Controller\Participation\NextChapter.0.App\Controller\Participation\NextChapter).
Resolving inheritance for ".instanceof.App\Controller\Participation\Notes.0.App\Controller\Participation\Notes" (parent: .abstract.instanceof.App\Controller\Participation\Notes).
Resolving inheritance for "App\Controller\Participation\Notes" (parent: .instanceof.App\Controller\Participation\Notes.0.App\Controller\Participation\Notes).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Participation\ParticipationDelete" (parent: .abstract.instanceof.App\Controller\Participation\ParticipationDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Participation\ParticipationDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Participation\ParticipationDelete).
Resolving inheritance for "App\Controller\Participation\ParticipationDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Participation\ParticipationDelete).
Resolving inheritance for ".instanceof.App\Controller\Participation\PreviousChapter.0.App\Controller\Participation\PreviousChapter" (parent: .abstract.instanceof.App\Controller\Participation\PreviousChapter).
Resolving inheritance for "App\Controller\Participation\PreviousChapter" (parent: .instanceof.App\Controller\Participation\PreviousChapter.0.App\Controller\Participation\PreviousChapter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Skill\SkillDelete" (parent: .abstract.instanceof.App\Controller\Skill\SkillDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Skill\SkillDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Skill\SkillDelete).
Resolving inheritance for "App\Controller\Skill\SkillDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Skill\SkillDelete).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tag\TagDelete" (parent: .abstract.instanceof.App\Controller\Tag\TagDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tag\TagDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tag\TagDelete).
Resolving inheritance for "App\Controller\Tag\TagDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tag\TagDelete).
Resolving inheritance for ".instanceof.App\Controller\User\AddAccessRights.0.App\Controller\User\AddAccessRights" (parent: .abstract.instanceof.App\Controller\User\AddAccessRights).
Resolving inheritance for "App\Controller\User\AddAccessRights" (parent: .instanceof.App\Controller\User\AddAccessRights.0.App\Controller\User\AddAccessRights).
Resolving inheritance for ".instanceof.App\Controller\User\AddRole.0.App\Controller\User\AddRole" (parent: .abstract.instanceof.App\Controller\User\AddRole).
Resolving inheritance for "App\Controller\User\AddRole" (parent: .instanceof.App\Controller\User\AddRole.0.App\Controller\User\AddRole).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ExportActivities" (parent: .abstract.instanceof.App\Controller\User\ExportActivities).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ExportActivities" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ExportActivities).
Resolving inheritance for ".instanceof.App\Controller\User\ExportActivities.0.App\Controller\User\ExportActivities" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ExportActivities).
Resolving inheritance for "App\Controller\User\ExportActivities" (parent: .instanceof.App\Controller\User\ExportActivities.0.App\Controller\User\ExportActivities).
Resolving inheritance for ".instanceof.App\Controller\User\RemoveAccessRights.0.App\Controller\User\RemoveAccessRights" (parent: .abstract.instanceof.App\Controller\User\RemoveAccessRights).
Resolving inheritance for "App\Controller\User\RemoveAccessRights" (parent: .instanceof.App\Controller\User\RemoveAccessRights.0.App\Controller\User\RemoveAccessRights).
Resolving inheritance for ".instanceof.App\Controller\User\RemoveRole.0.App\Controller\User\RemoveRole" (parent: .abstract.instanceof.App\Controller\User\RemoveRole).
Resolving inheritance for "App\Controller\User\RemoveRole" (parent: .instanceof.App\Controller\User\RemoveRole.0.App\Controller\User\RemoveRole).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserDelete" (parent: .abstract.instanceof.App\Controller\User\UserDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserDelete).
Resolving inheritance for "App\Controller\User\UserDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserDelete).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserConnection\UserConnectionDelete" (parent: .abstract.instanceof.App\Controller\UserConnection\UserConnectionDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserConnection\UserConnectionDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserConnection\UserConnectionDelete).
Resolving inheritance for "App\Controller\UserConnection\UserConnectionDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserConnection\UserConnectionDelete).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSupervision\UserSupervisionDelete" (parent: .abstract.instanceof.App\Controller\UserSupervision\UserSupervisionDelete).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSupervision\UserSupervisionDelete" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSupervision\UserSupervisionDelete).
Resolving inheritance for "App\Controller\UserSupervision\UserSupervisionDelete" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSupervision\UserSupervisionDelete).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\AccessRight\Output\AccessRightDetailsOutput" (parent: .abstract.instanceof.App\DTO\AccessRight\Output\AccessRightDetailsOutput).
Resolving inheritance for "App\DTO\AccessRight\Output\AccessRightDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\AccessRight\Output\AccessRightDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\AccessRight\Output\AccessRightListOutput" (parent: .abstract.instanceof.App\DTO\AccessRight\Output\AccessRightListOutput).
Resolving inheritance for "App\DTO\AccessRight\Output\AccessRightListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\AccessRight\Output\AccessRightListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterAddOrRemoveChapterUnlockInput" (parent: .abstract.instanceof.App\DTO\Chapter\Input\ChapterAddOrRemoveChapterUnlockInput).
Resolving inheritance for "App\DTO\Chapter\Input\ChapterAddOrRemoveChapterUnlockInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterAddOrRemoveChapterUnlockInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterCopyInput" (parent: .abstract.instanceof.App\DTO\Chapter\Input\ChapterCopyInput).
Resolving inheritance for "App\DTO\Chapter\Input\ChapterCopyInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterCopyInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterPostInput" (parent: .abstract.instanceof.App\DTO\Chapter\Input\ChapterPostInput).
Resolving inheritance for "App\DTO\Chapter\Input\ChapterPostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterPostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterPutInput" (parent: .abstract.instanceof.App\DTO\Chapter\Input\ChapterPutInput).
Resolving inheritance for "App\DTO\Chapter\Input\ChapterPutInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterPutInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterReorderInput" (parent: .abstract.instanceof.App\DTO\Chapter\Input\ChapterReorderInput).
Resolving inheritance for "App\DTO\Chapter\Input\ChapterReorderInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterReorderInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterDetailsOutput" (parent: .abstract.instanceof.App\DTO\Chapter\Output\ChapterDetailsOutput).
Resolving inheritance for "App\DTO\Chapter\Output\ChapterDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterDisplayableOutput" (parent: .abstract.instanceof.App\DTO\Chapter\Output\ChapterDisplayableOutput).
Resolving inheritance for "App\DTO\Chapter\Output\ChapterDisplayableOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterDisplayableOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterListOutput" (parent: .abstract.instanceof.App\DTO\Chapter\Output\ChapterListOutput).
Resolving inheritance for "App\DTO\Chapter\Output\ChapterListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterMenuOutput" (parent: .abstract.instanceof.App\DTO\Chapter\Output\ChapterMenuOutput).
Resolving inheritance for "App\DTO\Chapter\Output\ChapterMenuOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterMenuOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Input\ChapterPartPostInput" (parent: .abstract.instanceof.App\DTO\ChapterPart\Input\ChapterPartPostInput).
Resolving inheritance for "App\DTO\ChapterPart\Input\ChapterPartPostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Input\ChapterPartPostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Input\ChapterPartPutInput" (parent: .abstract.instanceof.App\DTO\ChapterPart\Input\ChapterPartPutInput).
Resolving inheritance for "App\DTO\ChapterPart\Input\ChapterPartPutInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Input\ChapterPartPutInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Input\ChapterPartReorderInput" (parent: .abstract.instanceof.App\DTO\ChapterPart\Input\ChapterPartReorderInput).
Resolving inheritance for "App\DTO\ChapterPart\Input\ChapterPartReorderInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Input\ChapterPartReorderInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Output\ChapterPartDetailsOutput" (parent: .abstract.instanceof.App\DTO\ChapterPart\Output\ChapterPartDetailsOutput).
Resolving inheritance for "App\DTO\ChapterPart\Output\ChapterPartDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Output\ChapterPartDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Output\ChapterPartDisplayableOutput" (parent: .abstract.instanceof.App\DTO\ChapterPart\Output\ChapterPartDisplayableOutput).
Resolving inheritance for "App\DTO\ChapterPart\Output\ChapterPartDisplayableOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Output\ChapterPartDisplayableOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Output\ChapterPartListOutput" (parent: .abstract.instanceof.App\DTO\ChapterPart\Output\ChapterPartListOutput).
Resolving inheritance for "App\DTO\ChapterPart\Output\ChapterPartListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Output\ChapterPartListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Input\ChapterPartResponsePostInput" (parent: .abstract.instanceof.App\DTO\ChapterPartResponse\Input\ChapterPartResponsePostInput).
Resolving inheritance for "App\DTO\ChapterPartResponse\Input\ChapterPartResponsePostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Input\ChapterPartResponsePostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Input\ChapterPartResponsePutInput" (parent: .abstract.instanceof.App\DTO\ChapterPartResponse\Input\ChapterPartResponsePutInput).
Resolving inheritance for "App\DTO\ChapterPartResponse\Input\ChapterPartResponsePutInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Input\ChapterPartResponsePutInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Output\ChapterPartResponseDetailsOutput" (parent: .abstract.instanceof.App\DTO\ChapterPartResponse\Output\ChapterPartResponseDetailsOutput).
Resolving inheritance for "App\DTO\ChapterPartResponse\Output\ChapterPartResponseDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Output\ChapterPartResponseDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Output\ChapterPartResponseDisplayableOutput" (parent: .abstract.instanceof.App\DTO\ChapterPartResponse\Output\ChapterPartResponseDisplayableOutput).
Resolving inheritance for "App\DTO\ChapterPartResponse\Output\ChapterPartResponseDisplayableOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Output\ChapterPartResponseDisplayableOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Output\ChapterPartResponseListOutput" (parent: .abstract.instanceof.App\DTO\ChapterPartResponse\Output\ChapterPartResponseListOutput).
Resolving inheritance for "App\DTO\ChapterPartResponse\Output\ChapterPartResponseListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Output\ChapterPartResponseListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Input\ChapterValidationAddTimeInput" (parent: .abstract.instanceof.App\DTO\ChapterValidation\Input\ChapterValidationAddTimeInput).
Resolving inheritance for "App\DTO\ChapterValidation\Input\ChapterValidationAddTimeInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Input\ChapterValidationAddTimeInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Input\ChapterValidationPostInput" (parent: .abstract.instanceof.App\DTO\ChapterValidation\Input\ChapterValidationPostInput).
Resolving inheritance for "App\DTO\ChapterValidation\Input\ChapterValidationPostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Input\ChapterValidationPostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Input\ChapterValidationPutInput" (parent: .abstract.instanceof.App\DTO\ChapterValidation\Input\ChapterValidationPutInput).
Resolving inheritance for "App\DTO\ChapterValidation\Input\ChapterValidationPutInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Input\ChapterValidationPutInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Output\ChapterValidationDetailsOutput" (parent: .abstract.instanceof.App\DTO\ChapterValidation\Output\ChapterValidationDetailsOutput).
Resolving inheritance for "App\DTO\ChapterValidation\Output\ChapterValidationDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Output\ChapterValidationDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Output\ChapterValidationListOutput" (parent: .abstract.instanceof.App\DTO\ChapterValidation\Output\ChapterValidationListOutput).
Resolving inheritance for "App\DTO\ChapterValidation\Output\ChapterValidationListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Output\ChapterValidationListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CourseAddOrRemoveSkillsInput" (parent: .abstract.instanceof.App\DTO\Course\Input\CourseAddOrRemoveSkillsInput).
Resolving inheritance for "App\DTO\Course\Input\CourseAddOrRemoveSkillsInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CourseAddOrRemoveSkillsInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CourseAddOrRemoveTagsInput" (parent: .abstract.instanceof.App\DTO\Course\Input\CourseAddOrRemoveTagsInput).
Resolving inheritance for "App\DTO\Course\Input\CourseAddOrRemoveTagsInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CourseAddOrRemoveTagsInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CoursePostInput" (parent: .abstract.instanceof.App\DTO\Course\Input\CoursePostInput).
Resolving inheritance for "App\DTO\Course\Input\CoursePostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CoursePostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CoursePutInput" (parent: .abstract.instanceof.App\DTO\Course\Input\CoursePutInput).
Resolving inheritance for "App\DTO\Course\Input\CoursePutInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CoursePutInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Output\CourseDetailsOutput" (parent: .abstract.instanceof.App\DTO\Course\Output\CourseDetailsOutput).
Resolving inheritance for "App\DTO\Course\Output\CourseDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Output\CourseDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Output\CourseListOutput" (parent: .abstract.instanceof.App\DTO\Course\Output\CourseListOutput).
Resolving inheritance for "App\DTO\Course\Output\CourseListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Output\CourseListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Output\CourseMenuOutput" (parent: .abstract.instanceof.App\DTO\Course\Output\CourseMenuOutput).
Resolving inheritance for "App\DTO\Course\Output\CourseMenuOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Output\CourseMenuOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Language\Output\LanguageDetailsOutput" (parent: .abstract.instanceof.App\DTO\Language\Output\LanguageDetailsOutput).
Resolving inheritance for "App\DTO\Language\Output\LanguageDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Language\Output\LanguageDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Language\Output\LanguageListOutput" (parent: .abstract.instanceof.App\DTO\Language\Output\LanguageListOutput).
Resolving inheritance for "App\DTO\Language\Output\LanguageListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Language\Output\LanguageListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModuleAddOrRemoveTagsInput" (parent: .abstract.instanceof.App\DTO\Module\Input\ModuleAddOrRemoveTagsInput).
Resolving inheritance for "App\DTO\Module\Input\ModuleAddOrRemoveTagsInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModuleAddOrRemoveTagsInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModuleCopyInput" (parent: .abstract.instanceof.App\DTO\Module\Input\ModuleCopyInput).
Resolving inheritance for "App\DTO\Module\Input\ModuleCopyInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModuleCopyInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModulePostInput" (parent: .abstract.instanceof.App\DTO\Module\Input\ModulePostInput).
Resolving inheritance for "App\DTO\Module\Input\ModulePostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModulePostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModulePutInput" (parent: .abstract.instanceof.App\DTO\Module\Input\ModulePutInput).
Resolving inheritance for "App\DTO\Module\Input\ModulePutInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModulePutInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModuleReorderInput" (parent: .abstract.instanceof.App\DTO\Module\Input\ModuleReorderInput).
Resolving inheritance for "App\DTO\Module\Input\ModuleReorderInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModuleReorderInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Output\ModuleDetailsOutput" (parent: .abstract.instanceof.App\DTO\Module\Output\ModuleDetailsOutput).
Resolving inheritance for "App\DTO\Module\Output\ModuleDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Output\ModuleDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Output\ModuleListOutput" (parent: .abstract.instanceof.App\DTO\Module\Output\ModuleListOutput).
Resolving inheritance for "App\DTO\Module\Output\ModuleListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Output\ModuleListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Output\ModuleMenuOutput" (parent: .abstract.instanceof.App\DTO\Module\Output\ModuleMenuOutput).
Resolving inheritance for "App\DTO\Module\Output\ModuleMenuOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Output\ModuleMenuOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Input\ParticipationPostInput" (parent: .abstract.instanceof.App\DTO\Participation\Input\ParticipationPostInput).
Resolving inheritance for "App\DTO\Participation\Input\ParticipationPostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Input\ParticipationPostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Input\ParticipationPutInput" (parent: .abstract.instanceof.App\DTO\Participation\Input\ParticipationPutInput).
Resolving inheritance for "App\DTO\Participation\Input\ParticipationPutInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Input\ParticipationPutInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationDetailsOutput" (parent: .abstract.instanceof.App\DTO\Participation\Output\ParticipationDetailsOutput).
Resolving inheritance for "App\DTO\Participation\Output\ParticipationDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationListOutput" (parent: .abstract.instanceof.App\DTO\Participation\Output\ParticipationListOutput).
Resolving inheritance for "App\DTO\Participation\Output\ParticipationListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationMenuOutput" (parent: .abstract.instanceof.App\DTO\Participation\Output\ParticipationMenuOutput).
Resolving inheritance for "App\DTO\Participation\Output\ParticipationMenuOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationMenuOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationNotesListOutput" (parent: .abstract.instanceof.App\DTO\Participation\Output\ParticipationNotesListOutput).
Resolving inheritance for "App\DTO\Participation\Output\ParticipationNotesListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationNotesListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Skill\Input\SkillPostInput" (parent: .abstract.instanceof.App\DTO\Skill\Input\SkillPostInput).
Resolving inheritance for "App\DTO\Skill\Input\SkillPostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Skill\Input\SkillPostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Skill\Output\SkillDetailsOutput" (parent: .abstract.instanceof.App\DTO\Skill\Output\SkillDetailsOutput).
Resolving inheritance for "App\DTO\Skill\Output\SkillDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Skill\Output\SkillDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Skill\Output\SkillListOutput" (parent: .abstract.instanceof.App\DTO\Skill\Output\SkillListOutput).
Resolving inheritance for "App\DTO\Skill\Output\SkillListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Skill\Output\SkillListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Tag\Input\TagPostInput" (parent: .abstract.instanceof.App\DTO\Tag\Input\TagPostInput).
Resolving inheritance for "App\DTO\Tag\Input\TagPostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Tag\Input\TagPostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Tag\Output\TagDetailsOutput" (parent: .abstract.instanceof.App\DTO\Tag\Output\TagDetailsOutput).
Resolving inheritance for "App\DTO\Tag\Output\TagDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Tag\Output\TagDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Tag\Output\TagListOutput" (parent: .abstract.instanceof.App\DTO\Tag\Output\TagListOutput).
Resolving inheritance for "App\DTO\Tag\Output\TagListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Tag\Output\TagListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserAddOrDeleteRolesInput" (parent: .abstract.instanceof.App\DTO\User\Input\UserAddOrDeleteRolesInput).
Resolving inheritance for "App\DTO\User\Input\UserAddOrDeleteRolesInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserAddOrDeleteRolesInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserAddOrRemoveAccessRightsInput" (parent: .abstract.instanceof.App\DTO\User\Input\UserAddOrRemoveAccessRightsInput).
Resolving inheritance for "App\DTO\User\Input\UserAddOrRemoveAccessRightsInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserAddOrRemoveAccessRightsInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserPostInput" (parent: .abstract.instanceof.App\DTO\User\Input\UserPostInput).
Resolving inheritance for "App\DTO\User\Input\UserPostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserPostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserPutInput" (parent: .abstract.instanceof.App\DTO\User\Input\UserPutInput).
Resolving inheritance for "App\DTO\User\Input\UserPutInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserPutInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Output\UserAccessRightsOutput" (parent: .abstract.instanceof.App\DTO\User\Output\UserAccessRightsOutput).
Resolving inheritance for "App\DTO\User\Output\UserAccessRightsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Output\UserAccessRightsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Output\UserDetailsOutput" (parent: .abstract.instanceof.App\DTO\User\Output\UserDetailsOutput).
Resolving inheritance for "App\DTO\User\Output\UserDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Output\UserDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Output\UserListOutput" (parent: .abstract.instanceof.App\DTO\User\Output\UserListOutput).
Resolving inheritance for "App\DTO\User\Output\UserListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Output\UserListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserConnection\Output\UserConnectionDetailsOutput" (parent: .abstract.instanceof.App\DTO\UserConnection\Output\UserConnectionDetailsOutput).
Resolving inheritance for "App\DTO\UserConnection\Output\UserConnectionDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserConnection\Output\UserConnectionDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserConnection\Output\UserConnectionListOutput" (parent: .abstract.instanceof.App\DTO\UserConnection\Output\UserConnectionListOutput).
Resolving inheritance for "App\DTO\UserConnection\Output\UserConnectionListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserConnection\Output\UserConnectionListOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserSupervision\Input\UserSupervisionPostInput" (parent: .abstract.instanceof.App\DTO\UserSupervision\Input\UserSupervisionPostInput).
Resolving inheritance for "App\DTO\UserSupervision\Input\UserSupervisionPostInput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserSupervision\Input\UserSupervisionPostInput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserSupervision\Output\UserSupervisionDetailsOutput" (parent: .abstract.instanceof.App\DTO\UserSupervision\Output\UserSupervisionDetailsOutput).
Resolving inheritance for "App\DTO\UserSupervision\Output\UserSupervisionDetailsOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserSupervision\Output\UserSupervisionDetailsOutput).
Resolving inheritance for ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserSupervision\Output\UserSupervisionListOutput" (parent: .abstract.instanceof.App\DTO\UserSupervision\Output\UserSupervisionListOutput).
Resolving inheritance for "App\DTO\UserSupervision\Output\UserSupervisionListOutput" (parent: .instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserSupervision\Output\UserSupervisionListOutput).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\EntityDataPersister" (parent: .abstract.instanceof.App\DataPersister\EntityDataPersister).
Resolving inheritance for "App\DataPersister\EntityDataPersister" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\EntityDataPersister).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\AccessRight\AccessRightCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\AccessRight\AccessRightCollectionDataProvider).
Resolving inheritance for "App\DataProvider\AccessRight\AccessRightCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\AccessRight\AccessRightCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\AccessRight\AccessRightItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\AccessRight\AccessRightItemDataProvider).
Resolving inheritance for "App\DataProvider\AccessRight\AccessRightItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\AccessRight\AccessRightItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Chapter\ChapterCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\Chapter\ChapterCollectionDataProvider).
Resolving inheritance for "App\DataProvider\Chapter\ChapterCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Chapter\ChapterCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Chapter\ChapterItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\Chapter\ChapterItemDataProvider).
Resolving inheritance for "App\DataProvider\Chapter\ChapterItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Chapter\ChapterItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\ChapterPart\ChapterPartCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\ChapterPart\ChapterPartCollectionDataProvider).
Resolving inheritance for "App\DataProvider\ChapterPart\ChapterPartCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\ChapterPart\ChapterPartCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\ChapterPart\ChapterPartItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\ChapterPart\ChapterPartItemDataProvider).
Resolving inheritance for "App\DataProvider\ChapterPart\ChapterPartItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\ChapterPart\ChapterPartItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\ChapterPartResponse\ChapterPartResponseCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\ChapterPartResponse\ChapterPartResponseCollectionDataProvider).
Resolving inheritance for "App\DataProvider\ChapterPartResponse\ChapterPartResponseCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\ChapterPartResponse\ChapterPartResponseCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\ChapterPartResponse\ChapterPartResponseItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\ChapterPartResponse\ChapterPartResponseItemDataProvider).
Resolving inheritance for "App\DataProvider\ChapterPartResponse\ChapterPartResponseItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\ChapterPartResponse\ChapterPartResponseItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\ChapterValidation\ChapterValidationCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\ChapterValidation\ChapterValidationCollectionDataProvider).
Resolving inheritance for "App\DataProvider\ChapterValidation\ChapterValidationCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\ChapterValidation\ChapterValidationCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\ChapterValidation\ChapterValidationItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\ChapterValidation\ChapterValidationItemDataProvider).
Resolving inheritance for "App\DataProvider\ChapterValidation\ChapterValidationItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\ChapterValidation\ChapterValidationItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Course\CourseCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\Course\CourseCollectionDataProvider).
Resolving inheritance for "App\DataProvider\Course\CourseCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Course\CourseCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Course\CourseItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\Course\CourseItemDataProvider).
Resolving inheritance for "App\DataProvider\Course\CourseItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Course\CourseItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Language\LanguageCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\Language\LanguageCollectionDataProvider).
Resolving inheritance for "App\DataProvider\Language\LanguageCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Language\LanguageCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Language\LanguageItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\Language\LanguageItemDataProvider).
Resolving inheritance for "App\DataProvider\Language\LanguageItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Language\LanguageItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Module\ModuleCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\Module\ModuleCollectionDataProvider).
Resolving inheritance for "App\DataProvider\Module\ModuleCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Module\ModuleCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Module\ModuleItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\Module\ModuleItemDataProvider).
Resolving inheritance for "App\DataProvider\Module\ModuleItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Module\ModuleItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Participation\ParticipationCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\Participation\ParticipationCollectionDataProvider).
Resolving inheritance for "App\DataProvider\Participation\ParticipationCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Participation\ParticipationCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Participation\ParticipationItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\Participation\ParticipationItemDataProvider).
Resolving inheritance for "App\DataProvider\Participation\ParticipationItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Participation\ParticipationItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Skill\SkillCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\Skill\SkillCollectionDataProvider).
Resolving inheritance for "App\DataProvider\Skill\SkillCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Skill\SkillCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Skill\SkillItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\Skill\SkillItemDataProvider).
Resolving inheritance for "App\DataProvider\Skill\SkillItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Skill\SkillItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Tag\TagCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\Tag\TagCollectionDataProvider).
Resolving inheritance for "App\DataProvider\Tag\TagCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Tag\TagCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Tag\TagItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\Tag\TagItemDataProvider).
Resolving inheritance for "App\DataProvider\Tag\TagItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Tag\TagItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\User\UserCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\User\UserCollectionDataProvider).
Resolving inheritance for "App\DataProvider\User\UserCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\User\UserCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\User\UserItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\User\UserItemDataProvider).
Resolving inheritance for "App\DataProvider\User\UserItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\User\UserItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\UserConnection\UserConnectionCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\UserConnection\UserConnectionCollectionDataProvider).
Resolving inheritance for "App\DataProvider\UserConnection\UserConnectionCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\UserConnection\UserConnectionCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\UserConnection\UserConnectionItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\UserConnection\UserConnectionItemDataProvider).
Resolving inheritance for "App\DataProvider\UserConnection\UserConnectionItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\UserConnection\UserConnectionItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\UserSupervision\UserSupervisionCollectionDataProvider" (parent: .abstract.instanceof.App\DataProvider\UserSupervision\UserSupervisionCollectionDataProvider).
Resolving inheritance for "App\DataProvider\UserSupervision\UserSupervisionCollectionDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\UserSupervision\UserSupervisionCollectionDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\UserSupervision\UserSupervisionItemDataProvider" (parent: .abstract.instanceof.App\DataProvider\UserSupervision\UserSupervisionItemDataProvider).
Resolving inheritance for "App\DataProvider\UserSupervision\UserSupervisionItemDataProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\UserSupervision\UserSupervisionItemDataProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\AccessRight\AccessRightDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\AccessRight\AccessRightDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\AccessRight\AccessRightListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\AccessRight\AccessRightListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightPostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\AccessRight\AccessRightPostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\AccessRight\AccessRightPostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightPostInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightPutInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\AccessRight\AccessRightPutInputDataTransformer).
Resolving inheritance for "App\DataTransformer\AccessRight\AccessRightPutInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightPutInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Chapter\ChapterDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Chapter\ChapterDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Chapter\ChapterListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Chapter\ChapterListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterPostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Chapter\ChapterPostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\Chapter\ChapterPostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterPostInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterPutInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Chapter\ChapterPutInputDataTransformer).
Resolving inheritance for "App\DataTransformer\Chapter\ChapterPutInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterPutInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterPart\ChapterPartDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterPart\ChapterPartDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterPart\ChapterPartListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterPart\ChapterPartListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartPostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterPart\ChapterPartPostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterPart\ChapterPartPostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartPostInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartPutInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterPart\ChapterPartPutInputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterPart\ChapterPartPutInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartPutInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponseDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterPartResponse\ChapterPartResponseDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterPartResponse\ChapterPartResponseDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponseDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponseListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterPartResponse\ChapterPartResponseListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterPartResponse\ChapterPartResponseListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponseListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponsePostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterPartResponse\ChapterPartResponsePostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterPartResponse\ChapterPartResponsePostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponsePostInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponsePutInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterPartResponse\ChapterPartResponsePutInputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterPartResponse\ChapterPartResponsePutInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponsePutInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterValidation\ChapterValidationDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterValidation\ChapterValidationDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterValidation\ChapterValidationListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterValidation\ChapterValidationListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationPostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterValidation\ChapterValidationPostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterValidation\ChapterValidationPostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationPostInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationPutInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ChapterValidation\ChapterValidationPutInputDataTransformer).
Resolving inheritance for "App\DataTransformer\ChapterValidation\ChapterValidationPutInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationPutInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Course\CourseDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Course\CourseDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Course\CourseDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Course\CourseDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Course\CourseListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Course\CourseListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Course\CourseListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Course\CourseListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Language\LanguageDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Language\LanguageDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Language\LanguageDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Language\LanguageDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Language\LanguageListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Language\LanguageListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Language\LanguageListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Language\LanguageListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModuleDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Module\ModuleDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Module\ModuleDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModuleDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModuleListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Module\ModuleListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Module\ModuleListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModuleListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModulePostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Module\ModulePostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\Module\ModulePostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModulePostInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModulePutInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Module\ModulePutInputDataTransformer).
Resolving inheritance for "App\DataTransformer\Module\ModulePutInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModulePutInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Participation\ParticipationDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Participation\ParticipationDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Participation\ParticipationListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Participation\ParticipationListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationPostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Participation\ParticipationPostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\Participation\ParticipationPostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationPostInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationPutInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Participation\ParticipationPutInputDataTransformer).
Resolving inheritance for "App\DataTransformer\Participation\ParticipationPutInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationPutInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Skill\SkillDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Skill\SkillDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Skill\SkillDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Skill\SkillDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Skill\SkillListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Skill\SkillListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Skill\SkillListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Skill\SkillListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Skill\SkillPostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Skill\SkillPostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\Skill\SkillPostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Skill\SkillPostInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Tag\TagDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Tag\TagDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Tag\TagDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Tag\TagDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Tag\TagListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Tag\TagListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\Tag\TagListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Tag\TagListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Tag\TagPostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\Tag\TagPostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\Tag\TagPostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Tag\TagPostInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\User\UserDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\User\UserDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\User\UserListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\User\UserListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserPostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\User\UserPostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\User\UserPostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserPostInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserPutInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\User\UserPutInputDataTransformer).
Resolving inheritance for "App\DataTransformer\User\UserPutInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserPutInputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserConnection\UserConnectionDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\UserConnection\UserConnectionDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\UserConnection\UserConnectionDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserConnection\UserConnectionDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserConnection\UserConnectionListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\UserConnection\UserConnectionListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\UserConnection\UserConnectionListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserConnection\UserConnectionListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserSupervision\UserSupervisionDetailsOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\UserSupervision\UserSupervisionDetailsOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\UserSupervision\UserSupervisionDetailsOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserSupervision\UserSupervisionDetailsOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserSupervision\UserSupervisionListOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\UserSupervision\UserSupervisionListOutputDataTransformer).
Resolving inheritance for "App\DataTransformer\UserSupervision\UserSupervisionListOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserSupervision\UserSupervisionListOutputDataTransformer).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserSupervision\UserSupervisionPostInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\UserSupervision\UserSupervisionPostInputDataTransformer).
Resolving inheritance for "App\DataTransformer\UserSupervision\UserSupervisionPostInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserSupervision\UserSupervisionPostInputDataTransformer).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ApiExceptionSubscriber" (parent: .abstract.instanceof.App\EventListener\ApiExceptionSubscriber).
Resolving inheritance for "App\EventListener\ApiExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ApiExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AutoFlushEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\AutoFlushEventSubscriber).
Resolving inheritance for "App\EventSubscriber\AutoFlushEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AutoFlushEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandErrorEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CommandErrorEventSubscriber).
Resolving inheritance for "App\EventSubscriber\CommandErrorEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandErrorEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandSignalEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CommandSignalEventSubscriber).
Resolving inheritance for "App\EventSubscriber\CommandSignalEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandSignalEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandStartEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CommandStartEventSubscriber).
Resolving inheritance for "App\EventSubscriber\CommandStartEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandStartEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandTerminateEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CommandTerminateEventSubscriber).
Resolving inheritance for "App\EventSubscriber\CommandTerminateEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandTerminateEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SwaggerDocRequestEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SwaggerDocRequestEventSubscriber).
Resolving inheritance for "App\EventSubscriber\SwaggerDocRequestEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SwaggerDocRequestEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TempGarbageCollectorEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\TempGarbageCollectorEventSubscriber).
Resolving inheritance for "App\EventSubscriber\TempGarbageCollectorEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TempGarbageCollectorEventSubscriber).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Extensions\StandardUserRestrictionExtension" (parent: .abstract.instanceof.App\Extensions\StandardUserRestrictionExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Extensions\StandardUserRestrictionExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Extensions\StandardUserRestrictionExtension).
Resolving inheritance for "App\Extensions\StandardUserRestrictionExtension" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Extensions\StandardUserRestrictionExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessRightRepository" (parent: .abstract.instanceof.App\Repository\AccessRightRepository).
Resolving inheritance for "App\Repository\AccessRightRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessRightRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterPartRepository" (parent: .abstract.instanceof.App\Repository\ChapterPartRepository).
Resolving inheritance for "App\Repository\ChapterPartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterPartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterPartResponseRepository" (parent: .abstract.instanceof.App\Repository\ChapterPartResponseRepository).
Resolving inheritance for "App\Repository\ChapterPartResponseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterPartResponseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterRepository" (parent: .abstract.instanceof.App\Repository\ChapterRepository).
Resolving inheritance for "App\Repository\ChapterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterValidationRepository" (parent: .abstract.instanceof.App\Repository\ChapterValidationRepository).
Resolving inheritance for "App\Repository\ChapterValidationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterValidationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository" (parent: .abstract.instanceof.App\Repository\CourseRepository).
Resolving inheritance for "App\Repository\CourseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CronJobRepository" (parent: .abstract.instanceof.App\Repository\CronJobRepository).
Resolving inheritance for "App\Repository\CronJobRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CronJobRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CronLogRepository" (parent: .abstract.instanceof.App\Repository\CronLogRepository).
Resolving inheritance for "App\Repository\CronLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CronLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository" (parent: .abstract.instanceof.App\Repository\LanguageRepository).
Resolving inheritance for "App\Repository\LanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository" (parent: .abstract.instanceof.App\Repository\ModuleRepository).
Resolving inheritance for "App\Repository\ModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipationRepository" (parent: .abstract.instanceof.App\Repository\ParticipationRepository).
Resolving inheritance for "App\Repository\ParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SkillRepository" (parent: .abstract.instanceof.App\Repository\SkillRepository).
Resolving inheritance for "App\Repository\SkillRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SkillRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\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\UserConnectionRepository" (parent: .abstract.instanceof.App\Repository\UserConnectionRepository).
Resolving inheritance for "App\Repository\UserConnectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserConnectionRepository).
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\UserSupervisionRepository" (parent: .abstract.instanceof.App\Repository\UserSupervisionRepository).
Resolving inheritance for "App\Repository\UserSupervisionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSupervisionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XChapterChapterUnlockRepository" (parent: .abstract.instanceof.App\Repository\XChapterChapterUnlockRepository).
Resolving inheritance for "App\Repository\XChapterChapterUnlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XChapterChapterUnlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XCourseSkillRepository" (parent: .abstract.instanceof.App\Repository\XCourseSkillRepository).
Resolving inheritance for "App\Repository\XCourseSkillRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XCourseSkillRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XCourseTagRepository" (parent: .abstract.instanceof.App\Repository\XCourseTagRepository).
Resolving inheritance for "App\Repository\XCourseTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XCourseTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XModuleTagRepository" (parent: .abstract.instanceof.App\Repository\XModuleTagRepository).
Resolving inheritance for "App\Repository\XModuleTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XModuleTagRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AccessRightVoter" (parent: .abstract.instanceof.App\Security\Voter\AccessRightVoter).
Resolving inheritance for "App\Security\Voter\AccessRightVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AccessRightVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterPartResponseVoter" (parent: .abstract.instanceof.App\Security\Voter\ChapterPartResponseVoter).
Resolving inheritance for "App\Security\Voter\ChapterPartResponseVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterPartResponseVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterPartVoter" (parent: .abstract.instanceof.App\Security\Voter\ChapterPartVoter).
Resolving inheritance for "App\Security\Voter\ChapterPartVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterPartVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterValidationVoter" (parent: .abstract.instanceof.App\Security\Voter\ChapterValidationVoter).
Resolving inheritance for "App\Security\Voter\ChapterValidationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterValidationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterVoter" (parent: .abstract.instanceof.App\Security\Voter\ChapterVoter).
Resolving inheritance for "App\Security\Voter\ChapterVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseVoter" (parent: .abstract.instanceof.App\Security\Voter\CourseVoter).
Resolving inheritance for "App\Security\Voter\CourseVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CronJobVoter" (parent: .abstract.instanceof.App\Security\Voter\CronJobVoter).
Resolving inheritance for "App\Security\Voter\CronJobVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CronJobVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CronLogVoter" (parent: .abstract.instanceof.App\Security\Voter\CronLogVoter).
Resolving inheritance for "App\Security\Voter\CronLogVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CronLogVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LanguageVoter" (parent: .abstract.instanceof.App\Security\Voter\LanguageVoter).
Resolving inheritance for "App\Security\Voter\LanguageVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LanguageVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ModuleVoter" (parent: .abstract.instanceof.App\Security\Voter\ModuleVoter).
Resolving inheritance for "App\Security\Voter\ModuleVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ModuleVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ParticipationVoter" (parent: .abstract.instanceof.App\Security\Voter\ParticipationVoter).
Resolving inheritance for "App\Security\Voter\ParticipationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ParticipationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SkillVoter" (parent: .abstract.instanceof.App\Security\Voter\SkillVoter).
Resolving inheritance for "App\Security\Voter\SkillVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SkillVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TagVoter" (parent: .abstract.instanceof.App\Security\Voter\TagVoter).
Resolving inheritance for "App\Security\Voter\TagVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TagVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserConnectionVoter" (parent: .abstract.instanceof.App\Security\Voter\UserConnectionVoter).
Resolving inheritance for "App\Security\Voter\UserConnectionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserConnectionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserSupervisionVoter" (parent: .abstract.instanceof.App\Security\Voter\UserSupervisionVoter).
Resolving inheritance for "App\Security\Voter\UserSupervisionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserSupervisionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\Security\Voter\UserVoter).
Resolving inheritance for "App\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter).
Resolving inheritance for ".instanceof.App\Service\AccessRightService.0.App\Service\AccessRightService" (parent: .abstract.instanceof.App\Service\AccessRightService).
Resolving inheritance for "App\Service\AccessRightService" (parent: .instanceof.App\Service\AccessRightService.0.App\Service\AccessRightService).
Resolving inheritance for ".instanceof.App\Service\ChapterPartResponseService.0.App\Service\ChapterPartResponseService" (parent: .abstract.instanceof.App\Service\ChapterPartResponseService).
Resolving inheritance for "App\Service\ChapterPartResponseService" (parent: .instanceof.App\Service\ChapterPartResponseService.0.App\Service\ChapterPartResponseService).
Resolving inheritance for ".instanceof.App\Service\ChapterPartService.0.App\Service\ChapterPartService" (parent: .abstract.instanceof.App\Service\ChapterPartService).
Resolving inheritance for "App\Service\ChapterPartService" (parent: .instanceof.App\Service\ChapterPartService.0.App\Service\ChapterPartService).
Resolving inheritance for ".instanceof.App\Service\ChapterService.0.App\Service\ChapterService" (parent: .abstract.instanceof.App\Service\ChapterService).
Resolving inheritance for "App\Service\ChapterService" (parent: .instanceof.App\Service\ChapterService.0.App\Service\ChapterService).
Resolving inheritance for ".instanceof.App\Service\ChapterValidationService.0.App\Service\ChapterValidationService" (parent: .abstract.instanceof.App\Service\ChapterValidationService).
Resolving inheritance for "App\Service\ChapterValidationService" (parent: .instanceof.App\Service\ChapterValidationService.0.App\Service\ChapterValidationService).
Resolving inheritance for ".instanceof.App\Service\CourseService.0.App\Service\CourseService" (parent: .abstract.instanceof.App\Service\CourseService).
Resolving inheritance for "App\Service\CourseService" (parent: .instanceof.App\Service\CourseService.0.App\Service\CourseService).
Resolving inheritance for ".instanceof.App\Service\ModuleService.0.App\Service\ModuleService" (parent: .abstract.instanceof.App\Service\ModuleService).
Resolving inheritance for "App\Service\ModuleService" (parent: .instanceof.App\Service\ModuleService.0.App\Service\ModuleService).
Resolving inheritance for ".instanceof.App\Service\ParticipationService.0.App\Service\ParticipationService" (parent: .abstract.instanceof.App\Service\ParticipationService).
Resolving inheritance for "App\Service\ParticipationService" (parent: .instanceof.App\Service\ParticipationService.0.App\Service\ParticipationService).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Service\Utils\DTOExport\languages\dart\DartLanguageUtils" (parent: .abstract.instanceof.App\Service\Utils\DTOExport\languages\dart\DartLanguageUtils).
Resolving inheritance for "App\Service\Utils\DTOExport\languages\dart\DartLanguageUtils" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Service\Utils\DTOExport\languages\dart\DartLanguageUtils).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Service\Utils\DTOExport\languages\typescript\TypeScriptLanguageUtils" (parent: .abstract.instanceof.App\Service\Utils\DTOExport\languages\typescript\TypeScriptLanguageUtils).
Resolving inheritance for "App\Service\Utils\DTOExport\languages\typescript\TypeScriptLanguageUtils" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Service\Utils\DTOExport\languages\typescript\TypeScriptLanguageUtils).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ArrayOfRolesValidator" (parent: .abstract.instanceof.App\Validator\ArrayOfRolesValidator).
Resolving inheritance for "App\Validator\ArrayOfRolesValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ArrayOfRolesValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ByteValueValidator" (parent: .abstract.instanceof.App\Validator\ByteValueValidator).
Resolving inheritance for "App\Validator\ByteValueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ByteValueValidator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.api.event.api_exception_subscriber" (parent: .abstract.instanceof.api.event.api_exception_subscriber).
Resolving inheritance for "api.event.api_exception_subscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.api.event.api_exception_subscriber).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.user.provider.concrete.users_in_memory" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.user.provider.concrete.all_users" (parent: security.user.provider.chain).
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.auth_refresh_token" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.auth_refresh_token" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.apiDoc" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.apiDoc" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.webHook" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.webHook" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.login.user_provider" (parent: security.listener.user_provider.abstract).
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" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource.legacy" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property.legacy" (parent: cache.system).
Resolving inheritance for "api_platform.cache.subresource_operation_factory" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.default.collection_data_provider" (parent: api_platform.doctrine.orm.collection_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.item_data_provider" (parent: api_platform.doctrine.orm.item_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.subresource_data_provider" (parent: api_platform.doctrine.orm.subresource_data_provider).
Resolving inheritance for "api_platform.cache.identifiers_extractor" (parent: cache.system).
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 "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "maker.auto_command.make_data_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_data_persister" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.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_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
355
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.default.store"; reason: private alias.
Removed service "lock.store"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "lock"; reason: private alias.
Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.user_provider"; 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"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.operation_path_resolver"; reason: private alias.
Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "api_platform.pagination"; reason: private alias.
Removed service "api_platform.state_processor"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.retro_compatible"; reason: private alias.
Removed service "ApiPlatform\Core\Api\OperationAwareFormatsProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IriConverterInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\ItemDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\CollectionDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\Pagination"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\PaginationOptions"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "api_platform.route_loader"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "api_platform.cache.metadata.property"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "ApiPlatform\Core\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Core\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Validator\ValidatorInterface"; reason: private alias.
Removed service "ApiPlatform\Core\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataPersister\DataPersisterInterface"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "api_platform.operation_path_resolver.default"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.legacy"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.extractor.yaml"; reason: private alias.
Removed service "api_platform.metadata.extractor.xml"; reason: private alias.
Removed service "api_platform.metadata.property_extractor.xml"; reason: private alias.
Removed service "api_platform.metadata.resource_extractor.xml"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "api_platform.swagger_ui.listener"; reason: private alias.
Removed service "api_platform.operation_path_resolver.legacy"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IdentifiersExtractorInterface"; 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 "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; 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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".service_locator.eFtU9_L"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.0m6qrUd"; reason: private alias.
Removed service ".service_locator.G5.7zZo"; reason: private alias.
Removed service ".service_locator.36mjIsA"; reason: private alias.
Removed service ".service_locator.iCBOHXw"; reason: private alias.
Removed service ".service_locator.lO2xO__"; reason: private alias.
Removed service ".service_locator.YDnhemE"; reason: private alias.
Removed service ".service_locator.1ZmqE1u"; reason: private alias.
Removed service ".service_locator.pe8ytXd"; reason: private alias.
Removed service ".service_locator.i8UPjPy"; reason: private alias.
Removed service ".service_locator.iJ4WbvF"; reason: private alias.
Removed service ".service_locator.9fsXUjh"; reason: private alias.
Removed service ".service_locator.HoaG0hK"; reason: private alias.
Removed service ".service_locator.NWkS3Gd"; reason: private alias.
Removed service ".service_locator.9VJT63b"; reason: private alias.
Removed service ".service_locator.GYMkQTp"; reason: private alias.
Removed service ".service_locator.tgaZPq5"; reason: private alias.
Removed service ".service_locator.wCKlkSC"; reason: private alias.
Removed service ".service_locator.Ekqcjcs"; reason: private alias.
Removed service ".service_locator.gnBbWQM"; reason: private alias.
Removed service ".service_locator.llwwNvU"; reason: private alias.
Removed service ".service_locator.4hi2aOY"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.subresource.metadata_factory.annotation.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.short_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.filter_metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.annotation.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.formats.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "api_platform.doctrine.orm.data_persister"; 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 "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"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.legacy.inner"; reason: private alias.
Removed service "api_platform.collection_data_provider"; reason: private alias.
Removed service "api_platform.item_data_provider"; reason: private alias.
Removed service "api_platform.subresource_data_provider"; reason: private alias.
Removed service "api_platform.data_persister"; reason: private alias.
Removed service "api_platform.identifiers_extractor.legacy"; reason: private alias.
Removed service "lexik_jwt_authentication.api_platform.openapi.factory.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.swagger.normalizer.documentation"; reason: private alias.
Removed service "api_platform.route_name_resolver"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.legacy.inner"; reason: private alias.
Removed service "api_platform.subresource_operation_factory"; reason: private alias.
Removed service "App\OpenApi\OpenApiFactory.inner"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.C3qYHmV"; reason: private alias.
Removed service ".service_locator.mZsqlli"; reason: private alias.
Removed service ".service_locator.OfpD_df"; reason: private alias.
Removed service ".service_locator.B_fQ.0J"; reason: private alias.
Removed service ".service_locator.KSg6dW2"; reason: private alias.
Removed service ".service_locator.jClRzJo"; reason: private alias.
Removed service ".service_locator.x8VGc2n"; reason: private alias.
Removed service ".service_locator.bHbHKVE"; reason: private alias.
Removed service ".service_locator.px4TK6z"; reason: private alias.
Removed service ".service_locator.CpjK8O7"; reason: private alias.
Removed service ".service_locator.uDqG5AM"; reason: private alias.
Removed service ".service_locator.zz4S2j4"; reason: private alias.
Removed service ".service_locator.UDeQS57"; reason: private alias.
Removed service ".service_locator.ZNbXUtB"; reason: private alias.
Removed service ".service_locator.PTzDtj7"; reason: private alias.
Removed service ".service_locator.CwgG0P4"; reason: private alias.
Removed service ".service_locator.ZOKr562"; reason: private alias.
Removed service ".service_locator.gxv4GlJ"; reason: private alias.
Removed service ".service_locator.3o4b_3k"; reason: private alias.
Removed service ".service_locator.J8_JcBF"; reason: private alias.
Removed service ".service_locator.KXYO1vL"; reason: private alias.
Removed service ".service_locator._bgmbVm"; reason: private alias.
Removed service ".service_locator.M_tlxaE"; reason: private alias.
Removed service ".service_locator.48fT3Dl"; reason: private alias.
Removed service ".service_locator.ipIRSMz"; reason: private alias.
Removed service ".service_locator.oFh01MZ"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
Removed service ".service_locator.SfysWBH"; reason: private alias.
89
Changed reference of service "App\EventSubscriber\CommandSignalEventSubscriber" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\EventSubscriber\CommandStartEventSubscriber" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\EventSubscriber\CommandTerminateEventSubscriber" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.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 "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.metadata.property.metadata_factory.validator.legacy" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "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 "gesdinet.jwtrefreshtoken.send_token" previously pointing to "debug.validator" to "validator".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\AccessRightVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\ChapterPartResponseVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\ChapterPartVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\ChapterValidationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\ChapterVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CourseVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CronJobVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\CronLogVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\LanguageVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\ModuleVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\ParticipationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\SkillVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\TagVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\UserConnectionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\UserSupervisionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.LAjDzTv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
628
Removed service "container.env"; 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 "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crons\Participations\FlagDropoutParticipationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Crons\Participations\FlagDropoutParticipationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Crons\Participations\InvalidateParticipationOnEndDateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Crons\Participations\InvalidateParticipationOnEndDateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CustomMaker\ScaffoldGeneratorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CustomMaker\ScaffoldGeneratorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DTOExport\ExportDTOCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DTOExport\ExportDTOCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Imports\LanguageImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Imports\LanguageImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mock\GenerateMockDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Mock\GenerateMockDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Participations\RecalculateParticipationCompletionPercentageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Participations\RecalculateParticipationCompletionPercentageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tests\TestRiseUpCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tests\TestRiseUpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tests\TestTemplateReplacementCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tests\TestTemplateReplacementCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Users\CreateAdminUser"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Users\CreateAdminUser"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Users\UserExportActivitiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Users\UserExportActivitiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessRight\AccessRightDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessRight\AccessRightDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AccessRight\AccessRightDelete"; reason: abstract.
Removed service ".instanceof.App\Controller\Chapter\AddChapterUnlock.0.App\Controller\Chapter\AddChapterUnlock"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chapter\AddChapterUnlock"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chapter\ChapterDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chapter\ChapterDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chapter\ChapterDelete"; reason: abstract.
Removed service ".instanceof.App\Controller\Chapter\Copy.0.App\Controller\Chapter\Copy"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chapter\Copy"; reason: abstract.
Removed service ".instanceof.App\Controller\Chapter\Displayable.0.App\Controller\Chapter\Displayable"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chapter\Displayable"; reason: abstract.
Removed service ".instanceof.App\Controller\Chapter\RemoveChapterUnlock.0.App\Controller\Chapter\RemoveChapterUnlock"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chapter\RemoveChapterUnlock"; reason: abstract.
Removed service ".instanceof.App\Controller\Chapter\Reorder.0.App\Controller\Chapter\Reorder"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chapter\Reorder"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChapterPart\ChapterPartDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChapterPart\ChapterPartDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChapterPart\ChapterPartDelete"; reason: abstract.
Removed service ".instanceof.App\Controller\ChapterPart\Create.0.App\Controller\ChapterPart\Create"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChapterPart\Create"; reason: abstract.
Removed service ".instanceof.App\Controller\ChapterPart\Reorder.0.App\Controller\ChapterPart\Reorder"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChapterPart\Reorder"; reason: abstract.
Removed service ".instanceof.App\Controller\ChapterPart\Update.0.App\Controller\ChapterPart\Update"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChapterPart\Update"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChapterPartResponse\ChapterPartResponseDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChapterPartResponse\ChapterPartResponseDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChapterPartResponse\ChapterPartResponseDelete"; reason: abstract.
Removed service ".instanceof.App\Controller\ChapterValidation\AddTime.0.App\Controller\ChapterValidation\AddTime"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChapterValidation\AddTime"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChapterValidation\ChapterValidationDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChapterValidation\ChapterValidationDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChapterValidation\ChapterValidationDelete"; reason: abstract.
Removed service ".instanceof.App\Controller\ChapterValidation\Create.0.App\Controller\ChapterValidation\Create"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChapterValidation\Create"; reason: abstract.
Removed service ".instanceof.App\Controller\ChapterValidation\Update.0.App\Controller\ChapterValidation\Update"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChapterValidation\Update"; reason: abstract.
Removed service ".instanceof.App\Controller\Course\AddSkills.0.App\Controller\Course\AddSkills"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Course\AddSkills"; reason: abstract.
Removed service ".instanceof.App\Controller\Course\AddTags.0.App\Controller\Course\AddTags"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Course\AddTags"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Course\CourseDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Course\CourseDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Course\CourseDelete"; reason: abstract.
Removed service ".instanceof.App\Controller\Course\Create.0.App\Controller\Course\Create"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Course\Create"; reason: abstract.
Removed service ".instanceof.App\Controller\Course\Menu.0.App\Controller\Course\Menu"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Course\Menu"; reason: abstract.
Removed service ".instanceof.App\Controller\Course\RemoveSkills.0.App\Controller\Course\RemoveSkills"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Course\RemoveSkills"; reason: abstract.
Removed service ".instanceof.App\Controller\Course\RemoveTags.0.App\Controller\Course\RemoveTags"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Course\RemoveTags"; reason: abstract.
Removed service ".instanceof.App\Controller\Course\Update.0.App\Controller\Course\Update"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Course\Update"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultPage\DefaultPage"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultPage\DefaultPage"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultPage\DefaultPage"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Language\LanguageDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Language\LanguageDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Language\LanguageDelete"; reason: abstract.
Removed service ".instanceof.App\Controller\Module\AddTags.0.App\Controller\Module\AddTags"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Module\AddTags"; reason: abstract.
Removed service ".instanceof.App\Controller\Module\Copy.0.App\Controller\Module\Copy"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Module\Copy"; reason: abstract.
Removed service ".instanceof.App\Controller\Module\Create.0.App\Controller\Module\Create"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Module\Create"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Module\ModuleDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Module\ModuleDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Module\ModuleDelete"; reason: abstract.
Removed service ".instanceof.App\Controller\Module\RemoveTags.0.App\Controller\Module\RemoveTags"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Module\RemoveTags"; reason: abstract.
Removed service ".instanceof.App\Controller\Module\Reorder.0.App\Controller\Module\Reorder"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Module\Reorder"; reason: abstract.
Removed service ".instanceof.App\Controller\Module\Update.0.App\Controller\Module\Update"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Module\Update"; reason: abstract.
Removed service ".instanceof.App\Controller\Participation\Menu.0.App\Controller\Participation\Menu"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Participation\Menu"; reason: abstract.
Removed service ".instanceof.App\Controller\Participation\NextChapter.0.App\Controller\Participation\NextChapter"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Participation\NextChapter"; reason: abstract.
Removed service ".instanceof.App\Controller\Participation\Notes.0.App\Controller\Participation\Notes"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Participation\Notes"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Participation\ParticipationDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Participation\ParticipationDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Participation\ParticipationDelete"; reason: abstract.
Removed service ".instanceof.App\Controller\Participation\PreviousChapter.0.App\Controller\Participation\PreviousChapter"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Participation\PreviousChapter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Skill\SkillDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Skill\SkillDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Skill\SkillDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tag\TagDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tag\TagDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tag\TagDelete"; reason: abstract.
Removed service ".instanceof.App\Controller\User\AddAccessRights.0.App\Controller\User\AddAccessRights"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\AddAccessRights"; reason: abstract.
Removed service ".instanceof.App\Controller\User\AddRole.0.App\Controller\User\AddRole"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\AddRole"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ExportActivities"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ExportActivities"; reason: abstract.
Removed service ".instanceof.App\Controller\User\ExportActivities.0.App\Controller\User\ExportActivities"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\ExportActivities"; reason: abstract.
Removed service ".instanceof.App\Controller\User\RemoveAccessRights.0.App\Controller\User\RemoveAccessRights"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\RemoveAccessRights"; reason: abstract.
Removed service ".instanceof.App\Controller\User\RemoveRole.0.App\Controller\User\RemoveRole"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\RemoveRole"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserConnection\UserConnectionDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserConnection\UserConnectionDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserConnection\UserConnectionDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSupervision\UserSupervisionDelete"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSupervision\UserSupervisionDelete"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserSupervision\UserSupervisionDelete"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\AccessRight\Output\AccessRightDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\AccessRight\Output\AccessRightDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\AccessRight\Output\AccessRightListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\AccessRight\Output\AccessRightListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterAddOrRemoveChapterUnlockInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Chapter\Input\ChapterAddOrRemoveChapterUnlockInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterCopyInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Chapter\Input\ChapterCopyInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterPostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Chapter\Input\ChapterPostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterPutInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Chapter\Input\ChapterPutInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Input\ChapterReorderInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Chapter\Input\ChapterReorderInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Chapter\Output\ChapterDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterDisplayableOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Chapter\Output\ChapterDisplayableOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Chapter\Output\ChapterListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Chapter\Output\ChapterMenuOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Chapter\Output\ChapterMenuOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Input\ChapterPartPostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPart\Input\ChapterPartPostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Input\ChapterPartPutInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPart\Input\ChapterPartPutInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Input\ChapterPartReorderInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPart\Input\ChapterPartReorderInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Output\ChapterPartDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPart\Output\ChapterPartDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Output\ChapterPartDisplayableOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPart\Output\ChapterPartDisplayableOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPart\Output\ChapterPartListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPart\Output\ChapterPartListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Input\ChapterPartResponsePostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPartResponse\Input\ChapterPartResponsePostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Input\ChapterPartResponsePutInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPartResponse\Input\ChapterPartResponsePutInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Output\ChapterPartResponseDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPartResponse\Output\ChapterPartResponseDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Output\ChapterPartResponseDisplayableOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPartResponse\Output\ChapterPartResponseDisplayableOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterPartResponse\Output\ChapterPartResponseListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterPartResponse\Output\ChapterPartResponseListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Input\ChapterValidationAddTimeInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterValidation\Input\ChapterValidationAddTimeInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Input\ChapterValidationPostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterValidation\Input\ChapterValidationPostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Input\ChapterValidationPutInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterValidation\Input\ChapterValidationPutInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Output\ChapterValidationDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterValidation\Output\ChapterValidationDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\ChapterValidation\Output\ChapterValidationListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\ChapterValidation\Output\ChapterValidationListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CourseAddOrRemoveSkillsInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Course\Input\CourseAddOrRemoveSkillsInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CourseAddOrRemoveTagsInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Course\Input\CourseAddOrRemoveTagsInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CoursePostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Course\Input\CoursePostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Input\CoursePutInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Course\Input\CoursePutInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Output\CourseDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Course\Output\CourseDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Output\CourseListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Course\Output\CourseListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Course\Output\CourseMenuOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Course\Output\CourseMenuOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Language\Output\LanguageDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Language\Output\LanguageDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Language\Output\LanguageListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Language\Output\LanguageListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModuleAddOrRemoveTagsInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Module\Input\ModuleAddOrRemoveTagsInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModuleCopyInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Module\Input\ModuleCopyInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModulePostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Module\Input\ModulePostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModulePutInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Module\Input\ModulePutInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Input\ModuleReorderInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Module\Input\ModuleReorderInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Output\ModuleDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Module\Output\ModuleDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Output\ModuleListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Module\Output\ModuleListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Module\Output\ModuleMenuOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Module\Output\ModuleMenuOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Input\ParticipationPostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Participation\Input\ParticipationPostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Input\ParticipationPutInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Participation\Input\ParticipationPutInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Participation\Output\ParticipationDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Participation\Output\ParticipationListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationMenuOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Participation\Output\ParticipationMenuOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Participation\Output\ParticipationNotesListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Participation\Output\ParticipationNotesListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Skill\Input\SkillPostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Skill\Input\SkillPostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Skill\Output\SkillDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Skill\Output\SkillDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Skill\Output\SkillListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Skill\Output\SkillListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Tag\Input\TagPostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Tag\Input\TagPostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Tag\Output\TagDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Tag\Output\TagDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\Tag\Output\TagListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\Tag\Output\TagListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserAddOrDeleteRolesInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\User\Input\UserAddOrDeleteRolesInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserAddOrRemoveAccessRightsInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\User\Input\UserAddOrRemoveAccessRightsInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserPostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\User\Input\UserPostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Input\UserPutInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\User\Input\UserPutInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Output\UserAccessRightsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\User\Output\UserAccessRightsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Output\UserDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\User\Output\UserDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\User\Output\UserListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\User\Output\UserListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserConnection\Output\UserConnectionDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\UserConnection\Output\UserConnectionDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserConnection\Output\UserConnectionListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\UserConnection\Output\UserConnectionListOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserSupervision\Input\UserSupervisionPostInput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\UserSupervision\Input\UserSupervisionPostInput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserSupervision\Output\UserSupervisionDetailsOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\UserSupervision\Output\UserSupervisionDetailsOutput"; reason: abstract.
Removed service ".instanceof.App\DTO\Impl\ExportableDTOInterface.0.App\DTO\UserSupervision\Output\UserSupervisionListOutput"; reason: abstract.
Removed service ".abstract.instanceof.App\DTO\UserSupervision\Output\UserSupervisionListOutput"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\EntityDataPersister"; reason: abstract.
Removed service ".abstract.instanceof.App\DataPersister\EntityDataPersister"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\AccessRight\AccessRightCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\AccessRight\AccessRightCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\AccessRight\AccessRightItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\AccessRight\AccessRightItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Chapter\ChapterCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Chapter\ChapterCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Chapter\ChapterItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Chapter\ChapterItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\ChapterPart\ChapterPartCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\ChapterPart\ChapterPartCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\ChapterPart\ChapterPartItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\ChapterPart\ChapterPartItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\ChapterPartResponse\ChapterPartResponseCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\ChapterPartResponse\ChapterPartResponseCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\ChapterPartResponse\ChapterPartResponseItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\ChapterPartResponse\ChapterPartResponseItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\ChapterValidation\ChapterValidationCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\ChapterValidation\ChapterValidationCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\ChapterValidation\ChapterValidationItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\ChapterValidation\ChapterValidationItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Course\CourseCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Course\CourseCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Course\CourseItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Course\CourseItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Language\LanguageCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Language\LanguageCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Language\LanguageItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Language\LanguageItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Module\ModuleCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Module\ModuleCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Module\ModuleItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Module\ModuleItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Participation\ParticipationCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Participation\ParticipationCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Participation\ParticipationItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Participation\ParticipationItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Skill\SkillCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Skill\SkillCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Skill\SkillItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Skill\SkillItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\Tag\TagCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Tag\TagCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Tag\TagItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Tag\TagItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\User\UserCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\User\UserCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\User\UserItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\User\UserItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\UserConnection\UserConnectionCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\UserConnection\UserConnectionCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\UserConnection\UserConnectionItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\UserConnection\UserConnectionItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\CollectionDataProviderInterface.0.App\DataProvider\UserSupervision\UserSupervisionCollectionDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\UserSupervision\UserSupervisionCollectionDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\UserSupervision\UserSupervisionItemDataProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\UserSupervision\UserSupervisionItemDataProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\AccessRight\AccessRightDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\AccessRight\AccessRightListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightPostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\AccessRight\AccessRightPostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\AccessRight\AccessRightPutInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\AccessRight\AccessRightPutInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Chapter\ChapterDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Chapter\ChapterListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterPostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Chapter\ChapterPostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Chapter\ChapterPutInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Chapter\ChapterPutInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterPart\ChapterPartDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterPart\ChapterPartListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartPostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterPart\ChapterPartPostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPart\ChapterPartPutInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterPart\ChapterPartPutInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponseDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterPartResponse\ChapterPartResponseDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponseListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterPartResponse\ChapterPartResponseListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponsePostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterPartResponse\ChapterPartResponsePostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterPartResponse\ChapterPartResponsePutInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterPartResponse\ChapterPartResponsePutInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterValidation\ChapterValidationDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterValidation\ChapterValidationListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationPostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterValidation\ChapterValidationPostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ChapterValidation\ChapterValidationPutInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\ChapterValidation\ChapterValidationPutInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Course\CourseDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Course\CourseDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Course\CourseListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Course\CourseListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Language\LanguageDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Language\LanguageDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Language\LanguageListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Language\LanguageListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModuleDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Module\ModuleDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModuleListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Module\ModuleListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModulePostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Module\ModulePostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Module\ModulePutInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Module\ModulePutInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Participation\ParticipationDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Participation\ParticipationListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationPostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Participation\ParticipationPostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Participation\ParticipationPutInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Participation\ParticipationPutInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Skill\SkillDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Skill\SkillDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Skill\SkillListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Skill\SkillListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Skill\SkillPostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Skill\SkillPostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Tag\TagDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Tag\TagDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Tag\TagListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Tag\TagListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\Tag\TagPostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\Tag\TagPostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\User\UserDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\User\UserListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserPostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\User\UserPostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\User\UserPutInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\User\UserPutInputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserConnection\UserConnectionDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\UserConnection\UserConnectionDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserConnection\UserConnectionListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\UserConnection\UserConnectionListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserSupervision\UserSupervisionDetailsOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\UserSupervision\UserSupervisionDetailsOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserSupervision\UserSupervisionListOutputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\UserSupervision\UserSupervisionListOutputDataTransformer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UserSupervision\UserSupervisionPostInputDataTransformer"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTransformer\UserSupervision\UserSupervisionPostInputDataTransformer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ApiExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ApiExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AutoFlushEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\AutoFlushEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandErrorEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CommandErrorEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandSignalEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CommandSignalEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandStartEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CommandStartEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandTerminateEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CommandTerminateEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SwaggerDocRequestEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\SwaggerDocRequestEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TempGarbageCollectorEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\TempGarbageCollectorEventSubscriber"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Extensions\StandardUserRestrictionExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Extensions\StandardUserRestrictionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Extensions\StandardUserRestrictionExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessRightRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccessRightRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterPartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChapterPartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterPartResponseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChapterPartResponseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChapterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChapterValidationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChapterValidationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CronJobRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CronJobRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CronLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CronLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LanguageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SkillRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SkillRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserConnectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserConnectionRepository"; 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\UserSupervisionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserSupervisionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XChapterChapterUnlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\XChapterChapterUnlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XCourseSkillRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\XCourseSkillRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XCourseTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\XCourseTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XModuleTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\XModuleTagRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AccessRightVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\AccessRightVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterPartResponseVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ChapterPartResponseVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterPartVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ChapterPartVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterValidationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ChapterValidationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ChapterVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ChapterVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CourseVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CourseVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CronJobVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CronJobVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CronLogVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CronLogVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LanguageVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\LanguageVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ModuleVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ModuleVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ParticipationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ParticipationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SkillVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\SkillVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TagVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\TagVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserConnectionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\UserConnectionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserSupervisionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\UserSupervisionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.App\Service\AccessRightService.0.App\Service\AccessRightService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\AccessRightService"; reason: abstract.
Removed service ".instanceof.App\Service\ChapterPartResponseService.0.App\Service\ChapterPartResponseService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ChapterPartResponseService"; reason: abstract.
Removed service ".instanceof.App\Service\ChapterPartService.0.App\Service\ChapterPartService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ChapterPartService"; reason: abstract.
Removed service ".instanceof.App\Service\ChapterService.0.App\Service\ChapterService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ChapterService"; reason: abstract.
Removed service ".instanceof.App\Service\ChapterValidationService.0.App\Service\ChapterValidationService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ChapterValidationService"; reason: abstract.
Removed service ".instanceof.App\Service\CourseService.0.App\Service\CourseService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\CourseService"; reason: abstract.
Removed service ".instanceof.App\Service\ModuleService.0.App\Service\ModuleService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ModuleService"; reason: abstract.
Removed service ".instanceof.App\Service\ParticipationService.0.App\Service\ParticipationService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ParticipationService"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Service\Utils\DTOExport\languages\dart\DartLanguageUtils"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Utils\DTOExport\languages\dart\DartLanguageUtils"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Service\Utils\DTOExport\languages\typescript\TypeScriptLanguageUtils"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Utils\DTOExport\languages\typescript\TypeScriptLanguageUtils"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ArrayOfRolesValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ArrayOfRolesValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ByteValueValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ByteValueValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.api.event.api_exception_subscriber"; reason: abstract.
Removed service ".abstract.instanceof.api.event.api_exception_subscriber"; reason: abstract.
167
Removed service "App\Attribute\Cloneable"; reason: unused.
Removed service "App\Attribute\DTOExport\ListOf"; reason: unused.
Removed service "App\Command\Impl\CustomSymfonyStyle"; reason: unused.
Removed service "App\DataProvider\Paginator"; reason: unused.
Removed service "App\Doctrine\RefreshTokenManager"; reason: unused.
Removed service "App\EventListener\AuthenticationSuccessListener"; reason: unused.
Removed service "App\EventListener\JWTCreatedListener"; reason: unused.
Removed service "App\Exception\AccessDeniedException"; reason: unused.
Removed service "App\Exception\BadRequestException"; reason: unused.
Removed service "App\Exception\CommandRuntimeException"; reason: unused.
Removed service "App\Exception\ConflictException"; reason: unused.
Removed service "App\Exception\DTOExportException"; reason: unused.
Removed service "App\Exception\DuplicateException"; reason: unused.
Removed service "App\Exception\ForbiddenException"; reason: unused.
Removed service "App\Exception\InternalServerErrorException"; reason: unused.
Removed service "App\Exception\InvalidArgumentException"; reason: unused.
Removed service "App\Exception\InvalidUseOfTraitException"; reason: unused.
Removed service "App\Exception\NotFoundException"; reason: unused.
Removed service "App\Exception\NotImplementedException"; reason: unused.
Removed service "App\Exception\PayloadTooLargeException"; reason: unused.
Removed service "App\Exception\PaymentRequiredException"; reason: unused.
Removed service "App\Exception\RangeNotSatisfiableException"; reason: unused.
Removed service "App\Exception\UnauthorizedException"; reason: unused.
Removed service "App\Exception\UnprocessableEntityException"; reason: unused.
Removed service "App\Exception\UnsupportedMediaTypeException"; reason: unused.
Removed service "App\Extensions\Doctrine\MatchAgainst"; reason: unused.
Removed service "App\Libraries\CustomMaker\Bean\ScaffoldNames"; reason: unused.
Removed service "App\Libraries\CustomMaker\Exception\ScaffoldGenerationException"; reason: unused.
Removed service "App\Libraries\RiseUp\API"; reason: unused.
Removed service "App\Libraries\RiseUp\Exception\ConfigurationException"; reason: unused.
Removed service "App\Libraries\RiseUp\Exception\HttpException"; reason: unused.
Removed service "App\Libraries\RiseUp\Exception\RouterException"; reason: unused.
Removed service "App\Libraries\RiseUp\Router\Router"; reason: unused.
Removed service "App\Libraries\RiseUp\Router\Routes"; reason: unused.
Removed service "App\Libraries\RiseUp\api\AuthenticationEndpoint"; reason: unused.
Removed service "App\Libraries\RiseUp\api\Impl\AbstractEndpoint"; reason: unused.
Removed service "App\Libraries\RiseUp\api\TestEndpoint"; reason: unused.
Removed service "App\Libraries\RiseUp\api\UserEndpoint"; reason: unused.
Removed service "App\Libraries\RiseUp\client\Client"; reason: unused.
Removed service "App\Libraries\RiseUp\client\Method"; reason: unused.
Removed service "App\Libraries\RiseUp\utils\Constants"; reason: unused.
Removed service "App\Libraries\RiseUp\utils\JWTToken"; reason: unused.
Removed service "App\Libraries\RiseUp\utils\ListIterator"; reason: unused.
Removed service "App\Libraries\RiseUp\utils\Serializer"; reason: unused.
Removed service "App\Service\CacheService"; reason: unused.
Removed service "App\Service\Utils\CommandUniquenessKeyGenerator"; reason: unused.
Removed service "App\Service\Utils\OriginalDataRetriever"; reason: unused.
Removed service "App\Utils\AccessRights"; reason: unused.
Removed service "App\Utils\Colors"; reason: unused.
Removed service "App\Utils\Context"; reason: unused.
Removed service "App\Utils\HardCoreDebugLogger"; reason: unused.
Removed service "App\Utils\OpenAPIParameters"; reason: unused.
Removed service "App\Utils\StringReplacement"; reason: unused.
Removed service "App\Utils\Time"; reason: unused.
Removed service "App\Utils\TraceableEntityNormalizer"; reason: unused.
Removed service "App\Validator\ArrayOfRoles"; reason: unused.
Removed service "App\Validator\ByteValue"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".lock.default.store.TTEh_gT"; reason: unused.
Removed service "lock.default.factory"; reason: unused.
Removed service "lock.default"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~_6o4XzY"; reason: unused.
Removed service "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; 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 "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.symfony.iri_converter"; reason: unused.
Removed service "api_platform.symfony.iri_converter.skolem"; reason: unused.
Removed service "api_platform.api.identifiers_extractor"; reason: unused.
Removed service "api_platform.uri_variables.converter"; reason: unused.
Removed service "api_platform.uri_variables.transformer.integer"; reason: unused.
Removed service "api_platform.uri_variables.transformer.date_time"; reason: unused.
Removed service "api_platform.state_provider.locator"; reason: unused.
Removed service "api_platform.pagination.next"; reason: unused.
Removed service "api_platform.state_processor.locator"; reason: unused.
Removed service "api_platform.operation_method_resolver"; reason: unused.
Removed service "api_platform.formats_provider"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.filter_collection_factory"; reason: unused.
Removed service "api_platform.filters"; reason: unused.
Removed service "api_platform.symfony.uri_variables.transformer.ulid"; reason: unused.
Removed service "api_platform.symfony.uri_variables.transformer.uuid"; reason: unused.
Removed service "api_platform.metadata.resource.name_collection_factory.xml.legacy"; reason: unused.
Removed service "api_platform.operation_path_resolver.underscore"; reason: unused.
Removed service "api_platform.operation_path_resolver.dash"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.state.remove_processor"; reason: unused.
Removed service "api_platform.doctrine.orm.state.persist_processor"; reason: unused.
Removed service "debug.var_dumper.cloner"; reason: unused.
Removed service "debug.var_dumper.cli_dumper"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.rlPzR_W"; reason: unused.
397
Inlined service "App\Service\Utils\DTOExport\DTOExporter" to "App\Command\DTOExport\ExportDTOCommand".
Inlined service ".service_locator.mx0UMmY.App\Controller\AccessRight\AccessRightDelete" to "App\Controller\AccessRight\AccessRightDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\Chapter\ChapterDelete" to "App\Controller\Chapter\ChapterDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\ChapterPart\ChapterPartDelete" to "App\Controller\ChapterPart\ChapterPartDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\ChapterPartResponse\ChapterPartResponseDelete" to "App\Controller\ChapterPartResponse\ChapterPartResponseDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\ChapterValidation\ChapterValidationDelete" to "App\Controller\ChapterValidation\ChapterValidationDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\Course\CourseDelete" to "App\Controller\Course\CourseDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\DefaultPage\DefaultPage" to "App\Controller\DefaultPage\DefaultPage".
Inlined service ".service_locator.mx0UMmY.App\Controller\Language\LanguageDelete" to "App\Controller\Language\LanguageDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\Module\ModuleDelete" to "App\Controller\Module\ModuleDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\Participation\ParticipationDelete" to "App\Controller\Participation\ParticipationDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\Skill\SkillDelete" to "App\Controller\Skill\SkillDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tag\TagDelete" to "App\Controller\Tag\TagDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\User\ExportActivities" to "App\Controller\User\ExportActivities".
Inlined service ".service_locator.mx0UMmY.App\Controller\User\UserDelete" to "App\Controller\User\UserDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\UserConnection\UserConnectionDelete" to "App\Controller\UserConnection\UserConnectionDelete".
Inlined service ".service_locator.mx0UMmY.App\Controller\UserSupervision\UserSupervisionDelete" to "App\Controller\UserSupervision\UserSupervisionDelete".
Inlined service "App\DataPersister\EntityDataPersister.inner" to "App\DataPersister\EntityDataPersister".
Inlined service "lexik_jwt_authentication.api_platform.openapi.factory" to "App\OpenApi\OpenApiFactory".
Inlined service "App\Validator\EntityValidator\AccessRightEntityValidator" to "App\Service\AccessRightService".
Inlined service "App\Validator\EntityValidator\ChapterPartResponseEntityValidator" to "App\Service\ChapterPartResponseService".
Inlined service "App\Validator\EntityValidator\ChapterPartEntityValidator" to "App\Service\ChapterPartService".
Inlined service "App\Validator\EntityValidator\ChapterEntityValidator" to "App\Service\ChapterService".
Inlined service "App\Validator\EntityValidator\ChapterValidationEntityValidator" to "App\Service\ChapterValidationService".
Inlined service "App\Validator\EntityValidator\CourseEntityValidator" to "App\Service\CourseService".
Inlined service "App\Validator\EntityValidator\LanguageEntityValidator" to "App\Service\LanguageService".
Inlined service "App\Validator\EntityValidator\ModuleEntityValidator" to "App\Service\ModuleService".
Inlined service "App\Validator\EntityValidator\ParticipationEntityValidator" to "App\Service\ParticipationService".
Inlined service "App\Validator\EntityValidator\SkillEntityValidator" to "App\Service\SkillService".
Inlined service "App\Validator\EntityValidator\TagEntityValidator" to "App\Service\TagService".
Inlined service "App\Validator\EntityValidator\UserConnectionEntityValidator" to "App\Service\UserConnectionService".
Inlined service "App\Validator\EntityValidator\UserEntityValidator" to "App\Service\UserService".
Inlined service "security.user_password_hasher" to "App\Service\UserService".
Inlined service "App\Validator\EntityValidator\UserSupervisionEntityValidator" to "App\Service\UserSupervisionService".
Inlined service "App\Validator\EntityValidator\XChapterChapterUnlockEntityValidator" to "App\Service\XChapterChapterUnlockService".
Inlined service "App\Validator\EntityValidator\XCourseSkillEntityValidator" to "App\Service\XCourseSkillService".
Inlined service "App\Validator\EntityValidator\XCourseTagEntityValidator" to "App\Service\XCourseTagService".
Inlined service "App\Validator\EntityValidator\XModuleTagEntityValidator" to "App\Service\XModuleTagService".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "api_platform.route_loader.legacy" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.problem.normalizer.error" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.GVyCdgr" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
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.vHZjQDL" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.WUVp72e" to "twig.runtime_loader".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.OFHgJOJ" to "security.access_map".
Inlined service ".security.request_matcher.BXJ2nbA" to "security.access_map".
Inlined service ".security.request_matcher.oMEi1UT" to "security.access_map".
Inlined service ".security.request_matcher.6WlsPBd" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.firewall.map.config.auth_refresh_token" to "security.firewall.map.context.auth_refresh_token".
Inlined service "security.firewall.map.config.apiDoc" to "security.firewall.map.context.apiDoc".
Inlined service "security.firewall.map.config.webHook" to "security.firewall.map.context.webHook".
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 "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 "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.bBRwv06" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.umVsgcM" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter.legacy".
Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml.legacy" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_factory.php_doc" to "api_platform.metadata.resource.metadata_factory.short_name".
Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_factory.formats" to "api_platform.metadata.resource.metadata_factory.cached".
Inlined service "api_platform.cache.metadata.resource.legacy.recorder_inner" to "api_platform.cache.metadata.resource.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.xml.legacy" to "api_platform.metadata.property.metadata_factory.property_info.legacy".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy" to "api_platform.metadata.property.metadata_factory.serializer.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.validator.legacy" to "api_platform.metadata.property.metadata_factory.cached.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.serializer.legacy" to "api_platform.metadata.property.metadata_factory.default_property.legacy".
Inlined service "api_platform.cache.metadata.property.legacy.recorder_inner" to "api_platform.cache.metadata.property.legacy".
Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
Inlined service "api_platform.cache.subresource_operation_factory.recorder_inner" to "api_platform.cache.subresource_operation_factory".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
Inlined service "api_platform.metadata.property.metadata_factory.default_property.legacy" to "api_platform.metadata.subresource.metadata_factory.annotation.legacy".
Inlined service "api_platform.metadata.subresource.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.annotation.legacy".
Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.php_doc".
Inlined service "api_platform.metadata.property.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.yaml.legacy".
Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml.legacy".
Inlined service ".2_ObjectNormalizer~rQS61km" to ".1_Serializer~rQS61km".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.api_gateway".
Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "api_platform.swagger.normalizer.api_gateway".
Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory.legacy".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.action".
Inlined service "api_platform.metadata.property.metadata_factory.property_info.legacy" to "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy".
Inlined service "api_platform.pagination.legacy" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.yaml.legacy" to "api_platform.metadata.property.metadata_factory.validator.legacy".
Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
Inlined service "debug.api_platform.collection_data_provider.inner" to "debug.api_platform.collection_data_provider".
Inlined service "debug.api_platform.item_data_provider.inner" to "debug.api_platform.item_data_provider".
Inlined service "debug.api_platform.subresource_data_provider.inner" to "debug.api_platform.subresource_data_provider".
Inlined service "debug.api_platform.data_persister.inner" to "debug.api_platform.data_persister".
Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
Inlined service "api_platform.cache.identifiers_extractor.recorder_inner" to "api_platform.cache.identifiers_extractor".
Inlined service "api_platform.upgrade.subresource_transformer" to "api_platform.upgrade_resource.command".
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\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
Inlined service ".1_TokenStorage~1y481eA" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
Inlined service "api_platform.openapi.factory.legacy" to "lexik_jwt_authentication.api_platform.openapi.factory".
Inlined service "gesdinet.jwtrefreshtoken.authenticator" to "gesdinet.jwtrefreshtoken".
Inlined service "gesdinet.jwtrefreshtoken.user_provider" to "gesdinet.jwtrefreshtoken".
Inlined service "lexik_jwt_authentication.handler.authentication_success" to "gesdinet.jwtrefreshtoken".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "api_platform.maker.command.data_provider" to "maker.auto_command.make_data_provider".
Inlined service "api_platform.maker.command.data_persister" to "maker.auto_command.make_data_persister".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voter\AccessRightVoter" to "debug.security.voter.App\Security\Voter\AccessRightVoter".
Inlined service "App\Security\Voter\ChapterPartResponseVoter" to "debug.security.voter.App\Security\Voter\ChapterPartResponseVoter".
Inlined service "App\Security\Voter\ChapterPartVoter" to "debug.security.voter.App\Security\Voter\ChapterPartVoter".
Inlined service "App\Security\Voter\ChapterValidationVoter" to "debug.security.voter.App\Security\Voter\ChapterValidationVoter".
Inlined service "App\Security\Voter\ChapterVoter" to "debug.security.voter.App\Security\Voter\ChapterVoter".
Inlined service "App\Security\Voter\CourseVoter" to "debug.security.voter.App\Security\Voter\CourseVoter".
Inlined service "App\Security\Voter\CronJobVoter" to "debug.security.voter.App\Security\Voter\CronJobVoter".
Inlined service "App\Security\Voter\CronLogVoter" to "debug.security.voter.App\Security\Voter\CronLogVoter".
Inlined service "App\Security\Voter\LanguageVoter" to "debug.security.voter.App\Security\Voter\LanguageVoter".
Inlined service "App\Security\Voter\ModuleVoter" to "debug.security.voter.App\Security\Voter\ModuleVoter".
Inlined service "App\Security\Voter\ParticipationVoter" to "debug.security.voter.App\Security\Voter\ParticipationVoter".
Inlined service "App\Security\Voter\SkillVoter" to "debug.security.voter.App\Security\Voter\SkillVoter".
Inlined service "App\Security\Voter\TagVoter" to "debug.security.voter.App\Security\Voter\TagVoter".
Inlined service "App\Security\Voter\UserConnectionVoter" to "debug.security.voter.App\Security\Voter\UserConnectionVoter".
Inlined service "App\Security\Voter\UserSupervisionVoter" to "debug.security.voter.App\Security\Voter\UserSupervisionVoter".
Inlined service "App\Security\Voter\UserVoter" to "debug.security.voter.App\Security\Voter\UserVoter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.VzzixsX" to ".service_locator.VzzixsX.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.login" to "debug.security.firewall.authenticator.login.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".service_locator.OJE_hX7" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.VzzixsX.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "App\Libraries\CustomMaker\ScaffoldGenerator" to "console.command.public_alias.App\Command\CustomMaker\ScaffoldGeneratorCommand".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service ".1_Serializer~rQS61km" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".