Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddParamConverterPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\OptimizerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Not setting either "framework.session.handler_id" or "save_path" config options is deprecated; "handler_id" will default to null in 7.0 if "save_path" is not set and to "session.handler.native_file" otherwise.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::__construct(): Implicitly marking parameter $twig as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $language as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $trustResolver as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $authChecker as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::__construct(): Implicitly marking parameter $authChecker as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter::__construct(): Implicitly marking parameter $registry as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter::__construct(): Implicitly marking parameter $expressionLanguage as nullable is deprecated, the explicit nullable type must be used instead
Method "Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
The "Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" class is deprecated since version 5.2. Use "Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader" instead.
Method "Symfony\Component\Routing\Loader\AttributeClassLoader::configureRoute()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\Loader\AttributeClassLoader::getGlobals()" might add "array" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
Log messages generated during the compilation of the service container.
Messages
Class
167
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.static_version_strategy).
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.array" (parent: cache.adapter.array).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_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.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "hwi_oauth.resource_ownermap.main" (parent: hwi_oauth.abstract_resource_ownermap).
Resolving inheritance for "security.authentication.success_handler.main.oauth" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.oauth" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.main.oauth" (parent: hwi_oauth.authentication.failure_handler).
Resolving inheritance for "hwi_oauth.context_listener.token_refresher.main" (parent: hwi_oauth.context_listener.abstract_token_refresher).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.pentatrion_vite_fallback" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Api\QuizController" (parent: .abstract.instanceof.MainBundle\Controller\Api\QuizController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Api\QuizController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Api\QuizController).
Resolving inheritance for ".instanceof.MainBundle\Controller\Api\QuizController.0.MainBundle\Controller\Api\QuizController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Api\QuizController).
Resolving inheritance for "MainBundle\Controller\Api\QuizController" (parent: .instanceof.MainBundle\Controller\Api\QuizController.0.MainBundle\Controller\Api\QuizController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\AdvertisersController" (parent: .abstract.instanceof.MainBundle\Controller\Pages\AdvertisersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\AdvertisersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\AdvertisersController).
Resolving inheritance for ".instanceof.MainBundle\Controller\Pages\AdvertisersController.0.MainBundle\Controller\Pages\AdvertisersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\AdvertisersController).
Resolving inheritance for "MainBundle\Controller\Pages\AdvertisersController" (parent: .instanceof.MainBundle\Controller\Pages\AdvertisersController.0.MainBundle\Controller\Pages\AdvertisersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\AntifraudController" (parent: .abstract.instanceof.MainBundle\Controller\Pages\AntifraudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\AntifraudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\AntifraudController).
Resolving inheritance for ".instanceof.MainBundle\Controller\Pages\AntifraudController.0.MainBundle\Controller\Pages\AntifraudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\AntifraudController).
Resolving inheritance for "MainBundle\Controller\Pages\AntifraudController" (parent: .instanceof.MainBundle\Controller\Pages\AntifraudController.0.MainBundle\Controller\Pages\AntifraudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\CareersController" (parent: .abstract.instanceof.MainBundle\Controller\Pages\CareersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\CareersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\CareersController).
Resolving inheritance for ".instanceof.MainBundle\Controller\Pages\CareersController.0.MainBundle\Controller\Pages\CareersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\CareersController).
Resolving inheritance for "MainBundle\Controller\Pages\CareersController" (parent: .instanceof.MainBundle\Controller\Pages\CareersController.0.MainBundle\Controller\Pages\CareersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\FormatsController" (parent: .abstract.instanceof.MainBundle\Controller\Pages\FormatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\FormatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\FormatsController).
Resolving inheritance for ".instanceof.MainBundle\Controller\Pages\FormatsController.0.MainBundle\Controller\Pages\FormatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\FormatsController).
Resolving inheritance for "MainBundle\Controller\Pages\FormatsController" (parent: .instanceof.MainBundle\Controller\Pages\FormatsController.0.MainBundle\Controller\Pages\FormatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\HomeController" (parent: .abstract.instanceof.MainBundle\Controller\Pages\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\HomeController).
Resolving inheritance for ".instanceof.MainBundle\Controller\Pages\HomeController.0.MainBundle\Controller\Pages\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\HomeController).
Resolving inheritance for "MainBundle\Controller\Pages\HomeController" (parent: .instanceof.MainBundle\Controller\Pages\HomeController.0.MainBundle\Controller\Pages\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\PublishersController" (parent: .abstract.instanceof.MainBundle\Controller\Pages\PublishersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\PublishersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\PublishersController).
Resolving inheritance for ".instanceof.MainBundle\Controller\Pages\PublishersController.0.MainBundle\Controller\Pages\PublishersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\PublishersController).
Resolving inheritance for "MainBundle\Controller\Pages\PublishersController" (parent: .instanceof.MainBundle\Controller\Pages\PublishersController.0.MainBundle\Controller\Pages\PublishersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\QuizController" (parent: .abstract.instanceof.MainBundle\Controller\Pages\QuizController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\QuizController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\QuizController).
Resolving inheritance for ".instanceof.MainBundle\Controller\Pages\QuizController.0.MainBundle\Controller\Pages\QuizController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\QuizController).
Resolving inheritance for "MainBundle\Controller\Pages\QuizController" (parent: .instanceof.MainBundle\Controller\Pages\QuizController.0.MainBundle\Controller\Pages\QuizController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\ReferralsController" (parent: .abstract.instanceof.MainBundle\Controller\Pages\ReferralsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\ReferralsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\ReferralsController).
Resolving inheritance for ".instanceof.MainBundle\Controller\Pages\ReferralsController.0.MainBundle\Controller\Pages\ReferralsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\ReferralsController).
Resolving inheritance for "MainBundle\Controller\Pages\ReferralsController" (parent: .instanceof.MainBundle\Controller\Pages\ReferralsController.0.MainBundle\Controller\Pages\ReferralsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\VerticalsController" (parent: .abstract.instanceof.MainBundle\Controller\Pages\VerticalsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\VerticalsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\VerticalsController).
Resolving inheritance for ".instanceof.MainBundle\Controller\Pages\VerticalsController.0.MainBundle\Controller\Pages\VerticalsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\VerticalsController).
Resolving inheritance for "MainBundle\Controller\Pages\VerticalsController" (parent: .instanceof.MainBundle\Controller\Pages\VerticalsController.0.MainBundle\Controller\Pages\VerticalsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\GoogleController" (parent: .abstract.instanceof.UserBundle\Controller\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\GoogleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\GoogleController).
Resolving inheritance for ".instanceof.UserBundle\Controller\GoogleController.0.UserBundle\Controller\GoogleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\GoogleController).
Resolving inheritance for "UserBundle\Controller\GoogleController" (parent: .instanceof.UserBundle\Controller\GoogleController.0.UserBundle\Controller\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\RegisterController" (parent: .abstract.instanceof.UserBundle\Controller\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\RegisterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\RegisterController).
Resolving inheritance for ".instanceof.UserBundle\Controller\RegisterController.0.UserBundle\Controller\RegisterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\RegisterController).
Resolving inheritance for "UserBundle\Controller\RegisterController" (parent: .instanceof.UserBundle\Controller\RegisterController.0.UserBundle\Controller\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\RegistrationController" (parent: .abstract.instanceof.UserBundle\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\RegistrationController).
Resolving inheritance for ".instanceof.UserBundle\Controller\RegistrationController.0.UserBundle\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\RegistrationController).
Resolving inheritance for "UserBundle\Controller\RegistrationController" (parent: .instanceof.UserBundle\Controller\RegistrationController.0.UserBundle\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.UserBundle\Form\Type\RegistrationFormType" (parent: .abstract.instanceof.UserBundle\Form\Type\RegistrationFormType).
Resolving inheritance for "UserBundle\Form\Type\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.UserBundle\Form\Type\RegistrationFormType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.UserBundle\Repository\CountryRepository" (parent: .abstract.instanceof.UserBundle\Repository\CountryRepository).
Resolving inheritance for "UserBundle\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.UserBundle\Repository\CountryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.UserBundle\Repository\UserRepository" (parent: .abstract.instanceof.UserBundle\Repository\UserRepository).
Resolving inheritance for "UserBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.UserBundle\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DashboardBundle\Controller\LanguageController" (parent: .abstract.instanceof.DashboardBundle\Controller\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DashboardBundle\Controller\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DashboardBundle\Controller\LanguageController).
Resolving inheritance for ".instanceof.DashboardBundle\Controller\LanguageController.0.DashboardBundle\Controller\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DashboardBundle\Controller\LanguageController).
Resolving inheritance for "DashboardBundle\Controller\LanguageController" (parent: .instanceof.DashboardBundle\Controller\LanguageController.0.DashboardBundle\Controller\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.DashboardBundle\EnvParsers\Random" (parent: .abstract.instanceof.DashboardBundle\EnvParsers\Random).
Resolving inheritance for "DashboardBundle\EnvParsers\Random" (parent: .instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.DashboardBundle\EnvParsers\Random).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.DashboardBundle\EnvParsers\Urlencode" (parent: .abstract.instanceof.DashboardBundle\EnvParsers\Urlencode).
Resolving inheritance for "DashboardBundle\EnvParsers\Urlencode" (parent: .instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.DashboardBundle\EnvParsers\Urlencode).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DashboardBundle\Form\Extension\FieldTypeHelpExtension" (parent: .abstract.instanceof.DashboardBundle\Form\Extension\FieldTypeHelpExtension).
Resolving inheritance for "DashboardBundle\Form\Extension\FieldTypeHelpExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DashboardBundle\Form\Extension\FieldTypeHelpExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.DashboardBundle\Form\Type\CacheEntityType" (parent: .abstract.instanceof.DashboardBundle\Form\Type\CacheEntityType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.DashboardBundle\Form\Type\CacheEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.DashboardBundle\Form\Type\CacheEntityType).
Resolving inheritance for "DashboardBundle\Form\Type\CacheEntityType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.DashboardBundle\Form\Type\CacheEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.DashboardBundle\Form\Type\UrlType" (parent: .abstract.instanceof.DashboardBundle\Form\Type\UrlType).
Resolving inheritance for "DashboardBundle\Form\Type\UrlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.DashboardBundle\Form\Type\UrlType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\DisallowIFrame" (parent: .abstract.instanceof.DashboardBundle\KernelEventSubscribers\DisallowIFrame).
Resolving inheritance for "DashboardBundle\KernelEventSubscribers\DisallowIFrame" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\DisallowIFrame).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\ExceptionLogger" (parent: .abstract.instanceof.DashboardBundle\KernelEventSubscribers\ExceptionLogger).
Resolving inheritance for "DashboardBundle\KernelEventSubscribers\ExceptionLogger" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\ExceptionLogger).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\MaintenanceMode" (parent: .abstract.instanceof.DashboardBundle\KernelEventSubscribers\MaintenanceMode).
Resolving inheritance for "DashboardBundle\KernelEventSubscribers\MaintenanceMode" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\MaintenanceMode).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\NotFoundRedirect" (parent: .abstract.instanceof.DashboardBundle\KernelEventSubscribers\NotFoundRedirect).
Resolving inheritance for "DashboardBundle\KernelEventSubscribers\NotFoundRedirect" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\NotFoundRedirect).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\RedirectToMembers" (parent: .abstract.instanceof.DashboardBundle\KernelEventSubscribers\RedirectToMembers).
Resolving inheritance for "DashboardBundle\KernelEventSubscribers\RedirectToMembers" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\RedirectToMembers).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\AjaxAuthenticationListener" (parent: .abstract.instanceof.DashboardBundle\Subscribers\AjaxAuthenticationListener).
Resolving inheritance for "DashboardBundle\Subscribers\AjaxAuthenticationListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\AjaxAuthenticationListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\BaseErrorHandler" (parent: .abstract.instanceof.DashboardBundle\Subscribers\BaseErrorHandler).
Resolving inheritance for "DashboardBundle\Subscribers\BaseErrorHandler" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\BaseErrorHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\CollectionKeyHandler" (parent: .abstract.instanceof.DashboardBundle\Subscribers\CollectionKeyHandler).
Resolving inheritance for "DashboardBundle\Subscribers\CollectionKeyHandler" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\CollectionKeyHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\LocaleSubscriber" (parent: .abstract.instanceof.DashboardBundle\Subscribers\LocaleSubscriber).
Resolving inheritance for "DashboardBundle\Subscribers\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\MailgunSubscriber" (parent: .abstract.instanceof.DashboardBundle\Subscribers\MailgunSubscriber).
Resolving inheritance for "DashboardBundle\Subscribers\MailgunSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\MailgunSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\RequestJsonSubscriber" (parent: .abstract.instanceof.DashboardBundle\Subscribers\RequestJsonSubscriber).
Resolving inheritance for "DashboardBundle\Subscribers\RequestJsonSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\RequestJsonSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\RequestPayloadSubscriber" (parent: .abstract.instanceof.DashboardBundle\Subscribers\RequestPayloadSubscriber).
Resolving inheritance for "DashboardBundle\Subscribers\RequestPayloadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\RequestPayloadSubscriber).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\Serializer\ShowArrayKeys" (parent: .abstract.instanceof.DashboardBundle\Subscribers\Serializer\ShowArrayKeys).
Resolving inheritance for "DashboardBundle\Subscribers\Serializer\ShowArrayKeys" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\Serializer\ShowArrayKeys).
Resolving inheritance for ".instanceof.DashboardBundle\Subscribers\UserSourceSubscriber.0.DashboardBundle\Subscribers\UserSourceSubscriber" (parent: .abstract.instanceof.DashboardBundle\Subscribers\UserSourceSubscriber).
Resolving inheritance for "DashboardBundle\Subscribers\UserSourceSubscriber" (parent: .instanceof.DashboardBundle\Subscribers\UserSourceSubscriber.0.DashboardBundle\Subscribers\UserSourceSubscriber).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.DashboardBundle\Twig\Extension\JsVarExtension" (parent: .abstract.instanceof.DashboardBundle\Twig\Extension\JsVarExtension).
Resolving inheritance for "DashboardBundle\Twig\Extension\JsVarExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.DashboardBundle\Twig\Extension\JsVarExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.DashboardBundle\Validator\Constraint\UrlValidator" (parent: .abstract.instanceof.DashboardBundle\Validator\Constraint\UrlValidator).
Resolving inheritance for "DashboardBundle\Validator\Constraint\UrlValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.DashboardBundle\Validator\Constraint\UrlValidator).
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.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.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snc_redis" (parent: monolog.logger_prototype).
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).
1
Skipping service "Popcash\EntityBundle\Validator\Constraint\EntityExists\EntityExistsValidator": Class or interface "Popcash\EntityBundle\Validator\Constraint\EntityExists\EntityExistsValidator" cannot be loaded.
280
Removed service "snc_redis.default_client"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\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 ".Symfony\Contracts\Cache\TagAwareCacheInterface $cache.array"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheArray"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $cache.array"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $cacheArray"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $cache.array"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $cacheArray"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\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\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.hwi_provider"; 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 "security.firewall_config_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 "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\EntrypointsLookupCollection"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\EntrypointRenderer"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\TagRendererCollection"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "hwi_oauth.resource_owners.locator"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $snc_redis.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sncRedisLogger"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.dvfUIQY"; reason: private alias.
Removed service ".service_locator.kU_9bh."; reason: private alias.
Removed service ".service_locator.13qzyLC"; reason: private alias.
Removed service ".service_locator.w7oLKkF"; reason: private alias.
Removed service ".service_locator.hZtF235"; reason: private alias.
Removed service ".service_locator.DfWn.OJ"; reason: private alias.
Removed service ".service_locator.cIcYyUA"; reason: private alias.
Removed service ".service_locator.LMuqDDe"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.VggPhve"; reason: private alias.
Removed service ".service_locator.gleACc."; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "hwi_oauth.http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "DashboardBundle\Decorators\FosRestTwigBridge.inner"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.vf3O4kY"; reason: private alias.
Removed service ".service_locator.3o2d2Ke"; reason: private alias.
Removed service ".service_locator.Bi0w2Sc"; reason: private alias.
Removed service ".service_locator.O9plFlz"; reason: private alias.
Removed service ".service_locator.XJ5euZO"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.a1R_f7T"; reason: private alias.
98
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.scv8kJt" to "container.env_var_processors_locator".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.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 "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.user_checker_locator" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.main.oauth" previously pointing to "router.default" to "router".
Changed reference of service "security.listener.user_checker.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
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 "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 "pentatrion_vite.entrypoint_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "UserBundle\Mailer\QuizLeadMailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "UserBundle\Mailer\RegistrationMailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "UserBundle\Mailer\RegistrationMailer" previously pointing to "router.default" to "router".
Changed reference of service "DashboardBundle\KernelEventSubscribers\NotFoundRedirect" previously pointing to "router.default" to "router".
Changed reference of service "DashboardBundle\Services\JsVar\JsVar" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "DashboardBundle\Services\Translations\JsTransInjector" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "DashboardBundle\Subscribers\BaseErrorHandler" previously pointing to "router.default" to "router".
Changed reference of service "stof_doctrine_extensions.tool.actor_provider" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.view_handler.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "DashboardBundle\Decorators\FosRestTwigBridge" to "fos_rest.view_handler".
Changed reference of service "fos_rest.allowed_methods_loader" previously pointing to "router.default" to "router".
Changed reference of service "sensio_framework_extra.security.listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "framework_extra_bundle.event.is_granted" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "router.default" to "router".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "router.default" to "router".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "hwi_oauth.security.oauth_utils" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "hwi_oauth.authentication.failure_handler" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.MEa3gue" previously pointing to "DashboardBundle\Decorators\FosRestTwigBridge" to "fos_rest.view_handler".
Changed reference of service ".service_locator.xM0JDsA" previously pointing to "router.default" to "router".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "DashboardBundle\Decorators\FosRestTwigBridge" to "fos_rest.view_handler".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.Uqth4sm" previously pointing to "DashboardBundle\Decorators\FosRestTwigBridge" to "fos_rest.view_handler".
Changed reference of service ".service_locator.Uqth4sm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Uqth4sm" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.9Sbc0.x" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
245
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 "MainBundle\MainBundle"; reason: abstract.
Removed service "UserBundle\Entity"; reason: abstract.
Removed service "UserBundle\UserBundle"; reason: abstract.
Removed service "UserBundle\DependencyInjection"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.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 "hwi_oauth.context_listener.abstract_token_refresher"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Api\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Api\QuizController"; reason: abstract.
Removed service ".instanceof.MainBundle\Controller\Api\QuizController.0.MainBundle\Controller\Api\QuizController"; reason: abstract.
Removed service ".abstract.instanceof.MainBundle\Controller\Api\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\AdvertisersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\AdvertisersController"; reason: abstract.
Removed service ".instanceof.MainBundle\Controller\Pages\AdvertisersController.0.MainBundle\Controller\Pages\AdvertisersController"; reason: abstract.
Removed service ".abstract.instanceof.MainBundle\Controller\Pages\AdvertisersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\AntifraudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\AntifraudController"; reason: abstract.
Removed service ".instanceof.MainBundle\Controller\Pages\AntifraudController.0.MainBundle\Controller\Pages\AntifraudController"; reason: abstract.
Removed service ".abstract.instanceof.MainBundle\Controller\Pages\AntifraudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\CareersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\CareersController"; reason: abstract.
Removed service ".instanceof.MainBundle\Controller\Pages\CareersController.0.MainBundle\Controller\Pages\CareersController"; reason: abstract.
Removed service ".abstract.instanceof.MainBundle\Controller\Pages\CareersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\FormatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\FormatsController"; reason: abstract.
Removed service ".instanceof.MainBundle\Controller\Pages\FormatsController.0.MainBundle\Controller\Pages\FormatsController"; reason: abstract.
Removed service ".abstract.instanceof.MainBundle\Controller\Pages\FormatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\HomeController"; reason: abstract.
Removed service ".instanceof.MainBundle\Controller\Pages\HomeController.0.MainBundle\Controller\Pages\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.MainBundle\Controller\Pages\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\PublishersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\PublishersController"; reason: abstract.
Removed service ".instanceof.MainBundle\Controller\Pages\PublishersController.0.MainBundle\Controller\Pages\PublishersController"; reason: abstract.
Removed service ".abstract.instanceof.MainBundle\Controller\Pages\PublishersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\QuizController"; reason: abstract.
Removed service ".instanceof.MainBundle\Controller\Pages\QuizController.0.MainBundle\Controller\Pages\QuizController"; reason: abstract.
Removed service ".abstract.instanceof.MainBundle\Controller\Pages\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\ReferralsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\ReferralsController"; reason: abstract.
Removed service ".instanceof.MainBundle\Controller\Pages\ReferralsController.0.MainBundle\Controller\Pages\ReferralsController"; reason: abstract.
Removed service ".abstract.instanceof.MainBundle\Controller\Pages\ReferralsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MainBundle\Controller\Pages\VerticalsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MainBundle\Controller\Pages\VerticalsController"; reason: abstract.
Removed service ".instanceof.MainBundle\Controller\Pages\VerticalsController.0.MainBundle\Controller\Pages\VerticalsController"; reason: abstract.
Removed service ".abstract.instanceof.MainBundle\Controller\Pages\VerticalsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\GoogleController"; reason: abstract.
Removed service ".instanceof.UserBundle\Controller\GoogleController.0.UserBundle\Controller\GoogleController"; reason: abstract.
Removed service ".abstract.instanceof.UserBundle\Controller\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\RegisterController"; reason: abstract.
Removed service ".instanceof.UserBundle\Controller\RegisterController.0.UserBundle\Controller\RegisterController"; reason: abstract.
Removed service ".abstract.instanceof.UserBundle\Controller\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.UserBundle\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.UserBundle\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.UserBundle\Controller\RegistrationController.0.UserBundle\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.UserBundle\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.UserBundle\Form\Type\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.UserBundle\Form\Type\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.UserBundle\Repository\CountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.UserBundle\Repository\CountryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DashboardBundle\Controller\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DashboardBundle\Controller\LanguageController"; reason: abstract.
Removed service ".instanceof.DashboardBundle\Controller\LanguageController.0.DashboardBundle\Controller\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Controller\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.DashboardBundle\EnvParsers\Random"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\EnvParsers\Random"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.DashboardBundle\EnvParsers\Urlencode"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\EnvParsers\Urlencode"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DashboardBundle\Form\Extension\FieldTypeHelpExtension"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Form\Extension\FieldTypeHelpExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.DashboardBundle\Form\Type\CacheEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.DashboardBundle\Form\Type\CacheEntityType"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Form\Type\CacheEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.DashboardBundle\Form\Type\UrlType"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Form\Type\UrlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\DisallowIFrame"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\KernelEventSubscribers\DisallowIFrame"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\ExceptionLogger"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\KernelEventSubscribers\ExceptionLogger"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\MaintenanceMode"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\KernelEventSubscribers\MaintenanceMode"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\NotFoundRedirect"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\KernelEventSubscribers\NotFoundRedirect"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\KernelEventSubscribers\RedirectToMembers"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\KernelEventSubscribers\RedirectToMembers"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\AjaxAuthenticationListener"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Subscribers\AjaxAuthenticationListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\BaseErrorHandler"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Subscribers\BaseErrorHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\CollectionKeyHandler"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Subscribers\CollectionKeyHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Subscribers\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\MailgunSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Subscribers\MailgunSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\RequestJsonSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Subscribers\RequestJsonSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\RequestPayloadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Subscribers\RequestPayloadSubscriber"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.DashboardBundle\Subscribers\Serializer\ShowArrayKeys"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Subscribers\Serializer\ShowArrayKeys"; reason: abstract.
Removed service ".instanceof.DashboardBundle\Subscribers\UserSourceSubscriber.0.DashboardBundle\Subscribers\UserSourceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Subscribers\UserSourceSubscriber"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.DashboardBundle\Twig\Extension\JsVarExtension"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Twig\Extension\JsVarExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.DashboardBundle\Validator\Constraint\UrlValidator"; reason: abstract.
Removed service ".abstract.instanceof.DashboardBundle\Validator\Constraint\UrlValidator"; reason: abstract.
109
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "translation.extractor.visitor.trans_method"; reason: unused.
Removed service "translation.extractor.visitor.translatable_message"; reason: unused.
Removed service "translation.extractor.visitor.constraint"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "mime_types"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service ".service_locator.J0VKggM"; reason: unused.
Removed service ".service_locator.2RLBKUz"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "Pentatrion\ViteBundle\Asset\ViteAssetVersionStrategy"; reason: unused.
Removed service "pentatrion_vite.cache"; reason: unused.
Removed service "MainBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "MainBundle\DependencyInjection\MainExtension"; reason: unused.
Removed service "DashboardBundle\DashboardBundle"; reason: unused.
Removed service "DashboardBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "DashboardBundle\DependencyInjection\DashboardExtension"; reason: unused.
Removed service "DashboardBundle\Doctrine\FromUnixtime"; reason: unused.
Removed service "DashboardBundle\Doctrine\IfFunction"; reason: unused.
Removed service "DashboardBundle\Doctrine\Rand"; reason: unused.
Removed service "DashboardBundle\Exceptions\CollectionKeyException"; reason: unused.
Removed service "DashboardBundle\Exceptions\InvalidJsonRequestException"; reason: unused.
Removed service "DashboardBundle\Exceptions\ValidationException"; reason: unused.
Removed service "DashboardBundle\Form\ChoiceList\ORMCacheQueryBuilderLoader"; reason: unused.
Removed service "DashboardBundle\Services\EntityStatus"; reason: unused.
Removed service "DashboardBundle\Services\JsVar\JsVar"; reason: unused.
Removed service "DashboardBundle\Services\Translations\CompilePass"; reason: unused.
Removed service "DashboardBundle\Services\Translations\JsTransAttribute"; reason: unused.
Removed service "DashboardBundle\Validator\Constraint\Url"; reason: unused.
Removed service "Popcash\EntityBundle\Validator\Constraint\EntityExists\EntityExistsValidator"; reason: unused.
Removed service "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "stof_doctrine_extensions.metadata_cache"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "fos_rest.serializer.form_error_normalizer"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "fos_rest.decoder.xml"; reason: unused.
Removed service "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 "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 "Snc\RedisBundle\Logger\RedisCallInterceptor"; reason: unused.
Removed service "snc_redis.phpredis_factory"; reason: unused.
Removed service "hwi_oauth.authentication.entry_point.oauth"; reason: unused.
Removed service "hwi_oauth.user.provider.entity"; reason: unused.
Removed service "hwi_oauth.authentication.failure_handler"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.9Sbc0.x"; reason: unused.
285
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "twig.error_renderer.html" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.F0eP.MT" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".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 "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.Eqa1Fgm" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "cache.array.recorder_inner" to "cache.array".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.jeHNs2o" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.YGi9Hgh" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "snc_redis.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.ZNh9Pic" to ".security.request_matcher.Vvcldmi".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service ".service_locator.RYCt.tV" to "hwi_oauth.resource_ownermap.main".
Inlined service "UserBundle\Security\OAuthProvider" to "security.authenticator.oauth.main".
Inlined service "security.authentication.success_handler.main.oauth" to "security.authenticator.oauth.main".
Inlined service "security.authentication.failure_handler.main.oauth" to "security.authenticator.oauth.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.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.form" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "pentatrion_vite.twig_entry_files_extension" to "twig".
Inlined service "DashboardBundle\Twig\Extension\JsVarExtension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "hwi_oauth.twig.extension.oauth" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "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.xzG_T5h" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.1oNdtH9" to "pentatrion_vite.entrypoints_lookup_collection".
Inlined service "pentatrion_vite.tag_renderer_collection" to "pentatrion_vite.entrypoint_renderer".
Inlined service ".service_locator.g83vjJ5" to "pentatrion_vite.tag_renderer_collection".
Inlined service "cache.pentatrion_vite_fallback.recorder_inner" to "cache.pentatrion_vite_fallback".
Inlined service "pentatrion_vite.file_accessor" to "pentatrion_vite.entrypoints_lookup[_default]".
Inlined service "UserBundle\Mailer\QuizLeadMailer" to "MainBundle\Controller\Api\QuizController".
Inlined service ".service_locator.JkaYaOo.MainBundle\Controller\Api\QuizController" to "MainBundle\Controller\Api\QuizController".
Inlined service ".service_locator.JkaYaOo.MainBundle\Controller\Pages\AdvertisersController" to "MainBundle\Controller\Pages\AdvertisersController".
Inlined service ".service_locator.JkaYaOo.MainBundle\Controller\Pages\AntifraudController" to "MainBundle\Controller\Pages\AntifraudController".
Inlined service ".service_locator.JkaYaOo.MainBundle\Controller\Pages\CareersController" to "MainBundle\Controller\Pages\CareersController".
Inlined service ".service_locator.JkaYaOo.MainBundle\Controller\Pages\FormatsController" to "MainBundle\Controller\Pages\FormatsController".
Inlined service ".service_locator.JkaYaOo.MainBundle\Controller\Pages\HomeController" to "MainBundle\Controller\Pages\HomeController".
Inlined service ".service_locator.JkaYaOo.MainBundle\Controller\Pages\PublishersController" to "MainBundle\Controller\Pages\PublishersController".
Inlined service ".service_locator.JkaYaOo.MainBundle\Controller\Pages\QuizController" to "MainBundle\Controller\Pages\QuizController".
Inlined service ".service_locator.JkaYaOo.MainBundle\Controller\Pages\ReferralsController" to "MainBundle\Controller\Pages\ReferralsController".
Inlined service ".service_locator.JkaYaOo.MainBundle\Controller\Pages\VerticalsController" to "MainBundle\Controller\Pages\VerticalsController".
Inlined service ".service_locator.Uqth4sm.UserBundle\Controller\GoogleController" to "UserBundle\Controller\GoogleController".
Inlined service ".service_locator.Uqth4sm.UserBundle\Controller\RegisterController" to "UserBundle\Controller\RegisterController".
Inlined service "UserBundle\Mailer\RegistrationMailer" to "UserBundle\Controller\RegistrationController".
Inlined service ".service_locator.Uqth4sm.UserBundle\Controller\RegistrationController" to "UserBundle\Controller\RegistrationController".
Inlined service ".service_locator.JkaYaOo.DashboardBundle\Controller\LanguageController" to "DashboardBundle\Controller\LanguageController".
Inlined service "Laracasts\Utilities\JavaScript\Transformers\Transformer" to "DashboardBundle\Services\Translations\JsTransInjector".
Inlined service "Mailgun\Mailgun" to "DashboardBundle\Subscribers\MailgunSubscriber".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "fos_rest.serializer.jms" to "fos_rest.view_handler.default".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service ".service_locator.WHiOA.m" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.de8747921d748e12bbaa06b9d4bbb7c9259d7e4c47226e258338fc1bdb307a0d804f9b1c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.xRhNObu.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "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.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.VHsrTPK" 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.4zpJi5B" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "monolog.logger.snc_redis" to "snc_redis.logger".
Inlined service "security.authentication_utils" to "HWI\Bundle\OAuthBundle\Controller\LoginController".
Inlined service "hwi_oauth.util.domain_whitelist" to "HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController".
Inlined service "hwi_oauth.storage.session" to "hwi_oauth.resource_owner.google".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".debug.hwi_oauth.http_client.inner" to ".debug.hwi_oauth.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
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.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.bN.V_Nq" to ".service_locator.bN.V_Nq.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
Inlined service ".service_locator.pToDJZH" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.jgo.naA" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.bN.V_Nq.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
5
Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.preload", "container.decorator", "container.stack"?
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", ".debug.http_client", ".debug.hwi_oauth.http_client", "fos_rest.serializer.form_error_handler", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used. Did you mean "container.error"?
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "fos_rest.serializer.form_error_handler", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?