The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\UpdateOldUsersCommand".
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\BaseListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\RoleListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\ShopListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractTypeExtension::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Extension\RegistrationTypeExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractTypeExtension::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Extension\UserTypeExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\AppCodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\HomeConfigType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\ProfileType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\UpdateOldUsersCommand" class instead.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Tigris\ShopBundle\TigrisShopBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.name_prefix AS name_prefix_2, c0_.access_authenticated AS access_authenticated_3, c0_.slug AS slug_4, c0_.public AS public_5, c0_.description AS description_6, c0_.menus AS menus_7, c0_.template AS template_8, c0_.position AS position_9, c0_.nofollow AS nofollow_10, c0_.data AS data_11, c0_.type AS type_12, c0_.content_type AS content_type_13, c0_.url AS url_14, c0_.arguments AS arguments_15, c0_.content_options AS content_options_16, c0_.deleted_at AS deleted_at_17, c0_.created_at AS created_at_18, c0_.updated_at AS updated_at_19, c0_.root AS root_20, c0_.lvl AS lvl_21, c0_.lft AS lft_22, c0_.rgt AS rgt_23, c0_.parent_id AS parent_id_24, c0_.user_id AS user_id_25 FROM content_page c0_ WHERE c0_.public = 1 AND c0_.menus IS NOT NULL AND c0_.access_authenticated = 0 AND c0_.nofollow <> 1 ORDER BY c0_.position ASC"
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.name_prefix AS name_prefix_2, c0_.access_authenticated AS access_authenticated_3, c0_.slug AS slug_4, c0_.public AS public_5, c0_.description AS description_6, c0_.menus AS menus_7, c0_.template AS template_8, c0_.position AS position_9, c0_.nofollow AS nofollow_10, c0_.data AS data_11, c0_.type AS type_12, c0_.content_type AS content_type_13, c0_.url AS url_14, c0_.arguments AS arguments_15, c0_.content_options AS content_options_16, c0_.deleted_at AS deleted_at_17, c0_.created_at AS created_at_18, c0_.updated_at AS updated_at_19, c0_.root AS root_20, c0_.lvl AS lvl_21, c0_.lft AS lft_22, c0_.rgt AS rgt_23, c0_.parent_id AS parent_id_24, c0_.user_id AS user_id_25 FROM content_page c0_ WHERE c0_.public = 1 AND c0_.menus IS NOT NULL AND c0_.access_authenticated = 0 AND c0_.nofollow <> 1 ORDER BY c0_.position ASC"
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.public AS public_2, c0_.draft AS draft_3, c0_.slug AS slug_4, c0_.type AS type_5, c0_.data AS data_6, c0_.published_at AS published_at_7, c0_.unpublished_at AS unpublished_at_8, c0_.position AS position_9, c0_.view_count AS view_count_10, c0_.deleted_at AS deleted_at_11, c0_.created_at AS created_at_12, c0_.updated_at AS updated_at_13, c0_.user_id AS user_id_14 FROM content_element c0_ LEFT JOIN content_element_category c2_ ON c0_.id = c2_.element_id LEFT JOIN content_category c1_ ON c1_.id = c2_.category_id WHERE (c0_.public = ? AND c0_.published_at <= ? AND ((c0_.unpublished_at > ? OR c0_.unpublished_at IS NULL))) AND (c0_.deleted_at IS NULL) ORDER BY c0_.published_at DESC"
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.public AS public_2, c0_.draft AS draft_3, c0_.slug AS slug_4, c0_.type AS type_5, c0_.data AS data_6, c0_.published_at AS published_at_7, c0_.unpublished_at AS unpublished_at_8, c0_.position AS position_9, c0_.view_count AS view_count_10, c0_.deleted_at AS deleted_at_11, c0_.created_at AS created_at_12, c0_.updated_at AS updated_at_13, c0_.user_id AS user_id_14 FROM content_element c0_ LEFT JOIN content_element_category c2_ ON c0_.id = c2_.element_id LEFT JOIN content_category c1_ ON c1_.id = c2_.category_id WHERE (c0_.public = ? AND c0_.published_at <= ? AND ((c0_.unpublished_at > ? OR c0_.unpublished_at IS NULL))) AND (c0_.deleted_at IS NULL) ORDER BY c0_.published_at DESC"
"params" => [1 => 12 => "2026-04-30 11:52:30"
3 => "2026-04-30 11:52:30"
]
"types" => [1 => 52 => 23 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
701
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension" (parent: .abstract.instanceof.SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension).
Resolving inheritance for "SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateOldUsersCommand" (parent: .abstract.instanceof.App\Command\UpdateOldUsersCommand).
Resolving inheritance for "App\Command\UpdateOldUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateOldUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AppCodeController" (parent: .abstract.instanceof.App\Controller\Admin\AppCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AppCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AppCodeController).
Resolving inheritance for "App\Controller\Admin\AppCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AppCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AppCodeRequestController" (parent: .abstract.instanceof.App\Controller\Admin\AppCodeRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AppCodeRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AppCodeRequestController).
Resolving inheritance for "App\Controller\Admin\AppCodeRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AppCodeRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReportController" (parent: .abstract.instanceof.App\Controller\Admin\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReportController).
Resolving inheritance for "App\Controller\Admin\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SponsorController" (parent: .abstract.instanceof.App\Controller\Admin\SponsorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SponsorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SponsorController).
Resolving inheritance for "App\Controller\Admin\SponsorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SponsorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserStatsController" (parent: .abstract.instanceof.App\Controller\Admin\UserStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserStatsController).
Resolving inheritance for "App\Controller\Admin\UserStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppCodeController" (parent: .abstract.instanceof.App\Controller\AppCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppCodeController).
Resolving inheritance for "App\Controller\AppCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppController" (parent: .abstract.instanceof.App\Controller\AppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppController).
Resolving inheritance for "App\Controller\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportController" (parent: .abstract.instanceof.App\Controller\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportController).
Resolving inheritance for "App\Controller\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController" (parent: .abstract.instanceof.App\Controller\ShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController).
Resolving inheritance for "App\Controller\ShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SponsorController" (parent: .abstract.instanceof.App\Controller\SponsorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SponsorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SponsorController).
Resolving inheritance for "App\Controller\SponsorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SponsorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.App\DataExporter\AppCodeRequestExporter.0.App\DataExporter\AppCodeRequestExporter" (parent: .abstract.instanceof.App\DataExporter\AppCodeRequestExporter).
Resolving inheritance for "App\DataExporter\AppCodeRequestExporter" (parent: .instanceof.App\DataExporter\AppCodeRequestExporter.0.App\DataExporter\AppCodeRequestExporter).
Resolving inheritance for ".instanceof.App\DataExporter\UserStatsExporter.0.App\DataExporter\UserStatsExporter" (parent: .abstract.instanceof.App\DataExporter\UserStatsExporter).
Resolving inheritance for "App\DataExporter\UserStatsExporter" (parent: .instanceof.App\DataExporter\UserStatsExporter.0.App\DataExporter\UserStatsExporter).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\BaseListener" (parent: .abstract.instanceof.App\EventListener\BaseListener).
Resolving inheritance for "App\EventListener\BaseListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\BaseListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\RoleListener" (parent: .abstract.instanceof.App\EventListener\RoleListener).
Resolving inheritance for "App\EventListener\RoleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\RoleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ShopListener" (parent: .abstract.instanceof.App\EventListener\ShopListener).
Resolving inheritance for "App\EventListener\ShopListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ShopListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserListener" (parent: .abstract.instanceof.App\EventListener\UserListener).
Resolving inheritance for "App\EventListener\UserListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\ProductTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\ProductTypeExtension).
Resolving inheritance for "App\Form\Extension\ProductTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\ProductTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\RegistrationTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\RegistrationTypeExtension).
Resolving inheritance for "App\Form\Extension\RegistrationTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\RegistrationTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\UserTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\UserTypeExtension).
Resolving inheritance for "App\Form\Extension\UserTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\UserTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AppCodeType" (parent: .abstract.instanceof.App\Form\Type\AppCodeType).
Resolving inheritance for "App\Form\Type\AppCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AppCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AppConfigType" (parent: .abstract.instanceof.App\Form\Type\AppConfigType).
Resolving inheritance for "App\Form\Type\AppConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AppConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HomeConfigType" (parent: .abstract.instanceof.App\Form\Type\HomeConfigType).
Resolving inheritance for "App\Form\Type\HomeConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HomeConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProfileType" (parent: .abstract.instanceof.App\Form\Type\ProfileType).
Resolving inheritance for "App\Form\Type\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReportConfigType" (parent: .abstract.instanceof.App\Form\Type\ReportConfigType).
Resolving inheritance for "App\Form\Type\ReportConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReportConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TokenType" (parent: .abstract.instanceof.App\Form\Type\TokenType).
Resolving inheritance for "App\Form\Type\TokenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TokenType).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Mail\NewSubscriptionMail" (parent: .abstract.instanceof.App\Mail\NewSubscriptionMail).
Resolving inheritance for "App\Mail\NewSubscriptionMail" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Mail\NewSubscriptionMail).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppCodeRepository" (parent: .abstract.instanceof.App\Repository\AppCodeRepository).
Resolving inheritance for "App\Repository\AppCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppCodeRequestRepository" (parent: .abstract.instanceof.App\Repository\AppCodeRequestRepository).
Resolving inheritance for "App\Repository\AppCodeRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppCodeRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportRepository" (parent: .abstract.instanceof.App\Repository\ReportRepository).
Resolving inheritance for "App\Repository\ReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SponsorRepository" (parent: .abstract.instanceof.App\Repository\SponsorRepository).
Resolving inheritance for "App\Repository\SponsorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SponsorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserStatsRepository" (parent: .abstract.instanceof.App\Repository\UserStatsRepository).
Resolving inheritance for "App\Repository\UserStatsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserStatsRepository).
Resolving inheritance for ".instanceof.App\Security\AppToken\AppToken.0.App\Security\AppToken\AppToken" (parent: .abstract.instanceof.App\Security\AppToken\AppToken).
Resolving inheritance for "App\Security\AppToken\AppToken" (parent: .instanceof.App\Security\AppToken\AppToken.0.App\Security\AppToken\AppToken).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\AppVoter" (parent: .abstract.instanceof.App\Security\AppVoter).
Resolving inheritance for "App\Security\AppVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\AppVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProductVoter" (parent: .abstract.instanceof.App\Security\Voter\ProductVoter).
Resolving inheritance for "App\Security\Voter\ProductVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProductVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ReportVoter" (parent: .abstract.instanceof.App\Security\Voter\ReportVoter).
Resolving inheritance for "App\Security\Voter\ReportVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ReportVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_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.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.base_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
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 "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.Tigris\BaseBundle\Doctrine\TablePrefix.0.Tigris\BaseBundle\Doctrine\TablePrefix" (parent: .abstract.instanceof.Tigris\BaseBundle\Doctrine\TablePrefix).
Resolving inheritance for "Tigris\BaseBundle\Doctrine\TablePrefix" (parent: .instanceof.Tigris\BaseBundle\Doctrine\TablePrefix.0.Tigris\BaseBundle\Doctrine\TablePrefix).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Tigris\BaseBundle\Twig\CanonicalLinkExtension" (parent: .abstract.instanceof.Tigris\BaseBundle\Twig\CanonicalLinkExtension).
Resolving inheritance for "Tigris\BaseBundle\Twig\CanonicalLinkExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Tigris\BaseBundle\Twig\CanonicalLinkExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Tigris\BaseBundle\Twig\TigrisExtension" (parent: .abstract.instanceof.Tigris\BaseBundle\Twig\TigrisExtension).
Resolving inheritance for "Tigris\BaseBundle\Twig\TigrisExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Tigris\BaseBundle\Twig\TigrisExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Tigris\BaseBundle\Twig\WordingExtension" (parent: .abstract.instanceof.Tigris\BaseBundle\Twig\WordingExtension).
Resolving inheritance for "Tigris\BaseBundle\Twig\WordingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Tigris\BaseBundle\Twig\WordingExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\ButtonTypeExtension" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Extension\ButtonTypeExtension).
Resolving inheritance for "Tigris\BaseBundle\Form\Extension\ButtonTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\ButtonTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\DateTimeTypeExtension" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Extension\DateTimeTypeExtension).
Resolving inheritance for "Tigris\BaseBundle\Form\Extension\DateTimeTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\DateTimeTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\DateTypeExtension" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Extension\DateTypeExtension).
Resolving inheritance for "Tigris\BaseBundle\Form\Extension\DateTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\DateTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\FormCollectionTypeExtension" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Extension\FormCollectionTypeExtension).
Resolving inheritance for "Tigris\BaseBundle\Form\Extension\FormCollectionTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\FormCollectionTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\TimeTypeExtension" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Extension\TimeTypeExtension).
Resolving inheritance for "Tigris\BaseBundle\Form\Extension\TimeTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\TimeTypeExtension).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Service\Google\MyBusinessReview" (parent: .abstract.instanceof.Tigris\BaseBundle\Service\Google\MyBusinessReview).
Resolving inheritance for "Tigris\BaseBundle\Service\Google\MyBusinessReview" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Service\Google\MyBusinessReview).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Service\Meta\GraphAPI\FacebookGraphAPI" (parent: .abstract.instanceof.Tigris\BaseBundle\Service\Meta\GraphAPI\FacebookGraphAPI).
Resolving inheritance for "Tigris\BaseBundle\Service\Meta\GraphAPI\FacebookGraphAPI" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Service\Meta\GraphAPI\FacebookGraphAPI).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Service\Meta\GraphAPI\InstagramGraphAPI" (parent: .abstract.instanceof.Tigris\BaseBundle\Service\Meta\GraphAPI\InstagramGraphAPI).
Resolving inheritance for "Tigris\BaseBundle\Service\Meta\GraphAPI\InstagramGraphAPI" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Service\Meta\GraphAPI\InstagramGraphAPI).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\BaseBundle\Security\Voter\FileFolderVoter" (parent: .abstract.instanceof.Tigris\BaseBundle\Security\Voter\FileFolderVoter).
Resolving inheritance for "Tigris\BaseBundle\Security\Voter\FileFolderVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\BaseBundle\Security\Voter\FileFolderVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\BaseBundle\Security\Voter\FileVoter" (parent: .abstract.instanceof.Tigris\BaseBundle\Security\Voter\FileVoter).
Resolving inheritance for "Tigris\BaseBundle\Security\Voter\FileVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\BaseBundle\Security\Voter\FileVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\BaseBundle\Security\Voter\UserVoter" (parent: .abstract.instanceof.Tigris\BaseBundle\Security\Voter\UserVoter).
Resolving inheritance for "Tigris\BaseBundle\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\BaseBundle\Security\Voter\UserVoter).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\ConfigRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\ConfigRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\ConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\ConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\DataExportRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\DataExportRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\DataExportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\DataExportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\DataImportRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\DataImportRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\DataImportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\DataImportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\FileFolderRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\FileFolderRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\FileFolderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\FileFolderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\FileRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\FileRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\FileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\FileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\GroupRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\GroupRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\GroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\NotificationRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\NotificationRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\OnlineUserRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\OnlineUserRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\OnlineUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\OnlineUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\SitemapUrlRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\SitemapUrlRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\SitemapUrlRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\SitemapUrlRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\UserRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\UserRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\WordingRepository" (parent: .abstract.instanceof.Tigris\BaseBundle\Repository\WordingRepository).
Resolving inheritance for "Tigris\BaseBundle\Repository\WordingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\WordingRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\ConfigType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ContentEditableType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\ContentEditableType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\ContentEditableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ContentEditableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataExportOptionsType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\DataExportOptionsType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\DataExportOptionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataExportOptionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataExportType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\DataExportType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\DataExportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataExportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataImportMappingFieldType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\DataImportMappingFieldType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\DataImportMappingFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataImportMappingFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataImportMappingType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\DataImportMappingType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\DataImportMappingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataImportMappingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataImportType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\DataImportType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\DataImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\FileEditType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\FileEditType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\FileEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\FileEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\FileFolderType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\FileFolderType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\FileFolderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\FileFolderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\FormActionsType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\FormActionsType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\FormActionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\FormActionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\GroupType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\GroupType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\GroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RGPDConfigType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\RGPDConfigType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\RGPDConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RGPDConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RecaptchaType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\RecaptchaType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\RecaptchaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RecaptchaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RegistrationFormType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\RegistrationFormType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ResetPasswordFormType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\ResetPasswordFormType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\ResetPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ResetPasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ResetPasswordRequestFormType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\ResetPasswordRequestFormType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RoleType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\RoleType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\RoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\SecurityButtonType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\SecurityButtonType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\SecurityButtonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\SecurityButtonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\SitemapUrlType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\SitemapUrlType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\SitemapUrlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\SitemapUrlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\StaticType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\StaticType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\StaticType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\StaticType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\TableCollectionType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\TableCollectionType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\TableCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\TableCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UploadFileType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\UploadFileType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\UploadFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UploadFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UserEmailType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\UserEmailType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\UserEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UserEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UserEntityType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\UserEntityType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\UserEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UserEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UserType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\UserType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\WordingType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\WordingType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\WordingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\WordingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\WysiwygType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\Type\WysiwygType).
Resolving inheritance for "Tigris\BaseBundle\Form\Type\WysiwygType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\WysiwygType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\AdminController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\AdminController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\BaseController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\BaseController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\ConfigController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\ConfigController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\DataExporterController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\DataExporterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\DataExporterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\DataExporterController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\DataExporterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\DataExporterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\DataImporterController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\DataImporterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\DataImporterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\DataImporterController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\DataImporterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\DataImporterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\FileController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\FileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\FileController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\FileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\GroupController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\GroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\GroupController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\GroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\SitemapController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\SitemapController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\StatsController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\StatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\StatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\StatsController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\StatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\StatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\UICommandController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\UICommandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\UICommandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\UICommandController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\UICommandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\UICommandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\UserController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\UserController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\WordingController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\Admin\WordingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\WordingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\WordingController).
Resolving inheritance for "Tigris\BaseBundle\Controller\Admin\WordingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\WordingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\AppController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\AppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\AppController).
Resolving inheritance for "Tigris\BaseBundle\Controller\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\AppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\BaseController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\BaseController).
Resolving inheritance for "Tigris\BaseBundle\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\FileController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\FileController).
Resolving inheritance for "Tigris\BaseBundle\Controller\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\FileFolderController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\FileFolderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\FileFolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\FileFolderController).
Resolving inheritance for "Tigris\BaseBundle\Controller\FileFolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\FileFolderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\GeocodingController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\GeocodingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\GeocodingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\GeocodingController).
Resolving inheritance for "Tigris\BaseBundle\Controller\GeocodingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\GeocodingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\NotificationController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\NotificationController).
Resolving inheritance for "Tigris\BaseBundle\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\RegistrationController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\RegistrationController).
Resolving inheritance for "Tigris\BaseBundle\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\ResetPasswordController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\ResetPasswordController).
Resolving inheritance for "Tigris\BaseBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\SearchController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\SearchController).
Resolving inheritance for "Tigris\BaseBundle\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\SecurityController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\SecurityController).
Resolving inheritance for "Tigris\BaseBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\SitemapController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\SitemapController).
Resolving inheritance for "Tigris\BaseBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\UserController" (parent: .abstract.instanceof.Tigris\BaseBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\UserController).
Resolving inheritance for "Tigris\BaseBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\DataImporterListener" (parent: .abstract.instanceof.Tigris\BaseBundle\EventListener\DataImporterListener).
Resolving inheritance for "Tigris\BaseBundle\EventListener\DataImporterListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\DataImporterListener).
Resolving inheritance for ".instanceof.Tigris\BaseBundle\EventListener\DoctrineListener.0.Tigris\BaseBundle\EventListener\DoctrineListener" (parent: .abstract.instanceof.Tigris\BaseBundle\EventListener\DoctrineListener).
Resolving inheritance for "Tigris\BaseBundle\EventListener\DoctrineListener" (parent: .instanceof.Tigris\BaseBundle\EventListener\DoctrineListener.0.Tigris\BaseBundle\EventListener\DoctrineListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\KernelListener" (parent: .abstract.instanceof.Tigris\BaseBundle\EventListener\KernelListener).
Resolving inheritance for "Tigris\BaseBundle\EventListener\KernelListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\KernelListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\MenuListener" (parent: .abstract.instanceof.Tigris\BaseBundle\EventListener\MenuListener).
Resolving inheritance for "Tigris\BaseBundle\EventListener\MenuListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\MenuListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\RoleListener" (parent: .abstract.instanceof.Tigris\BaseBundle\EventListener\RoleListener).
Resolving inheritance for "Tigris\BaseBundle\EventListener\RoleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\RoleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\ConfigSubscriber" (parent: .abstract.instanceof.Tigris\BaseBundle\EventSubscriber\ConfigSubscriber).
Resolving inheritance for "Tigris\BaseBundle\EventSubscriber\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\NotificationSubscriber" (parent: .abstract.instanceof.Tigris\BaseBundle\EventSubscriber\NotificationSubscriber).
Resolving inheritance for "Tigris\BaseBundle\EventSubscriber\NotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\NotificationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\StatsSubscriber" (parent: .abstract.instanceof.Tigris\BaseBundle\EventSubscriber\StatsSubscriber).
Resolving inheritance for "Tigris\BaseBundle\EventSubscriber\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\UserProfileSubscriber" (parent: .abstract.instanceof.Tigris\BaseBundle\EventSubscriber\UserProfileSubscriber).
Resolving inheritance for "Tigris\BaseBundle\EventSubscriber\UserProfileSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\UserProfileSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\CreateUserCommand" (parent: .abstract.instanceof.Tigris\BaseBundle\Command\CreateUserCommand).
Resolving inheritance for "Tigris\BaseBundle\Command\CreateUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\CreateUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\CronCommand" (parent: .abstract.instanceof.Tigris\BaseBundle\Command\CronCommand).
Resolving inheritance for "Tigris\BaseBundle\Command\CronCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\CronCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\FormatConfigCommand" (parent: .abstract.instanceof.Tigris\BaseBundle\Command\FormatConfigCommand).
Resolving inheritance for "Tigris\BaseBundle\Command\FormatConfigCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\FormatConfigCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\UpdateFileFolderNameCommand" (parent: .abstract.instanceof.Tigris\BaseBundle\Command\UpdateFileFolderNameCommand).
Resolving inheritance for "Tigris\BaseBundle\Command\UpdateFileFolderNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\UpdateFileFolderNameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Tigris\BaseBundle\Validator\DateRangeValidator" (parent: .abstract.instanceof.Tigris\BaseBundle\Validator\DateRangeValidator).
Resolving inheritance for "Tigris\BaseBundle\Validator\DateRangeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Tigris\BaseBundle\Validator\DateRangeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Tigris\BaseBundle\Validator\RecaptchaValidator" (parent: .abstract.instanceof.Tigris\BaseBundle\Validator\RecaptchaValidator).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Validator\RecaptchaValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Tigris\BaseBundle\Validator\RecaptchaValidator).
Resolving inheritance for "Tigris\BaseBundle\Validator\RecaptchaValidator" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Validator\RecaptchaValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Tigris\BaseBundle\Validator\StopForumSpamValidator" (parent: .abstract.instanceof.Tigris\BaseBundle\Validator\StopForumSpamValidator).
Resolving inheritance for "Tigris\BaseBundle\Validator\StopForumSpamValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Tigris\BaseBundle\Validator\StopForumSpamValidator).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\AbstractEmail" (parent: .abstract.instanceof.Tigris\BaseBundle\Mailing\AbstractEmail).
Resolving inheritance for "Tigris\BaseBundle\Mailing\AbstractEmail" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\AbstractEmail).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\EmailVerifyEmail" (parent: .abstract.instanceof.Tigris\BaseBundle\Mailing\EmailVerifyEmail).
Resolving inheritance for "Tigris\BaseBundle\Mailing\EmailVerifyEmail" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\EmailVerifyEmail).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\ExportFileEmail" (parent: .abstract.instanceof.Tigris\BaseBundle\Mailing\ExportFileEmail).
Resolving inheritance for "Tigris\BaseBundle\Mailing\ExportFileEmail" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\ExportFileEmail).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\NotificationEmail" (parent: .abstract.instanceof.Tigris\BaseBundle\Mailing\NotificationEmail).
Resolving inheritance for "Tigris\BaseBundle\Mailing\NotificationEmail" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\NotificationEmail).
Resolving inheritance for ".instanceof.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem.0.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem" (parent: .abstract.instanceof.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem).
Resolving inheritance for ".instanceof.Tigris\BaseBundle\Contracts\Dashboard\DashboardItemInterface.0.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem" (parent: .instanceof.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem.0.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem).
Resolving inheritance for "Tigris\BaseBundle\Dashboard\DashboardManager" (parent: .instanceof.Tigris\BaseBundle\Contracts\Dashboard\DashboardItemInterface.0.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem).
Resolving inheritance for ".instanceof.Tigris\BaseBundle\Dashboard\Item\UserCounterItem.0.Tigris\BaseBundle\Dashboard\Item\UserCounterItem" (parent: .abstract.instanceof.Tigris\BaseBundle\Dashboard\Item\UserCounterItem).
Resolving inheritance for ".instanceof.Tigris\BaseBundle\Contracts\Dashboard\DashboardItemInterface.0.Tigris\BaseBundle\Dashboard\Item\UserCounterItem" (parent: .instanceof.Tigris\BaseBundle\Dashboard\Item\UserCounterItem.0.Tigris\BaseBundle\Dashboard\Item\UserCounterItem).
Resolving inheritance for "Tigris\BaseBundle\Dashboard\DashboardManager" (parent: .instanceof.Tigris\BaseBundle\Contracts\Dashboard\DashboardItemInterface.0.Tigris\BaseBundle\Dashboard\Item\UserCounterItem).
Resolving inheritance for ".instanceof.Tigris\ContactBundle\Dashboard\MessageCounterItem.0.Tigris\ContactBundle\Dashboard\MessageCounterItem" (parent: .abstract.instanceof.Tigris\ContactBundle\Dashboard\MessageCounterItem).
Resolving inheritance for "Tigris\BaseBundle\Dashboard\DashboardManager" (parent: .instanceof.Tigris\ContactBundle\Dashboard\MessageCounterItem.0.Tigris\ContactBundle\Dashboard\MessageCounterItem).
Resolving inheritance for ".instanceof.Tigris\ShopBundle\Dashboard\BestSellerItem.0.Tigris\ShopBundle\Dashboard\BestSellerItem" (parent: .abstract.instanceof.Tigris\ShopBundle\Dashboard\BestSellerItem).
Resolving inheritance for "Tigris\BaseBundle\Dashboard\DashboardManager" (parent: .instanceof.Tigris\ShopBundle\Dashboard\BestSellerItem.0.Tigris\ShopBundle\Dashboard\BestSellerItem).
Resolving inheritance for ".instanceof.Tigris\ShopBundle\Dashboard\OrderAmountItem.0.Tigris\ShopBundle\Dashboard\OrderAmountItem" (parent: .abstract.instanceof.Tigris\ShopBundle\Dashboard\OrderAmountItem).
Resolving inheritance for "Tigris\BaseBundle\Dashboard\DashboardManager" (parent: .instanceof.Tigris\ShopBundle\Dashboard\OrderAmountItem.0.Tigris\ShopBundle\Dashboard\OrderAmountItem).
Resolving inheritance for ".instanceof.Tigris\ShopBundle\Dashboard\OrderCounterItem.0.Tigris\ShopBundle\Dashboard\OrderCounterItem" (parent: .abstract.instanceof.Tigris\ShopBundle\Dashboard\OrderCounterItem).
Resolving inheritance for "Tigris\BaseBundle\Dashboard\DashboardManager" (parent: .instanceof.Tigris\ShopBundle\Dashboard\OrderCounterItem.0.Tigris\ShopBundle\Dashboard\OrderCounterItem).
Resolving inheritance for "Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem" (parent: .instanceof.Tigris\BaseBundle\Contracts\Dashboard\DashboardItemInterface.0.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem).
Resolving inheritance for "Tigris\BaseBundle\Dashboard\Item\UserCounterItem" (parent: .instanceof.Tigris\BaseBundle\Contracts\Dashboard\DashboardItemInterface.0.Tigris\BaseBundle\Dashboard\Item\UserCounterItem).
Resolving inheritance for ".instanceof.Tigris\BaseBundle\MessageHandler\AppNotificationHandler.0.Tigris\BaseBundle\MessageHandler\AppNotificationHandler" (parent: .abstract.instanceof.Tigris\BaseBundle\MessageHandler\AppNotificationHandler).
Resolving inheritance for "Tigris\BaseBundle\MessageHandler\AppNotificationHandler" (parent: .instanceof.Tigris\BaseBundle\MessageHandler\AppNotificationHandler.0.Tigris\BaseBundle\MessageHandler\AppNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\ConfiguredForm\Type\ConfiguredFormType" (parent: .abstract.instanceof.Tigris\BaseBundle\Form\ConfiguredForm\Type\ConfiguredFormType).
Resolving inheritance for "Tigris\BaseBundle\Form\ConfiguredForm\Type\ConfiguredFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\ConfiguredForm\Type\ConfiguredFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\PageType" (parent: .abstract.instanceof.Tigris\ContentBundle\Form\Type\PageType).
Resolving inheritance for "Tigris\ContentBundle\Form\Type\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\CategoryType" (parent: .abstract.instanceof.Tigris\ContentBundle\Form\Type\CategoryType).
Resolving inheritance for "Tigris\ContentBundle\Form\Type\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\CreateElementType" (parent: .abstract.instanceof.Tigris\ContentBundle\Form\Type\CreateElementType).
Resolving inheritance for "Tigris\ContentBundle\Form\Type\CreateElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\CreateElementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\ElementType" (parent: .abstract.instanceof.Tigris\ContentBundle\Form\Type\ElementType).
Resolving inheritance for "Tigris\ContentBundle\Form\Type\ElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\ElementType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\Admin\CategoryController" (parent: .abstract.instanceof.Tigris\ContentBundle\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\Admin\CategoryController).
Resolving inheritance for "Tigris\ContentBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\Admin\ElementController" (parent: .abstract.instanceof.Tigris\ContentBundle\Controller\Admin\ElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\Admin\ElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\Admin\ElementController).
Resolving inheritance for "Tigris\ContentBundle\Controller\Admin\ElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\Admin\ElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\Admin\PageController" (parent: .abstract.instanceof.Tigris\ContentBundle\Controller\Admin\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\Admin\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\Admin\PageController).
Resolving inheritance for "Tigris\ContentBundle\Controller\Admin\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\Admin\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\CategoryController" (parent: .abstract.instanceof.Tigris\ContentBundle\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\CategoryController).
Resolving inheritance for "Tigris\ContentBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\ElementController" (parent: .abstract.instanceof.Tigris\ContentBundle\Controller\ElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\ElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\ElementController).
Resolving inheritance for "Tigris\ContentBundle\Controller\ElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\ElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\PageController" (parent: .abstract.instanceof.Tigris\ContentBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\PageController).
Resolving inheritance for "Tigris\ContentBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventSubscriber\UserProfileSubscriber" (parent: .abstract.instanceof.Tigris\ContentBundle\EventSubscriber\UserProfileSubscriber).
Resolving inheritance for "Tigris\ContentBundle\EventSubscriber\UserProfileSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventSubscriber\UserProfileSubscriber).
Resolving inheritance for ".instanceof.Tigris\ContentBundle\EventListener\DoctrineListener.0.Tigris\ContentBundle\EventListener\DoctrineListener" (parent: .abstract.instanceof.Tigris\ContentBundle\EventListener\DoctrineListener).
Resolving inheritance for "Tigris\ContentBundle\EventListener\DoctrineListener" (parent: .instanceof.Tigris\ContentBundle\EventListener\DoctrineListener.0.Tigris\ContentBundle\EventListener\DoctrineListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventListener\ReactionListener" (parent: .abstract.instanceof.Tigris\ContentBundle\EventListener\ReactionListener).
Resolving inheritance for "Tigris\ContentBundle\EventListener\ReactionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventListener\ReactionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventListener\DataImporterListener" (parent: .abstract.instanceof.Tigris\ContentBundle\EventListener\DataImporterListener).
Resolving inheritance for "Tigris\ContentBundle\EventListener\DataImporterListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventListener\DataImporterListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventListener\BaseListener" (parent: .abstract.instanceof.Tigris\ContentBundle\EventListener\BaseListener).
Resolving inheritance for "Tigris\ContentBundle\EventListener\BaseListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventListener\BaseListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContentBundle\Repository\ElementRepository" (parent: .abstract.instanceof.Tigris\ContentBundle\Repository\ElementRepository).
Resolving inheritance for "Tigris\ContentBundle\Repository\ElementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContentBundle\Repository\ElementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContentBundle\Repository\CategoryRepository" (parent: .abstract.instanceof.Tigris\ContentBundle\Repository\CategoryRepository).
Resolving inheritance for "Tigris\ContentBundle\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContentBundle\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContentBundle\Repository\PageRepository" (parent: .abstract.instanceof.Tigris\ContentBundle\Repository\PageRepository).
Resolving inheritance for "Tigris\ContentBundle\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContentBundle\Repository\PageRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ContentBundle\Security\ElementVoter" (parent: .abstract.instanceof.Tigris\ContentBundle\Security\ElementVoter).
Resolving inheritance for "Tigris\ContentBundle\Security\ElementVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ContentBundle\Security\ElementVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ContentBundle\Security\PageVoter" (parent: .abstract.instanceof.Tigris\ContentBundle\Security\PageVoter).
Resolving inheritance for "Tigris\ContentBundle\Security\PageVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ContentBundle\Security\PageVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ContentBundle\Security\CategoryVoter" (parent: .abstract.instanceof.Tigris\ContentBundle\Security\CategoryVoter).
Resolving inheritance for "Tigris\ContentBundle\Security\CategoryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ContentBundle\Security\CategoryVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\InvoiceBundle\Controller\Admin\InvoiceController" (parent: .abstract.instanceof.Tigris\InvoiceBundle\Controller\Admin\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\InvoiceBundle\Controller\Admin\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\InvoiceBundle\Controller\Admin\InvoiceController).
Resolving inheritance for "Tigris\InvoiceBundle\Controller\Admin\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\InvoiceBundle\Controller\Admin\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\InvoiceBundle\Controller\Admin\ModelController" (parent: .abstract.instanceof.Tigris\InvoiceBundle\Controller\Admin\ModelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\InvoiceBundle\Controller\Admin\ModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\InvoiceBundle\Controller\Admin\ModelController).
Resolving inheritance for "Tigris\InvoiceBundle\Controller\Admin\ModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\InvoiceBundle\Controller\Admin\ModelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\InvoiceBundle\Controller\InvoiceController" (parent: .abstract.instanceof.Tigris\InvoiceBundle\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\InvoiceBundle\Controller\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\InvoiceBundle\Controller\InvoiceController).
Resolving inheritance for "Tigris\InvoiceBundle\Controller\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\InvoiceBundle\Controller\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\InvoiceBundle\EventListener\ConfigListener" (parent: .abstract.instanceof.Tigris\InvoiceBundle\EventListener\ConfigListener).
Resolving inheritance for "Tigris\InvoiceBundle\EventListener\ConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\InvoiceBundle\EventListener\ConfigListener).
Resolving inheritance for ".instanceof.Tigris\InvoiceBundle\EventListener\DoctrineListener.0.Tigris\InvoiceBundle\EventListener\DoctrineListener" (parent: .abstract.instanceof.Tigris\InvoiceBundle\EventListener\DoctrineListener).
Resolving inheritance for "Tigris\InvoiceBundle\EventListener\DoctrineListener" (parent: .instanceof.Tigris\InvoiceBundle\EventListener\DoctrineListener.0.Tigris\InvoiceBundle\EventListener\DoctrineListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\InvoiceBundle\EventListener\InvoiceListener" (parent: .abstract.instanceof.Tigris\InvoiceBundle\EventListener\InvoiceListener).
Resolving inheritance for "Tigris\InvoiceBundle\EventListener\InvoiceListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\InvoiceBundle\EventListener\InvoiceListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\InvoiceBundle\EventListener\MenuListener" (parent: .abstract.instanceof.Tigris\InvoiceBundle\EventListener\MenuListener).
Resolving inheritance for "Tigris\InvoiceBundle\EventListener\MenuListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\InvoiceBundle\EventListener\MenuListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\InvoiceBundle\Repository\CustomerRepository" (parent: .abstract.instanceof.Tigris\InvoiceBundle\Repository\CustomerRepository).
Resolving inheritance for "Tigris\InvoiceBundle\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\InvoiceBundle\Repository\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\InvoiceBundle\Repository\InvoiceRepository" (parent: .abstract.instanceof.Tigris\InvoiceBundle\Repository\InvoiceRepository).
Resolving inheritance for "Tigris\InvoiceBundle\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\InvoiceBundle\Repository\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\InvoiceBundle\Repository\ModelRepository" (parent: .abstract.instanceof.Tigris\InvoiceBundle\Repository\ModelRepository).
Resolving inheritance for "Tigris\InvoiceBundle\Repository\ModelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\InvoiceBundle\Repository\ModelRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\InvoiceBundle\Security\Voter\InvoiceVoter" (parent: .abstract.instanceof.Tigris\InvoiceBundle\Security\Voter\InvoiceVoter).
Resolving inheritance for "Tigris\InvoiceBundle\Security\Voter\InvoiceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\InvoiceBundle\Security\Voter\InvoiceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\InvoiceBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Tigris\InvoiceBundle\Form\Type\ConfigType).
Resolving inheritance for "Tigris\InvoiceBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\InvoiceBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\InvoiceBundle\Form\Type\InvoiceType" (parent: .abstract.instanceof.Tigris\InvoiceBundle\Form\Type\InvoiceType).
Resolving inheritance for "Tigris\InvoiceBundle\Form\Type\InvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\InvoiceBundle\Form\Type\InvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\InvoiceBundle\Form\Type\ModelType" (parent: .abstract.instanceof.Tigris\InvoiceBundle\Form\Type\ModelType).
Resolving inheritance for "Tigris\InvoiceBundle\Form\Type\ModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\InvoiceBundle\Form\Type\ModelType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContactBundle\EventListener\BaseListener" (parent: .abstract.instanceof.Tigris\ContactBundle\EventListener\BaseListener).
Resolving inheritance for "Tigris\ContactBundle\EventListener\BaseListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContactBundle\EventListener\BaseListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContactBundle\EventListener\MenuListener" (parent: .abstract.instanceof.Tigris\ContactBundle\EventListener\MenuListener).
Resolving inheritance for "Tigris\ContactBundle\EventListener\MenuListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContactBundle\EventListener\MenuListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContactBundle\Repository\MessageRepository" (parent: .abstract.instanceof.Tigris\ContactBundle\Repository\MessageRepository).
Resolving inheritance for "Tigris\ContactBundle\Repository\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContactBundle\Repository\MessageRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContactBundle\Controller\Admin\ContactController" (parent: .abstract.instanceof.Tigris\ContactBundle\Controller\Admin\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContactBundle\Controller\Admin\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContactBundle\Controller\Admin\ContactController).
Resolving inheritance for "Tigris\ContactBundle\Controller\Admin\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContactBundle\Controller\Admin\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContactBundle\Controller\ContactController" (parent: .abstract.instanceof.Tigris\ContactBundle\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContactBundle\Controller\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContactBundle\Controller\ContactController).
Resolving inheritance for "Tigris\ContactBundle\Controller\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContactBundle\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContactBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Tigris\ContactBundle\Form\Type\ConfigType).
Resolving inheritance for "Tigris\ContactBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContactBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContactBundle\Form\Type\MessageType" (parent: .abstract.instanceof.Tigris\ContactBundle\Form\Type\MessageType).
Resolving inheritance for "Tigris\ContactBundle\Form\Type\MessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContactBundle\Form\Type\MessageType).
Resolving inheritance for "Tigris\ContactBundle\Dashboard\MessageCounterItem" (parent: .instanceof.Tigris\ContactBundle\Dashboard\MessageCounterItem.0.Tigris\ContactBundle\Dashboard\MessageCounterItem).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\AddressController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\AddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\AddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\AddressController).
Resolving inheritance for "Tigris\ShopBundle\Controller\AddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\AddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\CategoryController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\CategoryController).
Resolving inheritance for "Tigris\ShopBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\DiscountController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\Admin\DiscountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\DiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\DiscountController).
Resolving inheritance for "Tigris\ShopBundle\Controller\Admin\DiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\DiscountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\OptionController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\Admin\OptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\OptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\OptionController).
Resolving inheritance for "Tigris\ShopBundle\Controller\Admin\OptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\OptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\OrderController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\OrderController).
Resolving inheritance for "Tigris\ShopBundle\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\ProductController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\ProductController).
Resolving inheritance for "Tigris\ShopBundle\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\TaxController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\Admin\TaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\TaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\TaxController).
Resolving inheritance for "Tigris\ShopBundle\Controller\Admin\TaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\TaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\TransportController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\Admin\TransportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\TransportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\TransportController).
Resolving inheritance for "Tigris\ShopBundle\Controller\Admin\TransportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\TransportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\BasketController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\BasketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\BasketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\BasketController).
Resolving inheritance for "Tigris\ShopBundle\Controller\BasketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\BasketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\CategoryController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\CategoryController).
Resolving inheritance for "Tigris\ShopBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\DiscountController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\DiscountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\DiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\DiscountController).
Resolving inheritance for "Tigris\ShopBundle\Controller\DiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\DiscountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\MondialRelayController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\MondialRelayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\MondialRelayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\MondialRelayController).
Resolving inheritance for "Tigris\ShopBundle\Controller\MondialRelayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\MondialRelayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\OrderController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\OrderController).
Resolving inheritance for "Tigris\ShopBundle\Controller\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\OrderMessageController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\OrderMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\OrderMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\OrderMessageController).
Resolving inheritance for "Tigris\ShopBundle\Controller\OrderMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\OrderMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\ProductController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\ProductController).
Resolving inheritance for "Tigris\ShopBundle\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\PurchaseController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\PurchaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\PurchaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\PurchaseController).
Resolving inheritance for "Tigris\ShopBundle\Controller\PurchaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\PurchaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\ShopController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\ShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\ShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\ShopController).
Resolving inheritance for "Tigris\ShopBundle\Controller\ShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\ShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\TransportController" (parent: .abstract.instanceof.Tigris\ShopBundle\Controller\TransportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\TransportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\TransportController).
Resolving inheritance for "Tigris\ShopBundle\Controller\TransportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\TransportController).
Resolving inheritance for ".instanceof.Tigris\ShopBundle\EventListener\DoctrineListener.0.Tigris\ShopBundle\EventListener\DoctrineListener" (parent: .abstract.instanceof.Tigris\ShopBundle\EventListener\DoctrineListener).
Resolving inheritance for "Tigris\ShopBundle\EventListener\DoctrineListener" (parent: .instanceof.Tigris\ShopBundle\EventListener\DoctrineListener.0.Tigris\ShopBundle\EventListener\DoctrineListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ShopBundle\EventSubscriber\BaseSubscriber" (parent: .abstract.instanceof.Tigris\ShopBundle\EventSubscriber\BaseSubscriber).
Resolving inheritance for "Tigris\ShopBundle\EventSubscriber\BaseSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ShopBundle\EventSubscriber\BaseSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ShopBundle\EventSubscriber\MenuSubscriber" (parent: .abstract.instanceof.Tigris\ShopBundle\EventSubscriber\MenuSubscriber).
Resolving inheritance for "Tigris\ShopBundle\EventSubscriber\MenuSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ShopBundle\EventSubscriber\MenuSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ShopBundle\EventSubscriber\UserSubscriber" (parent: .abstract.instanceof.Tigris\ShopBundle\EventSubscriber\UserSubscriber).
Resolving inheritance for "Tigris\ShopBundle\EventSubscriber\UserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ShopBundle\EventSubscriber\UserSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\AddressRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\AddressRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\AddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\AddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\BasketRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\BasketRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\BasketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\BasketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\CategoryRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\CategoryRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\DiscountRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\DiscountRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\DiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\DiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OptionRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\OptionRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\OptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OrderDiscountRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\OrderDiscountRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\OrderDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OrderDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OrderMessageRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\OrderMessageRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\OrderMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OrderMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OrderRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\OrderRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\PaymentLogRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\PaymentLogRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\PaymentLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\PaymentLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\ProductRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\ProductRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\TaxRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\TaxRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\TaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\TaxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\TransportRepository" (parent: .abstract.instanceof.Tigris\ShopBundle\Repository\TransportRepository).
Resolving inheritance for "Tigris\ShopBundle\Repository\TransportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\TransportRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\BasketProductVoter" (parent: .abstract.instanceof.Tigris\ShopBundle\Security\BasketProductVoter).
Resolving inheritance for "Tigris\ShopBundle\Security\BasketProductVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\BasketProductVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\ShopVoter" (parent: .abstract.instanceof.Tigris\ShopBundle\Security\ShopVoter).
Resolving inheritance for "Tigris\ShopBundle\Security\ShopVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\ShopVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\Voter\AddressVoter" (parent: .abstract.instanceof.Tigris\ShopBundle\Security\Voter\AddressVoter).
Resolving inheritance for "Tigris\ShopBundle\Security\Voter\AddressVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\Voter\AddressVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\Voter\OrderVoter" (parent: .abstract.instanceof.Tigris\ShopBundle\Security\Voter\OrderVoter).
Resolving inheritance for "Tigris\ShopBundle\Security\Voter\OrderVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\Voter\OrderVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\Voter\ProductVoter" (parent: .abstract.instanceof.Tigris\ShopBundle\Security\Voter\ProductVoter).
Resolving inheritance for "Tigris\ShopBundle\Security\Voter\ProductVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\Voter\ProductVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\AddressEntityType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\AddressEntityType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\AddressEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\AddressEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\AddressType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\AddressType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\CategoryType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\CategoryType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ChooseAddressType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ChooseAddressType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ChooseAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ChooseAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ClickCollectConfigType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ClickCollectConfigType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ClickCollectConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ClickCollectConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ConfigType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\DiscountCodeType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\DiscountCodeType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\DiscountCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\DiscountCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\DiscountType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\DiscountType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\DiscountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\DiscountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\GiftOptionsConfigType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\GiftOptionsConfigType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\GiftOptionsConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\GiftOptionsConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\MondialRelayChoiceType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\MondialRelayChoiceType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\MondialRelayChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\MondialRelayChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\MondialRelayType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\MondialRelayType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\MondialRelayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\MondialRelayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\OptionType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\OptionType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\OptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\OptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\OrderMessageType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\OrderMessageType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\OrderMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\OrderMessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductCategoryType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductCategoryType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ProductCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductFileType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductFileType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ProductFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductFilterType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductFilterType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ProductFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductImageType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductImageType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ProductImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductQuantityType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductQuantityType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ProductQuantityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductQuantityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductSelectType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductSelectType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ProductSelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductSelectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ShippType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\ShippType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\ShippType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ShippType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TaxType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\TaxType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\TaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TaxType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TransportEntityType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\TransportEntityType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\TransportEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TransportEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TransportSlotType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\TransportSlotType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\TransportSlotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TransportSlotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TransportType" (parent: .abstract.instanceof.Tigris\ShopBundle\Form\Type\TransportType).
Resolving inheritance for "Tigris\ShopBundle\Form\Type\TransportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TransportType).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\FixDatabaseCommand" (parent: .abstract.instanceof.Tigris\ShopBundle\Command\FixDatabaseCommand).
Resolving inheritance for "Tigris\ShopBundle\Command\FixDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\FixDatabaseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\FixInvoicesCommand" (parent: .abstract.instanceof.Tigris\ShopBundle\Command\FixInvoicesCommand).
Resolving inheritance for "Tigris\ShopBundle\Command\FixInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\FixInvoicesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\GenerateOrderTotalPriceCommand" (parent: .abstract.instanceof.Tigris\ShopBundle\Command\GenerateOrderTotalPriceCommand).
Resolving inheritance for "Tigris\ShopBundle\Command\GenerateOrderTotalPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\GenerateOrderTotalPriceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\UpdateDatabaseCommand" (parent: .abstract.instanceof.Tigris\ShopBundle\Command\UpdateDatabaseCommand).
Resolving inheritance for "Tigris\ShopBundle\Command\UpdateDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\UpdateDatabaseCommand).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\AddressFixtures" (parent: .abstract.instanceof.Tigris\ShopBundle\DataFixtures\AddressFixtures).
Resolving inheritance for "Tigris\ShopBundle\DataFixtures\AddressFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\AddressFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\CategoryFixtures" (parent: .abstract.instanceof.Tigris\ShopBundle\DataFixtures\CategoryFixtures).
Resolving inheritance for "Tigris\ShopBundle\DataFixtures\CategoryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\CategoryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\DiscountFixtures" (parent: .abstract.instanceof.Tigris\ShopBundle\DataFixtures\DiscountFixtures).
Resolving inheritance for "Tigris\ShopBundle\DataFixtures\DiscountFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\DiscountFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\OrderFixtures" (parent: .abstract.instanceof.Tigris\ShopBundle\DataFixtures\OrderFixtures).
Resolving inheritance for "Tigris\ShopBundle\DataFixtures\OrderFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\OrderFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\OrderMessageFixtures" (parent: .abstract.instanceof.Tigris\ShopBundle\DataFixtures\OrderMessageFixtures).
Resolving inheritance for "Tigris\ShopBundle\DataFixtures\OrderMessageFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\OrderMessageFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\ProductFixtures" (parent: .abstract.instanceof.Tigris\ShopBundle\DataFixtures\ProductFixtures).
Resolving inheritance for "Tigris\ShopBundle\DataFixtures\ProductFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\ProductFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\TaxFixtures" (parent: .abstract.instanceof.Tigris\ShopBundle\DataFixtures\TaxFixtures).
Resolving inheritance for "Tigris\ShopBundle\DataFixtures\TaxFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\TaxFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\TransportFixtures" (parent: .abstract.instanceof.Tigris\ShopBundle\DataFixtures\TransportFixtures).
Resolving inheritance for "Tigris\ShopBundle\DataFixtures\TransportFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\TransportFixtures).
Resolving inheritance for "Tigris\ShopBundle\Dashboard\BestSellerItem" (parent: .instanceof.Tigris\ShopBundle\Dashboard\BestSellerItem.0.Tigris\ShopBundle\Dashboard\BestSellerItem).
Resolving inheritance for "Tigris\ShopBundle\Dashboard\OrderAmountItem" (parent: .instanceof.Tigris\ShopBundle\Dashboard\OrderAmountItem.0.Tigris\ShopBundle\Dashboard\OrderAmountItem).
Resolving inheritance for "Tigris\ShopBundle\Dashboard\OrderCounterItem" (parent: .instanceof.Tigris\ShopBundle\Dashboard\OrderCounterItem.0.Tigris\ShopBundle\Dashboard\OrderCounterItem).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
498
Removed service "jms_serializer.naming_strategy"; 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 "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 "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "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 "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "html_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface"; 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_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; 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 "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\FacebookClient"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.zJyh7qS"; 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.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.ndGKjCO"; reason: private alias.
Removed service ".service_locator.Jwa__55"; reason: private alias.
Removed service ".service_locator.rlvVcDx"; reason: private alias.
Removed service ".service_locator.XuCaoaf"; reason: private alias.
Removed service ".service_locator.PqX27CJ"; reason: private alias.
Removed service ".service_locator.yAVlKJl"; reason: private alias.
Removed service ".service_locator.7tloHWh"; reason: private alias.
Removed service ".service_locator.PcauQ0H"; reason: private alias.
Removed service ".service_locator.bwkw0mP"; reason: private alias.
Removed service ".service_locator.AJ3OKR2"; reason: private alias.
Removed service ".service_locator.uGtd7_s"; reason: private alias.
Removed service ".service_locator.K4Pdufc"; reason: private alias.
Removed service ".service_locator.JGCk31g"; reason: private alias.
Removed service ".service_locator.Ah4SeFL"; reason: private alias.
Removed service ".service_locator..f_4j22"; reason: private alias.
Removed service ".service_locator.RZArEcR"; reason: private alias.
Removed service ".service_locator.it5DfDS"; reason: private alias.
Removed service ".service_locator.qH1BAjx"; reason: private alias.
Removed service ".service_locator.1R2PO2c"; reason: private alias.
Removed service ".service_locator.wgfPm2X"; reason: private alias.
Removed service ".service_locator.O8wHoZI"; reason: private alias.
Removed service ".service_locator.H8rIFQT"; reason: private alias.
Removed service ".service_locator.GjteIMm"; reason: private alias.
Removed service ".service_locator.OWhmWvC"; reason: private alias.
Removed service ".service_locator.oYBj90F"; reason: private alias.
Removed service ".service_locator.TpFgiQd"; reason: private alias.
Removed service ".service_locator.3LPrAVu"; reason: private alias.
Removed service ".service_locator.XP9DrZJ"; reason: private alias.
Removed service ".service_locator.S0zOuxp"; reason: private alias.
Removed service ".service_locator.zNZHDgJ"; reason: private alias.
Removed service ".service_locator.vv2TulM"; reason: private alias.
Removed service ".service_locator.oGXXeqj"; reason: private alias.
Removed service ".service_locator.z.A616T"; reason: private alias.
Removed service ".service_locator.L91fmtI"; reason: private alias.
Removed service ".service_locator.liY5Tf4"; reason: private alias.
Removed service ".service_locator.wp7QjXG"; reason: private alias.
Removed service ".service_locator.A2zF8MY"; reason: private alias.
Removed service ".service_locator.qsVhtj1"; reason: private alias.
Removed service ".service_locator.v2rSgkA"; reason: private alias.
Removed service ".service_locator.gg_qas7"; reason: private alias.
Removed service ".service_locator.rIGxCoa"; reason: private alias.
Removed service ".service_locator.BHsZ_93"; reason: private alias.
Removed service ".service_locator.gt5OiHC"; reason: private alias.
Removed service ".service_locator.zqcP9RZ"; reason: private alias.
Removed service ".service_locator.9BBy9iv"; reason: private alias.
Removed service ".service_locator.twML0mt"; reason: private alias.
Removed service ".service_locator.R4tURda"; reason: private alias.
Removed service ".service_locator.eArRthF"; reason: private alias.
Removed service ".service_locator.hKDylN6"; reason: private alias.
Removed service ".service_locator.ELGGv6Z"; reason: private alias.
Removed service ".service_locator.sxvkAAJ"; reason: private alias.
Removed service ".service_locator.9KAjT46"; reason: private alias.
Removed service ".service_locator.UlKyNK0"; reason: private alias.
Removed service ".service_locator.pAXEHOf"; reason: private alias.
Removed service ".service_locator.PP34.cA"; reason: private alias.
Removed service ".service_locator.lDtxvFE"; reason: private alias.
Removed service ".service_locator.cA2CFiK"; reason: private alias.
Removed service ".service_locator.ODmSKLU"; reason: private alias.
Removed service ".service_locator.zmUQDI0"; reason: private alias.
Removed service ".service_locator.KDQi6du"; reason: private alias.
Removed service ".service_locator.CsEFbl5"; reason: private alias.
Removed service ".service_locator.Ohpw76k"; reason: private alias.
Removed service ".service_locator.wQ1eeBC"; reason: private alias.
Removed service ".service_locator.QYUOXMP"; reason: private alias.
Removed service ".service_locator.pTE3g_X"; reason: private alias.
Removed service ".service_locator.tcst.AA"; reason: private alias.
Removed service ".service_locator.9WY6E37"; reason: private alias.
Removed service ".service_locator.azxJL48"; reason: private alias.
Removed service ".service_locator.6bDKTBz"; reason: private alias.
Removed service ".service_locator.jai4HAO"; reason: private alias.
Removed service ".service_locator..GutL6G"; reason: private alias.
Removed service ".service_locator.F2FBzLV"; reason: private alias.
Removed service ".service_locator.iahQPOz"; reason: private alias.
Removed service ".service_locator.lnKGrbN"; reason: private alias.
Removed service ".service_locator.RGe.Eww"; reason: private alias.
Removed service ".service_locator.H5_SDgv"; reason: private alias.
Removed service ".service_locator.X8pZ_X."; reason: private alias.
Removed service ".service_locator.MYQ1ptS"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.IJqO7Ue"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service ".service_locator.0P1fAOY"; reason: private alias.
Removed service ".service_locator.gZdiwtY"; reason: private alias.
Removed service ".service_locator.pWPQKtk"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "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 "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; 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 "messenger.bus.default"; 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.6rYo5wj"; reason: private alias.
Removed service ".service_locator.TQmGx23"; reason: private alias.
Removed service ".service_locator.5zM..QG"; reason: private alias.
Removed service ".service_locator.j8hH1kN"; reason: private alias.
Removed service ".service_locator.rt3x0QM"; reason: private alias.
Removed service ".service_locator.INnoDB3"; reason: private alias.
Removed service ".service_locator.3T4NlVW"; reason: private alias.
Removed service ".service_locator..KBaod7"; reason: private alias.
Removed service ".service_locator.I1s30J."; reason: private alias.
Removed service ".service_locator.kCYKPYr"; reason: private alias.
Removed service ".service_locator.6WRbhvn"; reason: private alias.
Removed service ".service_locator.3z4VamS"; reason: private alias.
Removed service ".service_locator.NYHEcLU"; reason: private alias.
Removed service ".service_locator.ZCYO5Ji"; reason: private alias.
Removed service ".service_locator.K2YG6lF"; reason: private alias.
Removed service ".service_locator..qd01Of"; reason: private alias.
Removed service ".service_locator.RCZ_IMh"; reason: private alias.
Removed service ".service_locator._AVXq6v"; reason: private alias.
Removed service ".service_locator.2nO9E3O"; reason: private alias.
Removed service ".service_locator.HETTQKB"; reason: private alias.
Removed service ".service_locator.LKjelgs"; reason: private alias.
Removed service ".service_locator.rJwdNHM"; reason: private alias.
Removed service ".service_locator.x0xHoXW"; reason: private alias.
Removed service ".service_locator.UAjM29e"; reason: private alias.
Removed service ".service_locator.3GZQoSN"; reason: private alias.
Removed service ".service_locator.gtCDeUM"; reason: private alias.
Removed service ".service_locator.bO_ep4U"; reason: private alias.
Removed service ".service_locator.j5103Zg"; reason: private alias.
Removed service ".service_locator.5cKt1SW"; reason: private alias.
Removed service ".service_locator.dE5tHHb"; reason: private alias.
Removed service ".service_locator.NGrFEwZ"; reason: private alias.
Removed service ".service_locator.ybM.PnP"; reason: private alias.
Removed service ".service_locator.UHuQE_1"; reason: private alias.
Removed service ".service_locator.uWHvARL"; reason: private alias.
Removed service ".service_locator.AWUsDSG"; reason: private alias.
Removed service ".service_locator.RX_e1QW"; reason: private alias.
Removed service ".service_locator.JWcXidK"; reason: private alias.
Removed service ".service_locator.g81W5as"; reason: private alias.
Removed service ".service_locator.7B2RZv4"; reason: private alias.
Removed service ".service_locator.fgLP_a3"; reason: private alias.
Removed service ".service_locator.f8nakbE"; reason: private alias.
Removed service ".service_locator.GMkJ.aU"; reason: private alias.
Removed service ".service_locator.lYKS2l7"; reason: private alias.
Removed service ".service_locator.2hAYGei"; reason: private alias.
Removed service ".service_locator.gQxLWkB"; reason: private alias.
Removed service ".service_locator.lRj_cR1"; reason: private alias.
Removed service ".service_locator.wuCaeKe"; reason: private alias.
Removed service ".service_locator.xD_zP0I"; reason: private alias.
Removed service ".service_locator.9A7LvqG"; reason: private alias.
Removed service ".service_locator.p4wWlvN"; reason: private alias.
Removed service ".service_locator.sJg2RNC"; reason: private alias.
Removed service ".service_locator.W0SXO_t"; reason: private alias.
Removed service ".service_locator.tCuI.zG"; reason: private alias.
Removed service ".service_locator.VN7fQfb"; reason: private alias.
Removed service ".service_locator.0jsfwUj"; reason: private alias.
Removed service ".service_locator.FOVRemi"; reason: private alias.
Removed service ".service_locator.ostNlSn"; reason: private alias.
Removed service ".service_locator.disxSqY"; reason: private alias.
Removed service ".service_locator.i.67PZQ"; reason: private alias.
Removed service ".service_locator.m0an369"; reason: private alias.
Removed service ".service_locator.VhNVrsJ"; reason: private alias.
Removed service ".service_locator.JKVnzA6"; reason: private alias.
Removed service ".service_locator.F_usrhE"; reason: private alias.
Removed service ".service_locator.kUeGosC"; reason: private alias.
Removed service ".service_locator.BTFC0i5"; reason: private alias.
Removed service ".service_locator.qkQgtlO"; reason: private alias.
Removed service ".service_locator.N.Q3QX3"; reason: private alias.
Removed service ".service_locator.hlpaHMa"; reason: private alias.
Removed service ".service_locator.5hlmPYA"; reason: private alias.
Removed service ".service_locator.nrqa75W"; reason: private alias.
Removed service ".service_locator.Rd5kZxD"; reason: private alias.
Removed service ".service_locator.XsdEwCg"; reason: private alias.
Removed service ".service_locator.p346va8"; reason: private alias.
Removed service ".service_locator.gzhIyAT"; reason: private alias.
Removed service ".service_locator.6m3S0vU"; reason: private alias.
Removed service ".service_locator.1XNa179"; reason: private alias.
Removed service ".service_locator.PHYFFM_"; reason: private alias.
Removed service ".service_locator.OH6W5BT"; reason: private alias.
Removed service ".service_locator.OnqI.cx"; reason: private alias.
Removed service ".service_locator.u2TcGvS"; reason: private alias.
Removed service ".service_locator.5S62c0X"; reason: private alias.
Removed service ".service_locator.Al0cKkG"; reason: private alias.
Removed service ".service_locator.BU4iR.q"; reason: private alias.
Removed service ".service_locator.sCK16xH"; reason: private alias.
Removed service ".service_locator.0JxKDuv"; reason: private alias.
Removed service ".service_locator.LbUIv8Q"; reason: private alias.
Removed service ".service_locator.f9qzB26"; reason: private alias.
Removed service ".service_locator.RidSOPW"; reason: private alias.
Removed service ".service_locator.ALFqycV"; reason: private alias.
Removed service ".service_locator.8CYB0eh"; reason: private alias.
Removed service ".service_locator.JKuT6UZ"; reason: private alias.
Removed service ".service_locator.XpJx5.5"; reason: private alias.
Removed service ".service_locator.MmsUY05"; reason: private alias.
Removed service ".service_locator.eF5PEam"; reason: private alias.
Removed service ".service_locator.lOmhNQV"; reason: private alias.
Removed service ".service_locator.0tXFbAc"; reason: private alias.
Removed service ".service_locator.WiQVisL"; reason: private alias.
Removed service ".service_locator.FYvHvCl"; reason: private alias.
Removed service ".service_locator.7.wMNiI"; reason: private alias.
Removed service ".service_locator.xk4Uqwg"; reason: private alias.
Removed service ".service_locator.rUOPkxD"; reason: private alias.
Removed service ".service_locator.xYjgR6h"; reason: private alias.
Removed service ".service_locator.odkajsw"; reason: private alias.
Removed service ".service_locator.S8JRKLx"; reason: private alias.
Removed service ".service_locator.uMRTTAE"; reason: private alias.
Removed service ".service_locator.sAbZAEJ"; reason: private alias.
Removed service ".service_locator.O5I3SX9"; reason: private alias.
Removed service ".service_locator.v.jIlg7"; reason: private alias.
Removed service ".service_locator.28ntDg3"; reason: private alias.
Removed service ".service_locator.O.mdKdP"; reason: private alias.
Removed service ".service_locator.QKKLpQN"; reason: private alias.
Removed service ".service_locator.zH4jppK"; reason: private alias.
Removed service ".service_locator.YivwRd_"; reason: private alias.
Removed service ".service_locator.VAVEG_I"; reason: private alias.
Removed service ".service_locator.hSa_ADs"; reason: private alias.
Removed service ".service_locator.wSaov._"; reason: private alias.
Removed service ".service_locator.GrTvmTk"; reason: private alias.
Removed service ".service_locator.y2qiywe"; reason: private alias.
Removed service ".service_locator.Vy9VS8N"; reason: private alias.
Removed service ".service_locator.Mhx2zjC"; reason: private alias.
Removed service ".service_locator.9N1ugJF"; reason: private alias.
Removed service ".service_locator.wgcP4ig"; reason: private alias.
Removed service ".service_locator.V96oaTp"; reason: private alias.
Removed service ".service_locator.JC_kOO0"; reason: private alias.
Removed service ".service_locator.erTJs2s"; reason: private alias.
Removed service ".service_locator.WzOPOJh"; reason: private alias.
Removed service ".service_locator.gIt3OVU"; reason: private alias.
Removed service ".service_locator._DqjweU"; reason: private alias.
Removed service ".service_locator.Z9fvsbb"; reason: private alias.
Removed service ".service_locator._yNwr42"; reason: private alias.
Removed service ".service_locator.jschsjS"; reason: private alias.
Removed service ".service_locator.JfQjL8V"; reason: private alias.
Removed service ".service_locator.mp3d9N9"; reason: private alias.
Removed service ".service_locator.qJSsmbA"; reason: private alias.
Removed service ".service_locator.hM7BtKi"; reason: private alias.
Removed service ".service_locator.4pd3kK3"; reason: private alias.
Removed service ".service_locator._PAQupj"; reason: private alias.
Removed service ".service_locator.KSKr6gP"; reason: private alias.
Removed service ".service_locator.FGtx4Xk"; reason: private alias.
Removed service ".service_locator.5FtU1ND"; reason: private alias.
Removed service ".service_locator.Cj5mqT."; reason: private alias.
Removed service ".service_locator.YnbQe1Q"; reason: private alias.
Removed service ".service_locator.2rHDqtA"; reason: private alias.
Removed service ".service_locator.LD7Zmz0"; reason: private alias.
Removed service ".service_locator.iUxT8yA"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
267
Changed reference of service "App\Controller\Admin\AppCodeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\AppCodeRequestController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\ReportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DataExporter\AppCodeRequestExporter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DataExporter\AppCodeRequestExporter" previously pointing to "router.default" to "router".
Changed reference of service "App\DataExporter\UserStatsExporter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DataExporter\UserStatsExporter" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\BaseListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "App\EventListener\UserListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Mail\NewSubscriptionMail" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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 "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 "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "Tigris\BaseBundle\Writer\XlsWriter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Writer\CsvWriter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\DataExporter\UserExporter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Menu\MenuBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\BaseBundle\Service\CanonicalUrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "Tigris\BaseBundle\Service\UserTagService" previously pointing to "router.default" to "router".
Changed reference of service "Tigris\BaseBundle\Service\WordingService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Security\Voter\FileVoter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Tigris\BaseBundle\Security\Voter\UserVoter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Tigris\BaseBundle\Form\Type\RoleType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\BaseBundle\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Tigris\BaseBundle\Security\ShibbolethAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Tigris\BaseBundle\Security\ShibbolethAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\BaseBundle\Controller\Admin\GroupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Controller\Admin\SitemapController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Controller\Admin\WordingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\EventListener\MenuListener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Tigris\BaseBundle\EventSubscriber\NotificationSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Manager\DataExportManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Manager\DataImportManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Manager\FileManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Manager\NotificationManager" previously pointing to "router.default" to "router".
Changed reference of service "Tigris\BaseBundle\Manager\NotificationManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Manager\UserManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\BaseBundle\Command\CronCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\BaseBundle\Mailing\AbstractEmail" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Mailing\EmailVerifyEmail" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Mailing\ExportFileEmail" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\BaseBundle\Mailing\NotificationEmail" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\ContentBundle\EventListener\DoctrineListener" previously pointing to "router.default" to "router".
Changed reference of service "Tigris\ContentBundle\EventListener\DoctrineListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\ContentBundle\Menu\MenuBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\ContentBundle\EventListener\DataImporterListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\ContentBundle\EventListener\BaseListener" previously pointing to "router.default" to "router".
Changed reference of service "Tigris\ContentBundle\EventListener\BaseListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\ContentBundle\Repository\ElementRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\ContentBundle\Manager\ElementManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "white_october_breadcrumbs.helper" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\ShopBundle\DataExporter\ProductExporter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\ShopBundle\DataExporter\ProductExporter" previously pointing to "router.default" to "router".
Changed reference of service "Tigris\ShopBundle\DataExporter\OrderExporter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\ShopBundle\DataExporter\OrderExporter" previously pointing to "router.default" to "router".
Changed reference of service "Tigris\ShopBundle\Controller\Admin\OptionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\ShopBundle\EventListener\DoctrineListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\ShopBundle\Repository\ProductRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\ShopBundle\Security\Voter\AddressVoter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Tigris\ShopBundle\Security\Voter\OrderVoter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Tigris\ShopBundle\Manager\OrderMessageManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\ShopBundle\Manager\ShopManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Tigris\ShopBundle\Form\Type\CategoryType" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Tigris\ShopBundle\Form\Type\ChooseAddressType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Tigris\ShopBundle\Form\Type\ShippType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "bazinga.jstranslation.controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ZGl3gGt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uSkC2J1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.GZPFzD." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.dpvQ888" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.h9AvNHC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zNaNHVa" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.O66F2bA" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O66F2bA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.c4Daj8N" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.d6fGKi6" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.d6fGKi6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.F_YfTYt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1Z9fEX7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.J2nMJ05" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DfDPVv." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.xWeXgh2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.o86KL1y" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.o86KL1y" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.kFgUEIv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.olbWWmy" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.uMz10LC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.sv3is3B" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.sv3is3B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5oqLCbF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..5d2eFK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JirgYx4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xRSNFk3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.xRSNFk3" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.EE0.cm9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BLIehWZ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.BLIehWZ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.OzgyfSY" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.DU0xW5o" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.u6ldYCI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.L.VUGHb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.I2XD_qB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.NGHRckU" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.NGHRckU" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.AjDscOx" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.AjDscOx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.RYwIOc." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.RYwIOc." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.c9eo3uR" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.QLG1iuI" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.QLG1iuI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ObR4Iyo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vgh8f9J" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Kgw58Yj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.D3mC56u" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.lGZebEE" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PRM_dvi" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.PRM_dvi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator._DXNAcP" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.w0nCQhn" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.aoUFNp3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.w0lE19u" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.w0lE19u" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.hpETRxw" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XoINTGh" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FaqoBeK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.MqAamzn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LwOEGkA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BoNpk5b" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.u9XQ87b" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.u9XQ87b" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ZI2Wwfh" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.hqWchzO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.QWW9U2S" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6GKkEr4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.bB0VodA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.N0FbiGY" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PqSE3IC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JsOyfUI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.aQAx5S9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.NmG7h0q" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zLBb7Lf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.bYXofG7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.7x0QyR2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.KQuv5ky" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.KQuv5ky" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6tiQXIU" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.kpP8a4_" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.dwNlTDA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1ZwCFdw" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Ulwk9Q1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.nP2a.ND" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.nP2a.ND" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.OJ20VJl" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.i9ZbYXE" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\AppVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ProductVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ReportVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\BaseBundle\Security\Voter\FileFolderVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\BaseBundle\Security\Voter\FileVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\BaseBundle\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\ContentBundle\Security\ElementVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\ContentBundle\Security\PageVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\ContentBundle\Security\CategoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\InvoiceBundle\Security\Voter\InvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\ShopBundle\Security\BasketProductVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\ShopBundle\Security\ShopVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\ShopBundle\Security\Voter\AddressVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\ShopBundle\Security\Voter\OrderVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Tigris\ShopBundle\Security\Voter\ProductVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Fxet_5p" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.Fxet_5p" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Fxet_5p" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.Fxet_5p" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
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.idLxfK0" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.idLxfK0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.idLxfK0" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.idLxfK0" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.e3haiO1" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.e3haiO1" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.e3haiO1" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.e3haiO1" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.xe5ryL8" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.xe5ryL8" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xe5ryL8" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.xe5ryL8" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.e_.xxAP" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "white_october_breadcrumbs" previously pointing to "router.default" to "router".
746
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "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 "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; 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 "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "Tigris\BaseBundle\Service\Google\Review"; reason: abstract.
Removed service "Tigris\BaseBundle\Service\Meta\GraphAPI\FacebookAPIField"; reason: abstract.
Removed service "Tigris\ContentBundle\DataExporter\ElementExporter"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension"; reason: abstract.
Removed service ".abstract.instanceof.SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateOldUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateOldUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AppCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AppCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AppCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AppCodeRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AppCodeRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AppCodeRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SponsorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SponsorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SponsorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserStatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AppCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SponsorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SponsorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SponsorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.App\DataExporter\AppCodeRequestExporter.0.App\DataExporter\AppCodeRequestExporter"; reason: abstract.
Removed service ".abstract.instanceof.App\DataExporter\AppCodeRequestExporter"; reason: abstract.
Removed service ".instanceof.App\DataExporter\UserStatsExporter.0.App\DataExporter\UserStatsExporter"; reason: abstract.
Removed service ".abstract.instanceof.App\DataExporter\UserStatsExporter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\BaseListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\BaseListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\RoleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\RoleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ShopListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ShopListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UserListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\ProductTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\ProductTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\RegistrationTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\RegistrationTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\UserTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\UserTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AppCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AppCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AppConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AppConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HomeConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\HomeConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReportConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ReportConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TokenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TokenType"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Mail\NewSubscriptionMail"; reason: abstract.
Removed service ".abstract.instanceof.App\Mail\NewSubscriptionMail"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppCodeRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppCodeRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SponsorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SponsorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserStatsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserStatsRepository"; reason: abstract.
Removed service ".instanceof.App\Security\AppToken\AppToken.0.App\Security\AppToken\AppToken"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\AppToken\AppToken"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\AppVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\AppVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProductVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ProductVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ReportVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ReportVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Tigris\BaseBundle\Doctrine\TablePrefix.0.Tigris\BaseBundle\Doctrine\TablePrefix"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Doctrine\TablePrefix"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Tigris\BaseBundle\Twig\CanonicalLinkExtension"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Twig\CanonicalLinkExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Tigris\BaseBundle\Twig\TigrisExtension"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Twig\TigrisExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Tigris\BaseBundle\Twig\WordingExtension"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Twig\WordingExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\ButtonTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Extension\ButtonTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\DateTimeTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Extension\DateTimeTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\DateTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Extension\DateTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\FormCollectionTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Extension\FormCollectionTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Tigris\BaseBundle\Form\Extension\TimeTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Extension\TimeTypeExtension"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Service\Google\MyBusinessReview"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Service\Google\MyBusinessReview"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Service\Meta\GraphAPI\FacebookGraphAPI"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Service\Meta\GraphAPI\FacebookGraphAPI"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Service\Meta\GraphAPI\InstagramGraphAPI"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Service\Meta\GraphAPI\InstagramGraphAPI"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\BaseBundle\Security\Voter\FileFolderVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Security\Voter\FileFolderVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\BaseBundle\Security\Voter\FileVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Security\Voter\FileVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\BaseBundle\Security\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Security\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\ConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\ConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\DataExportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\DataExportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\DataImportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\DataImportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\FileFolderRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\FileFolderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\FileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\FileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\OnlineUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\OnlineUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\SitemapUrlRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\SitemapUrlRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\BaseBundle\Repository\WordingRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Repository\WordingRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ContentEditableType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\ContentEditableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataExportOptionsType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\DataExportOptionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataExportType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\DataExportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataImportMappingFieldType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\DataImportMappingFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataImportMappingType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\DataImportMappingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\DataImportType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\DataImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\FileEditType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\FileEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\FileFolderType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\FileFolderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\FormActionsType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\FormActionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\GroupType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\GroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RGPDConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\RGPDConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RecaptchaType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\RecaptchaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ResetPasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\ResetPasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\RoleType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\RoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\SecurityButtonType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\SecurityButtonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\SitemapUrlType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\SitemapUrlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\StaticType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\StaticType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\TableCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\TableCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UploadFileType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\UploadFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UserEmailType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\UserEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UserEntityType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\UserEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\UserType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\WordingType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\WordingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\Type\WysiwygType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\Type\WysiwygType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\DataExporterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\DataExporterController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\DataExporterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\DataImporterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\DataImporterController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\DataImporterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\FileController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\GroupController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\StatsController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\UICommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\UICommandController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\UICommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\Admin\WordingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\Admin\WordingController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\Admin\WordingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\AppController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\FileController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\FileFolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\FileFolderController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\FileFolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\GeocodingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\GeocodingController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\GeocodingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\BaseBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\BaseBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\DataImporterListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\EventListener\DataImporterListener"; reason: abstract.
Removed service ".instanceof.Tigris\BaseBundle\EventListener\DoctrineListener.0.Tigris\BaseBundle\EventListener\DoctrineListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\EventListener\DoctrineListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\KernelListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\EventListener\KernelListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\MenuListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\EventListener\MenuListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventListener\RoleListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\EventListener\RoleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\EventSubscriber\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\NotificationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\EventSubscriber\NotificationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\EventSubscriber\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\BaseBundle\EventSubscriber\UserProfileSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\EventSubscriber\UserProfileSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\CreateUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Command\CreateUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\CronCommand"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Command\CronCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\FormatConfigCommand"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Command\FormatConfigCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\BaseBundle\Command\UpdateFileFolderNameCommand"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Command\UpdateFileFolderNameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Tigris\BaseBundle\Validator\DateRangeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Validator\DateRangeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Tigris\BaseBundle\Validator\RecaptchaValidator"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Validator\RecaptchaValidator"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Validator\RecaptchaValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Tigris\BaseBundle\Validator\StopForumSpamValidator"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Validator\StopForumSpamValidator"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\AbstractEmail"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Mailing\AbstractEmail"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\EmailVerifyEmail"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Mailing\EmailVerifyEmail"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\ExportFileEmail"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Mailing\ExportFileEmail"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Tigris\BaseBundle\Mailing\NotificationEmail"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Mailing\NotificationEmail"; reason: abstract.
Removed service ".instanceof.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem.0.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem"; reason: abstract.
Removed service ".instanceof.Tigris\BaseBundle\Contracts\Dashboard\DashboardItemInterface.0.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Dashboard\Item\DisabledUserCounterItem"; reason: abstract.
Removed service ".instanceof.Tigris\BaseBundle\Dashboard\Item\UserCounterItem.0.Tigris\BaseBundle\Dashboard\Item\UserCounterItem"; reason: abstract.
Removed service ".instanceof.Tigris\BaseBundle\Contracts\Dashboard\DashboardItemInterface.0.Tigris\BaseBundle\Dashboard\Item\UserCounterItem"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Dashboard\Item\UserCounterItem"; reason: abstract.
Removed service ".instanceof.Tigris\BaseBundle\MessageHandler\AppNotificationHandler.0.Tigris\BaseBundle\MessageHandler\AppNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\MessageHandler\AppNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\BaseBundle\Form\ConfiguredForm\Type\ConfiguredFormType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\BaseBundle\Form\ConfiguredForm\Type\ConfiguredFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\PageType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Form\Type\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Form\Type\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\CreateElementType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Form\Type\CreateElementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContentBundle\Form\Type\ElementType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Form\Type\ElementType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\Admin\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\Admin\PageController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Controller\Admin\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\ElementController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Controller\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContentBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContentBundle\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventSubscriber\UserProfileSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\EventSubscriber\UserProfileSubscriber"; reason: abstract.
Removed service ".instanceof.Tigris\ContentBundle\EventListener\DoctrineListener.0.Tigris\ContentBundle\EventListener\DoctrineListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\EventListener\DoctrineListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventListener\ReactionListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\EventListener\ReactionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventListener\DataImporterListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\EventListener\DataImporterListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContentBundle\EventListener\BaseListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\EventListener\BaseListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContentBundle\Repository\ElementRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Repository\ElementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContentBundle\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContentBundle\Repository\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Repository\PageRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ContentBundle\Security\ElementVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Security\ElementVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ContentBundle\Security\PageVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Security\PageVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ContentBundle\Security\CategoryVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContentBundle\Security\CategoryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\InvoiceBundle\Controller\Admin\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\InvoiceBundle\Controller\Admin\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\Controller\Admin\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\InvoiceBundle\Controller\Admin\ModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\InvoiceBundle\Controller\Admin\ModelController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\Controller\Admin\ModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\InvoiceBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\InvoiceBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\InvoiceBundle\EventListener\ConfigListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\EventListener\ConfigListener"; reason: abstract.
Removed service ".instanceof.Tigris\InvoiceBundle\EventListener\DoctrineListener.0.Tigris\InvoiceBundle\EventListener\DoctrineListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\EventListener\DoctrineListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\InvoiceBundle\EventListener\InvoiceListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\EventListener\InvoiceListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\InvoiceBundle\EventListener\MenuListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\EventListener\MenuListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\InvoiceBundle\Repository\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\Repository\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\InvoiceBundle\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\InvoiceBundle\Repository\ModelRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\Repository\ModelRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\InvoiceBundle\Security\Voter\InvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\Security\Voter\InvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\InvoiceBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\InvoiceBundle\Form\Type\InvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\Form\Type\InvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\InvoiceBundle\Form\Type\ModelType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\InvoiceBundle\Form\Type\ModelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContactBundle\EventListener\BaseListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContactBundle\EventListener\BaseListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ContactBundle\EventListener\MenuListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContactBundle\EventListener\MenuListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ContactBundle\Repository\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContactBundle\Repository\MessageRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContactBundle\Controller\Admin\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContactBundle\Controller\Admin\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContactBundle\Controller\Admin\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ContactBundle\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ContactBundle\Controller\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContactBundle\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContactBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContactBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ContactBundle\Form\Type\MessageType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContactBundle\Form\Type\MessageType"; reason: abstract.
Removed service ".instanceof.Tigris\ContactBundle\Dashboard\MessageCounterItem.0.Tigris\ContactBundle\Dashboard\MessageCounterItem"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ContactBundle\Dashboard\MessageCounterItem"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\AddressController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\DiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\DiscountController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\Admin\DiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\OptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\OptionController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\Admin\OptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\TaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\TaxController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\Admin\TaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\Admin\TransportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\Admin\TransportController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\Admin\TransportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\BasketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\BasketController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\BasketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\DiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\DiscountController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\DiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\MondialRelayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\MondialRelayController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\MondialRelayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\OrderMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\OrderMessageController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\OrderMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\PurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\PurchaseController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\PurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\ShopController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Tigris\ShopBundle\Controller\TransportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Tigris\ShopBundle\Controller\TransportController"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Controller\TransportController"; reason: abstract.
Removed service ".instanceof.Tigris\ShopBundle\EventListener\DoctrineListener.0.Tigris\ShopBundle\EventListener\DoctrineListener"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\EventListener\DoctrineListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ShopBundle\EventSubscriber\BaseSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\EventSubscriber\BaseSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ShopBundle\EventSubscriber\MenuSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\EventSubscriber\MenuSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tigris\ShopBundle\EventSubscriber\UserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\EventSubscriber\UserSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\AddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\AddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\BasketRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\BasketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\DiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\DiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\OptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OrderDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\OrderDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OrderMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\OrderMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\PaymentLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\PaymentLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\TaxRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\TaxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Tigris\ShopBundle\Repository\TransportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Repository\TransportRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\BasketProductVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Security\BasketProductVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\ShopVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Security\ShopVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\Voter\AddressVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Security\Voter\AddressVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\Voter\OrderVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Security\Voter\OrderVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Tigris\ShopBundle\Security\Voter\ProductVoter"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Security\Voter\ProductVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\AddressEntityType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\AddressEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ChooseAddressType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ChooseAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ClickCollectConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ClickCollectConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\DiscountCodeType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\DiscountCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\DiscountType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\DiscountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\GiftOptionsConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\GiftOptionsConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\MondialRelayChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\MondialRelayChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\MondialRelayType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\MondialRelayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\OptionType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\OptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\OrderMessageType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\OrderMessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductFileType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductImageType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductQuantityType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductQuantityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductSelectType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductSelectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\ShippType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\ShippType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TaxType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\TaxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TransportEntityType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\TransportEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TransportSlotType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\TransportSlotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Tigris\ShopBundle\Form\Type\TransportType"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Form\Type\TransportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\FixDatabaseCommand"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Command\FixDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\FixInvoicesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Command\FixInvoicesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\GenerateOrderTotalPriceCommand"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Command\GenerateOrderTotalPriceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Tigris\ShopBundle\Command\UpdateDatabaseCommand"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Command\UpdateDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\AddressFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\DataFixtures\AddressFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\CategoryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\DataFixtures\CategoryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\DiscountFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\DataFixtures\DiscountFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\OrderFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\DataFixtures\OrderFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\OrderMessageFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\DataFixtures\OrderMessageFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\ProductFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\DataFixtures\ProductFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\TaxFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\DataFixtures\TaxFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Tigris\ShopBundle\DataFixtures\TransportFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\DataFixtures\TransportFixtures"; reason: abstract.
Removed service ".instanceof.Tigris\ShopBundle\Dashboard\BestSellerItem.0.Tigris\ShopBundle\Dashboard\BestSellerItem"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Dashboard\BestSellerItem"; reason: abstract.
Removed service ".instanceof.Tigris\ShopBundle\Dashboard\OrderAmountItem.0.Tigris\ShopBundle\Dashboard\OrderAmountItem"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Dashboard\OrderAmountItem"; reason: abstract.
Removed service ".instanceof.Tigris\ShopBundle\Dashboard\OrderCounterItem.0.Tigris\ShopBundle\Dashboard\OrderCounterItem"; reason: abstract.
Removed service ".abstract.instanceof.Tigris\ShopBundle\Dashboard\OrderCounterItem"; reason: abstract.
82
Removed service "App\Product\OllosProduct"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.native_php_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport_factory"; reason: unused.
Removed service "messenger.transport.sync.factory"; reason: unused.
Removed service "messenger.transport.in_memory.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.context_listener"; 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 "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~RNQLDi2"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "Tigris\InvoiceBundle\EventListener\InvoiceListener"; reason: unused.
Removed service "Tigris\ContactBundle\Dashboard\MessageCounterItem"; reason: unused.
Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
470
Inlined service ".service_locator.Fxet_5p.App\Controller\Admin\AppCodeController" to "App\Controller\Admin\AppCodeController".
Inlined service ".service_locator.Fxet_5p.App\Controller\Admin\AppCodeRequestController" to "App\Controller\Admin\AppCodeRequestController".
Inlined service ".service_locator.Fxet_5p.App\Controller\Admin\ReportController" to "App\Controller\Admin\ReportController".
Inlined service ".service_locator.Fxet_5p.App\Controller\Admin\SponsorController" to "App\Controller\Admin\SponsorController".
Inlined service ".service_locator.Fxet_5p.App\Controller\Admin\UserStatsController" to "App\Controller\Admin\UserStatsController".
Inlined service ".service_locator.Fxet_5p.App\Controller\AppCodeController" to "App\Controller\AppCodeController".
Inlined service ".service_locator.Fxet_5p.App\Controller\AppController" to "App\Controller\AppController".
Inlined service ".service_locator.Fxet_5p.App\Controller\ReportController" to "App\Controller\ReportController".
Inlined service ".service_locator.Fxet_5p.App\Controller\ShopController" to "App\Controller\ShopController".
Inlined service ".service_locator.Fxet_5p.App\Controller\SponsorController" to "App\Controller\SponsorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\UserController" to "App\Controller\UserController".
Inlined service "App\Mail\NewSubscriptionMail" to "App\EventListener\ShopListener".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.wmwio2R" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._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 "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.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.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.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.JuKc5N9" 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.6VqVwEd" 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 ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.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 "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "jms_serializer.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 "html_sanitizer.config.default" to "html_sanitizer.sanitizer.default".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.In6Rnxi" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service ".security.request_matcher.EwVKVDM" to "security.access_map".
Inlined service ".security.request_matcher.0Tr6F1W" to "security.access_map".
Inlined service ".security.request_matcher.CgfRQRn" to "security.access_map".
Inlined service ".security.request_matcher.D_uGj41" to "security.access_map".
Inlined service ".security.request_matcher.djQ23uf" to "security.access_map".
Inlined service ".security.request_matcher.it5.ahQ" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.zgUyz1A".
Inlined service ".security.request_matcher.dIXHc1." to ".security.request_matcher.EwVKVDM".
Inlined service ".security.request_matcher.yM7vOJ9" to ".security.request_matcher.0Tr6F1W".
Inlined service ".security.request_matcher.3mSed7r" to ".security.request_matcher.CgfRQRn".
Inlined service ".security.request_matcher.mF_Q3tQ" to ".security.request_matcher.D_uGj41".
Inlined service ".security.request_matcher.gtoIwUo" to ".security.request_matcher.djQ23uf".
Inlined service ".security.request_matcher.wyJHvZ." to ".security.request_matcher.it5.ahQ".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.Yy9Pi5s" 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.9IAh.hI" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
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 "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "Tigris\BaseBundle\DataFixtures\ConfigFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\BaseBundle\DataFixtures\FileFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\BaseBundle\DataFixtures\FileFolderFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\BaseBundle\DataFixtures\GroupFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\BaseBundle\DataFixtures\NotificationFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\BaseBundle\DataFixtures\ResetPasswordRequestFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\BaseBundle\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\BaseBundle\DataFixtures\WordingFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\ContentBundle\DataFixtures\CategoryFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\ContentBundle\DataFixtures\ElementFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\ContentBundle\DataFixtures\PageFixtures" to "doctrine.fixtures.loader".
Inlined service "Tigris\ContactBundle\Fixtures\MessageFixtures" to "doctrine.fixtures.loader".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.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.htmlsanitizer" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "twig.extension.markdown" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" 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 "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.QBhjZE0" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "Tigris\BaseBundle\Reader\XlsReader" to "Tigris\BaseBundle\Reader\FileReaders".
Inlined service "Tigris\BaseBundle\Reader\XlsReader" to "Tigris\BaseBundle\Reader\FileReaders".
Inlined service "Tigris\BaseBundle\Reader\CsvReader" to "Tigris\BaseBundle\Reader\FileReaders".
Inlined service "Tigris\BaseBundle\DataImporter\UserImporter" to "Tigris\BaseBundle\DataImporter\DataImporters".
Inlined service "Tigris\ShopBundle\DataImporter\CategoryImporter" to "Tigris\BaseBundle\DataImporter\DataImporters".
Inlined service "Tigris\ShopBundle\DataImporter\ProductImporter" to "Tigris\BaseBundle\DataImporter\DataImporters".
Inlined service "Tigris\BaseBundle\Writer\XlsWriter" to "Tigris\BaseBundle\Writer\FileWriters".
Inlined service "Tigris\BaseBundle\Writer\CsvWriter" to "Tigris\BaseBundle\Writer\FileWriters".
Inlined service "App\DataExporter\AppCodeRequestExporter" to "Tigris\BaseBundle\DataExporter\DataExporters".
Inlined service "App\DataExporter\UserStatsExporter" to "Tigris\BaseBundle\DataExporter\DataExporters".
Inlined service "Tigris\ShopBundle\DataExporter\ProductExporter" to "Tigris\BaseBundle\DataExporter\DataExporters".
Inlined service "Tigris\ShopBundle\DataExporter\OrderExporter" to "Tigris\BaseBundle\DataExporter\DataExporters".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\AdminController" to "Tigris\BaseBundle\Controller\Admin\AdminController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\BaseController" to "Tigris\BaseBundle\Controller\Admin\BaseController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\ConfigController" to "Tigris\BaseBundle\Controller\Admin\ConfigController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\DataExporterController" to "Tigris\BaseBundle\Controller\Admin\DataExporterController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\DataImporterController" to "Tigris\BaseBundle\Controller\Admin\DataImporterController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\FileController" to "Tigris\BaseBundle\Controller\Admin\FileController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\GroupController" to "Tigris\BaseBundle\Controller\Admin\GroupController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\SitemapController" to "Tigris\BaseBundle\Controller\Admin\SitemapController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\StatsController" to "Tigris\BaseBundle\Controller\Admin\StatsController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\UICommandController" to "Tigris\BaseBundle\Controller\Admin\UICommandController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\UserController" to "Tigris\BaseBundle\Controller\Admin\UserController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\Admin\WordingController" to "Tigris\BaseBundle\Controller\Admin\WordingController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\AppController" to "Tigris\BaseBundle\Controller\AppController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\BaseController" to "Tigris\BaseBundle\Controller\BaseController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\FileController" to "Tigris\BaseBundle\Controller\FileController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\FileFolderController" to "Tigris\BaseBundle\Controller\FileFolderController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\GeocodingController" to "Tigris\BaseBundle\Controller\GeocodingController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\NotificationController" to "Tigris\BaseBundle\Controller\NotificationController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\RegistrationController" to "Tigris\BaseBundle\Controller\RegistrationController".
Inlined service "symfonycasts.reset_password.helper" to "Tigris\BaseBundle\Controller\ResetPasswordController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\ResetPasswordController" to "Tigris\BaseBundle\Controller\ResetPasswordController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\SearchController" to "Tigris\BaseBundle\Controller\SearchController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\SecurityController" to "Tigris\BaseBundle\Controller\SecurityController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\SitemapController" to "Tigris\BaseBundle\Controller\SitemapController".
Inlined service ".service_locator.idLxfK0.Tigris\BaseBundle\Controller\UserController" to "Tigris\BaseBundle\Controller\UserController".
Inlined service "Tigris\BaseBundle\DataExporter\DataExporters" to "Tigris\BaseBundle\Manager\DataExportManager".
Inlined service "Tigris\BaseBundle\Reader\FileReaders" to "Tigris\BaseBundle\Manager\DataImportManager".
Inlined service "ReCaptcha\ReCaptcha" to "Tigris\BaseBundle\Validator\RecaptchaValidator".
Inlined service ".service_locator.e3haiO1.Tigris\ContentBundle\Controller\Admin\CategoryController" to "Tigris\ContentBundle\Controller\Admin\CategoryController".
Inlined service ".service_locator.e3haiO1.Tigris\ContentBundle\Controller\Admin\ElementController" to "Tigris\ContentBundle\Controller\Admin\ElementController".
Inlined service ".service_locator.e3haiO1.Tigris\ContentBundle\Controller\Admin\PageController" to "Tigris\ContentBundle\Controller\Admin\PageController".
Inlined service ".service_locator.e3haiO1.Tigris\ContentBundle\Controller\CategoryController" to "Tigris\ContentBundle\Controller\CategoryController".
Inlined service ".service_locator.e3haiO1.Tigris\ContentBundle\Controller\ElementController" to "Tigris\ContentBundle\Controller\ElementController".
Inlined service ".service_locator.e3haiO1.Tigris\ContentBundle\Controller\PageController" to "Tigris\ContentBundle\Controller\PageController".
Inlined service ".service_locator.Fxet_5p.Tigris\InvoiceBundle\Controller\Admin\InvoiceController" to "Tigris\InvoiceBundle\Controller\Admin\InvoiceController".
Inlined service ".service_locator.Fxet_5p.Tigris\InvoiceBundle\Controller\Admin\ModelController" to "Tigris\InvoiceBundle\Controller\Admin\ModelController".
Inlined service ".service_locator.Fxet_5p.Tigris\InvoiceBundle\Controller\InvoiceController" to "Tigris\InvoiceBundle\Controller\InvoiceController".
Inlined service ".service_locator.Fxet_5p.Tigris\ContactBundle\Controller\Admin\ContactController" to "Tigris\ContactBundle\Controller\Admin\ContactController".
Inlined service ".service_locator.Fxet_5p.Tigris\ContactBundle\Controller\ContactController" to "Tigris\ContactBundle\Controller\ContactController".
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.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 "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.facebook_main".
Inlined service "knpu.oauth2.provider.facebook_main" to "knpu.oauth2.client.facebook_main".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~xpaL64W" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "twig.markdown.default" to "twig.runtime.markdown".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\AddressController" to "Tigris\ShopBundle\Controller\AddressController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\Admin\CategoryController" to "Tigris\ShopBundle\Controller\Admin\CategoryController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\Admin\DiscountController" to "Tigris\ShopBundle\Controller\Admin\DiscountController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\Admin\OptionController" to "Tigris\ShopBundle\Controller\Admin\OptionController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\Admin\OrderController" to "Tigris\ShopBundle\Controller\Admin\OrderController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\Admin\ProductController" to "Tigris\ShopBundle\Controller\Admin\ProductController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\Admin\TaxController" to "Tigris\ShopBundle\Controller\Admin\TaxController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\Admin\TransportController" to "Tigris\ShopBundle\Controller\Admin\TransportController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\BasketController" to "Tigris\ShopBundle\Controller\BasketController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\CategoryController" to "Tigris\ShopBundle\Controller\CategoryController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\DiscountController" to "Tigris\ShopBundle\Controller\DiscountController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\MondialRelayController" to "Tigris\ShopBundle\Controller\MondialRelayController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\OrderController" to "Tigris\ShopBundle\Controller\OrderController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\OrderMessageController" to "Tigris\ShopBundle\Controller\OrderMessageController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\ProductController" to "Tigris\ShopBundle\Controller\ProductController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\PurchaseController" to "Tigris\ShopBundle\Controller\PurchaseController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\ShopController" to "Tigris\ShopBundle\Controller\ShopController".
Inlined service ".service_locator.xe5ryL8.Tigris\ShopBundle\Controller\TransportController" to "Tigris\ShopBundle\Controller\TransportController".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\AppVoter" to ".debug.security.voter.App\Security\AppVoter".
Inlined service "App\Security\Voter\ProductVoter" to ".debug.security.voter.App\Security\Voter\ProductVoter".
Inlined service "App\Security\Voter\ReportVoter" to ".debug.security.voter.App\Security\Voter\ReportVoter".
Inlined service "Tigris\InvoiceBundle\Security\Voter\InvoiceVoter" to ".debug.security.voter.Tigris\InvoiceBundle\Security\Voter\InvoiceVoter".
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 "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.O2p6Lk7" to ".service_locator.O2p6Lk7.App\Controller\UserController".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.9gXQpqd" to ".service_locator.9gXQpqd.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.gHpsvM5" to "debug.argument_resolver.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 "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.6NtEMSs" to "console.command_loader".
Inlined service ".service_locator.9gXQpqd.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
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 "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_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".
4
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "doctrine.migrations.container_aware_migrations_factory", "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.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
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.form_error_handler", "jms_serializer.iterator_handler", "jms_serializer.symfony_uid_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", "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"?