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\Application\Security\LoginFormAuthenticator" 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\Extension\JsonDecode" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Application\Security\OAuthUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Application\Security\OAuthUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByUsername()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Application\Security\OAuthUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "HWI\Bundle\OAuthBundle\Security\Core\User\OAuthAwareUserProviderInterface::loadUserByOAuthUserResponse()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Application\Security\OAuthUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Application\Security\OAuthUserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "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\Application\Security\LoginFormAuthenticator" 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\Application\Security\LoginFormAuthenticator" 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\Application\Security\LoginFormAuthenticator" 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\Application\Security\LoginFormAuthenticator" 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\Application\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Application\Security\LoginFormAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
The "App\Application\Security\LoginFormAuthenticator" 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\HttpKernel\Controller\ArgumentValueResolverInterface::resolve()" might add "iterable" as a native return type declaration in the future. Do the same in implementation "App\Application\Http\Resolver\SiteResolver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface::resolve()" might add "iterable" as a native return type declaration in the future. Do the same in implementation "App\Application\Http\Resolver\JsonRequestResolver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface::resolve()" might add "iterable" as a native return type declaration in the future. Do the same in implementation "App\Application\Http\Resolver\FeedResolver" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.4: Method "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension::addSecurityListenerFactory()" is deprecated, use "addAuthenticatorFactory()" instead.
Class "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthAuthenticatorFactory" should implement method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AuthenticatorFactoryInterface::getPriority(): int": defines the position at which the authenticator is called.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AbstractFactory::getListenerId()" might add "string" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AbstractFactory::createEntryPoint()" might add "?string" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AbstractFactory::createAuthProvider()" might add "string" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
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 "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 "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener::requiresAuthentication()" might add "bool" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener" now to avoid errors or add an explicit @return annotation to suppress this message.
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 ".service_locator.pwZ6MTM" 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 ".service_locator.MGlbp5j" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" alias is deprecated, use the new authenticator system instead. It is being referenced by the ".service_locator.MGlbp5j" 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 ".service_locator.uhWfpsy" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface" alias is deprecated, use the new authenticator system instead. It is being referenced by the "consolety_oauth_user_provider" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface" alias is deprecated, use the new authenticator system instead. It is being referenced by the "App\Application\Security\OAuthUserProvider" 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\Application\Security\LoginFormAuthenticator" service.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
The "HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener" class extends "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system 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.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Register" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Register" should implement it.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
Method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
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 "HWI\Bundle\OAuthBundle\DependencyInjection\Security\Factory\OAuthFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension()" might add "?ExtensionInterface" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\HWIOAuthBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
User Deprecated: Since symfony/security-http 5.4: Method "Symfony\Component\Security\Http\Firewall\ContextListener::setRememberMeServices()" is deprecated, use the new remember me handlers instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
Populated the TokenStorage with an anonymous Token.
security
deprecation
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
User Deprecated: Since sonata-project/block-bundle 4.11: The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0.
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'consolety_app' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "consolety_app"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "consolety_app"
2 => "consolety_app"
3 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
Log messages generated during the compilation of the service container.
Messages
Class
183
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\CheckSiteCommand" (parent: .abstract.instanceof.App\Application\Command\CheckSiteCommand).
Resolving inheritance for "App\Application\Command\CheckSiteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\CheckSiteCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\ScoringCommand" (parent: .abstract.instanceof.App\Application\Command\ScoringCommand).
Resolving inheritance for "App\Application\Command\ScoringCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\ScoringCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Application\Form\ChangePasswordFormType).
Resolving inheritance for "App\Application\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Application\Form\RegistrationFormType).
Resolving inheritance for "App\Application\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Application\Form\ResetPasswordRequestFormType).
Resolving inheritance for "App\Application\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Site\SiteType" (parent: .abstract.instanceof.App\Application\Form\Site\SiteType).
Resolving inheritance for "App\Application\Form\Site\SiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Site\SiteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\SiteFormType" (parent: .abstract.instanceof.App\Application\Form\SiteFormType).
Resolving inheritance for "App\Application\Form\SiteFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\SiteFormType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\AccountController" (parent: .abstract.instanceof.App\Application\Http\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\AccountController).
Resolving inheritance for "App\Application\Http\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\AjaxController" (parent: .abstract.instanceof.App\Application\Http\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\AjaxController).
Resolving inheritance for "App\Application\Http\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\ContentMarketingController" (parent: .abstract.instanceof.App\Application\Http\Controller\ContentMarketingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\ContentMarketingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\ContentMarketingController).
Resolving inheritance for "App\Application\Http\Controller\ContentMarketingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\ContentMarketingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\CounterController" (parent: .abstract.instanceof.App\Application\Http\Controller\CounterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\CounterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\CounterController).
Resolving inheritance for "App\Application\Http\Controller\CounterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\CounterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\FeedController" (parent: .abstract.instanceof.App\Application\Http\Controller\FeedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\FeedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\FeedController).
Resolving inheritance for "App\Application\Http\Controller\FeedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\FeedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\FeedEventSolverController" (parent: .abstract.instanceof.App\Application\Http\Controller\FeedEventSolverController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\FeedEventSolverController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\FeedEventSolverController).
Resolving inheritance for "App\Application\Http\Controller\FeedEventSolverController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\FeedEventSolverController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\PaymentController" (parent: .abstract.instanceof.App\Application\Http\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\PaymentController).
Resolving inheritance for "App\Application\Http\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\RegistrationController" (parent: .abstract.instanceof.App\Application\Http\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\RegistrationController).
Resolving inheritance for "App\Application\Http\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Application\Http\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\ResetPasswordController).
Resolving inheritance for "App\Application\Http\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\SecurityController" (parent: .abstract.instanceof.App\Application\Http\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\SecurityController).
Resolving inheritance for "App\Application\Http\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\SiteController" (parent: .abstract.instanceof.App\Application\Http\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\SiteController).
Resolving inheritance for "App\Application\Http\Controller\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\SocialController" (parent: .abstract.instanceof.App\Application\Http\Controller\SocialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\SocialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\SocialController).
Resolving inheritance for "App\Application\Http\Controller\SocialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\SocialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\V3\News\NewsController" (parent: .abstract.instanceof.App\Application\Http\Controller\V3\News\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\V3\News\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\V3\News\NewsController).
Resolving inheritance for "App\Application\Http\Controller\V3\News\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\V3\News\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\V3\Site\SiteController" (parent: .abstract.instanceof.App\Application\Http\Controller\V3\Site\SiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\V3\Site\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\V3\Site\SiteController).
Resolving inheritance for "App\Application\Http\Controller\V3\Site\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\V3\Site\SiteController).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Application\Http\Resolver\FeedResolver" (parent: .abstract.instanceof.App\Application\Http\Resolver\FeedResolver).
Resolving inheritance for "App\Application\Http\Resolver\FeedResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Application\Http\Resolver\FeedResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Application\Http\Resolver\JsonRequestResolver" (parent: .abstract.instanceof.App\Application\Http\Resolver\JsonRequestResolver).
Resolving inheritance for "App\Application\Http\Resolver\JsonRequestResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Application\Http\Resolver\JsonRequestResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Application\Http\Resolver\SiteResolver" (parent: .abstract.instanceof.App\Application\Http\Resolver\SiteResolver).
Resolving inheritance for "App\Application\Http\Resolver\SiteResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Application\Http\Resolver\SiteResolver).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\BacklinkRepository" (parent: .abstract.instanceof.App\Infrastructure\Repository\BacklinkRepository).
Resolving inheritance for "App\Infrastructure\Repository\BacklinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\BacklinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\BoosterListRepository" (parent: .abstract.instanceof.App\Infrastructure\Repository\BoosterListRepository).
Resolving inheritance for "App\Infrastructure\Repository\BoosterListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\BoosterListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\FeedEventRepository" (parent: .abstract.instanceof.App\Infrastructure\Repository\FeedEventRepository).
Resolving inheritance for "App\Infrastructure\Repository\FeedEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\FeedEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\FeedRepository" (parent: .abstract.instanceof.App\Infrastructure\Repository\FeedRepository).
Resolving inheritance for "App\Infrastructure\Repository\FeedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\FeedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Infrastructure\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Infrastructure\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\SiteRepository" (parent: .abstract.instanceof.App\Infrastructure\Repository\SiteRepository).
Resolving inheritance for "App\Infrastructure\Repository\SiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\SiteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\UserRepository" (parent: .abstract.instanceof.App\Infrastructure\Repository\UserRepository).
Resolving inheritance for "App\Infrastructure\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Validator\Constraints\UrlUniqueValidator" (parent: .abstract.instanceof.App\Infrastructure\Validator\Constraints\UrlUniqueValidator).
Resolving inheritance for "App\Infrastructure\Validator\Constraints\UrlUniqueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Validator\Constraints\UrlUniqueValidator).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\JsonDecode" (parent: .abstract.instanceof.App\Twig\Extension\JsonDecode).
Resolving inheritance for "App\Twig\Extension\JsonDecode" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\JsonDecode).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigExtension" (parent: .abstract.instanceof.App\Twig\Extension\TwigExtension).
Resolving inheritance for "App\Twig\Extension\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigExtension).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
Resolving inheritance for "security.user.provider.concrete.users" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.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 "hwi_oauth.resource_ownermap.main" (parent: hwi_oauth.abstract_resource_ownermap).
Resolving inheritance for "hwi_oauth.authentication.provider.oauth.main" (parent: hwi_oauth.authentication.provider.oauth).
Resolving inheritance for "security.authentication.success_handler.main.oauth" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.oauth" (parent: security.authentication.failure_handler).
Resolving inheritance for "hwi_oauth.authentication.listener.oauth" (parent: security.authentication.listener.abstract).
Resolving inheritance for "hwi_oauth.authentication.listener.oauth.main" (parent: hwi_oauth.authentication.listener.oauth).
Resolving inheritance for "hwi_oauth.authentication.entry_point.oauth.main" (parent: hwi_oauth.authentication.entry_point.oauth).
Resolving inheritance for "security.authentication.provider.rememberme.main" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.main" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.main" (parent: security.authentication.listener.rememberme).
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.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "hwi_oauth.abstract_resource_owner.oauth2" (parent: hwi_oauth.abstract_resource_owner.generic).
Resolving inheritance for "hwi_oauth.abstract_resource_owner.oauth1" (parent: hwi_oauth.abstract_resource_owner.generic).
Resolving inheritance for "hwi_oauth.resource_owner.facebook" (parent: hwi_oauth.abstract_resource_owner.oauth2).
Resolving inheritance for "fos_elastica.client.default" (parent: fos_elastica.client_prototype).
Resolving inheritance for "fos_elastica.index.feed" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.feed" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.feed" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.feed" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.feed" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.feed" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.feed" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "maker.auto_command.make_sonata_admin" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.httplug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elastica" (parent: monolog.logger_prototype).
280
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "FOS\ElasticaBundle\Finder\TransformedFinder"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.cache.handler"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; 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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "hwi_oauth.user.provider.entity.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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Knp\Bundle\MarkdownBundle\MarkdownParserInterface"; reason: private alias.
Removed service "Michelf\MarkdownInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "Http\Client\HttpClient $app"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $app"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient $app"; reason: private alias.
Removed service "httplug.client.default"; reason: private alias.
Removed service "Http\Client\Common\HttpMethodsClientInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "FOS\ElasticaBundle\Configuration\ConfigManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexTemplateManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\Resetter"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\TemplateResetter"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client $defaultClient"; reason: private alias.
Removed service "Elastica\Client $defaultClient"; reason: private alias.
Removed service "fos_elastica.client"; reason: private alias.
Removed service "Elastica\Client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client"; reason: private alias.
Removed service "fos_elastica.index"; reason: private alias.
Removed service "fos_elastica.manager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Manager\RepositoryManagerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httplugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $elasticaLogger"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator._L61HQG"; reason: private alias.
Removed service ".service_locator.fTeHO9Q"; reason: private alias.
Removed service ".service_locator._SGMt1W"; reason: private alias.
Removed service ".service_locator.10FOB9h"; reason: private alias.
Removed service ".service_locator.AaRf_fn"; reason: private alias.
Removed service ".service_locator.WULfwfB"; reason: private alias.
Removed service ".service_locator.Gl3XU_4"; reason: private alias.
Removed service ".service_locator.rXlx2Hs"; reason: private alias.
Removed service ".service_locator.6Eehm6N"; reason: private alias.
Removed service ".service_locator.JhcYED6"; reason: private alias.
Removed service ".service_locator.jziXflp"; reason: private alias.
Removed service ".service_locator.ejanZXf"; reason: private alias.
Removed service ".service_locator.7mfvLW4"; reason: private alias.
Removed service ".service_locator.HxVNWYH"; reason: private alias.
Removed service ".service_locator..x3RWDK"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.kraEoNe"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.W9y3dzm"; reason: private alias.
Removed service ".service_locator.TIR18xM"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "httplug.auto_discovery.auto_discovered_client"; reason: private alias.
Removed service "httplug.factory.auto"; reason: private alias.
Removed service "httplug.factory.buzz"; reason: private alias.
Removed service "httplug.factory.curl"; reason: private alias.
Removed service "httplug.factory.guzzle5"; reason: private alias.
Removed service "httplug.factory.guzzle6"; reason: private alias.
Removed service "httplug.factory.guzzle7"; reason: private alias.
Removed service "httplug.factory.react"; reason: private alias.
Removed service "httplug.factory.socket"; reason: private alias.
Removed service "httplug.client.app"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; 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 "App\Application\Http\Resolver\FeedResolver"; reason: private alias.
Removed service "App\Application\Http\Resolver\JsonRequestResolver"; reason: private alias.
Removed service "App\Application\Http\Resolver\SiteResolver"; reason: private alias.
Removed service "sonata.admin.argument_resolver.admin"; reason: private alias.
Removed service "sonata.admin.argument_resolver.proxy_query"; 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 ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator.VwgPXa."; reason: private alias.
Removed service ".service_locator.5Z4NZ1y"; reason: private alias.
Removed service ".service_locator.tRwM5e6"; reason: private alias.
Removed service ".service_locator.NbSD4Uz"; reason: private alias.
Removed service ".service_locator.yciRRzv"; reason: private alias.
Removed service ".service_locator.F2VpVm6"; reason: private alias.
Removed service ".service_locator.kXCVHeG"; reason: private alias.
Removed service ".service_locator.q7Fjy38"; reason: private alias.
Removed service ".service_locator.FZv_vYT"; reason: private alias.
Removed service ".service_locator.wekv1c7"; reason: private alias.
Removed service ".service_locator.uXz28xC"; reason: private alias.
Removed service ".service_locator.FKKKROE"; reason: private alias.
Removed service ".service_locator.6A5wAkd"; reason: private alias.
Removed service ".service_locator.Tx0WUeQ"; reason: private alias.
Removed service ".service_locator.x0P55bn"; reason: private alias.
Removed service ".service_locator.gRvh.eC"; reason: private alias.
Removed service ".service_locator.NK827YO"; reason: private alias.
Removed service ".service_locator.3WtQnNF"; reason: private alias.
Removed service ".service_locator.WUQLDJD"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
140
Changed reference of service "App\Application\Http\Controller\SiteController" previously pointing to "router.default" to "router".
Changed reference of service "App\Application\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Application\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\EntityListeners\SiteListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Service\Site\SiteService" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\UseCases\Match\MatchCreatorCommand" previously pointing to "fos_elastica.finder.feed" to "FOS\ElasticaBundle\Finder\TransformedFinder $feedFinder".
Changed reference of service "App\Infrastructure\UseCases\Site\DeactivateSiteCommand" previously pointing to "router.default" to "router".
Changed reference of service "admin.sites" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.backlinks" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.users" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.sites_categories" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.sites_languages" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.sites_network_groups" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.sites_networks" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.points_packages" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.boosters_list" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.news" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kernel.listener.kernel_request" previously pointing to "router.default" to "router".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
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 "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.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.provider.guard.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "hwi_oauth.authentication.provider.oauth.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "hwi_oauth.authentication.listener.oauth.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.provider.rememberme.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authentication.listener.rememberme.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "markdown.parser.parser_manager" previously pointing to "markdown.parser.max" to "markdown.parser".
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 "httplug.factory.symfony" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "router.default" to "router".
Changed reference of service "hwi_oauth.http_client" previously pointing to "httplug.client.app.http_methods" to "httplug.client".
Changed reference of service "hwi_oauth.http_client" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "hwi_oauth.authentication.listener.oauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "fos_elastica.mapping_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.feed" to "FOS\ElasticaBundle\Finder\TransformedFinder $feedFinder".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.feed" to "FOS\ElasticaBundle\Elastica\Index $feedIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.feed" to "FOS\ElasticaBundle\Elastica\Index $feedIndex".
Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.feed" to "FOS\ElasticaBundle\Elastica\Index $feedIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.command.populate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.doctrine.register_listeners" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer.feed" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.feed" previously pointing to "fos_elastica.index.feed" to "FOS\ElasticaBundle\Elastica\Index $feedIndex".
Changed reference of service "sonata.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.equal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uhWfpsy" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.MGlbp5j" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.pwZ6MTM" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.vDX4aT1" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.vDX4aT1" previously pointing to "translator.data_collector" to "translator".
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.jlyTfzM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "httplug.collector.factory.buzz.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
Changed reference of service "httplug.collector.factory.guzzle5.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.react.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.socket.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "debug.App\Application\Http\Resolver\JsonRequestResolver.inner" previously pointing to "debug.validator" to "validator".
Changed reference of service "httplug.client" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $feedFinder" previously pointing to "fos_elastica.index.feed" to "FOS\ElasticaBundle\Elastica\Index $feedIndex".
179
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.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 "httplug.plugin.cache"; reason: abstract.
Removed service "httplug.plugin.throttle"; reason: abstract.
Removed service "httplug.plugin.add_host"; reason: abstract.
Removed service "httplug.plugin.add_path"; reason: abstract.
Removed service "httplug.plugin.base_uri"; reason: abstract.
Removed service "httplug.plugin.content_type"; reason: abstract.
Removed service "httplug.plugin.header_append"; reason: abstract.
Removed service "httplug.plugin.header_defaults"; reason: abstract.
Removed service "httplug.plugin.header_set"; reason: abstract.
Removed service "httplug.plugin.header_remove"; reason: abstract.
Removed service "httplug.plugin.query_defaults"; reason: abstract.
Removed service "httplug.plugin.request_seekable_body"; reason: abstract.
Removed service "httplug.plugin.response_seekable_body"; reason: abstract.
Removed service "httplug.plugin.stack"; reason: abstract.
Removed service "hwi_oauth.authentication.listener.oauth"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_owner.generic"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_owner.oauth2"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_owner.oauth1"; reason: abstract.
Removed service "fos_elastica.client_prototype"; reason: abstract.
Removed service "fos_elastica.index_prototype"; reason: abstract.
Removed service "fos_elastica.index_template_prototype"; reason: abstract.
Removed service "fos_elastica.finder"; reason: abstract.
Removed service "fos_elastica.object_persister"; reason: abstract.
Removed service "fos_elastica.object_serializer_persister"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_transformer"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_identifier_transformer"; reason: abstract.
Removed service "fos_elastica.pager_provider.prototype.orm"; reason: abstract.
Removed service "fos_elastica.listener.prototype.orm"; reason: abstract.
Removed service "fos_elastica.elastica_to_model_transformer.prototype.orm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\CheckSiteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Command\CheckSiteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\ScoringCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Command\ScoringCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\Site\SiteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\Site\SiteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Form\SiteFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Form\SiteFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\ContentMarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\ContentMarketingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\ContentMarketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\CounterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\CounterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\CounterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\FeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\FeedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\FeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\FeedEventSolverController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\FeedEventSolverController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\FeedEventSolverController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\SiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\SocialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\SocialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\SocialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\V3\News\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\V3\News\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\V3\News\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Http\Controller\V3\Site\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Http\Controller\V3\Site\SiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Controller\V3\Site\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Application\Http\Resolver\FeedResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Resolver\FeedResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Application\Http\Resolver\JsonRequestResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Resolver\JsonRequestResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Application\Http\Resolver\SiteResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Http\Resolver\SiteResolver"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\BacklinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Repository\BacklinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\BoosterListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Repository\BoosterListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\FeedEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Repository\FeedEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\FeedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Repository\FeedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\SiteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Repository\SiteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Validator\Constraints\UrlUniqueValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Validator\Constraints\UrlUniqueValidator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\JsonDecode"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\JsonDecode"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\TwigExtension"; reason: abstract.
134
Removed service "App\Application\Exception\AccessDeniedException"; reason: unused.
Removed service "App\Application\Form\Model\ChangePassword"; reason: unused.
Removed service "App\Application\Http\Admin\BacklinkAdmin"; reason: unused.
Removed service "App\Application\Http\Admin\Block\Dashboard"; reason: unused.
Removed service "App\Application\Http\Admin\BoostersAdmin"; reason: unused.
Removed service "App\Application\Http\Admin\NewsAdmin"; reason: unused.
Removed service "App\Application\Http\Admin\PointsPackagesAdmin"; reason: unused.
Removed service "App\Application\Http\Admin\SiteAdmin"; reason: unused.
Removed service "App\Application\Http\Admin\SiteCategoriesAdmin"; reason: unused.
Removed service "App\Application\Http\Admin\SiteLanguagesAdmin"; reason: unused.
Removed service "App\Application\Http\Admin\SiteNetworkGroupsAdmin"; reason: unused.
Removed service "App\Application\Http\Admin\SiteNetworksAdmin"; reason: unused.
Removed service "App\Application\Http\Admin\UsersAdmin"; reason: unused.
Removed service "App\Application\Security\OAuthUserProvider"; reason: unused.
Removed service "App\EventListener\ExceptionListener"; reason: unused.
Removed service "App\EventListener\LoginListener"; reason: unused.
Removed service "App\Infrastructure\Dto\SiteDto"; reason: unused.
Removed service "App\Infrastructure\Exception\DomainException"; reason: unused.
Removed service "App\Infrastructure\Exception\ValidationException"; reason: unused.
Removed service "App\Infrastructure\Utils\FeedHasher"; reason: unused.
Removed service "App\Infrastructure\Validator\Constraints\UrlUnique"; reason: unused.
Removed service "sonata.block.cache.handler.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.underscore"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.filter_persister.session"; reason: unused.
Removed service "sonata.admin.security.handler.role"; reason: unused.
Removed service "sonata.admin.security.handler.acl"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~1KXH25h"; 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 "sonata.admin.entity_manager"; 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 "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication.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 "hwi_oauth.authentication.provider.oauth"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "templating.helper.markdown"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "httplug.strategy"; reason: unused.
Removed service "httplug.async_client.default"; reason: unused.
Removed service "httplug.factory.symfony"; reason: unused.
Removed service "httplug.plugin.cookie"; reason: unused.
Removed service "httplug.plugin.decoder"; reason: unused.
Removed service "httplug.plugin.error"; reason: unused.
Removed service "httplug.plugin.history"; reason: unused.
Removed service "httplug.plugin.logger"; reason: unused.
Removed service "httplug.plugin.retry"; reason: unused.
Removed service "httplug.plugin.stopwatch"; reason: unused.
Removed service "httplug.collector.auto_discovered_client"; reason: unused.
Removed service "httplug.collector.factory.buzz"; reason: unused.
Removed service "httplug.collector.factory.curl"; reason: unused.
Removed service "httplug.collector.factory.guzzle5"; reason: unused.
Removed service "httplug.collector.factory.guzzle6"; reason: unused.
Removed service "httplug.collector.factory.guzzle7"; reason: unused.
Removed service "httplug.collector.factory.react"; reason: unused.
Removed service "httplug.collector.factory.socket"; reason: unused.
Removed service "hwi_oauth.authentication.entry_point.oauth"; reason: unused.
Removed service "hwi_oauth.user.provider"; reason: unused.
Removed service "hwi_oauth.user.provider.entity"; reason: unused.
Removed service "hwi_oauth.user.provider.fosub_bridge.def"; reason: unused.
Removed service "hwi_oauth.registration.form.handler.fosub_bridge.def"; reason: unused.
Removed service "fos_elastica.repository_manager"; reason: unused.
Removed service "fos_elastica.manager.orm"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.httplug"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.GNc8e5B.HWI\Bundle\OAuthBundle\Controller\ConnectController"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.nLgZj7R"; reason: unused.
Removed service "httplug.collector.auto_discovered_client.inner"; reason: unused.
Removed service "httplug.collector.factory.buzz.inner"; reason: unused.
Removed service "httplug.collector.factory.curl.inner"; reason: unused.
Removed service "httplug.collector.factory.guzzle5.inner"; reason: unused.
Removed service "httplug.collector.factory.guzzle6.inner"; reason: unused.
Removed service "httplug.collector.factory.guzzle7.inner"; reason: unused.
Removed service "httplug.collector.factory.react.inner"; reason: unused.
Removed service "httplug.collector.factory.socket.inner"; reason: unused.
377
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\AccountController" to "App\Application\Http\Controller\AccountController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\AjaxController" to "App\Application\Http\Controller\AjaxController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\ContentMarketingController" to "App\Application\Http\Controller\ContentMarketingController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\CounterController" to "App\Application\Http\Controller\CounterController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\FeedController" to "App\Application\Http\Controller\FeedController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\FeedEventSolverController" to "App\Application\Http\Controller\FeedEventSolverController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\PaymentController" to "App\Application\Http\Controller\PaymentController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\RegistrationController" to "App\Application\Http\Controller\RegistrationController".
Inlined service "symfonycasts.reset_password.helper" to "App\Application\Http\Controller\ResetPasswordController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\ResetPasswordController" to "App\Application\Http\Controller\ResetPasswordController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\SecurityController" to "App\Application\Http\Controller\SecurityController".
Inlined service "App\Infrastructure\Service\Site\SiteService" to "App\Application\Http\Controller\SiteController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\SiteController" to "App\Application\Http\Controller\SiteController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\SocialController" to "App\Application\Http\Controller\SocialController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\V3\News\NewsController" to "App\Application\Http\Controller\V3\News\NewsController".
Inlined service ".service_locator.GNc8e5B.App\Application\Http\Controller\V3\Site\SiteController" to "App\Application\Http\Controller\V3\Site\SiteController".
Inlined service "App\Infrastructure\Service\Feed\FeedService" to "App\Twig\Extension\TwigExtension".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
Inlined service ".service_locator.UMiOH40" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service ".service_locator.aC88Xa0" to "sonata.admin.pool".
Inlined service ".service_locator.NcBpgab" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.Xbsa8iG" to "sonata.admin.audit.manager".
Inlined service ".service_locator.vDX4aT1.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator..MV5067" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Oo6Rucd" 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.typed_field_mapper.default" 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 ".service_locator.gpzEQ95" to "doctrine.orm.default_entity_listener_resolver".
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 "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "monolog.handler.nested" to "monolog.handler.main".
Inlined service "monolog.handler.main.http_code_strategy" to "monolog.handler.main".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.nested".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "sonata.admin.translation_extractor" to "translation.extractor".
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 "sonata.admin.route_loader" to "routing.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 "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.handler.native" to "session.storage.native".
Inlined service ".service_locator.JzpSxHw" 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.zl0rfuF" 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 "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.66SpSN4" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "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 "data_collector.http_client" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "fos_elastica.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service ".security.request_matcher.eKXDm4f" to "security.access_map".
Inlined service ".security.request_matcher.XKziTmK" to "security.access_map".
Inlined service ".security.request_matcher.O7Tsk.w" to "security.access_map".
Inlined service ".security.request_matcher.YzXj5jj" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.user_password_hasher" to "security.authentication.provider.guard.main".
Inlined service "consolety_oauth_user_provider" to "hwi_oauth.authentication.provider.oauth.main".
Inlined service "security.authentication.success_handler.main.oauth" to "hwi_oauth.authentication.listener.oauth.main".
Inlined service "security.authentication.failure_handler.main.oauth" to "hwi_oauth.authentication.listener.oauth.main".
Inlined service "hwi_oauth.authentication.entry_point.oauth.main" to "security.exception_listener.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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "App\Twig\Extension\JsonDecode" to "twig".
Inlined service "App\Twig\Extension\TwigExtension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.exercise.twig" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "httplug.collector.twig.http_message" to "twig".
Inlined service "hwi_oauth.twig.extension.oauth" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.deprecated_template_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.form.twig.canonicalize_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "sonata.block.twig.global" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "sonata.admin.configuration" 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 "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.FdHbNfA" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.softdeleteable".
Inlined service "markdown.parser.min" to "markdown.parser.parser_manager".
Inlined service "markdown.parser.light" to "markdown.parser.parser_manager".
Inlined service "markdown.parser.medium" to "markdown.parser.parser_manager".
Inlined service "markdown.parser.flavored" to "markdown.parser.parser_manager".
Inlined service "markdown.parser.parser_manager" to "twig.extension.exercise.twig".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "httplug.formatter.full_http_message" to "httplug.collector.formatter".
Inlined service ".1_CurlCommandFormatter~Piv.ruN" to "httplug.collector.formatter".
Inlined service "httplug.collector.factory.auto.inner" to "httplug.collector.factory.auto".
Inlined service "httplug.collector.factory.auto" to "httplug.client.app.client".
Inlined service "hwi_oauth.resource_ownermap_locator" to "HWI\Bundle\OAuthBundle\Controller\ConnectController".
Inlined service "hwi_oauth.util.domain_whitelist" to "HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController".
Inlined service "hwi_oauth.templating.helper.oauth" to "hwi_oauth.twig.extension.oauth".
Inlined service "hwi_oauth.http_client" to "hwi_oauth.resource_owner.facebook".
Inlined service "hwi_oauth.storage.session" to "hwi_oauth.resource_owner.facebook".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service "fos_elastica.config_source.container" to "fos_elastica.config_manager".
Inlined service "fos_elastica.config_source.template_container" to "fos_elastica.config_manager.index_templates".
Inlined service "monolog.logger.elastica" to "fos_elastica.logger".
Inlined service "fos_elastica.config_manager.index_templates" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.index_template_manager" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.persister_registry" to "fos_elastica.in_place_pager_persister".
Inlined service ".service_locator.3pSGpH8" to "fos_elastica.pager_persister_registry".
Inlined service ".service_locator.5Zb4uCM" to "fos_elastica.persister_registry".
Inlined service ".service_locator.zPDuTeu" to "fos_elastica.pager_provider_registry".
Inlined service "fos_elastica.pager_provider_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.pager_persister_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.template_resetter" to "fos_elastica.command.templates_reset".
Inlined service "fos_elastica.model_to_elastica_transformer.feed" to "fos_elastica.object_persister.feed".
Inlined service "fos_elastica.doctrine.register_listeners" to "fos_elastica.pager_provider.feed".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
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_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service ".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.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
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.App\Application\Http\Resolver\FeedResolver.inner" to "debug.App\Application\Http\Resolver\FeedResolver".
Inlined service "debug.App\Application\Http\Resolver\JsonRequestResolver.inner" to "debug.App\Application\Http\Resolver\JsonRequestResolver".
Inlined service "debug.App\Application\Http\Resolver\SiteResolver.inner" to "debug.App\Application\Http\Resolver\SiteResolver".
Inlined service "debug.sonata.admin.argument_resolver.admin.inner" to "debug.sonata.admin.argument_resolver.admin".
Inlined service "debug.sonata.admin.argument_resolver.proxy_query.inner" to "debug.sonata.admin.argument_resolver.proxy_query".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.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 ".service_locator.vDX4aT1" to ".service_locator.vDX4aT1.sonata.admin.controller.crud".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.491LSII" to ".service_locator.491LSII.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service "httplug.client.app.client" to "httplug.client.app.http_methods.inner".
Inlined service "httplug.plugin.content_length" to "httplug.client.app.http_methods.inner".
Inlined service "httplug.plugin.redirect" to "httplug.client.app.http_methods.inner".
Inlined service ".service_locator.OKUi_2G" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.491LSII.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "httplug.client.app.http_methods.inner" to "httplug.client".
Inlined service "fos_elastica.elastica_to_model_transformer.feed" to "FOS\ElasticaBundle\Finder\TransformedFinder $feedFinder".
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 "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "knp_menu.manipulator" to "twig".
4
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.security.access.decision_manager", "doctrine.migrations.container_aware_migrations_factory", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.App\Application\Http\Resolver\FeedResolver", "debug.App\Application\Http\Resolver\JsonRequestResolver", "debug.App\Application\Http\Resolver\SiteResolver", "debug.sonata.admin.argument_resolver.admin", "debug.sonata.admin.argument_resolver.proxy_query", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "httplug.client", "event_dispatcher", ".container.private.validator", but was never used.
Tag "fos_elastica.client" was defined on service(s) "fos_elastica.client.default", but was never used. Did you mean "fos_elastica.index"?
Tag "sonata.admin.template_registry" was defined on service(s) "admin.sites.template_registry", "admin.backlinks.template_registry", "admin.users.template_registry", "admin.sites_categories.template_registry", "admin.sites_languages.template_registry", "admin.sites_network_groups.template_registry", "admin.sites_networks.template_registry", "admin.points_packages.template_registry", "admin.boosters_list.template_registry", "admin.news.template_registry", but was never used.
Tag "httplug.client" was defined on service(s) "httplug.client", but was never used.