Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Gregwar\ImageBundle\DependencyInjection\GregwarImageExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverInterface::getEntityClass()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\EntityObserver\AbstractEntityObserver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverInterface::getEntityClass()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\EntityObserver\AccessTokenEntityObserver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverInterface::getEntityClass()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\EntityObserver\ApplicationEntityObserver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverInterface::getEntityClass()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\EntityObserver\ApplicationFeatureEntityObserver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverInterface::getEntityClass()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\EntityObserver\ApplicationModuleEntityObserver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverInterface::getEntityClass()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\EntityObserver\LogEntityObserver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverInterface::getEntityClass()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\EntityObserver\UserEntityObserver" 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\AccessDefinedExceptionSubscriber" 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\ExceptionLoggerSubscriber" 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\RequestSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of App\Security\Bridge\OAuth2Server\Scope::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Since symfony/framework-bundle 6.4: Not setting either "framework.session.handler_id" or "save_path" config options is deprecated; "handler_id" will default to null in 7.0 if "save_path" is not set and to "session.handler.native_file" otherwise.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\EssentialBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\DoctrineExtensionsBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\BackgroundTaskBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Gregwar\ImageBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\FileBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Webeak\Bundle\FileBundle\Command\ClearTempFilesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ProfilerBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Webeak\Bundle\EssentialBundle\Doctrine\WbEntityManager" should implement method "Doctrine\Persistence\ObjectManager::isUninitializedObject(mixed $value): bool": Implementing this method will be mandatory in version 4.
Method "Doctrine\Persistence\ObjectManager::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\EssentialBundle\Doctrine\WbEntityManager" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\Log\DebugLoggerInterface::getLogs()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ProfilerBundle\Logger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\Log\DebugLoggerInterface::countErrors()" might add "int" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ProfilerBundle\Logger" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/validator 6.1: The "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator" constraint is deprecated since symfony 6.1, use "ExpressionSyntaxValidator" instead.
The "Webeak\Bundle\ApiBundle\Serializer\Normalizer\EntityNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\EntityNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\EntityNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Webeak\Bundle\ApiBundle\Serializer\Normalizer\EntityNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\EntityNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\EntityNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getClassAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getClassAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getMethodAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getMethodAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getPropertyAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getPropertyAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getClassAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AnnotationLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getClassAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AnnotationLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getMethodAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AnnotationLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getMethodAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AnnotationLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getPropertyAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AnnotationLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getPropertyAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AnnotationLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getClassAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AttributeLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getClassAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AttributeLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getMethodAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AttributeLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getMethodAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AttributeLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getPropertyAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AttributeLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getPropertyAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AttributeLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getClassAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\YamlLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getClassAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\YamlLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getMethodAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\YamlLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getMethodAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\YamlLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getPropertyAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\YamlLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getPropertyAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\YamlLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getClassAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\EditorLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getClassAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\EditorLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getMethodAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\EditorLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getMethodAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\EditorLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getPropertyAnnotations()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\EditorLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Annotations\Reader::getPropertyAnnotation()" might add "?T" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\EditorLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Webeak\Bundle\ApiBundle\Serializer\Normalizer\ValidationExceptionNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "Webeak\Bundle\ApiBundle\Serializer\Normalizer\ValidationExceptionNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\ValidationExceptionNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\ValidationExceptionNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Webeak\Bundle\ApiBundle\Serializer\Normalizer\NormalizeValueExceptionNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "Webeak\Bundle\ApiBundle\Serializer\Normalizer\NormalizeValueExceptionNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\NormalizeValueExceptionNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\NormalizeValueExceptionNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Webeak\Bundle\ApiBundle\Serializer\Normalizer\PublicExceptionNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "Webeak\Bundle\ApiBundle\Serializer\Normalizer\PublicExceptionNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\PublicExceptionNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\PublicExceptionNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Webeak\Bundle\ApiBundle\Serializer\Normalizer\ExceptionNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "Webeak\Bundle\ApiBundle\Serializer\Normalizer\ExceptionNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\ExceptionNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Serializer\Normalizer\ExceptionNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::load()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Routing\ApiLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\ApiBundle\Routing\ApiLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Webeak\Bundle\FileBundle\Serializer\PublicFileNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "Webeak\Bundle\FileBundle\Serializer\PublicFileNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\FileBundle\Serializer\PublicFileNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Webeak\Bundle\FileBundle\Serializer\PublicFileNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Webeak\Bundle\FileBundle\Serializer\PublicFileNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
The "Webeak\Bundle\FileBundle\Serializer\PublicFileNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
The "Webeak\Bundle\FileBundle\Serializer\PublicFileCollectionNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
The "Webeak\Bundle\FileBundle\Serializer\PublicFileCollectionNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
The "Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer::doWarmUp()" method will require a new "string|null $buildDir" argument in the next major version of its parent class "Symfony\Bundle\FrameworkBundle\CacheWarmer\AbstractPhpFileCacheWarmer", not defining it is deprecated.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Gregwar\ImageBundle\Extensions\ImageTwig" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:8625, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "5.7.40" instead of "5.7". (AbstractMySQLDriver.php:107 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Executing command "SCRIPT 'LOAD' 'local state = redis.call(\'GET\', KEYS[1])
local last_ms = -1
local seq = 0
if state then
local a, b = string.match(state, "^(%-?%d+):(%d+)$")
if a then
last_ms = tonumber(a)
seq = tonumber(b)
end
end
local t = redis.call(\'TIME\')
local now_ms = (tonumber(t[1]) * 1000) + math.floor(tonumber(t[2]) / 1000)
if now_ms < last_ms then
now_ms = last_ms
end
local max_seq = tonumber(ARGV[1])
if now_ms == last_ms then
seq = seq + 1
if seq > max_seq then
now_ms = last_ms + 1
seq = 0
end
else
seq = 0
end
redis.call(\'SET\', KEYS[1], tostring(now_ms) .. ":" .. tostring(seq))
return { tostring(now_ms), tostring(seq) }'"
"SELECT t0.ref AS ref_1, t0.name AS name_2, t0.name_slug AS name_slug_3, t0.description AS description_4, t0.secret AS secret_5, t0.redirect_uris AS redirect_uris_6, t0.grant_types AS grant_types_7, t0.active AS active_8, t0.default_ AS default__9, t0.roles_hierarchy AS roles_hierarchy_10, t0.account_creation_email_subject AS account_creation_email_subject_11, t0.account_validation_email_subject AS account_validation_email_subject_12, t0.account_suspension_email_subject AS account_suspension_email_subject_13, t0.account_activation_email_subject AS account_activation_email_subject_14, t0.password_forgotten_email_subject AS password_forgotten_email_subject_15, t0.password_modified_email_subject AS password_modified_email_subject_16, t0.email_verification_email_subject AS email_verification_email_subject_17, t0.mfa_email_subject AS mfa_email_subject_18, t0.home_url AS home_url_19, t0.invalidate_token_url AS invalidate_token_url_20, t0.account_creation_url AS account_creation_url_21, t0.email_validation_redirect_url AS email_validation_redirect_url_22, t0.bounce_url AS bounce_url_23, t0.external_login_url AS external_login_url_24, t0.delegated_rights AS delegated_rights_25, t0.password_validity_duration_in_days AS password_validity_duration_in_days_26, t0.password_min_length AS password_min_length_27, t0.password_max_length AS password_max_length_28, t0.password_pattern AS password_pattern_29, t0.password_pattern_comment AS password_pattern_comment_30, t0.password_generator_min_length AS password_generator_min_length_31, t0.password_generator_max_length AS password_generator_max_length_32, t0.password_generator_alphabet AS password_generator_alphabet_33, t0.bridge_identifier AS bridge_identifier_34, t0.mfa_main AS mfa_main_35, t0.mfa_fallback AS mfa_fallback_36, t0.mfa_frequency AS mfa_frequency_37, t0.webhooks AS webhooks_38, t0.id AS id_39, t0.creation_date AS creation_date_40, t0.update_date AS update_date_41 FROM application t0 WHERE t0.ref = ? LIMIT 1"
(parameters:
[1 => "rBlHpeCHYqULxklL"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.ref AS ref_1, t0.name AS name_2, t0.name_slug AS name_slug_3, t0.description AS description_4, t0.secret AS secret_5, t0.redirect_uris AS redirect_uris_6, t0.grant_types AS grant_types_7, t0.active AS active_8, t0.default_ AS default__9, t0.roles_hierarchy AS roles_hierarchy_10, t0.account_creation_email_subject AS account_creation_email_subject_11, t0.account_validation_email_subject AS account_validation_email_subject_12, t0.account_suspension_email_subject AS account_suspension_email_subject_13, t0.account_activation_email_subject AS account_activation_email_subject_14, t0.password_forgotten_email_subject AS password_forgotten_email_subject_15, t0.password_modified_email_subject AS password_modified_email_subject_16, t0.email_verification_email_subject AS email_verification_email_subject_17, t0.mfa_email_subject AS mfa_email_subject_18, t0.home_url AS home_url_19, t0.invalidate_token_url AS invalidate_token_url_20, t0.account_creation_url AS account_creation_url_21, t0.email_validation_redirect_url AS email_validation_redirect_url_22, t0.bounce_url AS bounce_url_23, t0.external_login_url AS external_login_url_24, t0.delegated_rights AS delegated_rights_25, t0.password_validity_duration_in_days AS password_validity_duration_in_days_26, t0.password_min_length AS password_min_length_27, t0.password_max_length AS password_max_length_28, t0.password_pattern AS password_pattern_29, t0.password_pattern_comment AS password_pattern_comment_30, t0.password_generator_min_length AS password_generator_min_length_31, t0.password_generator_max_length AS password_generator_max_length_32, t0.password_generator_alphabet AS password_generator_alphabet_33, t0.bridge_identifier AS bridge_identifier_34, t0.mfa_main AS mfa_main_35, t0.mfa_fallback AS mfa_fallback_36, t0.mfa_frequency AS mfa_frequency_37, t0.webhooks AS webhooks_38, t0.id AS id_39, t0.creation_date AS creation_date_40, t0.update_date AS update_date_41 FROM application t0 WHERE t0.ref = ? LIMIT 1"
"params" => [1 => "rBlHpeCHYqULxklL"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Method Doctrine\ORM\Event\LifecycleEventArgs::getEntity() is deprecated and will be removed in Doctrine ORM 3.0. Use getObject() instead. (LifecycleEventArgs.php:44 called by EntityObserverListener.php:166, https://github.com/doctrine/orm/issues/9875, package doctrine/orm)
Deprecated: Return type of App\Security\Bridge\OAuth2Server\Scope::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Log messages generated during the compilation of the service container.
Messages
Class
268
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController" (parent: .abstract.instanceof.App\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController).
Resolving inheritance for "App\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApplicationController" (parent: .abstract.instanceof.App\Controller\ApplicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApplicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApplicationController).
Resolving inheritance for "App\Controller\ApplicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApplicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppsBridgeController" (parent: .abstract.instanceof.App\Controller\AppsBridgeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppsBridgeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppsBridgeController).
Resolving inheritance for "App\Controller\AppsBridgeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppsBridgeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthenticationController" (parent: .abstract.instanceof.App\Controller\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthenticationController).
Resolving inheritance for "App\Controller\AuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DevController" (parent: .abstract.instanceof.App\Controller\DevController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DevController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DevController).
Resolving inheritance for "App\Controller\DevController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DevController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthCheckController" (parent: .abstract.instanceof.App\Controller\HealthCheckController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthCheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthCheckController).
Resolving inheritance for "App\Controller\HealthCheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthCheckController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController" (parent: .abstract.instanceof.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController).
Resolving inheritance for "App\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OAuth2Controller" (parent: .abstract.instanceof.App\Controller\OAuth2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OAuth2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OAuth2Controller).
Resolving inheritance for "App\Controller\OAuth2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OAuth2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TokenController" (parent: .abstract.instanceof.App\Controller\TokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TokenController).
Resolving inheritance for "App\Controller\TokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AccessDefinedExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\AccessDefinedExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\AccessDefinedExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AccessDefinedExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApplicationContextSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ApplicationContextSubscriber).
Resolving inheritance for "App\EventSubscriber\ApplicationContextSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApplicationContextSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionLoggerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ExceptionLoggerSubscriber).
Resolving inheritance for "App\EventSubscriber\ExceptionLoggerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionLoggerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FirstSignInSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\FirstSignInSubscriber).
Resolving inheritance for "App\EventSubscriber\FirstSignInSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FirstSignInSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoggerFlusherSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LoggerFlusherSubscriber).
Resolving inheritance for "App\EventSubscriber\LoggerFlusherSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoggerFlusherSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogoutSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LogoutSubscriber).
Resolving inheritance for "App\EventSubscriber\LogoutSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogoutSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RequestSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\RequestSubscriber).
Resolving inheritance for "App\EventSubscriber\RequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SignInSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SignInSubscriber).
Resolving inheritance for "App\EventSubscriber\SignInSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SignInSubscriber).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Extensions\Twig\AppExtension" (parent: .abstract.instanceof.App\Extensions\Twig\AppExtension).
Resolving inheritance for "App\Extensions\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Extensions\Twig\AppExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessTokenRepository" (parent: .abstract.instanceof.App\Repository\AccessTokenRepository).
Resolving inheritance for "App\Repository\AccessTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationFeatureRepository" (parent: .abstract.instanceof.App\Repository\ApplicationFeatureRepository).
Resolving inheritance for "App\Repository\ApplicationFeatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationFeatureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationModuleRepository" (parent: .abstract.instanceof.App\Repository\ApplicationModuleRepository).
Resolving inheritance for "App\Repository\ApplicationModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationRepository" (parent: .abstract.instanceof.App\Repository\ApplicationRepository).
Resolving inheritance for "App\Repository\ApplicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthCodeRepository" (parent: .abstract.instanceof.App\Repository\AuthCodeRepository).
Resolving inheritance for "App\Repository\AuthCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository" (parent: .abstract.instanceof.App\Repository\RefreshTokenRepository).
Resolving inheritance for "App\Repository\RefreshTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository).
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.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\LogoutCleanupSubscriber" (parent: .abstract.instanceof.App\Security\LogoutCleanupSubscriber).
Resolving inheritance for "App\Security\LogoutCleanupSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\LogoutCleanupSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\LogoutRedirectSubscriber" (parent: .abstract.instanceof.App\Security\LogoutRedirectSubscriber).
Resolving inheritance for "App\Security\LogoutRedirectSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\LogoutRedirectSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.App\DependencyInjection\EnvVarProcessor\DateIntervalEnvVarProcessor" (parent: .abstract.instanceof.App\DependencyInjection\EnvVarProcessor\DateIntervalEnvVarProcessor).
Resolving inheritance for "App\DependencyInjection\EnvVarProcessor\DateIntervalEnvVarProcessor" (parent: .instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.App\DependencyInjection\EnvVarProcessor\DateIntervalEnvVarProcessor).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._version_backend" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_backend" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.app).
Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.app).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.wb_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.wb_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.wb_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.oauth" (parent: security.firewall.config).
Resolving inheritance for "security.listener.oauth.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.oauth" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.oauth" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.oauth" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.oauth" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.oauth" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\JsonController" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\Controller\JsonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\JsonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\JsonController).
Resolving inheritance for "Webeak\Bundle\EssentialBundle\Controller\JsonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\JsonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\ManagerController" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\ManagerController).
Resolving inheritance for "Webeak\Bundle\EssentialBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\MiscController" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\Controller\MiscController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\MiscController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\MiscController).
Resolving inheritance for "Webeak\Bundle\EssentialBundle\Controller\MiscController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\MiscController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\SettingsController" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\SettingsController).
Resolving inheritance for "Webeak\Bundle\EssentialBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Webeak\Bundle\EssentialBundle\Twig\Extension" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\Twig\Extension).
Resolving inheritance for "Webeak\Bundle\EssentialBundle\Twig\Extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Webeak\Bundle\EssentialBundle\Twig\Extension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\ExceptionSubscriber" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for "Webeak\Bundle\EssentialBundle\EventSubscriber\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\JsonDecoderSubscriber" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\EventSubscriber\JsonDecoderSubscriber).
Resolving inheritance for "Webeak\Bundle\EssentialBundle\EventSubscriber\JsonDecoderSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\JsonDecoderSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\LifecycleSubscriber" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\EventSubscriber\LifecycleSubscriber).
Resolving inheritance for "Webeak\Bundle\EssentialBundle\EventSubscriber\LifecycleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\LifecycleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\ManagerFirewallSubscriber" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\EventSubscriber\ManagerFirewallSubscriber).
Resolving inheritance for "Webeak\Bundle\EssentialBundle\EventSubscriber\ManagerFirewallSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\ManagerFirewallSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\SessionLifetimeSubscriber" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\EventSubscriber\SessionLifetimeSubscriber).
Resolving inheritance for "Webeak\Bundle\EssentialBundle\EventSubscriber\SessionLifetimeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\SessionLifetimeSubscriber).
Resolving inheritance for "Webeak\Bundle\ApiBundle\Generator\RandomGenerator" (parent: Webeak\Bundle\ApiBundle\Generator\AbstractGenerator).
Resolving inheritance for "Webeak\Bundle\ApiBundle\Generator\UniqueIdGenerator" (parent: Webeak\Bundle\ApiBundle\Generator\AbstractGenerator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ApiBundle\Controller\ManagerController" (parent: .abstract.instanceof.Webeak\Bundle\ApiBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ApiBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ApiBundle\Controller\ManagerController).
Resolving inheritance for "Webeak\Bundle\ApiBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ApiBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ApiBundle\Controller\PublicController" (parent: .abstract.instanceof.Webeak\Bundle\ApiBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ApiBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ApiBundle\Controller\PublicController).
Resolving inheritance for "Webeak\Bundle\ApiBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ApiBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer" (parent: .abstract.instanceof.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer).
Resolving inheritance for "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" (parent: .abstract.instanceof.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator).
Resolving inheritance for "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator).
Resolving inheritance for "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.tipimail" (parent: Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.base).
Resolving inheritance for "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.smtp" (parent: Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.base).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\MailBundle\EventSubscriber\EmailLogSubscriber" (parent: .abstract.instanceof.Webeak\Bundle\MailBundle\EventSubscriber\EmailLogSubscriber).
Resolving inheritance for "Webeak\Bundle\MailBundle\EventSubscriber\EmailLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\MailBundle\EventSubscriber\EmailLogSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController" (parent: .abstract.instanceof.Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController).
Resolving inheritance for "Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController).
Resolving inheritance for ".instanceof.Webeak\Bundle\AppsBridgeBundle\MessageHandler\BridgeCallMessageHandler.0.Webeak\Bundle\AppsBridgeBundle\MessageHandler\BridgeCallMessageHandler" (parent: .abstract.instanceof.Webeak\Bundle\AppsBridgeBundle\MessageHandler\BridgeCallMessageHandler).
Resolving inheritance for "Webeak\Bundle\AppsBridgeBundle\MessageHandler\BridgeCallMessageHandler" (parent: .instanceof.Webeak\Bundle\AppsBridgeBundle\MessageHandler\BridgeCallMessageHandler.0.Webeak\Bundle\AppsBridgeBundle\MessageHandler\BridgeCallMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController" (parent: .abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController).
Resolving inheritance for "Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController" (parent: .abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController).
Resolving inheritance for "Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\EventSubscriber\MessengerSubscriber" (parent: .abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\EventSubscriber\MessengerSubscriber).
Resolving inheritance for "Webeak\Bundle\BackgroundTaskBundle\EventSubscriber\MessengerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\EventSubscriber\MessengerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler" (parent: .abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler).
Resolving inheritance for ".instanceof.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler).
Resolving inheritance for "Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler" (parent: .instanceof.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler" (parent: .abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler).
Resolving inheritance for ".instanceof.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler).
Resolving inheritance for "Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler" (parent: .instanceof.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Webeak\Bundle\BackgroundTaskBundle\Command\StartSchedulerCommand" (parent: .abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\Command\StartSchedulerCommand).
Resolving inheritance for "Webeak\Bundle\BackgroundTaskBundle\Command\StartSchedulerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Webeak\Bundle\BackgroundTaskBundle\Command\StartSchedulerCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\FileBundle\Controller\FileController" (parent: .abstract.instanceof.Webeak\Bundle\FileBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\FileBundle\Controller\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\FileBundle\Controller\FileController).
Resolving inheritance for "Webeak\Bundle\FileBundle\Controller\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\FileBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\FileBundle\Controller\FileManagerController" (parent: .abstract.instanceof.Webeak\Bundle\FileBundle\Controller\FileManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\FileBundle\Controller\FileManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\FileBundle\Controller\FileManagerController).
Resolving inheritance for "Webeak\Bundle\FileBundle\Controller\FileManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\FileBundle\Controller\FileManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\CommandsController" (parent: .abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\CommandsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\CommandsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\CommandsController).
Resolving inheritance for "Webeak\Bundle\ProfilerBundle\Controller\CommandsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\CommandsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\LogsController" (parent: .abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\LogsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\LogsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\LogsController).
Resolving inheritance for "Webeak\Bundle\ProfilerBundle\Controller\LogsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\LogsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\MessagesController" (parent: .abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\MessagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\MessagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\MessagesController).
Resolving inheritance for "Webeak\Bundle\ProfilerBundle\Controller\MessagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\MessagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\ReportController" (parent: .abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\ReportController).
Resolving inheritance for "Webeak\Bundle\ProfilerBundle\Controller\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\RequestController" (parent: .abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\RequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\RequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\RequestController).
Resolving inheritance for "Webeak\Bundle\ProfilerBundle\Controller\RequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\RequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\SettingsController" (parent: .abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\SettingsController).
Resolving inheritance for "Webeak\Bundle\ProfilerBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\EventSubscriber\LifecycleSubscriber" (parent: .abstract.instanceof.Webeak\Bundle\ProfilerBundle\EventSubscriber\LifecycleSubscriber).
Resolving inheritance for "Webeak\Bundle\ProfilerBundle\EventSubscriber\LifecycleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\EventSubscriber\LifecycleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\Controller" (parent: .abstract.instanceof.Webeak\Bundle\EssentialBundle\Controller\Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\Controller).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snc_redis" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
2
Skipping service "Webeak\Bundle\EssentialBundle\Exception\Normalizer\NormalizerCollection": Class or interface "Webeak\Bundle\EssentialBundle\Exception\Normalizer\NormalizerCollection" cannot be loaded.
Skipping service "Doctrine\Common\Persistence\Mapping\ClassMetadataFactory": Class or interface "Doctrine\Common\Persistence\Mapping\ClassMetadataFactory" cannot be loaded.
305
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface"; reason: private alias.
Removed service "Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $backend.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $backendPackage"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.wb_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.wb_result_cache"; reason: private alias.
Removed service "doctrine.orm.wb_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $wb.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $wbEntityManager"; reason: private alias.
Removed service "doctrine.orm.wb_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.database"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.oauth"; reason: private alias.
Removed service "security.user_checker.oauth"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Webeak\Bundle\EssentialBundle\SharedStorage\SharedStorageInterface"; reason: private alias.
Removed service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "Webeak\Bundle\ApiBundle\DataProvider\ItemDataProviderInterface"; reason: private alias.
Removed service "Webeak\Bundle\ApiBundle\DataProvider\CollectionDataProviderInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultTokenFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $snc_redis.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sncRedisLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.Fp4cJOb"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.AuHrLeL"; reason: private alias.
Removed service ".service_locator.j5bAe9H"; reason: private alias.
Removed service ".service_locator.32spTyP"; reason: private alias.
Removed service ".service_locator.2fEir46"; reason: private alias.
Removed service ".service_locator.eOxBsu_"; reason: private alias.
Removed service ".service_locator.qcUBeEw"; reason: private alias.
Removed service ".service_locator.6b3tJ0D"; reason: private alias.
Removed service ".service_locator.c3bXqag"; reason: private alias.
Removed service ".service_locator.mC4JhfJ"; reason: private alias.
Removed service ".service_locator.9O4Z2kM"; reason: private alias.
Removed service ".service_locator.VH6Ya8c"; reason: private alias.
Removed service ".service_locator.oXq3t0J"; reason: private alias.
Removed service ".service_locator.YOnmc3w"; reason: private alias.
Removed service ".service_locator.S36TUU9"; reason: private alias.
Removed service ".service_locator.fIgenSv"; reason: private alias.
Removed service ".service_locator.sVJftSJ"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.oauth"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "Webeak\Bundle\MailBundle\Transport\TipimailTransportFactory"; reason: private alias.
Removed service "mailer.transport_factory.smtp"; reason: private alias.
Removed service "Webeak\Bundle\ProfilerBundle\Logger.inner"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.wb_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.oauth"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.Lxz._Xp"; reason: private alias.
Removed service ".service_locator.M2IuxNl"; reason: private alias.
Removed service ".service_locator.83v7Ofu"; reason: private alias.
Removed service ".service_locator.l6Lt1r8"; reason: private alias.
Removed service ".service_locator.ekBl.qm"; reason: private alias.
Removed service ".service_locator.eQ296SW"; reason: private alias.
Removed service ".service_locator.sqO.W9N"; reason: private alias.
Removed service ".service_locator.ZAouLlO"; reason: private alias.
Removed service ".service_locator.I1kdE9e"; reason: private alias.
Removed service ".service_locator.49YWJjh"; reason: private alias.
Removed service ".service_locator.NqmrbjC"; reason: private alias.
Removed service ".service_locator.NXLH.le"; reason: private alias.
Removed service ".service_locator.otUk6nW"; reason: private alias.
Removed service ".service_locator.qXk.SFU"; reason: private alias.
Removed service ".service_locator.8oi1Aal"; reason: private alias.
Removed service ".service_locator.B.lBz_2"; reason: private alias.
Removed service ".service_locator.vSqfwIJ"; reason: private alias.
Removed service ".service_locator.d3Pvs1m"; reason: private alias.
Removed service ".service_locator.yR4uV.z"; reason: private alias.
Removed service ".service_locator.iJMa1s7"; reason: private alias.
Removed service ".service_locator.0hv5KDX"; reason: private alias.
Removed service ".service_locator.YBzApGt"; reason: private alias.
Removed service ".service_locator.h9JYdxa"; reason: private alias.
Removed service ".service_locator.iA6Vtf4"; reason: private alias.
Removed service ".service_locator.9UcgfP1"; reason: private alias.
Removed service ".service_locator.lcWYkQi"; reason: private alias.
Removed service ".service_locator.AkhHWUq"; reason: private alias.
Removed service ".service_locator.vo_8Z5T"; reason: private alias.
Removed service ".service_locator.KkQF0Zf"; reason: private alias.
Removed service ".service_locator.99fJa88"; reason: private alias.
Removed service ".service_locator.UHuQE_1"; reason: private alias.
Removed service ".service_locator.khJq3jY"; reason: private alias.
Removed service ".service_locator.UgJsMK9"; reason: private alias.
Removed service ".service_locator.sjNDzyM"; reason: private alias.
Removed service ".service_locator.zPBjcL_"; reason: private alias.
Removed service ".service_locator.JqJz2Gb"; reason: private alias.
Removed service ".service_locator.z9rUlce"; reason: private alias.
Removed service ".service_locator.AEu2fnI"; reason: private alias.
Removed service ".service_locator.90.rxxr"; reason: private alias.
Removed service ".service_locator.Bwo8Fgl"; reason: private alias.
Removed service ".service_locator.1DaafcK"; reason: private alias.
Removed service ".service_locator.R4EOs9f"; reason: private alias.
Removed service ".service_locator.BnaX2l6"; reason: private alias.
Removed service ".service_locator.DPrvW2p"; reason: private alias.
Removed service ".service_locator.OjWGEH1"; reason: private alias.
Removed service ".service_locator.YMNZ5uT"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.NYCuMTz"; reason: private alias.
Removed service ".service_locator.6glDBls"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
74
Changed reference of service "App\EventSubscriber\AccessDefinedExceptionSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\ApplicationContextSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\FirstSignInSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\SignInSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Authenticator\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LogoutRedirectSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Mfa\MfaManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth2Manager" previously pointing to "router.default" to "router".
Changed reference of service "App\Utils\ApplicationMailer" previously pointing to "router.default" to "router".
Changed reference of service "App\Utils\JavascriptBridge" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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 "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" 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.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Webeak\Bundle\EssentialBundle\JavascriptBridge" previously pointing to "router.default" to "router".
Changed reference of service "Webeak\Bundle\EssentialBundle\EventSubscriber\ManagerFirewallSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Webeak\Bundle\ApiBundle\HttpFoundation\RequestBuilder\PersistRequestBuilder" previously pointing to "router.default" to "router".
Changed reference of service "Webeak\Bundle\ApiBundle\HttpFoundation\RequestBuilder\DeleteRequestBuilder" previously pointing to "router.default" to "router".
Changed reference of service "Webeak\Bundle\AppsBridgeBundle\Bridge" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Webeak\Bundle\BackgroundTaskBundle\BackgroundTaskScheduler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Webeak\Bundle\BackgroundTaskBundle\Command\StartSchedulerCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Webeak\Bundle\FileBundle\ManagedFile" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.6KSh6Cj" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.1xFIUQL" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.49AidfT" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.tipimail.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.smtp.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
307
Removed service "App\DependencyInjection"; reason: abstract.
Removed service "App\Entity"; reason: abstract.
Removed service "App\HeavyTask"; reason: abstract.
Removed service "App\Kernel"; reason: abstract.
Removed service "App\Migrations"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "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.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "Webeak\Bundle\ApiBundle\Generator\AbstractGenerator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApplicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppsBridgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppsBridgeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AppsBridgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthenticationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DevController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DevController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DevController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthCheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthCheckController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HealthCheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OAuth2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OAuth2Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OAuth2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AccessDefinedExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\AccessDefinedExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApplicationContextSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ApplicationContextSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionLoggerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ExceptionLoggerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FirstSignInSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\FirstSignInSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoggerFlusherSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LoggerFlusherSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogoutSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LogoutSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\RequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SignInSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\SignInSubscriber"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Extensions\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Extensions\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccessTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationFeatureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApplicationFeatureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApplicationModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApplicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuthCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefreshTokenRepository"; 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.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\LogoutCleanupSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\LogoutCleanupSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\LogoutRedirectSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\LogoutRedirectSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.App\DependencyInjection\EnvVarProcessor\DateIntervalEnvVarProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\DependencyInjection\EnvVarProcessor\DateIntervalEnvVarProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\Controller"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\Controller\Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\JsonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\JsonController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\Controller\JsonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\ManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\MiscController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\Controller\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\EssentialBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\EssentialBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Webeak\Bundle\EssentialBundle\Twig\Extension"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\Twig\Extension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\JsonDecoderSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\EventSubscriber\JsonDecoderSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\LifecycleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\EventSubscriber\LifecycleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\ManagerFirewallSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\EventSubscriber\ManagerFirewallSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\EssentialBundle\EventSubscriber\SessionLifetimeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\EssentialBundle\EventSubscriber\SessionLifetimeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ApiBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ApiBundle\Controller\ManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ApiBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ApiBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ApiBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ApiBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ApiBundle\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\MailBundle\EventSubscriber\EmailLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\MailBundle\EventSubscriber\EmailLogSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController"; reason: abstract.
Removed service ".instanceof.Webeak\Bundle\AppsBridgeBundle\MessageHandler\BridgeCallMessageHandler.0.Webeak\Bundle\AppsBridgeBundle\MessageHandler\BridgeCallMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\AppsBridgeBundle\MessageHandler\BridgeCallMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\EventSubscriber\MessengerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\EventSubscriber\MessengerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler"; reason: abstract.
Removed service ".instanceof.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler"; reason: abstract.
Removed service ".instanceof.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler.0.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Webeak\Bundle\BackgroundTaskBundle\Command\StartSchedulerCommand"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\BackgroundTaskBundle\Command\StartSchedulerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\FileBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\FileBundle\Controller\FileController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\FileBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\FileBundle\Controller\FileManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\FileBundle\Controller\FileManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\FileBundle\Controller\FileManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\CommandsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\CommandsController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\CommandsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\LogsController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\MessagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\MessagesController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\MessagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\RequestController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webeak\Bundle\ProfilerBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ProfilerBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webeak\Bundle\ProfilerBundle\EventSubscriber\LifecycleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Webeak\Bundle\ProfilerBundle\EventSubscriber\LifecycleSubscriber"; reason: abstract.
103
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "App\Exception\EmailAlreadyUsedException"; reason: unused.
Removed service "App\Exception\InvalidPasswordException"; reason: unused.
Removed service "App\Exception\UsernameAlreadyUsedException"; reason: unused.
Removed service "App\Menu\MenuBuilder"; reason: unused.
Removed service "App\Security\Bridge\OAuth2Server\AccessToken"; reason: unused.
Removed service "App\Security\Bridge\OAuth2Server\AuthCode"; reason: unused.
Removed service "App\Security\Bridge\OAuth2Server\Client"; reason: unused.
Removed service "App\Security\Bridge\OAuth2Server\RefreshToken"; reason: unused.
Removed service "App\Security\Bridge\OAuth2Server\Scope"; reason: unused.
Removed service "App\Security\Bridge\OAuth2Server\User"; reason: unused.
Removed service "App\Security\Mfa\MfaConfiguration"; reason: unused.
Removed service "App\Utils\JavascriptBridge"; reason: unused.
Removed service "Psr\Http\Message\ServerRequestInterface"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; 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 "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "snc_redis.phpredis_factory"; 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.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.oauth"; reason: unused.
Removed service ".service_locator.zvuKtq_"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service ".service_locator.0NbfeAk"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "Webeak\Bundle\EssentialBundle\UniqueIdGenerator"; reason: unused.
Removed service "Webeak\Bundle\EssentialBundle\Exception\Normalizer\NormalizerCollection"; reason: unused.
Removed service "Webeak\Bundle\ApiBundle\Metadata\PathResolver\UnderscoreActionPathResolver"; reason: unused.
Removed service "Webeak\Bundle\ApiBundle\Metadata\PathResolver\DashActionPathResolver"; reason: unused.
Removed service "Doctrine\Common\Persistence\Mapping\ClassMetadataFactory"; reason: unused.
Removed service "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.base"; reason: unused.
Removed service "Webeak\Bundle\BackgroundTaskBundle\BackgroundTaskScheduler"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable"; reason: unused.
Removed service "Symfony\Component\Mercure\Discovery"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.e_.xxAP"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable.inner"; reason: unused.
511
Inlined service ".service_locator.O2p6Lk7.App\Controller\ApiController" to "App\Controller\ApiController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ApplicationController" to "App\Controller\ApplicationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\AppsBridgeController" to "App\Controller\AppsBridgeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\AuthenticationController" to "App\Controller\AuthenticationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DevController" to "App\Controller\DevController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\HealthCheckController" to "App\Controller\HealthCheckController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\IndexController" to "App\Controller\IndexController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\OAuth2Controller" to "App\Controller\OAuth2Controller".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TokenController" to "App\Controller\TokenController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\UserController" to "App\Controller\UserController".
Inlined service "App\Utils\MailNotificationManager" to "App\EventSubscriber\RequestSubscriber".
Inlined service "League\OAuth2\Server\ResourceServer" to "App\Security\Authenticator\TokenAuthenticator".
Inlined service "App\Security\Webhooks" to "App\Security\Mfa\MfaManager".
Inlined service "League\OAuth2\Server\AuthorizationServer" to "App\Security\OAuth2Manager".
Inlined service "League\OAuth2\Server\Grant\AuthCodeGrant" to "App\Security\OAuth2Manager".
Inlined service "League\OAuth2\Server\Grant\PasswordGrant" to "App\Security\OAuth2Manager".
Inlined service "League\OAuth2\Server\Grant\RefreshTokenGrant" to "App\Security\OAuth2Manager".
Inlined service "app.oauth2.access_token_ttl" to "App\Security\OAuth2Manager".
Inlined service "app.oauth2.refresh_token_ttl" to "App\Security\OAuth2Manager".
Inlined service "app.oauth2.password_grant_access_token_ttl" to "App\Security\OAuth2Manager".
Inlined service "App\Utils\Logger" to "App\Utils\ApplicationMailer".
Inlined service "App\Security\Bridge\OAuth2Server\ScopeRepository" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "App\Security\Bridge\OAuth2Server\AuthCodeRepository" to "League\OAuth2\Server\Grant\AuthCodeGrant".
Inlined service "app.oauth2.auth_code_ttl" to "League\OAuth2\Server\Grant\AuthCodeGrant".
Inlined service "Nyholm\Psr7\Factory\Psr17Factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
Inlined service "Nyholm\Psr7\Factory\Psr17Factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
Inlined service "Nyholm\Psr7\Factory\Psr17Factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
Inlined service "Nyholm\Psr7\Factory\Psr17Factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.IKi_cuu" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets._version_backend" to "assets._package_backend".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "Webeak\Bundle\ApiBundle\Routing\ApiLoader" to "routing.resolver".
Inlined service "Webeak\Bundle\AppsBridgeBundle\Routing\RouteLoader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "Webeak\Bundle\ApiBundle\Serializer\Normalizer\ValidationExceptionNormalizer" to "serializer".
Inlined service "Webeak\Bundle\ApiBundle\Serializer\Normalizer\NormalizeValueExceptionNormalizer" to "serializer".
Inlined service "Webeak\Bundle\ApiBundle\Serializer\Normalizer\PublicExceptionNormalizer" to "serializer".
Inlined service "Webeak\Bundle\ApiBundle\Serializer\Normalizer\EntityNormalizer" to "serializer".
Inlined service "Webeak\Bundle\ApiBundle\Serializer\Normalizer\ExceptionNormalizer" to "serializer".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Serializer\Normalizer\PaginatorNormalizer" to "serializer".
Inlined service "Webeak\Bundle\FileBundle\Serializer\PublicFileNormalizer" to "serializer".
Inlined service "Webeak\Bundle\FileBundle\Serializer\PublicFileCollectionNormalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "Webeak\Bundle\ApiBundle\Serializer\Encoder\JsonEncoder" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
Inlined service "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "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 "doctrine.orm.wb_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.0ydcQrm" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "snc_redis.data_collector" to "profiler".
Inlined service "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.2LXw2mD" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.7dZ2ah4" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" 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 "cache.doctrine.orm.wb.metadata" to "doctrine.orm.wb_configuration".
Inlined service ".doctrine.orm.wb_metadata_driver" to "doctrine.orm.wb_configuration".
Inlined service "doctrine.orm.wb_entity_listener_resolver" to "doctrine.orm.wb_configuration".
Inlined service "cache.doctrine.orm.wb.result.recorder_inner" to "cache.doctrine.orm.wb.result".
Inlined service "cache.doctrine.orm.wb.query.recorder_inner" to "cache.doctrine.orm.wb.query".
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 "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.J2q7td." to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
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.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Extensions\Twig\AppExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "Webeak\Bundle\EssentialBundle\Twig\Extension" to "twig".
Inlined service "twig.extension.image" to "twig".
Inlined service "Symfony\Component\Mercure\Twig\MercureExtension" 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.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.cAF1ITc" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator._kR4U05" to "Snc\RedisBundle\Command\RedisQueryCommand".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.bu2YMYR" to "security.access_map".
Inlined service ".security.request_matcher.VtP6i6n" to "security.access_map".
Inlined service ".security.request_matcher.xJEIhE1" to "security.access_map".
Inlined service ".security.request_matcher.SDKOyov" to "security.access_map".
Inlined service ".security.request_matcher.fKv.oHp" to "security.access_map".
Inlined service ".security.request_matcher.erPZI6t" to "security.access_map".
Inlined service ".security.request_matcher.uc4Ea8L" to "security.access_map".
Inlined service ".security.request_matcher.l3M7YyG" to "security.access_map".
Inlined service ".security.request_matcher.rb_AynO" to "security.access_map".
Inlined service ".security.request_matcher.5Kek_SL" to "security.access_map".
Inlined service ".security.request_matcher.N4wsFj7" to "security.access_map".
Inlined service ".security.request_matcher.Whuay20" to "security.access_map".
Inlined service ".security.request_matcher.oK1d3dl" to "security.access_map".
Inlined service ".security.request_matcher.ITbi_ZY" to "security.access_map".
Inlined service ".security.request_matcher.mmq4wlt" to "security.access_map".
Inlined service ".security.request_matcher.ODlkxtX" to "security.access_map".
Inlined service ".security.request_matcher.nC.g7St" to "security.access_map".
Inlined service ".security.request_matcher.MrRcyC3" to "security.access_map".
Inlined service ".security.request_matcher.JwyRT91" to "security.access_map".
Inlined service ".security.request_matcher.WAqy6nF" to "security.access_map".
Inlined service ".security.request_matcher.J5ljJu5" to "security.access_map".
Inlined service ".security.request_matcher.OZr6w1c" to "security.access_map".
Inlined service ".security.request_matcher.Z09wELz" to "security.access_map".
Inlined service ".security.request_matcher.EeW3bb_" to "security.access_map".
Inlined service ".security.request_matcher.JuFQyRi" to "security.access_map".
Inlined service ".security.request_matcher.go7PfQV" to "security.access_map".
Inlined service ".security.request_matcher.gjnNpJn" to "security.access_map".
Inlined service ".security.request_matcher.hxfWxeP" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.gFOWd_9" to ".security.request_matcher.4hfQF9.".
Inlined service "debug.security.firewall.authenticator.oauth.inner" to "debug.security.firewall.authenticator.oauth".
Inlined service "security.exception_listener.oauth" to "security.firewall.map.context.oauth".
Inlined service "security.firewall.map.config.oauth" to "security.firewall.map.context.oauth".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.FfAlhhX" to ".security.request_matcher.bu2YMYR".
Inlined service ".security.request_matcher.ERWfddu" to ".security.request_matcher.VtP6i6n".
Inlined service ".security.request_matcher.hUb8LfX" to ".security.request_matcher.xJEIhE1".
Inlined service ".security.request_matcher.uugUpW7" to ".security.request_matcher.SDKOyov".
Inlined service ".security.request_matcher.ZQfcVMU" to ".security.request_matcher.fKv.oHp".
Inlined service ".security.request_matcher.crLyDug" to ".security.request_matcher.erPZI6t".
Inlined service ".security.request_matcher.26o5DiT" to ".security.request_matcher.uc4Ea8L".
Inlined service ".security.request_matcher.Cp8YPM4" to ".security.request_matcher.l3M7YyG".
Inlined service ".security.request_matcher._KTknw7" to ".security.request_matcher.rb_AynO".
Inlined service ".security.request_matcher.TcNKXAy" to ".security.request_matcher.5Kek_SL".
Inlined service ".security.request_matcher.xn6pmTG" to ".security.request_matcher.N4wsFj7".
Inlined service ".security.request_matcher.mh38x5m" to ".security.request_matcher.Whuay20".
Inlined service ".security.request_matcher..uUn9Ii" to ".security.request_matcher.oK1d3dl".
Inlined service ".security.request_matcher.tRfuFgy" to ".security.request_matcher.ITbi_ZY".
Inlined service ".security.request_matcher.T_vtEJK" to ".security.request_matcher.mmq4wlt".
Inlined service ".security.request_matcher.sXK.iqz" to ".security.request_matcher.ODlkxtX".
Inlined service ".security.request_matcher.6LO3Ucd" to ".security.request_matcher.nC.g7St".
Inlined service ".security.request_matcher.pVlmXpQ" to ".security.request_matcher.MrRcyC3".
Inlined service ".security.request_matcher.NrwO9W8" to ".security.request_matcher.JwyRT91".
Inlined service ".security.request_matcher.FrNrNk1" to ".security.request_matcher.WAqy6nF".
Inlined service ".security.request_matcher.YRgd1z_" to ".security.request_matcher.J5ljJu5".
Inlined service ".security.request_matcher.f.BVQQw" to ".security.request_matcher.OZr6w1c".
Inlined service ".security.request_matcher.EjRar_x" to ".security.request_matcher.Z09wELz".
Inlined service ".security.request_matcher.F5ske8W" to ".security.request_matcher.EeW3bb_".
Inlined service ".security.request_matcher.W9lA7eN" to ".security.request_matcher.EeW3bb_".
Inlined service ".security.request_matcher.OYofQ9Y" to ".security.request_matcher.JuFQyRi".
Inlined service ".security.request_matcher.7tClbqd" to ".security.request_matcher.go7PfQV".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.gjnNpJn".
Inlined service ".security.request_matcher.GGkmChJ" to ".security.request_matcher.hxfWxeP".
Inlined service ".service_locator.Jdyrtxw" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~KXWeE7b" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\EssentialBundle\Controller\JsonController" to "Webeak\Bundle\EssentialBundle\Controller\JsonController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\EssentialBundle\Controller\ManagerController" to "Webeak\Bundle\EssentialBundle\Controller\ManagerController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\EssentialBundle\Controller\MiscController" to "Webeak\Bundle\EssentialBundle\Controller\MiscController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\EssentialBundle\Controller\SettingsController" to "Webeak\Bundle\EssentialBundle\Controller\SettingsController".
Inlined service "Webeak\Bundle\EssentialBundle\ManifestLoader" to "Webeak\Bundle\EssentialBundle\Twig\Extension".
Inlined service "Snc\RedisBundle\Logger\RedisCallInterceptor" to "Webeak\Bundle\EssentialBundle\SharedStorage\Redis\RedisClientFactory".
Inlined service "Webeak\Bundle\EssentialBundle\SharedStorage\Redis\RedisLocker" to "Webeak\Bundle\EssentialBundle\SharedStorage\Redis\RedisAdapter".
Inlined service "Webeak\Bundle\EssentialBundle\SharedStorage\Redis\RedisClientFactory" to "Webeak\Bundle\EssentialBundle\SharedStorage\Redis\RedisClient".
Inlined service "Webeak\Bundle\DoctrineExtensionsBundle\EventListener\ListenerCollection" to "Webeak\Bundle\DoctrineExtensionsBundle\EventListener\EntityListener".
Inlined service "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverCollection" to "Webeak\Bundle\DoctrineExtensionsBundle\EventListener\EntityObserverListener".
Inlined service "Webeak\Bundle\FileBundle\Bridge\Doctrine\Orm\EventListener\EntityListener" to "Webeak\Bundle\DoctrineExtensionsBundle\EventListener\ListenerCollection".
Inlined service "Webeak\Bundle\FileBundle\Bridge\Doctrine\Orm\EventListener\EntityListener" to "Webeak\Bundle\DoctrineExtensionsBundle\EventListener\ListenerCollection".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\EventListener\TranslationMetadataListener" to "Webeak\Bundle\DoctrineExtensionsBundle\EventListener\ListenerCollection".
Inlined service "App\EntityObserver\UserEntityObserver" to "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverCollection".
Inlined service "App\EntityObserver\AccessTokenEntityObserver" to "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverCollection".
Inlined service "App\EntityObserver\ApplicationFeatureEntityObserver" to "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverCollection".
Inlined service "App\EntityObserver\AbstractEntityObserver" to "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverCollection".
Inlined service "App\EntityObserver\LogEntityObserver" to "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverCollection".
Inlined service "App\EntityObserver\ApplicationEntityObserver" to "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverCollection".
Inlined service "App\EntityObserver\ApplicationModuleEntityObserver" to "Webeak\Bundle\DoctrineExtensionsBundle\EntityObserver\EntityObserverCollection".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\RelationCreateBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\RelationLinkBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\IgnoreBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\RelationDeleteBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\RelationDetachBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\RelationDeleteOrphanBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\IgnoreBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "App\Api\Behaviors\UserBehaviors" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\EntityCreateBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\IgnoreBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "App\Api\Behaviors\UserBehaviors" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\EntityModifyBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\IgnoreBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\EntityDeleteBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Synchronization\Behavior\IgnoreBehavior" to "Webeak\Bundle\ApiBundle\Synchronization\EntitySynchronizer".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Extension\OptionsResolversCollection" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceActionMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourcePropertyMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceFakePropertyMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceRelationMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceInheritanceMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceTranslationMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\PathResolver\ActionPathResolverInterface" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceActionMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourcePropertyFilterMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourcePropertyMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourcePropertyGeneratedValueMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourcePropertyMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceTranslationRelationMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceTranslationMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourcePropertyTranslationMetadataFactory" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourceTranslationMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AnnotationLoader" to "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\LoaderCollection".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\YamlLoader" to "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\LoaderCollection".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\EditorLoader" to "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\LoaderCollection".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\LoaderCollection" to "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\DataProvider\ItemDataProvider" to "Webeak\Bundle\ApiBundle\DataProvider\ChainItemDataProvider".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\DataProvider\CollectionDataProvider" to "Webeak\Bundle\ApiBundle\DataProvider\ChainCollectionDataProvider".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Filter\TextFilter" to "Webeak\Bundle\ApiBundle\FilterCollection".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Filter\NumericFilter" to "Webeak\Bundle\ApiBundle\FilterCollection".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Filter\BooleanFilter" to "Webeak\Bundle\ApiBundle\FilterCollection".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Filter\DateFilter" to "Webeak\Bundle\ApiBundle\FilterCollection".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Filter\NullFilter" to "Webeak\Bundle\ApiBundle\FilterCollection".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Filter\NotNullFilter" to "Webeak\Bundle\ApiBundle\FilterCollection".
Inlined service "Webeak\Bundle\ApiBundle\Generator\RandomGenerator" to "Webeak\Bundle\ApiBundle\Generator\GeneratorCollection".
Inlined service "Webeak\Bundle\ApiBundle\Generator\UniqueIdGenerator" to "Webeak\Bundle\ApiBundle\Generator\GeneratorCollection".
Inlined service "Negotiation\Negotiator" to "Webeak\Bundle\ApiBundle\EventListener\AddFormatListener".
Inlined service "Webeak\Bundle\ApiBundle\DataProvider\ChainCollectionDataProvider" to "Webeak\Bundle\ApiBundle\EventListener\ReadListener".
Inlined service "Webeak\Bundle\ApiBundle\Event\SubscriberCollection" to "Webeak\Bundle\ApiBundle\Event\EventDispatcher".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\ApiBundle\Controller\ManagerController" to "Webeak\Bundle\ApiBundle\Controller\ManagerController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\ApiBundle\Controller\PublicController" to "Webeak\Bundle\ApiBundle\Controller\PublicController".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Extension\OrderingExtension" to "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\DataProvider\CollectionDataProvider".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Extension\PaginationExtension" to "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\DataProvider\CollectionDataProvider".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Extension\LimitExtension" to "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\DataProvider\CollectionDataProvider".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Extension\GroupByExtension" to "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\DataProvider\CollectionDataProvider".
Inlined service "Webeak\Bundle\ApiBundle\FilterCollection" to "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Extension\FilteringExtension".
Inlined service "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Extension\FilteringOptionsResolver" to "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Extension\OptionsResolversCollection".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Factory\ResourcePropertyFilterExpressionMetadataFactory" to "Webeak\Bundle\ApiBundle\Bridge\Doctrine\Orm\Extension\FilteringOptionsResolver".
Inlined service "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.tipimail.inner" to "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.tipimail".
Inlined service "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.smtp.inner" to "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.smtp".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController" to "Webeak\Bundle\AppsBridgeBundle\Controller\ProxyController".
Inlined service "Webeak\Bundle\AppsBridgeBundle\ActionsCollection" to "Webeak\Bundle\AppsBridgeBundle\Proxy".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController" to "Webeak\Bundle\BackgroundTaskBundle\Controller\MiscController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController" to "Webeak\Bundle\BackgroundTaskBundle\Controller\ScheduledTaskController".
Inlined service ".service_locator.Xbsa8iG.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler" to "Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler".
Inlined service ".service_locator.Xbsa8iG.Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler" to "Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\FileBundle\Controller\FileController" to "Webeak\Bundle\FileBundle\Controller\FileController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\FileBundle\Controller\FileManagerController" to "Webeak\Bundle\FileBundle\Controller\FileManagerController".
Inlined service "Webeak\Bundle\FileBundle\FileIdentifierManager" to "Webeak\Bundle\FileBundle\FileManager".
Inlined service "Webeak\Bundle\EssentialBundle\RandomTaskFactory" to "Webeak\Bundle\FileBundle\FileManager".
Inlined service "Webeak\Bundle\FileBundle\Adapter\FileAdapter" to "Webeak\Bundle\FileBundle\FileManager".
Inlined service "Webeak\Bundle\FileBundle\Adapter\UploadedFileAdapter" to "Webeak\Bundle\FileBundle\FileManager".
Inlined service "Webeak\Bundle\FileBundle\Adapter\HttpPathAdapter" to "Webeak\Bundle\FileBundle\FileManager".
Inlined service "Webeak\Bundle\FileBundle\Adapter\LocalPathAdapter" to "Webeak\Bundle\FileBundle\FileManager".
Inlined service "Webeak\Bundle\FileBundle\FileIdentifierManager" to "Webeak\Bundle\FileBundle\ManagedFile".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\ProfilerBundle\Controller\CommandsController" to "Webeak\Bundle\ProfilerBundle\Controller\CommandsController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\ProfilerBundle\Controller\LogsController" to "Webeak\Bundle\ProfilerBundle\Controller\LogsController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\ProfilerBundle\Controller\MessagesController" to "Webeak\Bundle\ProfilerBundle\Controller\MessagesController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\ProfilerBundle\Controller\ReportController" to "Webeak\Bundle\ProfilerBundle\Controller\ReportController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\ProfilerBundle\Controller\RequestController" to "Webeak\Bundle\ProfilerBundle\Controller\RequestController".
Inlined service ".service_locator.O2p6Lk7.Webeak\Bundle\ProfilerBundle\Controller\SettingsController" to "Webeak\Bundle\ProfilerBundle\Controller\SettingsController".
Inlined service "Webeak\Bundle\ProfilerBundle\Stopwatch" to "Webeak\Bundle\ProfilerBundle\Profiler".
Inlined service "Webeak\Bundle\EssentialBundle\LoggedUserFetcher" to "Webeak\Bundle\ProfilerBundle\Profiler".
Inlined service "monolog.logger" to "Webeak\Bundle\ProfilerBundle\Logger".
Inlined service "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "Webeak\Bundle\AppsBridgeBundle\MessageHandler\BridgeCallMessageHandler" to ".messenger.handler_descriptor.Pqbry_K".
Inlined service "Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ScheduledTaskRunMessageHandler" to ".messenger.handler_descriptor.6j3dzkx".
Inlined service "Webeak\Bundle\BackgroundTaskBundle\MessageHandler\ServiceMethodCallMessageHandler" to ".messenger.handler_descriptor.LbnJaU4".
Inlined service "mercure.hub.default.message_handler" to ".messenger.handler_descriptor.oFKCS4G".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".doctrine.orm.wb_metadata_driver.inner" to ".doctrine.orm.wb_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "debug.security.event_dispatcher.oauth.inner" to "debug.security.event_dispatcher.oauth".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.yEoeHjj" to ".service_locator.yEoeHjj.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.oauth" to "debug.security.firewall.authenticator.oauth.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "mercure.hub.default.jwt.provider" to "mercure.hub.default.traceable.inner".
Inlined service ".service_locator.dwfSfD8" to "console.command_loader".
Inlined service ".service_locator.yEoeHjj.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "config_cache_factory" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "App\Security\Bridge\OAuth2Server\RefreshTokenRepository" to "App\Security\OAuth2Manager".
Inlined service "App\DependencyInjection\Factory\DateIntervalFactory" to "App\Security\OAuth2Manager".
Inlined service "App\Security\Bridge\OAuth2Server\RefreshTokenRepository" to "App\Security\OAuth2Manager".
Inlined service "App\Security\Bridge\OAuth2Server\RefreshTokenRepository" to "App\Security\OAuth2Manager".
Inlined service "App\DependencyInjection\Factory\DateIntervalFactory" to "App\Security\OAuth2Manager".
Inlined service "App\DependencyInjection\Factory\DateIntervalFactory" to "App\Security\OAuth2Manager".
Inlined service "App\DependencyInjection\Factory\DateIntervalFactory" to "App\Security\OAuth2Manager".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "property_accessor" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "property_accessor" 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 "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service ".security.request_matcher._LA_AHr" to "security.access_map".
Inlined service ".security.request_matcher._LA_AHr" to "security.access_map".
Inlined service "App\EntityManager\ApplicationEntityManager" to "Webeak\Bundle\DoctrineExtensionsBundle\EventListener\EntityObserverListener".
Inlined service "App\EntityManager\ApplicationEntityManager" to "Webeak\Bundle\DoctrineExtensionsBundle\EventListener\EntityObserverListener".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader" to "Webeak\Bundle\ApiBundle\Metadata\Factory\ApiMetadataFactory".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AttributeLoader" to "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader".
Inlined service "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\AttributeLoader" to "Webeak\Bundle\ApiBundle\Metadata\Annotation\Loader\UserLoader".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
3
Tag "container.decorator" was defined on service(s) "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "var_dumper.contextualized_cli_dumper", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.oauth", "debug.security.firewall.authenticator.main", "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.tipimail", "Webeak\Bundle\MailBundle\Transport\TrackedTransportFactoryDecorator.smtp", "mercure.hub.default.traceable", ".debug.http_client", "debug.security.event_dispatcher.oauth", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "mercure.hub" was defined on service(s) "mercure.hub.default.traceable", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.snc_redis", "monolog.logger.security", but was never used.