Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\DesignSchool\Post\PostFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\HTMLTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\HTMLTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\CleanTextTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\CleanTextTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\SiteType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\Security\UserRolesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\SearchCollection\SearchCollectionFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\QuillType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\Localization\MessageFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\LanguageType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\HtmlType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\FAQ\Translation\TranslationFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\FAQ\Topic\TopicType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\DesignSchool\SlugType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\DeleteType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\SnakeCaseToCamelCaseTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\AbstractType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\Webp\AbstractWebpCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\Blog\MakeCoverPictureCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Security\Authenticator\UsernameAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\Authenticator\UsernameAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\Authenticator\UsernameAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\Authenticator\UsernameAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\Authenticator\UsernameAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\Authenticator\UsernameAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Security\Authenticator\UsernameAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
The "App\Security\Authenticator\UsernameAuthenticator" class implements "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\SnakeCaseToCamelCaseTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\TagToStringTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Scheb\TwoFactorBundle\DependencyInjection\Factory\Security\TwoFactorFactory" class implements "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface" that is deprecated since Symfony 5.3, use AuthenticatorFactoryInterface instead.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\Blog\PostSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Knp\Bundle\GaufretteBundle\Command\FilesystemKeysCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand" 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 "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor" 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 "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Service\Translation\GetRedirectUrl" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\Authenticator\UsernameAuthenticator" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\FAQ\TopicController" service.
Method "Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface::onAuthenticationFailure()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface::onAuthenticationSuccess()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\DesignSchool\PostSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\FAQ\TopicSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\TagToStringTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\Localization\TranslationHistorySubscriber" 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 "Liip\ImagineBundle\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 "Aws\Symfony\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 "Lexik\Bundle\JWTAuthenticationBundle\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 "JMS\SerializerBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\Security\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Entity\Security\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Method "JMS\Serializer\Handler\SubscribingHandlerInterface::getSubscribingMethods()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Serializer\SubscribingHandler\I18nHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\UrlEncodeTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\UrlEncodeTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Scheb\TwoFactorBundle\DependencyInjection\Factory\Security\AuthenticatorTwoFactorFactory" should implement method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AuthenticatorFactoryInterface::getPriority(): int": defines the position at which the authenticator is called.
Since symfony/security-bundle 5.4: Method "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension::addSecurityListenerFactory()" is deprecated, use "addAuthenticatorFactory()" instead.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface::getKey()" might add "string" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\DependencyInjection\Security\Factory\JWTFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface::getPosition()" might add "string" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\DependencyInjection\Security\Factory\JWTFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface::create()" might add "array" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\DependencyInjection\Security\Factory\JWTFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface::getConfiguration()" might add "?ConfigurationInterface" as a native return type declaration in the future. Do the same in implementation "Liip\ImagineBundle\DependencyInjection\LiipImagineExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface::getConfiguration()" might add "?ConfigurationInterface" as a native return type declaration in the future. Do the same in implementation "Knp\Bundle\GaufretteBundle\DependencyInjection\KnpGaufretteExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface::getConfiguration()" might add "?ConfigurationInterface" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\JMSSerializerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Blog\BlogController" (parent: .abstract.instanceof.App\Controller\API\Blog\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Blog\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Blog\BlogController).
Resolving inheritance for "App\Controller\API\Blog\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Blog\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\CategoryController" (parent: .abstract.instanceof.App\Controller\API\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\CategoryController).
Resolving inheritance for "App\Controller\API\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\CategoryController" (parent: .abstract.instanceof.App\Controller\API\DesignSchool\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\CategoryController).
Resolving inheritance for "App\Controller\API\DesignSchool\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\ImageController" (parent: .abstract.instanceof.App\Controller\API\DesignSchool\ImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\ImageController).
Resolving inheritance for "App\Controller\API\DesignSchool\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\ImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\PostController" (parent: .abstract.instanceof.App\Controller\API\DesignSchool\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\PostController).
Resolving inheritance for "App\Controller\API\DesignSchool\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\SlugController" (parent: .abstract.instanceof.App\Controller\API\DesignSchool\SlugController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\SlugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\SlugController).
Resolving inheritance for "App\Controller\API\DesignSchool\SlugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\SlugController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignerResource\FileController" (parent: .abstract.instanceof.App\Controller\API\DesignerResource\FileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignerResource\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignerResource\FileController).
Resolving inheritance for "App\Controller\API\DesignerResource\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignerResource\FileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignerResource\ResourceController" (parent: .abstract.instanceof.App\Controller\API\DesignerResource\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignerResource\ResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignerResource\ResourceController).
Resolving inheritance for "App\Controller\API\DesignerResource\ResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignerResource\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\FAQ\TopicController" (parent: .abstract.instanceof.App\Controller\API\FAQ\TopicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\FAQ\TopicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\FAQ\TopicController).
Resolving inheritance for "App\Controller\API\FAQ\TopicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\FAQ\TopicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Security\UserController" (parent: .abstract.instanceof.App\Controller\API\Security\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Security\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Security\UserController).
Resolving inheritance for "App\Controller\API\Security\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Security\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\BlogController" (parent: .abstract.instanceof.App\Controller\Blog\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\BlogController).
Resolving inheritance for "App\Controller\Blog\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\CategoryController" (parent: .abstract.instanceof.App\Controller\Blog\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\CategoryController).
Resolving inheritance for "App\Controller\Blog\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController" (parent: .abstract.instanceof.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController).
Resolving inheritance for "App\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignSchool\CategoryController" (parent: .abstract.instanceof.App\Controller\DesignSchool\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignSchool\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignSchool\CategoryController).
Resolving inheritance for "App\Controller\DesignSchool\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignSchool\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignSchool\PostController" (parent: .abstract.instanceof.App\Controller\DesignSchool\PostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignSchool\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignSchool\PostController).
Resolving inheritance for "App\Controller\DesignSchool\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignSchool\PostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignerResource\CategoryController" (parent: .abstract.instanceof.App\Controller\DesignerResource\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignerResource\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignerResource\CategoryController).
Resolving inheritance for "App\Controller\DesignerResource\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignerResource\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignerResource\ResourceController" (parent: .abstract.instanceof.App\Controller\DesignerResource\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignerResource\ResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignerResource\ResourceController).
Resolving inheritance for "App\Controller\DesignerResource\ResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignerResource\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FAQ\TopicController" (parent: .abstract.instanceof.App\Controller\FAQ\TopicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FAQ\TopicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FAQ\TopicController).
Resolving inheritance for "App\Controller\FAQ\TopicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FAQ\TopicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FAQ\TranslationController" (parent: .abstract.instanceof.App\Controller\FAQ\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FAQ\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FAQ\TranslationController).
Resolving inheritance for "App\Controller\FAQ\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FAQ\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Localization\MessageController" (parent: .abstract.instanceof.App\Controller\Localization\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Localization\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Localization\MessageController).
Resolving inheritance for "App\Controller\Localization\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Localization\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Localization\TranslationController" (parent: .abstract.instanceof.App\Controller\Localization\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Localization\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Localization\TranslationController).
Resolving inheritance for "App\Controller\Localization\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Localization\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Localization\TranslationHistoryController" (parent: .abstract.instanceof.App\Controller\Localization\TranslationHistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Localization\TranslationHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Localization\TranslationHistoryController).
Resolving inheritance for "App\Controller\Localization\TranslationHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Localization\TranslationHistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchCollectionController" (parent: .abstract.instanceof.App\Controller\SearchCollectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchCollectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchCollectionController).
Resolving inheritance for "App\Controller\SearchCollectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchCollectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\AuthorizationController" (parent: .abstract.instanceof.App\Controller\Security\AuthorizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\AuthorizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\AuthorizationController).
Resolving inheritance for "App\Controller\Security\AuthorizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\AuthorizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\UserController" (parent: .abstract.instanceof.App\Controller\Security\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\UserController).
Resolving inheritance for "App\Controller\Security\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\UserController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategoryRepository" (parent: .abstract.instanceof.App\Repository\Blog\CategoryRepository).
Resolving inheritance for "App\Repository\Blog\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\FeaturedBlogPostRepository" (parent: .abstract.instanceof.App\Repository\Blog\FeaturedBlogPostRepository).
Resolving inheritance for "App\Repository\Blog\FeaturedBlogPostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\FeaturedBlogPostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\PostRepository" (parent: .abstract.instanceof.App\Repository\Blog\PostRepository).
Resolving inheritance for "App\Repository\Blog\PostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\PostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignSchool\CategoryRepository" (parent: .abstract.instanceof.App\Repository\DesignSchool\CategoryRepository).
Resolving inheritance for "App\Repository\DesignSchool\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignSchool\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignSchool\PostRepository" (parent: .abstract.instanceof.App\Repository\DesignSchool\PostRepository).
Resolving inheritance for "App\Repository\DesignSchool\PostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignSchool\PostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignerResource\CategoryRepository" (parent: .abstract.instanceof.App\Repository\DesignerResource\CategoryRepository).
Resolving inheritance for "App\Repository\DesignerResource\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignerResource\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignerResource\ResourceRepository" (parent: .abstract.instanceof.App\Repository\DesignerResource\ResourceRepository).
Resolving inheritance for "App\Repository\DesignerResource\ResourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignerResource\ResourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\TopicRepository" (parent: .abstract.instanceof.App\Repository\FAQ\TopicRepository).
Resolving inheritance for "App\Repository\FAQ\TopicRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\TopicRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\TranslationRepository" (parent: .abstract.instanceof.App\Repository\FAQ\TranslationRepository).
Resolving inheritance for "App\Repository\FAQ\TranslationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\TranslationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Localization\MessageRepository" (parent: .abstract.instanceof.App\Repository\Localization\MessageRepository).
Resolving inheritance for "App\Repository\Localization\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Localization\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Localization\TranslationHistoryRepository" (parent: .abstract.instanceof.App\Repository\Localization\TranslationHistoryRepository).
Resolving inheritance for "App\Repository\Localization\TranslationHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Localization\TranslationHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Localization\TranslationRepository" (parent: .abstract.instanceof.App\Repository\Localization\TranslationRepository).
Resolving inheritance for "App\Repository\Localization\TranslationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Localization\TranslationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchCollectionRepository" (parent: .abstract.instanceof.App\Repository\SearchCollectionRepository).
Resolving inheritance for "App\Repository\SearchCollectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchCollectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\UserRepository" (parent: .abstract.instanceof.App\Repository\Security\UserRepository).
Resolving inheritance for "App\Repository\Security\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository).
Resolving inheritance for "App\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\FAQ\Topic\RenderPath" (parent: .abstract.instanceof.App\Twig\Runtime\FAQ\Topic\RenderPath).
Resolving inheritance for "App\Twig\Runtime\FAQ\Topic\RenderPath" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\FAQ\Topic\RenderPath).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Localization\RenderTranslation" (parent: .abstract.instanceof.App\Twig\Runtime\Localization\RenderTranslation).
Resolving inheritance for "App\Twig\Runtime\Localization\RenderTranslation" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Localization\RenderTranslation).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Menu\RenderSidebar" (parent: .abstract.instanceof.App\Twig\Runtime\Menu\RenderSidebar).
Resolving inheritance for "App\Twig\Runtime\Menu\RenderSidebar" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Menu\RenderSidebar).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Security\RenderJWT" (parent: .abstract.instanceof.App\Twig\Runtime\Security\RenderJWT).
Resolving inheritance for "App\Twig\Runtime\Security\RenderJWT" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Security\RenderJWT).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\MakeCoverPictureCommand" (parent: .abstract.instanceof.App\Command\Blog\MakeCoverPictureCommand).
Resolving inheritance for "App\Command\Blog\MakeCoverPictureCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\MakeCoverPictureCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Webp\DesignSchool\CategoryWebpCommand" (parent: .abstract.instanceof.App\Command\Webp\DesignSchool\CategoryWebpCommand).
Resolving inheritance for "App\Command\Webp\DesignSchool\CategoryWebpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Webp\DesignSchool\CategoryWebpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Webp\DesignSchool\PostWebpCommand" (parent: .abstract.instanceof.App\Command\Webp\DesignSchool\PostWebpCommand).
Resolving inheritance for "App\Command\Webp\DesignSchool\PostWebpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Webp\DesignSchool\PostWebpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AbstractType" (parent: .abstract.instanceof.App\Form\Type\AbstractType).
Resolving inheritance for "App\Form\Type\AbstractType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AbstractType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Blog\BlogPostImageType" (parent: .abstract.instanceof.App\Form\Type\Blog\BlogPostImageType).
Resolving inheritance for "App\Form\Type\Blog\BlogPostImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Blog\BlogPostImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Blog\BlogPostType" (parent: .abstract.instanceof.App\Form\Type\Blog\BlogPostType).
Resolving inheritance for "App\Form\Type\Blog\BlogPostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Blog\BlogPostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Blog\CategoryType" (parent: .abstract.instanceof.App\Form\Type\Blog\CategoryType).
Resolving inheritance for "App\Form\Type\Blog\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Blog\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeleteType" (parent: .abstract.instanceof.App\Form\Type\DeleteType).
Resolving inheritance for "App\Form\Type\DeleteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeleteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\Category\CategoryType" (parent: .abstract.instanceof.App\Form\Type\DesignSchool\Category\CategoryType).
Resolving inheritance for "App\Form\Type\DesignSchool\Category\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\Category\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\Post\PostFilterType" (parent: .abstract.instanceof.App\Form\Type\DesignSchool\Post\PostFilterType).
Resolving inheritance for "App\Form\Type\DesignSchool\Post\PostFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\Post\PostFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\Post\PostType" (parent: .abstract.instanceof.App\Form\Type\DesignSchool\Post\PostType).
Resolving inheritance for "App\Form\Type\DesignSchool\Post\PostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\Post\PostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\SlugType" (parent: .abstract.instanceof.App\Form\Type\DesignSchool\SlugType).
Resolving inheritance for "App\Form\Type\DesignSchool\SlugType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\SlugType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignerResource\CategoryType" (parent: .abstract.instanceof.App\Form\Type\DesignerResource\CategoryType).
Resolving inheritance for "App\Form\Type\DesignerResource\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignerResource\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignerResource\ResourceFiltersType" (parent: .abstract.instanceof.App\Form\Type\DesignerResource\ResourceFiltersType).
Resolving inheritance for "App\Form\Type\DesignerResource\ResourceFiltersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignerResource\ResourceFiltersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignerResource\ResourceType" (parent: .abstract.instanceof.App\Form\Type\DesignerResource\ResourceType).
Resolving inheritance for "App\Form\Type\DesignerResource\ResourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignerResource\ResourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\HTML\MetadataType" (parent: .abstract.instanceof.App\Form\Type\FAQ\HTML\MetadataType).
Resolving inheritance for "App\Form\Type\FAQ\HTML\MetadataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\HTML\MetadataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Topic\CreateTopicType" (parent: .abstract.instanceof.App\Form\Type\FAQ\Topic\CreateTopicType).
Resolving inheritance for "App\Form\Type\FAQ\Topic\CreateTopicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Topic\CreateTopicType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Topic\TopicImageType" (parent: .abstract.instanceof.App\Form\Type\FAQ\Topic\TopicImageType).
Resolving inheritance for "App\Form\Type\FAQ\Topic\TopicImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Topic\TopicImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Topic\TopicType" (parent: .abstract.instanceof.App\Form\Type\FAQ\Topic\TopicType).
Resolving inheritance for "App\Form\Type\FAQ\Topic\TopicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Topic\TopicType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Translation\CreateTranslationType" (parent: .abstract.instanceof.App\Form\Type\FAQ\Translation\CreateTranslationType).
Resolving inheritance for "App\Form\Type\FAQ\Translation\CreateTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Translation\CreateTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Translation\TranslationFilterType" (parent: .abstract.instanceof.App\Form\Type\FAQ\Translation\TranslationFilterType).
Resolving inheritance for "App\Form\Type\FAQ\Translation\TranslationFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Translation\TranslationFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Translation\UpdateTranslationType" (parent: .abstract.instanceof.App\Form\Type\FAQ\Translation\UpdateTranslationType).
Resolving inheritance for "App\Form\Type\FAQ\Translation\UpdateTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Translation\UpdateTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HtmlType" (parent: .abstract.instanceof.App\Form\Type\HtmlType).
Resolving inheritance for "App\Form\Type\HtmlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HtmlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LanguageType" (parent: .abstract.instanceof.App\Form\Type\LanguageType).
Resolving inheritance for "App\Form\Type\LanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LanguageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Localization\MessageFilterType" (parent: .abstract.instanceof.App\Form\Type\Localization\MessageFilterType).
Resolving inheritance for "App\Form\Type\Localization\MessageFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Localization\MessageFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Localization\MessageType" (parent: .abstract.instanceof.App\Form\Type\Localization\MessageType).
Resolving inheritance for "App\Form\Type\Localization\MessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Localization\MessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Localization\Translation\UpdateTranslationType" (parent: .abstract.instanceof.App\Form\Type\Localization\Translation\UpdateTranslationType).
Resolving inheritance for "App\Form\Type\Localization\Translation\UpdateTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Localization\Translation\UpdateTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaginationType" (parent: .abstract.instanceof.App\Form\Type\PaginationType).
Resolving inheritance for "App\Form\Type\PaginationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaginationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\QuillType" (parent: .abstract.instanceof.App\Form\Type\QuillType).
Resolving inheritance for "App\Form\Type\QuillType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\QuillType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchCollection\SearchCollectionFilterType" (parent: .abstract.instanceof.App\Form\Type\SearchCollection\SearchCollectionFilterType).
Resolving inheritance for "App\Form\Type\SearchCollection\SearchCollectionFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchCollection\SearchCollectionFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchCollection\SearchCollectionType" (parent: .abstract.instanceof.App\Form\Type\SearchCollection\SearchCollectionType).
Resolving inheritance for "App\Form\Type\SearchCollection\SearchCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchCollection\SearchCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchCollection\TutorialType" (parent: .abstract.instanceof.App\Form\Type\SearchCollection\TutorialType).
Resolving inheritance for "App\Form\Type\SearchCollection\TutorialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchCollection\TutorialType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\CreateUserType" (parent: .abstract.instanceof.App\Form\Type\Security\User\CreateUserType).
Resolving inheritance for "App\Form\Type\Security\User\CreateUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\CreateUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\TwoFactorAuthUserType" (parent: .abstract.instanceof.App\Form\Type\Security\User\TwoFactorAuthUserType).
Resolving inheritance for "App\Form\Type\Security\User\TwoFactorAuthUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\TwoFactorAuthUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\UpdateUserType" (parent: .abstract.instanceof.App\Form\Type\Security\User\UpdateUserType).
Resolving inheritance for "App\Form\Type\Security\User\UpdateUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\UpdateUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\UserFilterType" (parent: .abstract.instanceof.App\Form\Type\Security\User\UserFilterType).
Resolving inheritance for "App\Form\Type\Security\User\UserFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\UserFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\UserRolesType" (parent: .abstract.instanceof.App\Form\Type\Security\UserRolesType).
Resolving inheritance for "App\Form\Type\Security\UserRolesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\UserRolesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SiteType" (parent: .abstract.instanceof.App\Form\Type\SiteType).
Resolving inheritance for "App\Form\Type\SiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SiteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SortByType" (parent: .abstract.instanceof.App\Form\Type\SortByType).
Resolving inheritance for "App\Form\Type\SortByType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SortByType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagType" (parent: .abstract.instanceof.App\Form\Type\TagType).
Resolving inheritance for "App\Form\Type\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UploadableType" (parent: .abstract.instanceof.App\Form\Type\UploadableType).
Resolving inheritance for "App\Form\Type\UploadableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UploadableType).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\Blog\CategorySubscriber" (parent: .abstract.instanceof.App\Serializer\EventSubscriber\Blog\CategorySubscriber).
Resolving inheritance for "App\Serializer\EventSubscriber\Blog\CategorySubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\Blog\CategorySubscriber).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\Blog\PostSubscriber" (parent: .abstract.instanceof.App\Serializer\EventSubscriber\Blog\PostSubscriber).
Resolving inheritance for "App\Serializer\EventSubscriber\Blog\PostSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\Blog\PostSubscriber).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\DesignSchool\CategorySubscriber" (parent: .abstract.instanceof.App\Serializer\EventSubscriber\DesignSchool\CategorySubscriber).
Resolving inheritance for "App\Serializer\EventSubscriber\DesignSchool\CategorySubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\DesignSchool\CategorySubscriber).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\DesignSchool\PostSubscriber" (parent: .abstract.instanceof.App\Serializer\EventSubscriber\DesignSchool\PostSubscriber).
Resolving inheritance for "App\Serializer\EventSubscriber\DesignSchool\PostSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\DesignSchool\PostSubscriber).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\DesignerResource\ResourceSubscriber" (parent: .abstract.instanceof.App\Serializer\EventSubscriber\DesignerResource\ResourceSubscriber).
Resolving inheritance for "App\Serializer\EventSubscriber\DesignerResource\ResourceSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\DesignerResource\ResourceSubscriber).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Serializer\SubscribingHandler\I18nHandler" (parent: .abstract.instanceof.App\Serializer\SubscribingHandler\I18nHandler).
Resolving inheritance for "App\Serializer\SubscribingHandler\I18nHandler" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Serializer\SubscribingHandler\I18nHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\Blog\PostValidator" (parent: .abstract.instanceof.App\Validation\Constraint\Blog\PostValidator).
Resolving inheritance for "App\Validation\Constraint\Blog\PostValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\Blog\PostValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\DesignSchool\PostValidator" (parent: .abstract.instanceof.App\Validation\Constraint\DesignSchool\PostValidator).
Resolving inheritance for "App\Validation\Constraint\DesignSchool\PostValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\DesignSchool\PostValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\DesignerResource\CategoryValidator" (parent: .abstract.instanceof.App\Validation\Constraint\DesignerResource\CategoryValidator).
Resolving inheritance for "App\Validation\Constraint\DesignerResource\CategoryValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\DesignerResource\CategoryValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\FAQ\TranslationValidator" (parent: .abstract.instanceof.App\Validation\Constraint\FAQ\TranslationValidator).
Resolving inheritance for "App\Validation\Constraint\FAQ\TranslationValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\FAQ\TranslationValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\SearchCollection\TutorialValidator" (parent: .abstract.instanceof.App\Validation\Constraint\SearchCollection\TutorialValidator).
Resolving inheritance for "App\Validation\Constraint\SearchCollection\TutorialValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\SearchCollection\TutorialValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\SearchCollection\UrlValidator" (parent: .abstract.instanceof.App\Validation\Constraint\SearchCollection\UrlValidator).
Resolving inheritance for "App\Validation\Constraint\SearchCollection\UrlValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\SearchCollection\UrlValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\SearchCollectionValidator" (parent: .abstract.instanceof.App\Validation\Constraint\SearchCollectionValidator).
Resolving inheritance for "App\Validation\Constraint\SearchCollectionValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\SearchCollectionValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\Security\CheckGoogleAuthCodeValidator" (parent: .abstract.instanceof.App\Validation\Constraint\Security\CheckGoogleAuthCodeValidator).
Resolving inheritance for "App\Validation\Constraint\Security\CheckGoogleAuthCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\Security\CheckGoogleAuthCodeValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
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.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.firewall_config.two_factor.main" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.success_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.main" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.main" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.main" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.main" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.provider.two_factor.main" (parent: scheb_two_factor.security.authentication.provider).
Resolving inheritance for "security.authentication.listener.two_factor.main" (parent: scheb_two_factor.security.authentication.listener).
Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.topic" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.blog" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.design_school" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.designer_resource" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.designer_resource_category" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.topic" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.topic" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.inject.blog" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.blog" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.inject.design_school" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.design_school" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.inject.designer_resource" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.designer_resource" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.upload.designer_resource_category" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "gaufrette.topic_adapter_adapter" (parent: knp_gaufrette.adapter.aws_s3).
Resolving inheritance for "gaufrette.blog_adapter_adapter" (parent: knp_gaufrette.adapter.aws_s3).
Resolving inheritance for "gaufrette.design_school_adapter_adapter" (parent: knp_gaufrette.adapter.aws_s3).
Resolving inheritance for "gaufrette.designer_resource_adapter_adapter" (parent: knp_gaufrette.adapter.aws_s3).
Resolving inheritance for "gaufrette.designer_resource_category_adapter_adapter" (parent: knp_gaufrette.adapter.aws_s3).
Resolving inheritance for "gaufrette.topic_fs_filesystem" (parent: knp_gaufrette.filesystem).
Resolving inheritance for "gaufrette.blog_fs_filesystem" (parent: knp_gaufrette.filesystem).
Resolving inheritance for "gaufrette.design_school_fs_filesystem" (parent: knp_gaufrette.filesystem).
Resolving inheritance for "gaufrette.designer_resource_fs_filesystem" (parent: knp_gaufrette.filesystem).
Resolving inheritance for "gaufrette.designer_resource_category_fs_filesystem" (parent: knp_gaufrette.filesystem).
Resolving inheritance for "liip_imagine.cache.resolver.ds_origin_resolver" (parent: liip_imagine.cache.resolver.prototype.aws_s3).
Resolving inheritance for "liip_imagine.cache.resolver.ds_thumbnails_resolver" (parent: liip_imagine.cache.resolver.prototype.aws_s3).
Resolving inheritance for "liip_imagine.cache.resolver.design_school_post_resolver" (parent: liip_imagine.cache.resolver.prototype.aws_s3).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.ds_loader" (parent: liip_imagine.binary.loader.prototype.stream).
Resolving inheritance for "liip_imagine.binary.loader.design_school_post_loader" (parent: liip_imagine.binary.loader.prototype.stream).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_functional_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_unit_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 "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" (parent: fos_rest.format_request_matcher).
Resolving inheritance for "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" (parent: fos_rest.format_request_matcher).
Resolving inheritance for "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" (parent: fos_rest.format_request_matcher).
Resolving inheritance for "security.authentication.provider.guard.api.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
Resolving inheritance for "security.authentication.provider.guard.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
Resolving inheritance for "security.authentication.provider.anonymous.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
4
Removing method "setEntityManager" of service "App\Controller\API\Blog\BlogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\API\FAQ\TopicController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\FAQ\TopicController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\FAQ\TranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
517
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "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 "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\GaufretteStorage"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "Knp\Bundle\GaufretteBundle\FilesystemMap"; reason: private alias.
Removed service "Aws\AccessAnalyzer\AccessAnalyzerClient"; reason: private alias.
Removed service "Aws\ACMPCA\ACMPCAClient"; reason: private alias.
Removed service "Aws\Acm\AcmClient"; reason: private alias.
Removed service "Aws\AlexaForBusiness\AlexaForBusinessClient"; reason: private alias.
Removed service "Aws\Amplify\AmplifyClient"; reason: private alias.
Removed service "Aws\ApiGateway\ApiGatewayClient"; reason: private alias.
Removed service "Aws\ApiGatewayManagementApi\ApiGatewayManagementApiClient"; reason: private alias.
Removed service "Aws\ApiGatewayV2\ApiGatewayV2Client"; reason: private alias.
Removed service "Aws\AppConfig\AppConfigClient"; reason: private alias.
Removed service "Aws\Appflow\AppflowClient"; reason: private alias.
Removed service "Aws\ApplicationAutoScaling\ApplicationAutoScalingClient"; reason: private alias.
Removed service "Aws\ApplicationInsights\ApplicationInsightsClient"; reason: private alias.
Removed service "Aws\AppMesh\AppMeshClient"; reason: private alias.
Removed service "Aws\Appstream\AppstreamClient"; reason: private alias.
Removed service "Aws\AppSync\AppSyncClient"; reason: private alias.
Removed service "Aws\Athena\AthenaClient"; reason: private alias.
Removed service "Aws\AutoScalingPlans\AutoScalingPlansClient"; reason: private alias.
Removed service "Aws\AutoScaling\AutoScalingClient"; reason: private alias.
Removed service "Aws\Backup\BackupClient"; reason: private alias.
Removed service "Aws\Batch\BatchClient"; reason: private alias.
Removed service "Aws\Braket\BraketClient"; reason: private alias.
Removed service "Aws\Budgets\BudgetsClient"; reason: private alias.
Removed service "Aws\CostExplorer\CostExplorerClient"; reason: private alias.
Removed service "Aws\Chime\ChimeClient"; reason: private alias.
Removed service "Aws\Cloud9\Cloud9Client"; reason: private alias.
Removed service "Aws\CloudDirectory\CloudDirectoryClient"; reason: private alias.
Removed service "Aws\CloudFormation\CloudFormationClient"; reason: private alias.
Removed service "Aws\CloudFront\CloudFrontClient"; reason: private alias.
Removed service "Aws\CloudHsm\CloudHsmClient"; reason: private alias.
Removed service "Aws\CloudHSMV2\CloudHSMV2Client"; reason: private alias.
Removed service "Aws\CloudSearch\CloudSearchClient"; reason: private alias.
Removed service "Aws\CloudSearchDomain\CloudSearchDomainClient"; reason: private alias.
Removed service "Aws\CloudTrail\CloudTrailClient"; reason: private alias.
Removed service "Aws\CodeArtifact\CodeArtifactClient"; reason: private alias.
Removed service "Aws\CodeBuild\CodeBuildClient"; reason: private alias.
Removed service "Aws\CodeCommit\CodeCommitClient"; reason: private alias.
Removed service "Aws\CodeDeploy\CodeDeployClient"; reason: private alias.
Removed service "Aws\CodeGuruReviewer\CodeGuruReviewerClient"; reason: private alias.
Removed service "Aws\CodeGuruProfiler\CodeGuruProfilerClient"; reason: private alias.
Removed service "Aws\CodePipeline\CodePipelineClient"; reason: private alias.
Removed service "Aws\CodeStarconnections\CodeStarconnectionsClient"; reason: private alias.
Removed service "Aws\CodeStarNotifications\CodeStarNotificationsClient"; reason: private alias.
Removed service "Aws\CodeStar\CodeStarClient"; reason: private alias.
Removed service "Aws\CognitoIdentity\CognitoIdentityClient"; reason: private alias.
Removed service "Aws\CognitoIdentityProvider\CognitoIdentityProviderClient"; reason: private alias.
Removed service "Aws\CognitoSync\CognitoSyncClient"; reason: private alias.
Removed service "Aws\Comprehend\ComprehendClient"; reason: private alias.
Removed service "Aws\ComprehendMedical\ComprehendMedicalClient"; reason: private alias.
Removed service "Aws\ComputeOptimizer\ComputeOptimizerClient"; reason: private alias.
Removed service "Aws\ConfigService\ConfigServiceClient"; reason: private alias.
Removed service "Aws\Connect\ConnectClient"; reason: private alias.
Removed service "Aws\ConnectParticipant\ConnectParticipantClient"; reason: private alias.
Removed service "Aws\CostandUsageReportService\CostandUsageReportServiceClient"; reason: private alias.
Removed service "Aws\IotDataPlane\IotDataPlaneClient"; reason: private alias.
Removed service "Aws\DataExchange\DataExchangeClient"; reason: private alias.
Removed service "Aws\DataPipeline\DataPipelineClient"; reason: private alias.
Removed service "Aws\DataSync\DataSyncClient"; reason: private alias.
Removed service "Aws\DAX\DAXClient"; reason: private alias.
Removed service "Aws\Detective\DetectiveClient"; reason: private alias.
Removed service "Aws\DeviceFarm\DeviceFarmClient"; reason: private alias.
Removed service "Aws\DirectConnect\DirectConnectClient"; reason: private alias.
Removed service "Aws\ApplicationDiscoveryService\ApplicationDiscoveryServiceClient"; reason: private alias.
Removed service "Aws\DLM\DLMClient"; reason: private alias.
Removed service "Aws\DatabaseMigrationService\DatabaseMigrationServiceClient"; reason: private alias.
Removed service "Aws\DocDB\DocDBClient"; reason: private alias.
Removed service "Aws\DirectoryService\DirectoryServiceClient"; reason: private alias.
Removed service "Aws\DynamoDb\DynamoDbClient"; reason: private alias.
Removed service "Aws\EBS\EBSClient"; reason: private alias.
Removed service "Aws\EC2InstanceConnect\EC2InstanceConnectClient"; reason: private alias.
Removed service "Aws\Ec2\Ec2Client"; reason: private alias.
Removed service "Aws\Ecr\EcrClient"; reason: private alias.
Removed service "Aws\Ecs\EcsClient"; reason: private alias.
Removed service "Aws\EKS\EKSClient"; reason: private alias.
Removed service "Aws\ElasticInference\ElasticInferenceClient"; reason: private alias.
Removed service "Aws\ElastiCache\ElastiCacheClient"; reason: private alias.
Removed service "Aws\ElasticBeanstalk\ElasticBeanstalkClient"; reason: private alias.
Removed service "Aws\Efs\EfsClient"; reason: private alias.
Removed service "Aws\ElasticLoadBalancing\ElasticLoadBalancingClient"; reason: private alias.
Removed service "Aws\ElasticLoadBalancingV2\ElasticLoadBalancingV2Client"; reason: private alias.
Removed service "Aws\Emr\EmrClient"; reason: private alias.
Removed service "Aws\ElasticTranscoder\ElasticTranscoderClient"; reason: private alias.
Removed service "Aws\Ses\SesClient"; reason: private alias.
Removed service "Aws\MarketplaceEntitlementService\MarketplaceEntitlementServiceClient"; reason: private alias.
Removed service "Aws\ElasticsearchService\ElasticsearchServiceClient"; reason: private alias.
Removed service "Aws\EventBridge\EventBridgeClient"; reason: private alias.
Removed service "Aws\CloudWatchEvents\CloudWatchEventsClient"; reason: private alias.
Removed service "Aws\Firehose\FirehoseClient"; reason: private alias.
Removed service "Aws\FMS\FMSClient"; reason: private alias.
Removed service "Aws\ForecastService\ForecastServiceClient"; reason: private alias.
Removed service "Aws\ForecastQueryService\ForecastQueryServiceClient"; reason: private alias.
Removed service "Aws\FraudDetector\FraudDetectorClient"; reason: private alias.
Removed service "Aws\FSx\FSxClient"; reason: private alias.
Removed service "Aws\GameLift\GameLiftClient"; reason: private alias.
Removed service "Aws\Glacier\GlacierClient"; reason: private alias.
Removed service "Aws\GlobalAccelerator\GlobalAcceleratorClient"; reason: private alias.
Removed service "Aws\Glue\GlueClient"; reason: private alias.
Removed service "Aws\Greengrass\GreengrassClient"; reason: private alias.
Removed service "Aws\GroundStation\GroundStationClient"; reason: private alias.
Removed service "Aws\GuardDuty\GuardDutyClient"; reason: private alias.
Removed service "Aws\Health\HealthClient"; reason: private alias.
Removed service "Aws\Honeycode\HoneycodeClient"; reason: private alias.
Removed service "Aws\Iam\IamClient"; reason: private alias.
Removed service "Aws\IdentityStore\IdentityStoreClient"; reason: private alias.
Removed service "Aws\imagebuilder\imagebuilderClient"; reason: private alias.
Removed service "Aws\ImportExport\ImportExportClient"; reason: private alias.
Removed service "Aws\Inspector\InspectorClient"; reason: private alias.
Removed service "Aws\IoTJobsDataPlane\IoTJobsDataPlaneClient"; reason: private alias.
Removed service "Aws\Iot\IotClient"; reason: private alias.
Removed service "Aws\IoT1ClickDevicesService\IoT1ClickDevicesServiceClient"; reason: private alias.
Removed service "Aws\IoT1ClickProjects\IoT1ClickProjectsClient"; reason: private alias.
Removed service "Aws\IoTAnalytics\IoTAnalyticsClient"; reason: private alias.
Removed service "Aws\IoTEventsData\IoTEventsDataClient"; reason: private alias.
Removed service "Aws\IoTEvents\IoTEventsClient"; reason: private alias.
Removed service "Aws\IoTSecureTunneling\IoTSecureTunnelingClient"; reason: private alias.
Removed service "Aws\IoTSiteWise\IoTSiteWiseClient"; reason: private alias.
Removed service "Aws\IoTThingsGraph\IoTThingsGraphClient"; reason: private alias.
Removed service "Aws\IVS\IVSClient"; reason: private alias.
Removed service "Aws\Kafka\KafkaClient"; reason: private alias.
Removed service "Aws\kendra\kendraClient"; reason: private alias.
Removed service "Aws\KinesisVideoArchivedMedia\KinesisVideoArchivedMediaClient"; reason: private alias.
Removed service "Aws\KinesisVideoMedia\KinesisVideoMediaClient"; reason: private alias.
Removed service "Aws\KinesisVideoSignalingChannels\KinesisVideoSignalingChannelsClient"; reason: private alias.
Removed service "Aws\Kinesis\KinesisClient"; reason: private alias.
Removed service "Aws\KinesisAnalytics\KinesisAnalyticsClient"; reason: private alias.
Removed service "Aws\KinesisAnalyticsV2\KinesisAnalyticsV2Client"; reason: private alias.
Removed service "Aws\KinesisVideo\KinesisVideoClient"; reason: private alias.
Removed service "Aws\Kms\KmsClient"; reason: private alias.
Removed service "Aws\LakeFormation\LakeFormationClient"; reason: private alias.
Removed service "Aws\Lambda\LambdaClient"; reason: private alias.
Removed service "Aws\LexModelBuildingService\LexModelBuildingServiceClient"; reason: private alias.
Removed service "Aws\LicenseManager\LicenseManagerClient"; reason: private alias.
Removed service "Aws\Lightsail\LightsailClient"; reason: private alias.
Removed service "Aws\CloudWatchLogs\CloudWatchLogsClient"; reason: private alias.
Removed service "Aws\MachineLearning\MachineLearningClient"; reason: private alias.
Removed service "Aws\Macie\MacieClient"; reason: private alias.
Removed service "Aws\Macie2\Macie2Client"; reason: private alias.
Removed service "Aws\ManagedBlockchain\ManagedBlockchainClient"; reason: private alias.
Removed service "Aws\MarketplaceCatalog\MarketplaceCatalogClient"; reason: private alias.
Removed service "Aws\MarketplaceCommerceAnalytics\MarketplaceCommerceAnalyticsClient"; reason: private alias.
Removed service "Aws\MediaConnect\MediaConnectClient"; reason: private alias.
Removed service "Aws\MediaConvert\MediaConvertClient"; reason: private alias.
Removed service "Aws\MediaLive\MediaLiveClient"; reason: private alias.
Removed service "Aws\MediaPackageVod\MediaPackageVodClient"; reason: private alias.
Removed service "Aws\MediaPackage\MediaPackageClient"; reason: private alias.
Removed service "Aws\MediaStoreData\MediaStoreDataClient"; reason: private alias.
Removed service "Aws\MediaStore\MediaStoreClient"; reason: private alias.
Removed service "Aws\MediaTailor\MediaTailorClient"; reason: private alias.
Removed service "Aws\MarketplaceMetering\MarketplaceMeteringClient"; reason: private alias.
Removed service "Aws\MigrationHub\MigrationHubClient"; reason: private alias.
Removed service "Aws\MigrationHubConfig\MigrationHubConfigClient"; reason: private alias.
Removed service "Aws\Mobile\MobileClient"; reason: private alias.
Removed service "Aws\CloudWatch\CloudWatchClient"; reason: private alias.
Removed service "Aws\MQ\MQClient"; reason: private alias.
Removed service "Aws\MTurk\MTurkClient"; reason: private alias.
Removed service "Aws\Neptune\NeptuneClient"; reason: private alias.
Removed service "Aws\NetworkManager\NetworkManagerClient"; reason: private alias.
Removed service "Aws\OpsWorks\OpsWorksClient"; reason: private alias.
Removed service "Aws\OpsWorksCM\OpsWorksCMClient"; reason: private alias.
Removed service "Aws\Organizations\OrganizationsClient"; reason: private alias.
Removed service "Aws\Outposts\OutpostsClient"; reason: private alias.
Removed service "Aws\PersonalizeEvents\PersonalizeEventsClient"; reason: private alias.
Removed service "Aws\PersonalizeRuntime\PersonalizeRuntimeClient"; reason: private alias.
Removed service "Aws\Personalize\PersonalizeClient"; reason: private alias.
Removed service "Aws\PI\PIClient"; reason: private alias.
Removed service "Aws\PinpointEmail\PinpointEmailClient"; reason: private alias.
Removed service "Aws\Pinpoint\PinpointClient"; reason: private alias.
Removed service "Aws\Polly\PollyClient"; reason: private alias.
Removed service "Aws\Pricing\PricingClient"; reason: private alias.
Removed service "Aws\QLDBSession\QLDBSessionClient"; reason: private alias.
Removed service "Aws\QLDB\QLDBClient"; reason: private alias.
Removed service "Aws\QuickSight\QuickSightClient"; reason: private alias.
Removed service "Aws\RAM\RAMClient"; reason: private alias.
Removed service "Aws\RDSDataService\RDSDataServiceClient"; reason: private alias.
Removed service "Aws\Rds\RdsClient"; reason: private alias.
Removed service "Aws\RedshiftDataAPIService\RedshiftDataAPIServiceClient"; reason: private alias.
Removed service "Aws\Redshift\RedshiftClient"; reason: private alias.
Removed service "Aws\Rekognition\RekognitionClient"; reason: private alias.
Removed service "Aws\ResourceGroups\ResourceGroupsClient"; reason: private alias.
Removed service "Aws\ResourceGroupsTaggingAPI\ResourceGroupsTaggingAPIClient"; reason: private alias.
Removed service "Aws\RoboMaker\RoboMakerClient"; reason: private alias.
Removed service "Aws\Route53\Route53Client"; reason: private alias.
Removed service "Aws\Route53Domains\Route53DomainsClient"; reason: private alias.
Removed service "Aws\Route53Resolver\Route53ResolverClient"; reason: private alias.
Removed service "Aws\LexRuntimeService\LexRuntimeServiceClient"; reason: private alias.
Removed service "Aws\SageMakerRuntime\SageMakerRuntimeClient"; reason: private alias.
Removed service "Aws\S3\S3Client"; reason: private alias.
Removed service "Aws\S3Control\S3ControlClient"; reason: private alias.
Removed service "Aws\AugmentedAIRuntime\AugmentedAIRuntimeClient"; reason: private alias.
Removed service "Aws\SageMaker\SageMakerClient"; reason: private alias.
Removed service "Aws\SavingsPlans\SavingsPlansClient"; reason: private alias.
Removed service "Aws\Schemas\SchemasClient"; reason: private alias.
Removed service "Aws\SecretsManager\SecretsManagerClient"; reason: private alias.
Removed service "Aws\SecurityHub\SecurityHubClient"; reason: private alias.
Removed service "Aws\ServerlessApplicationRepository\ServerlessApplicationRepositoryClient"; reason: private alias.
Removed service "Aws\ServiceQuotas\ServiceQuotasClient"; reason: private alias.
Removed service "Aws\ServiceCatalog\ServiceCatalogClient"; reason: private alias.
Removed service "Aws\ServiceDiscovery\ServiceDiscoveryClient"; reason: private alias.
Removed service "Aws\SesV2\SesV2Client"; reason: private alias.
Removed service "Aws\Shield\ShieldClient"; reason: private alias.
Removed service "Aws\signer\signerClient"; reason: private alias.
Removed service "Aws\PinpointSMSVoice\PinpointSMSVoiceClient"; reason: private alias.
Removed service "Aws\Sms\SmsClient"; reason: private alias.
Removed service "Aws\SnowBall\SnowBallClient"; reason: private alias.
Removed service "Aws\Sns\SnsClient"; reason: private alias.
Removed service "Aws\Sqs\SqsClient"; reason: private alias.
Removed service "Aws\Ssm\SsmClient"; reason: private alias.
Removed service "Aws\SSOAdmin\SSOAdminClient"; reason: private alias.
Removed service "Aws\SSOOIDC\SSOOIDCClient"; reason: private alias.
Removed service "Aws\SSO\SSOClient"; reason: private alias.
Removed service "Aws\Sfn\SfnClient"; reason: private alias.
Removed service "Aws\StorageGateway\StorageGatewayClient"; reason: private alias.
Removed service "Aws\DynamoDbStreams\DynamoDbStreamsClient"; reason: private alias.
Removed service "Aws\Sts\StsClient"; reason: private alias.
Removed service "Aws\Support\SupportClient"; reason: private alias.
Removed service "Aws\Swf\SwfClient"; reason: private alias.
Removed service "Aws\Synthetics\SyntheticsClient"; reason: private alias.
Removed service "Aws\Textract\TextractClient"; reason: private alias.
Removed service "Aws\TranscribeService\TranscribeServiceClient"; reason: private alias.
Removed service "Aws\Transfer\TransferClient"; reason: private alias.
Removed service "Aws\Translate\TranslateClient"; reason: private alias.
Removed service "Aws\WafRegional\WafRegionalClient"; reason: private alias.
Removed service "Aws\Waf\WafClient"; reason: private alias.
Removed service "Aws\WAFV2\WAFV2Client"; reason: private alias.
Removed service "Aws\WorkDocs\WorkDocsClient"; reason: private alias.
Removed service "Aws\WorkLink\WorkLinkClient"; reason: private alias.
Removed service "Aws\WorkMail\WorkMailClient"; reason: private alias.
Removed service "Aws\WorkMailMessageFlow\WorkMailMessageFlowClient"; reason: private alias.
Removed service "Aws\WorkSpaces\WorkSpacesClient"; reason: private alias.
Removed service "Aws\XRay\XRayClient"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "scheb_two_factor.first_two_factor_handler"; reason: private alias.
Removed service "scheb_two_factor.handler_condition"; reason: private alias.
Removed service "scheb_two_factor.security.google.form_renderer"; reason: private alias.
Removed service "scheb_two_factor.persister"; reason: private alias.
Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
Removed service "scheb_two_factor.token_factory"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service ".service_locator.JYo.9Ts"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.oURT0NJ"; reason: private alias.
Removed service ".service_locator.qCEMPGd"; reason: private alias.
Removed service ".service_locator.aeKO5zI"; reason: private alias.
Removed service ".service_locator.JhUN6jc"; reason: private alias.
Removed service ".service_locator.Z1X9gmZ"; reason: private alias.
Removed service ".service_locator.gAHYtB3"; reason: private alias.
Removed service ".service_locator.5VMigIv"; reason: private alias.
Removed service ".service_locator.FDv17hz"; reason: private alias.
Removed service ".service_locator.8UT9.Sx"; reason: private alias.
Removed service ".service_locator.sZzfLLl"; reason: private alias.
Removed service ".service_locator.WZERWeQ"; reason: private alias.
Removed service ".service_locator.eCTmo6F"; reason: private alias.
Removed service ".service_locator.EJAb6Z9"; reason: private alias.
Removed service ".service_locator.WBBJOl6"; reason: private alias.
Removed service ".service_locator.3rssV5i"; reason: private alias.
Removed service ".service_locator.w_9TnH1"; reason: private alias.
Removed service ".service_locator.MgxQ7Mg"; reason: private alias.
Removed service ".service_locator.P9rmqXf"; reason: private alias.
Removed service ".service_locator.1_VkYP1"; reason: private alias.
Removed service ".service_locator.gvbzCBn"; reason: private alias.
Removed service ".service_locator.ZRSwQcR"; reason: private alias.
Removed service ".service_locator.7NWLQcS"; reason: private alias.
Removed service ".service_locator.uBBJpw5"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "security.authentication.provider.guard.api"; reason: private alias.
Removed service "security.authentication.provider.guard.main"; reason: private alias.
Removed service "security.authentication.provider.anonymous.main"; reason: private alias.
Removed service ".service_locator._5g_Wvc"; reason: private alias.
Removed service ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator.gJPWWfK"; reason: private alias.
Removed service ".service_locator.W36rTia"; reason: private alias.
Removed service ".service_locator.unV14YU"; reason: private alias.
Removed service ".service_locator.8MxDuz1"; reason: private alias.
Removed service ".service_locator.hf7M6K1"; reason: private alias.
Removed service ".service_locator.5inYwUK"; reason: private alias.
Removed service ".service_locator.SYQE5fU"; reason: private alias.
Removed service ".service_locator.Q8y9zYU"; reason: private alias.
Removed service ".service_locator.C3wpoSt"; reason: private alias.
Removed service ".service_locator.kydi4Ed"; reason: private alias.
Removed service ".service_locator.I6uDghJ"; reason: private alias.
Removed service ".service_locator.tYzYYjq"; reason: private alias.
Removed service ".service_locator.ds3mt8k"; reason: private alias.
Removed service ".service_locator.mF3S2OC"; reason: private alias.
Removed service ".service_locator.Nc3fP5r"; reason: private alias.
Removed service ".service_locator.Gfo1bdy"; reason: private alias.
Removed service ".service_locator.SdEq5pm"; reason: private alias.
Removed service ".service_locator.qxdQE2b"; reason: private alias.
Removed service ".service_locator.pOGO_Q6"; reason: private alias.
Removed service ".service_locator.RLxxSaY"; reason: private alias.
Removed service ".service_locator.aE5y62O"; reason: private alias.
Removed service ".service_locator.UDEY1CC"; reason: private alias.
Removed service ".service_locator.CG_kDEs"; reason: private alias.
Removed service ".service_locator.E0GbxXG"; reason: private alias.
Removed service ".service_locator.Gyl16Y0"; reason: private alias.
Removed service ".service_locator.OOHZ1u6"; reason: private alias.
Removed service ".service_locator.fIi4MUY"; reason: private alias.
Removed service ".service_locator.UQo3t_J"; reason: private alias.
Removed service ".service_locator.KyP3r5t"; reason: private alias.
Removed service ".service_locator.guXH7Z2"; reason: private alias.
Removed service ".service_locator.oQdpLSP"; reason: private alias.
Removed service ".service_locator.YXxb2a9"; reason: private alias.
Removed service ".service_locator.OD6oTls"; reason: private alias.
Removed service ".service_locator.TrShhOk"; reason: private alias.
Removed service ".service_locator.58L.BVq"; reason: private alias.
Removed service ".service_locator.fHYCmOB"; reason: private alias.
Removed service ".service_locator.tU9Vsk_"; reason: private alias.
Removed service ".service_locator.JwRPv7B"; reason: private alias.
Removed service ".service_locator.B5OhvJV"; reason: private alias.
Removed service ".service_locator.QloHj9V"; reason: private alias.
Removed service ".service_locator.NJ8mGjw"; reason: private alias.
Removed service ".service_locator.0vQY65f"; reason: private alias.
Removed service ".service_locator.WYZz_nK"; reason: private alias.
Removed service ".service_locator.8JGm5SE"; reason: private alias.
Removed service ".service_locator.F6FRgV6"; reason: private alias.
Removed service ".service_locator.bCrW_bu"; reason: private alias.
Removed service ".service_locator.QAPheDb"; reason: private alias.
Removed service ".service_locator.PCg3wYy"; reason: private alias.
Removed service ".service_locator.9hjer2j"; reason: private alias.
Removed service ".service_locator.exdwWef"; reason: private alias.
Removed service ".service_locator.udc5olR"; reason: private alias.
Removed service ".service_locator.yUGpRSO"; reason: private alias.
Removed service ".service_locator.AFWVmm6"; reason: private alias.
Removed service ".service_locator.kXCVHeG"; reason: private alias.
Removed service ".service_locator.cJgwfuu"; reason: private alias.
Removed service ".service_locator.qhPBnKf"; reason: private alias.
Removed service ".service_locator.2Y2SJhr"; reason: private alias.
Removed service ".service_locator.qi.07Aa"; reason: private alias.
Removed service ".service_locator.S6hMh8D"; reason: private alias.
Removed service ".service_locator.bT.2lOh"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
117
Changed reference of service "App\Controller\FAQ\TopicController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Security\Authenticator\UsernameAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Authenticator\UsernameAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Service\DesignerResource\Resource\GetTypes" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Menu\Sidebar\BlogBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Menu\Sidebar\DesignSchoolBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Menu\Sidebar\DesignerResourceBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Menu\Sidebar\FAQBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Menu\Sidebar\LocalizationBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Menu\Sidebar\LocalizationBuilder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Menu\Sidebar\SearchCollectionBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Menu\Sidebar\SecurityBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Translation\GetRedirectUrl" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Translation\GetRedirectUrl" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Form\Type\Localization\MessageFilterType" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.kernel_exception_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer.deserialization_graph_navigator_factory" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
Changed reference of service "jms_serializer.serialization_graph_navigator_factory" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" 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 "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.dHHQDtH" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.yYoV0uZ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
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.scheb_two_factor.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.uAuCZS4" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.p3KTscm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
339
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.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 "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "fos_rest.format_request_matcher"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "knp_gaufrette.filesystem"; reason: abstract.
Removed service "knp_gaufrette.adapter.in_memory"; reason: abstract.
Removed service "knp_gaufrette.adapter.local"; reason: abstract.
Removed service "knp_gaufrette.adapter.safe_local"; reason: abstract.
Removed service "knp_gaufrette.adapter.amazon_s3"; reason: abstract.
Removed service "knp_gaufrette.adapter.aws_s3"; reason: abstract.
Removed service "knp_gaufrette.adapter.doctrine_dbal"; reason: abstract.
Removed service "knp_gaufrette.adapter.acl_aware_amazon_s3"; reason: abstract.
Removed service "knp_gaufrette.adapter.opencloud"; reason: abstract.
Removed service "knp_gaufrette.adapter.azure_blob_storage"; reason: abstract.
Removed service "knp_gaufrette.adapter.google_cloud_storage"; reason: abstract.
Removed service "knp_gaufrette.adapter.gridfs"; reason: abstract.
Removed service "knp_gaufrette.adapter.mogilefs"; reason: abstract.
Removed service "knp_gaufrette.adapter.ftp"; reason: abstract.
Removed service "knp_gaufrette.adapter.sftp"; reason: abstract.
Removed service "knp_gaufrette.adapter.phpseclib_sftp"; reason: abstract.
Removed service "knp_gaufrette.adapter.apc"; reason: abstract.
Removed service "knp_gaufrette.adapter.cache"; reason: abstract.
Removed service "knp_gaufrette.adapter.dropbox"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.provider.decorator"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.provider"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.listener"; reason: abstract.
Removed service "scheb_two_factor.security.rememberme_services_decorator"; reason: abstract.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: abstract.
Removed service "scheb_two_factor.security.form_listener"; reason: abstract.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: abstract.
Removed service "scheb_two_factor.security.access_listener"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: abstract.
Removed service "scheb_two_factor.security.firewall_config"; reason: abstract.
Removed service "scheb_two_factor.security.authenticator"; reason: abstract.
Removed service "scheb_two_factor.security.listener.token_created"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Blog\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Blog\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Blog\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\DesignSchool\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\ImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\DesignSchool\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\DesignSchool\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignSchool\SlugController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignSchool\SlugController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\DesignSchool\SlugController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignerResource\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignerResource\FileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\DesignerResource\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\DesignerResource\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\DesignerResource\ResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\DesignerResource\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\FAQ\TopicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\FAQ\TopicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\FAQ\TopicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\Security\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\Security\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\Security\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Blog\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Blog\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Blog\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Blog\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignSchool\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignSchool\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DesignSchool\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignSchool\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignSchool\PostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DesignSchool\PostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignerResource\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignerResource\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DesignerResource\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DesignerResource\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DesignerResource\ResourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DesignerResource\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FAQ\TopicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FAQ\TopicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FAQ\TopicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FAQ\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FAQ\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FAQ\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Localization\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Localization\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Localization\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Localization\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Localization\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Localization\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Localization\TranslationHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Localization\TranslationHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Localization\TranslationHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchCollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchCollectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchCollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\AuthorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\AuthorizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\AuthorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\UserController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\FeaturedBlogPostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\FeaturedBlogPostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Blog\PostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Blog\PostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignSchool\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DesignSchool\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignSchool\PostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DesignSchool\PostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignerResource\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DesignerResource\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DesignerResource\ResourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DesignerResource\ResourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\TopicRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FAQ\TopicRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQ\TranslationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FAQ\TranslationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Localization\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Localization\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Localization\TranslationHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Localization\TranslationHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Localization\TranslationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Localization\TranslationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchCollectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SearchCollectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Security\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\FAQ\Topic\RenderPath"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\FAQ\Topic\RenderPath"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Localization\RenderTranslation"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Localization\RenderTranslation"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Menu\RenderSidebar"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Menu\RenderSidebar"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Security\RenderJWT"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Security\RenderJWT"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Blog\MakeCoverPictureCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Blog\MakeCoverPictureCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Webp\DesignSchool\CategoryWebpCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Webp\DesignSchool\CategoryWebpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Webp\DesignSchool\PostWebpCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Webp\DesignSchool\PostWebpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AbstractType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AbstractType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Blog\BlogPostImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Blog\BlogPostImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Blog\BlogPostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Blog\BlogPostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Blog\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Blog\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeleteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DeleteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\Category\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DesignSchool\Category\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\Post\PostFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DesignSchool\Post\PostFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\Post\PostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DesignSchool\Post\PostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignSchool\SlugType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DesignSchool\SlugType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignerResource\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DesignerResource\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignerResource\ResourceFiltersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DesignerResource\ResourceFiltersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DesignerResource\ResourceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DesignerResource\ResourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\HTML\MetadataType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FAQ\HTML\MetadataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Topic\CreateTopicType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FAQ\Topic\CreateTopicType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Topic\TopicImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FAQ\Topic\TopicImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Topic\TopicType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FAQ\Topic\TopicType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Translation\CreateTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FAQ\Translation\CreateTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Translation\TranslationFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FAQ\Translation\TranslationFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FAQ\Translation\UpdateTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FAQ\Translation\UpdateTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HtmlType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\HtmlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LanguageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\LanguageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Localization\MessageFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Localization\MessageFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Localization\MessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Localization\MessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Localization\Translation\UpdateTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Localization\Translation\UpdateTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaginationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PaginationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\QuillType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\QuillType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchCollection\SearchCollectionFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SearchCollection\SearchCollectionFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchCollection\SearchCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SearchCollection\SearchCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchCollection\TutorialType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SearchCollection\TutorialType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\CreateUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Security\User\CreateUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\TwoFactorAuthUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Security\User\TwoFactorAuthUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\UpdateUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Security\User\UpdateUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\User\UserFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Security\User\UserFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Security\UserRolesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Security\UserRolesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SiteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SiteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SortByType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SortByType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UploadableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\UploadableType"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\Blog\CategorySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\EventSubscriber\Blog\CategorySubscriber"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\Blog\PostSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\EventSubscriber\Blog\PostSubscriber"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\DesignSchool\CategorySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\EventSubscriber\DesignSchool\CategorySubscriber"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\DesignSchool\PostSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\EventSubscriber\DesignSchool\PostSubscriber"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\DesignerResource\ResourceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\EventSubscriber\DesignerResource\ResourceSubscriber"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Serializer\SubscribingHandler\I18nHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\SubscribingHandler\I18nHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\Blog\PostValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraint\Blog\PostValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\DesignSchool\PostValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraint\DesignSchool\PostValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\DesignerResource\CategoryValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraint\DesignerResource\CategoryValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\FAQ\TranslationValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraint\FAQ\TranslationValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\SearchCollection\TutorialValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraint\SearchCollection\TutorialValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\SearchCollection\UrlValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraint\SearchCollection\UrlValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\SearchCollectionValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraint\SearchCollectionValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Constraint\Security\CheckGoogleAuthCodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Constraint\Security\CheckGoogleAuthCodeValidator"; reason: abstract.
339
Removed service "App\Form\DataTransformer\CleanTextTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\HTMLTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\UrlEncodeTransformer"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "mime_types"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authentication.listener.anonymous"; reason: unused.
Removed service "security.authentication.provider.anonymous"; reason: unused.
Removed service "doctrine.dbal.logger.chain"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~pQABAaZ"; 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 "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "jms_serializer.templating.helper.serializer"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "fos_rest.serializer.form_error_normalizer"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "fos_rest.decoder.xml"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.storage.file_system"; reason: unused.
Removed service "aws_sdk"; reason: unused.
Removed service "aws.accessanalyzer"; reason: unused.
Removed service "aws.acmpca"; reason: unused.
Removed service "aws.acm"; reason: unused.
Removed service "aws.alexaforbusiness"; reason: unused.
Removed service "aws.amplify"; reason: unused.
Removed service "aws.apigateway"; reason: unused.
Removed service "aws.apigatewaymanagementapi"; reason: unused.
Removed service "aws.apigatewayv2"; reason: unused.
Removed service "aws.appconfig"; reason: unused.
Removed service "aws.appflow"; reason: unused.
Removed service "aws.applicationautoscaling"; reason: unused.
Removed service "aws.applicationinsights"; reason: unused.
Removed service "aws.appmesh"; reason: unused.
Removed service "aws.appstream"; reason: unused.
Removed service "aws.appsync"; reason: unused.
Removed service "aws.athena"; reason: unused.
Removed service "aws.autoscalingplans"; reason: unused.
Removed service "aws.autoscaling"; reason: unused.
Removed service "aws.backup"; reason: unused.
Removed service "aws.batch"; reason: unused.
Removed service "aws.braket"; reason: unused.
Removed service "aws.budgets"; reason: unused.
Removed service "aws.costexplorer"; reason: unused.
Removed service "aws.chime"; reason: unused.
Removed service "aws.cloud9"; reason: unused.
Removed service "aws.clouddirectory"; reason: unused.
Removed service "aws.cloudformation"; reason: unused.
Removed service "aws.cloudfront"; reason: unused.
Removed service "aws.cloudhsm"; reason: unused.
Removed service "aws.cloudhsmv2"; reason: unused.
Removed service "aws.cloudsearch"; reason: unused.
Removed service "aws.cloudsearchdomain"; reason: unused.
Removed service "aws.cloudtrail"; reason: unused.
Removed service "aws.codeartifact"; reason: unused.
Removed service "aws.codebuild"; reason: unused.
Removed service "aws.codecommit"; reason: unused.
Removed service "aws.codedeploy"; reason: unused.
Removed service "aws.codegurureviewer"; reason: unused.
Removed service "aws.codeguruprofiler"; reason: unused.
Removed service "aws.codepipeline"; reason: unused.
Removed service "aws.codestarconnections"; reason: unused.
Removed service "aws.codestarnotifications"; reason: unused.
Removed service "aws.codestar"; reason: unused.
Removed service "aws.cognitoidentity"; reason: unused.
Removed service "aws.cognitoidentityprovider"; reason: unused.
Removed service "aws.cognitosync"; reason: unused.
Removed service "aws.comprehend"; reason: unused.
Removed service "aws.comprehendmedical"; reason: unused.
Removed service "aws.computeoptimizer"; reason: unused.
Removed service "aws.configservice"; reason: unused.
Removed service "aws.connect"; reason: unused.
Removed service "aws.connectparticipant"; reason: unused.
Removed service "aws.costandusagereportservice"; reason: unused.
Removed service "aws.iotdataplane"; reason: unused.
Removed service "aws.dataexchange"; reason: unused.
Removed service "aws.datapipeline"; reason: unused.
Removed service "aws.datasync"; reason: unused.
Removed service "aws.dax"; reason: unused.
Removed service "aws.detective"; reason: unused.
Removed service "aws.devicefarm"; reason: unused.
Removed service "aws.directconnect"; reason: unused.
Removed service "aws.applicationdiscoveryservice"; reason: unused.
Removed service "aws.dlm"; reason: unused.
Removed service "aws.databasemigrationservice"; reason: unused.
Removed service "aws.docdb"; reason: unused.
Removed service "aws.directoryservice"; reason: unused.
Removed service "aws.dynamodb"; reason: unused.
Removed service "aws.ebs"; reason: unused.
Removed service "aws.ec2instanceconnect"; reason: unused.
Removed service "aws.ec2"; reason: unused.
Removed service "aws.ecr"; reason: unused.
Removed service "aws.ecs"; reason: unused.
Removed service "aws.eks"; reason: unused.
Removed service "aws.elasticinference"; reason: unused.
Removed service "aws.elasticache"; reason: unused.
Removed service "aws.elasticbeanstalk"; reason: unused.
Removed service "aws.efs"; reason: unused.
Removed service "aws.elasticloadbalancing"; reason: unused.
Removed service "aws.elasticloadbalancingv2"; reason: unused.
Removed service "aws.emr"; reason: unused.
Removed service "aws.elastictranscoder"; reason: unused.
Removed service "aws.ses"; reason: unused.
Removed service "aws.marketplaceentitlementservice"; reason: unused.
Removed service "aws.elasticsearchservice"; reason: unused.
Removed service "aws.eventbridge"; reason: unused.
Removed service "aws.cloudwatchevents"; reason: unused.
Removed service "aws.firehose"; reason: unused.
Removed service "aws.fms"; reason: unused.
Removed service "aws.forecastservice"; reason: unused.
Removed service "aws.forecastqueryservice"; reason: unused.
Removed service "aws.frauddetector"; reason: unused.
Removed service "aws.fsx"; reason: unused.
Removed service "aws.gamelift"; reason: unused.
Removed service "aws.glacier"; reason: unused.
Removed service "aws.globalaccelerator"; reason: unused.
Removed service "aws.glue"; reason: unused.
Removed service "aws.greengrass"; reason: unused.
Removed service "aws.groundstation"; reason: unused.
Removed service "aws.guardduty"; reason: unused.
Removed service "aws.health"; reason: unused.
Removed service "aws.honeycode"; reason: unused.
Removed service "aws.iam"; reason: unused.
Removed service "aws.identitystore"; reason: unused.
Removed service "aws.imagebuilder"; reason: unused.
Removed service "aws.importexport"; reason: unused.
Removed service "aws.inspector"; reason: unused.
Removed service "aws.iotjobsdataplane"; reason: unused.
Removed service "aws.iot"; reason: unused.
Removed service "aws.iot1clickdevicesservice"; reason: unused.
Removed service "aws.iot1clickprojects"; reason: unused.
Removed service "aws.iotanalytics"; reason: unused.
Removed service "aws.ioteventsdata"; reason: unused.
Removed service "aws.iotevents"; reason: unused.
Removed service "aws.iotsecuretunneling"; reason: unused.
Removed service "aws.iotsitewise"; reason: unused.
Removed service "aws.iotthingsgraph"; reason: unused.
Removed service "aws.ivs"; reason: unused.
Removed service "aws.kafka"; reason: unused.
Removed service "aws.kendra"; reason: unused.
Removed service "aws.kinesisvideoarchivedmedia"; reason: unused.
Removed service "aws.kinesisvideomedia"; reason: unused.
Removed service "aws.kinesisvideosignalingchannels"; reason: unused.
Removed service "aws.kinesis"; reason: unused.
Removed service "aws.kinesisanalytics"; reason: unused.
Removed service "aws.kinesisanalyticsv2"; reason: unused.
Removed service "aws.kinesisvideo"; reason: unused.
Removed service "aws.kms"; reason: unused.
Removed service "aws.lakeformation"; reason: unused.
Removed service "aws.lambda"; reason: unused.
Removed service "aws.lexmodelbuildingservice"; reason: unused.
Removed service "aws.licensemanager"; reason: unused.
Removed service "aws.lightsail"; reason: unused.
Removed service "aws.cloudwatchlogs"; reason: unused.
Removed service "aws.machinelearning"; reason: unused.
Removed service "aws.macie"; reason: unused.
Removed service "aws.macie2"; reason: unused.
Removed service "aws.managedblockchain"; reason: unused.
Removed service "aws.marketplacecatalog"; reason: unused.
Removed service "aws.marketplacecommerceanalytics"; reason: unused.
Removed service "aws.mediaconnect"; reason: unused.
Removed service "aws.mediaconvert"; reason: unused.
Removed service "aws.medialive"; reason: unused.
Removed service "aws.mediapackagevod"; reason: unused.
Removed service "aws.mediapackage"; reason: unused.
Removed service "aws.mediastoredata"; reason: unused.
Removed service "aws.mediastore"; reason: unused.
Removed service "aws.mediatailor"; reason: unused.
Removed service "aws.marketplacemetering"; reason: unused.
Removed service "aws.migrationhub"; reason: unused.
Removed service "aws.migrationhubconfig"; reason: unused.
Removed service "aws.mobile"; reason: unused.
Removed service "aws.cloudwatch"; reason: unused.
Removed service "aws.mq"; reason: unused.
Removed service "aws.mturk"; reason: unused.
Removed service "aws.neptune"; reason: unused.
Removed service "aws.networkmanager"; reason: unused.
Removed service "aws.opsworks"; reason: unused.
Removed service "aws.opsworkscm"; reason: unused.
Removed service "aws.organizations"; reason: unused.
Removed service "aws.outposts"; reason: unused.
Removed service "aws.personalizeevents"; reason: unused.
Removed service "aws.personalizeruntime"; reason: unused.
Removed service "aws.personalize"; reason: unused.
Removed service "aws.pi"; reason: unused.
Removed service "aws.pinpointemail"; reason: unused.
Removed service "aws.pinpoint"; reason: unused.
Removed service "aws.polly"; reason: unused.
Removed service "aws.pricing"; reason: unused.
Removed service "aws.qldbsession"; reason: unused.
Removed service "aws.qldb"; reason: unused.
Removed service "aws.quicksight"; reason: unused.
Removed service "aws.ram"; reason: unused.
Removed service "aws.rdsdataservice"; reason: unused.
Removed service "aws.rds"; reason: unused.
Removed service "aws.redshiftdataapiservice"; reason: unused.
Removed service "aws.redshift"; reason: unused.
Removed service "aws.rekognition"; reason: unused.
Removed service "aws.resourcegroups"; reason: unused.
Removed service "aws.resourcegroupstaggingapi"; reason: unused.
Removed service "aws.robomaker"; reason: unused.
Removed service "aws.route53"; reason: unused.
Removed service "aws.route53domains"; reason: unused.
Removed service "aws.route53resolver"; reason: unused.
Removed service "aws.lexruntimeservice"; reason: unused.
Removed service "aws.sagemakerruntime"; reason: unused.
Removed service "aws.s3"; reason: unused.
Removed service "aws.s3control"; reason: unused.
Removed service "aws.augmentedairuntime"; reason: unused.
Removed service "aws.sagemaker"; reason: unused.
Removed service "aws.savingsplans"; reason: unused.
Removed service "aws.schemas"; reason: unused.
Removed service "aws.secretsmanager"; reason: unused.
Removed service "aws.securityhub"; reason: unused.
Removed service "aws.serverlessapplicationrepository"; reason: unused.
Removed service "aws.servicequotas"; reason: unused.
Removed service "aws.servicecatalog"; reason: unused.
Removed service "aws.servicediscovery"; reason: unused.
Removed service "aws.sesv2"; reason: unused.
Removed service "aws.shield"; reason: unused.
Removed service "aws.signer"; reason: unused.
Removed service "aws.pinpointsmsvoice"; reason: unused.
Removed service "aws.sms"; reason: unused.
Removed service "aws.snowball"; reason: unused.
Removed service "aws.sns"; reason: unused.
Removed service "aws.sqs"; reason: unused.
Removed service "aws.ssm"; reason: unused.
Removed service "aws.ssoadmin"; reason: unused.
Removed service "aws.ssooidc"; reason: unused.
Removed service "aws.sso"; reason: unused.
Removed service "aws.sfn"; reason: unused.
Removed service "aws.storagegateway"; reason: unused.
Removed service "aws.dynamodbstreams"; reason: unused.
Removed service "aws.sts"; reason: unused.
Removed service "aws.support"; reason: unused.
Removed service "aws.swf"; reason: unused.
Removed service "aws.synthetics"; reason: unused.
Removed service "aws.textract"; reason: unused.
Removed service "aws.transcribeservice"; reason: unused.
Removed service "aws.transfer"; reason: unused.
Removed service "aws.translate"; reason: unused.
Removed service "aws.wafregional"; reason: unused.
Removed service "aws.waf"; reason: unused.
Removed service "aws.wafv2"; reason: unused.
Removed service "aws.workdocs"; reason: unused.
Removed service "aws.worklink"; reason: unused.
Removed service "aws.workmail"; reason: unused.
Removed service "aws.workmailmessageflow"; reason: unused.
Removed service "aws.workspaces"; reason: unused.
Removed service "aws.xray"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.gd"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.mime_type_guesser"; reason: unused.
Removed service "liip_imagine.extension_guesser"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
387
Inlined service ".service_locator.uAuCZS4.App\Controller\API\Blog\BlogController" to "App\Controller\API\Blog\BlogController".
Inlined service ".service_locator.uAuCZS4.App\Controller\API\CategoryController" to "App\Controller\API\CategoryController".
Inlined service ".service_locator.uAuCZS4.App\Controller\API\DesignSchool\CategoryController" to "App\Controller\API\DesignSchool\CategoryController".
Inlined service ".service_locator.uAuCZS4.App\Controller\API\DesignSchool\ImageController" to "App\Controller\API\DesignSchool\ImageController".
Inlined service ".service_locator.uAuCZS4.App\Controller\API\DesignSchool\PostController" to "App\Controller\API\DesignSchool\PostController".
Inlined service ".service_locator.uAuCZS4.App\Controller\API\DesignSchool\SlugController" to "App\Controller\API\DesignSchool\SlugController".
Inlined service ".service_locator.uAuCZS4.App\Controller\API\DesignerResource\FileController" to "App\Controller\API\DesignerResource\FileController".
Inlined service ".service_locator.uAuCZS4.App\Controller\API\DesignerResource\ResourceController" to "App\Controller\API\DesignerResource\ResourceController".
Inlined service ".service_locator.uAuCZS4.App\Controller\API\FAQ\TopicController" to "App\Controller\API\FAQ\TopicController".
Inlined service ".service_locator.uAuCZS4.App\Controller\API\Security\UserController" to "App\Controller\API\Security\UserController".
Inlined service ".service_locator.uAuCZS4.App\Controller\Blog\BlogController" to "App\Controller\Blog\BlogController".
Inlined service ".service_locator.uAuCZS4.App\Controller\Blog\CategoryController" to "App\Controller\Blog\CategoryController".
Inlined service ".service_locator.uAuCZS4.App\Controller\DashboardController" to "App\Controller\DashboardController".
Inlined service ".service_locator.uAuCZS4.App\Controller\DesignSchool\CategoryController" to "App\Controller\DesignSchool\CategoryController".
Inlined service ".service_locator.uAuCZS4.App\Controller\DesignSchool\PostController" to "App\Controller\DesignSchool\PostController".
Inlined service ".service_locator.uAuCZS4.App\Controller\DesignerResource\CategoryController" to "App\Controller\DesignerResource\CategoryController".
Inlined service ".service_locator.uAuCZS4.App\Controller\DesignerResource\ResourceController" to "App\Controller\DesignerResource\ResourceController".
Inlined service ".service_locator.uAuCZS4.App\Controller\FAQ\TopicController" to "App\Controller\FAQ\TopicController".
Inlined service ".service_locator.uAuCZS4.App\Controller\FAQ\TranslationController" to "App\Controller\FAQ\TranslationController".
Inlined service ".service_locator.uAuCZS4.App\Controller\Localization\MessageController" to "App\Controller\Localization\MessageController".
Inlined service ".service_locator.uAuCZS4.App\Controller\Localization\TranslationController" to "App\Controller\Localization\TranslationController".
Inlined service ".service_locator.uAuCZS4.App\Controller\Localization\TranslationHistoryController" to "App\Controller\Localization\TranslationHistoryController".
Inlined service ".service_locator.uAuCZS4.App\Controller\SearchCollectionController" to "App\Controller\SearchCollectionController".
Inlined service ".service_locator.uAuCZS4.App\Controller\Security\AuthorizationController" to "App\Controller\Security\AuthorizationController".
Inlined service ".service_locator.uAuCZS4.App\Controller\Security\UserController" to "App\Controller\Security\UserController".
Inlined service "App\Service\Menu\Sidebar" to "App\Twig\Runtime\Menu\RenderSidebar".
Inlined service "App\Form\DataTransformer\SnakeCaseToCamelCaseTransformer" to "App\Form\Type\SortByType".
Inlined service "App\Form\DataTransformer\TagToStringTransformer" to "App\Form\Type\TagType".
Inlined service "App\ExternalRouting\Blog\BlogPostImageUrlGenerator" to "App\Serializer\EventSubscriber\Blog\PostSubscriber".
Inlined service "App\Service\DesignSchool\Post\GetPostImage" to "App\Serializer\EventSubscriber\DesignSchool\PostSubscriber".
Inlined service "twig.error_renderer.html" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service ".service_locator.g3_LERh" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service ".service_locator.ZOHvDA0" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.RZi5NfV" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.1Zn.kyH" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "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.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "jms_serializer.twig_extension.serializer" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" 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.aq4MYft.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.OmDNfPp" to "twig.runtime_loader".
Inlined service "twig.form.engine" to "twig.form.renderer".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.QPwreRw" to "security.access_map".
Inlined service ".security.request_matcher.YUTJyaK" to "security.access_map".
Inlined service ".security.request_matcher.eKXDm4f" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.main".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.main".
Inlined service "security.authentication.success_handler.two_factor.main" to "security.authentication.listener.two_factor.main".
Inlined service "security.authentication.failure_handler.two_factor.main" to "security.authentication.listener.two_factor.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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.2gv32Lb" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.ciwFfiF" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service ".service_locator.SDkUfqZ" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
Inlined service "jms_serializer.metadata.cache.file_cache" to "jms_serializer.metadata_factory".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service ".service_locator.WHiOA.m" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~KJZfCqR" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.annotation" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "topic.s3" to "gaufrette.topic_adapter_adapter".
Inlined service "blog.s3" to "gaufrette.blog_adapter_adapter".
Inlined service "design_school.s3" to "gaufrette.design_school_adapter_adapter".
Inlined service "gaufrette.topic_adapter_adapter" to "gaufrette.topic_fs_filesystem".
Inlined service "gaufrette.blog_adapter_adapter" to "gaufrette.blog_fs_filesystem".
Inlined service "gaufrette.design_school_adapter_adapter" to "gaufrette.design_school_fs_filesystem".
Inlined service "gaufrette.designer_resource_adapter_adapter" to "gaufrette.designer_resource_fs_filesystem".
Inlined service "gaufrette.designer_resource_category_adapter_adapter" to "gaufrette.designer_resource_category_fs_filesystem".
Inlined service "liip_imagine.cache.resolver.ds_origin_resolver.client" to "liip_imagine.cache.resolver.ds_origin_resolver".
Inlined service "liip_imagine.cache.resolver.ds_thumbnails_resolver.client" to "liip_imagine.cache.resolver.ds_thumbnails_resolver".
Inlined service "liip_imagine.cache.resolver.design_school_post_resolver.client" to "liip_imagine.cache.resolver.design_school_post_resolver".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.imagick".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "scheb_two_factor.default_handler_condition" to "scheb_two_factor.condition_handler".
Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_handler".
Inlined service "scheb_two_factor.security.google_totp_factory" to "scheb_two_factor.security.google_authenticator".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_functional_test" to "maker.auto_command.make_functional_test".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_unit_test" to "maker.auto_command.make_unit_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 "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to "debug.security.voter.scheb_two_factor.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 ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.iEPY5hP" to ".service_locator.iEPY5hP.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.nG7tsAs" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.iEPY5hP.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "fos_rest.serializer.jms" to "fos_rest.view_handler".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "scheb_two_factor.persister_factory.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service ".service_locator.5PzLfUI" to "fos_rest.serializer.jms_handler_registry".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
2
Tag "scheb_two_factor.access_listener" was defined on service(s) "security.authentication.access_listener.two_factor.main", but was never used.
Tag "templating.helper" was defined on service(s) "Vich\UploaderBundle\Templating\Helper\UploaderHelper", but was never used.