Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "TheCodingMachine\GraphQLite\Bundle\DependencyInjection\GraphQLiteExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Contracts\Service\ServiceSubscriberInterface::getSubscribedServices()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\DependencyInjection\AbstractServiceSubscriber" 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 "Juki\Bundle\MessageBundle\EventListener\MessageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\MultiSiteBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\AdminBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\AdminBundle\EventListener\AuditLogDoctrineSubscriber" 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 "Hitso\Bundle\AdminBundle\EventListener\AuditLogSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\AdminBundle\Form\Type\UserNoteType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\AdminBundle\Form\Type\UserNoteType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\AdminBundle\Form\Type\UserNoteType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\AdminBundle\Twig\MenuExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\AdminBundle\Twig\SitesExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\AdminBundle\Twig\SitesExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Hitso\Bundle\CommonBundle\Command\EnhanceCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Hitso\Bundle\CommonBundle\Command\RegisterSystemConfiguratorCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Hitso\Bundle\CommonBundle\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Hitso\Bundle\CommonBundle\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Collections\ArrayCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Collections\ArrayCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Hitso\Bundle\CommonBundle\Doctrine\Factory\EntityCloneFactory::cloneEntity()" method will require a new "EntityInterface $entity" argument in the next major version of its interface "Hitso\Bundle\CommonBundle\Doctrine\Factory\EntityCloneFactoryInterface", not defining it is deprecated.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber" 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 "Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Hitso\Bundle\CommonBundle\EventListener\SecurityListener" class implements "Symfony\Component\Security\Http\Logout\LogoutHandlerInterface" that is deprecated since Symfony 5.1.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\EventListener\SecurityListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface::onAuthenticationSuccess()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\EventListener\SecurityListener" 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 "Hitso\Bundle\CommonBundle\EventListener\UserSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Serializer\UserNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Serializer\UserNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supportsRememberMe()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supportsRememberMe()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AbstractGuardAuthenticator::createAuthenticatedToken()" might add "PostAuthenticationGuardToken" as a native return type declaration in the future. Do the same in child class "Hitso\Bundle\CommonBundle\Security\OAuthAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Twig\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Twig\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getTests()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Twig\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Twig\UtilityExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Hitso\Bundle\ContentBundle\Entity\Content::recalculatePendingLogs()" method will require a new "bool $increment" argument in the next major version of its interface "Hitso\Bundle\CommonBundle\Traits\PendingLogInterface", not defining it is deprecated.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber" 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 "Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Form\Type\CurrencyType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::serialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseLiteral()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::serialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Service\Api\Type\SimilarProductsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Service\Api\Type\SimilarProductsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseLiteral()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Service\Api\Type\SimilarProductsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CatalogBundle\Twig\CatalogExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\DataTableBundle\Twig\DataTableExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\ResolvedFormType::newBuilder()" might add "FormBuilderInterface" as a native return type declaration in the future. Do the same in child class "Hitso\Bundle\FormBundle\Form\OrderedResolvedFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\ResolvedFormTypeFactoryInterface::createResolvedType()" might add "ResolvedFormTypeInterface" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\OrderedResolvedFormTypeFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\Type\ColourType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\Type\ColourType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\Type\FileType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\Type\FontStyleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\Type\FontStyleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\Type\ImageType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\Type\ImageType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\Type\SitesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Form\Type\SitesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer" 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 "Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\MultiSiteBundle\Router\MultiSiteRouter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\RequestContextAwareInterface::getContext()" might add "RequestContext" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\MultiSiteBundle\Router\MultiSiteRouter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\RouterInterface::getRouteCollection()" might add "RouteCollection" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\MultiSiteBundle\Router\MultiSiteRouter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\Matcher\UrlMatcherInterface::match()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\MultiSiteBundle\Router\MultiSiteRouter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\Matcher\RequestMatcherInterface::matchRequest()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\MultiSiteBundle\Router\MultiSiteRouter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\RoutingBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\RoutingBundle\Twig\RoutingExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\DependencyInjection\Configuration" 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 "Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber" 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 "Hitso\Bundle\ContentBundle\EventListener\CommentListener" 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 "Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber" 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 "Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber" 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 "Hitso\Bundle\ContentBundle\EventListener\LikeableListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadArticlesData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadCategoriesData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadPagesData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadPhotoData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SeoBundle\Form\Type\SeoMetadataType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SeoBundle\Form\Type\SeoMetadataType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Form\Type\FileType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Form\Type\FileType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Form\Type\MailContentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\NavigationBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\NavigationBundle\DataFixtures\ORM\LoadMenuData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\NewsletterBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Hitso\Bundle\SectionBundle\Entity\Section::recalculatePendingLogs()" method will require a new "bool $increment" argument in the next major version of its interface "Hitso\Bundle\CommonBundle\Traits\PendingLogInterface", not defining it is deprecated.
Return type of Hitso\Bundle\SectionBundle\Model\SectionTypeCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "GraphQL\Type\Definition\LeafType::serialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseLiteral()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\TicketsBundle\DependencyInjection\Configuration" 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 "Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FaqBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\UserBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ProbeBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ProbeBundle\DataFixtures\ORM\LoadProbeData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SearchBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Hitso\Bundle\SearchBundle\Command\ReindexCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Collections\Collection::add()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SearchBundle\Service\Search\SearchTypeCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SearchBundle\Twig\SearchExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\TaggingBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\StaticPageBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: Option "enabled_locales" at "framework.translator" is deprecated, set the "framework.enabled_locales" option instead.
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Class "Hitso\Bundle\UserBundle\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\UserBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "TheCodingMachine\GraphQLite\Bundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Juki\Bundle\AppBundle\DependencyInjection\Configuration" 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 "Juki\Bundle\AppBundle\EventListener\ActivityLogSubscriber" 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 "Juki\Bundle\AppBundle\EventListener\CartItemSubscriber" 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 "Juki\Bundle\AppBundle\EventListener\UserSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Collections\Collection::add()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::serialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Juki\Bundle\DocumentBundle\GQLTypes\UserVisibleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Juki\Bundle\DocumentBundle\GQLTypes\UserVisibleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseLiteral()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Juki\Bundle\DocumentBundle\GQLTypes\UserVisibleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::serialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Juki\Bundle\MessageBundle\GQLTypes\UserReadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Juki\Bundle\MessageBundle\GQLTypes\UserReadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseLiteral()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Juki\Bundle\MessageBundle\GQLTypes\UserReadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Liip\ImagineBundle\Imagine\Filter\FilterManager::applyFilter()" might add "BinaryInterface" as a native return type declaration in the future. Do the same in child class "Hitso\Bundle\FormBundle\Imagine\PrependingFilterManager" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Hitso\Bundle\AdminBundle\Menu\Model\SubMenu::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\AdminBundle\Menu\Model\SubMenu" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Hitso\Bundle\AdminBundle\Menu\Model\Item::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\AdminBundle\Menu\Model\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\ClassMetadataEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\TokenableSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\SoftDeletableSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Form\Type\ActionsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Form\Type\LinkType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Form\Type\AuthorType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Form\Type\AuthorType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::apply()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\Collections\Collection::add()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface::resolve()" might add "iterable" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Form\Type\YearType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\CommonBundle\Form\Type\YearType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::serialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseLiteral()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::serialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Service\Api\Type\ImageDetailsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Service\Api\Type\ImageDetailsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseLiteral()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FileManagerBundle\Service\Api\Type\ImageDetailsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Hitso\Bundle\FormBundle\Config\ConfigCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\FormBundle\Twig\Extension\FormExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\RoutingBundle\Serializer\RedirectNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\RoutingBundle\Serializer\RedirectNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\RoutingBundle\Doctrine\EventSubscriber\RoutableSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::serialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseLiteral()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::serialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\LeafType::parseLiteral()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedType" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Hitso\Bundle\ContentBundle\Model\ContentTypeCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Twig\BlocksExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getTokenParsers()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Twig\BlocksExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()" might add "array" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Block\Loader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\NodeVisitor\NodeVisitorInterface::getPriority()" might add "int" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Block\Loader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::apply()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Hitso\Bundle\CatalogBundle\Entity\Product::recalculatePendingLogs()" method will require a new "bool $increment" argument in the next major version of its interface "Hitso\Bundle\CommonBundle\Traits\PendingLogInterface", not defining it is deprecated.
The "Hitso\Bundle\FileManagerBundle\Entity\File::recalculatePendingLogs()" method will require a new "bool $increment" argument in the next major version of its interface "Hitso\Bundle\CommonBundle\Traits\PendingLogInterface", not defining it is deprecated.
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Helper\LikesHelper" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\EventListener\SecurityListener" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Hitso\Bundle\CatalogBundle\Storage\SessionStorage" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Hitso\Bundle\DataTableBundle\Service\ContextManager" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Hitso\Bundle\DataTableBundle\Service\DataTableFactory" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Hitso\Bundle\MultiSiteBundle\MultiSite\SiteContext" service.
Since symfony/framework-bundle 5.4: The "Symfony\Component\Cache\Adapter\AdapterInterface" alias is deprecated, use "Psr\Cache\CacheItemPoolInterface" instead. It is being referenced by the "Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "Hitso\Bundle\UserBundle\Controller\Admin\UsersController" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Juki\Bundle\AppBundle\EventListener\ActivityLogSubscriber" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Juki\Bundle\AppBundle\Helper\UrlBuilderHelper" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "Juki\Bundle\AppBundle\Service\Api\Controller\LoginController" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Juki\Bundle\AppBundle\Service\Api\Controller\LoginController" service.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
Method "Doctrine\ORM\Query\Filter\SQLFilter::addFilterConstraint()" might add "string" as a native return type declaration in the future. Do the same in child class "Hitso\Bundle\MultiSiteBundle\ORM\SiteIdFilter" now to avoid errors or add an explicit @return annotation to suppress this message.
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
Skipping service "maker.generator": Class or interface "Hitso\Bundle\MakerBundle\Generator\Generator" cannot be loaded.
Skipping service "Hitso\Bundle\AdminBundle\Extension\WhitelistIpProvider": Class or interface "Hitso\Bundle\AdminBundle\Extension\WhitelistIpProvider" cannot be loaded.
Skipping service "Hitso\Bundle\CommonBundle\Security\EmailProvider": Class or interface "Hitso\Bundle\CommonBundle\Security\EmailProvider" cannot be loaded.
Removing service-argument resolver for controller "Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController::allAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController::listAction": no corresponding services exist for the referenced types.
Changed reference of service "Juki\Bundle\DocumentBundle\Manager\DirectoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Juki\Bundle\DocumentBundle\Manager\FileManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Juki\Bundle\DocumentBundle\Service\Api\Controller\DirectoryController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Juki\Bundle\DocumentBundle\Service\Api\Controller\FileController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Juki\Bundle\MessageBundle\EventListener\MessageSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\MessageBundle\Manager\AttachmentManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Juki\Bundle\MessageBundle\Manager\MessageManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Juki\Bundle\MessageBundle\Service\Api\Controller\AttachmentController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Juki\Bundle\MessageBundle\Service\Api\Controller\MessageController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\AdminBundle\EventListener\AccessDeniedListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\AdminBundle\EventListener\SiteRedirectingListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\AdminBundle\Manager\AuditLogManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\AdminBundle\Manager\WhitelistManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\AdminBundle\Service\AuditLogTranslatorHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\AdminBundle\Twig\MenuExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\AdminBundle\DataTable\AuditLogDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\AdminBundle\DataTable\SystemConfigurationDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\AdminBundle\DataTable\WhitelistDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CommonBundle\Expression\ExpressionLanguage" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "Hitso\Bundle\CommonBundle\Helper\LikesHelper" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Hitso\Bundle\CommonBundle\Helper\LikesHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\CommonBundle\Helper\Mailer\MailerHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CommonBundle\EventListener\SecurityListener" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Hitso\Bundle\CommonBundle\Manager\LikesManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CommonBundle\Manager\ReviewManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "Hitso\Bundle\CommonBundle\Security\FormAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CommonBundle\Service\GoogleSheet" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\CommonBundle\Service\CSV" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CommonBundle\Twig\UserExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CommonBundle\Twig\UtilityExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "hitso_common.cache.doctrine" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CatalogBundle\DataTable\AttributeDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\DataTable\AttributeGroupDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\DataTable\CategoryDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\DataTable\ProductDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\DataTable\ProductDeletableDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\DataTable\ProductEditableDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\DataTable\ProductFilesDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\DataTable\ProductReviewDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\DataTable\TaxRateDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\Form\AttributeGroupType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\Form\AttributeType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\Form\CategoryType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\Form\ProductType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\AttributeManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\CategoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\ProductManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CatalogBundle\Manager\TaxRateManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\CatalogBundle\Storage\SessionStorage" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\DataTableBundle\Service\ContextManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Hitso\Bundle\DataTableBundle\Service\DataTableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\DataTableBundle\Serializer\SerializerFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\DataTableBundle\Transformer\StripTagsTransformer" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\FileManagerBundle\Manager\FileManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\FileManagerBundle\DataTable\FileDeletableDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\FormBundle\Form\Handler\FormHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app.liform.button.transformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\MultiSiteBundle\MultiSite\SiteContext" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectsDataTableController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectsDataTableController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\RoutingBundle\DataTable\RedirectDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\RoutingBundle\Manager\RedirectManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Admin\ContentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Api\CommentController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Api\ContentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Api\ContentController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Api\ElementController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\ContentBundle\Controller\Api\SearchController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\DataTable\AuthorDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\DataTable\BannerDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\DataTable\Categories" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\DataTable\CommentDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\DataTable\ContentDeletableDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\DataTable\Contents" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\DataTable\RateDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\ArticleManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\AuthorManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\BannerManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\CommentManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\ContentManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\Element\ElementManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\Element\ImageManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\Element\LinkManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\PageManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\SlideManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Manager\StatManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "Hitso\Bundle\SeoBundle\Form\Type\SeoMetadataType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\BlocksBundle\Manager\BlockManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\BlocksBundle\Block\Factory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\NavigationBundle\Controller\ApiController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\NavigationBundle\Manager\MenuItemManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\NewsletterBundle\DataTable\SubscriberDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\GroupManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\GroupTypeManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\Manager\SectionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\SectionBundle\DataTable\BlockDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\SectionBundle\DataTable\GroupDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\SectionBundle\DataTable\SectionDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\TicketsBundle\Manager\ContactManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\TicketsBundle\Manager\OperationManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\TicketsBundle\Manager\TicketManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\TicketsBundle\Service\Api\Controller\TicketController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\TicketsBundle\DataTable\TicketDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\FaqBundle\Manager\FaqAnswerManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\FaqBundle\Manager\FaqCategoryManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\FaqBundle\DataTable\FaqAnswerDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\FaqBundle\DataTable\FaqCategoryDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\UserBundle\Controller\Admin\UsersController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "Hitso\Bundle\UserBundle\Controller\Admin\UsersDataTableController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Hitso\Bundle\UserBundle\Controller\Admin\UsersDataTableController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\UserBundle\Manager\UserManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\UserBundle\DataTable\UserDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ProbeBundle\Manager\ProbeManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\ProbeBundle\DataTable\ProbeDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ProbeBundle\DataTable\ProbeOptionDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\ProbeBundle\DataTable\ProbeResultDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\SearchBundle\Manager\SearchReportManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\TaggingBundle\Manager\TagManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\TaggingBundle\Manager\TagTypeManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\TaggingBundle\DataTable\TagDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\TaggingBundle\DataTable\TagTypeDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Hitso\Bundle\StaticPageBundle\Manager\StaticPageManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hitso\Bundle\StaticPageBundle\DataTable\StaticPageDataTable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
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.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
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 "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 "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme.frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
Changed reference of service "white_october_breadcrumbs.helper" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "bazinga.jstranslation.controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TheCodingMachine\GraphQLite\Validator\Mappers\Parameters\AssertParameterMiddleware" previously pointing to "debug.validator" to "validator".
Changed reference of service "TheCodingMachine\GraphQLite\Validator\Mappers\Parameters\AssertParameterMiddleware" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "TheCodingMachine\GraphQLite\Bundle\Controller\GraphQL\LoginController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Juki\Bundle\AppBundle\EventListener\ActivityLogSubscriber" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Juki\Bundle\AppBundle\Manager\CartItemManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Juki\Bundle\AppBundle\Manager\ImportItemManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Juki\Bundle\AppBundle\Manager\UserManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Juki\Bundle\AppBundle\Service\Api\Controller\CartController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Api\Controller\ImportController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Api\Controller\LoginController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "Juki\Bundle\AppBundle\Service\Api\Controller\LoginController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Juki\Bundle\AppBundle\Service\Api\Controller\LoginController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\AperakProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\DelforProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\DesadvProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\InvoicProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\InvrptProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\JoinedReplacementProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\MeqposProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\OrdersProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\PCStockProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\PartinProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\ProdatProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\PurchaProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\QuotesProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\Snd0768Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\Snd0769Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\Snd0770Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\Snd0771Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Juki\Bundle\AppBundle\Service\Importer\StockDataProcessor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Limenius\Liform\Transformer\AbstractTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.integer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.array" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.compound" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.string" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.number" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.boolean" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service ".abstract.instanceof.app.liform.button.transformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.takBjjp" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.MPqZE8l" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.OPtIq6p" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.qMGuJPJ" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.KrrNitx" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.FRVG6dk" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.68j0MkX" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.glDwIE3" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.oPNaYtg" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.V7CCLf_" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.R05OiXd" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.WXgyGQH" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.zBolWlI" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.RCbvRx." previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.Xn_dSrH" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.4_uyB9o" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.VmN_PoQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UY8UPfV" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.KVwh_K8" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.BQblC7V" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.Zu2ca46" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.JsU1zzX" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.nzxoWAd" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.Rpgh.KA" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.JOKWIuZ" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.lYX0k9E" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.30WS82q" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.4nyo3sj" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.9koQjF0" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.9nUZBeP" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.PjILEzS" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.xMTvMNd" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.I3oqxBj" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.B9I73eM" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.p0yuWpR" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.W4TkjRb" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.LRnuW_q" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.4KkCDFo" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.Td_DrG0" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.utqFsaq" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.khgGCRO" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.IDmvtEF" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.K5IcPeh" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.K5IcPeh" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.K5IcPeh" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.K5IcPeh" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator._gnQynk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.An4wjQV" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mYYkehK" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mYYkehK" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mYYkehK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mYYkehK" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.4NXXMIm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.v9pOEgs" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.v9pOEgs" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.v9pOEgs" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.v9pOEgs" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.AJOOEZe" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.AJOOEZe" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.AJOOEZe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.AJOOEZe" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.oJoeVVQ" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.oJoeVVQ" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.oJoeVVQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oJoeVVQ" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.wrUwHpf" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.wrUwHpf" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.wrUwHpf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wrUwHpf" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.FwyBs4g" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.rBq7ug2" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.rBq7ug2" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.rBq7ug2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.rBq7ug2" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.UaIYmyA" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.UaIYmyA" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.UaIYmyA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UaIYmyA" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service ".service_locator.Y7W9Gn1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.T4c86RO" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "httplug.collector.factory.buzz.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
Changed reference of service "httplug.collector.factory.guzzle5.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.react.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.socket.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "debug.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver.inner" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "httplug.client" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "console.command.public_alias.Juki\Bundle\AppBundle\Command\ImportCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Removed service "Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider"; reason: abstract.
Removed service "Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "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 "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.chain"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "httplug.plugin.cache"; reason: abstract.
Removed service "httplug.plugin.throttle"; reason: abstract.
Removed service "httplug.plugin.add_host"; reason: abstract.
Removed service "httplug.plugin.add_path"; reason: abstract.
Removed service "httplug.plugin.base_uri"; reason: abstract.
Removed service "httplug.plugin.content_type"; reason: abstract.
Removed service "httplug.plugin.header_append"; reason: abstract.
Removed service "httplug.plugin.header_defaults"; reason: abstract.
Removed service "httplug.plugin.header_set"; reason: abstract.
Removed service "httplug.plugin.header_remove"; reason: abstract.
Removed service "httplug.plugin.query_defaults"; reason: abstract.
Removed service "httplug.plugin.request_seekable_body"; reason: abstract.
Removed service "httplug.plugin.response_seekable_body"; reason: abstract.
Removed service "httplug.plugin.stack"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service "Limenius\Liform\Transformer\AbstractTransformer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\DocumentBundle\Controller\Front\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\DocumentBundle\Controller\Front\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\DocumentBundle\Controller\Front\DownloadController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\DocumentBundle\Manager\DirectoryManager"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\DocumentBundle\Manager\DirectoryManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\DocumentBundle\Manager\FileManager"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\DocumentBundle\Manager\FileManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\DocumentBundle\Repository\DirectoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\DocumentBundle\Repository\DirectoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\DocumentBundle\Repository\FileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\DocumentBundle\Repository\FileRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\DocumentBundle\Service\Api\Controller\DirectoryController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\DocumentBundle\Service\Api\Controller\DirectoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\DocumentBundle\Service\Api\Controller\FileController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\DocumentBundle\Service\Api\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\DocumentBundle\Service\Api\Query\DirectoryType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\DocumentBundle\Service\Api\Query\DirectoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\DocumentBundle\Service\Api\Query\FileType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\DocumentBundle\Service\Api\Query\FileType"; reason: abstract.
Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Juki\Bundle\DocumentBundle\GQLTypes\UserVisibleTypeMapperFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\DocumentBundle\GQLTypes\UserVisibleTypeMapperFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\MessageBundle\Controller\Front\DownloadAttachmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\MessageBundle\Controller\Front\DownloadAttachmentController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Controller\Front\DownloadAttachmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\MessageBundle\EventListener\MessageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\EventListener\MessageSubscriber"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\MessageBundle\Manager\AttachmentManager"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Manager\AttachmentManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\MessageBundle\Manager\MessageManager"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Manager\MessageManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\MessageBundle\Repository\AttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Repository\AttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\MessageBundle\Repository\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Repository\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\MessageBundle\Repository\StatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Repository\StatusRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\MessageBundle\Service\Api\Controller\AttachmentController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Service\Api\Controller\AttachmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\MessageBundle\Service\Api\Controller\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Service\Api\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\MessageBundle\Service\Api\Query\AttachmentType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Service\Api\Query\AttachmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\MessageBundle\Service\Api\Query\MessageType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Service\Api\Query\MessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Juki\Bundle\MessageBundle\Service\Messenger\EmailNotificationHandler"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\MessageBundle\Service\Messenger\EmailNotificationHandler.0.Juki\Bundle\MessageBundle\Service\Messenger\EmailNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\Service\Messenger\EmailNotificationHandler"; reason: abstract.
Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Juki\Bundle\MessageBundle\GQLTypes\UserReadTypeMapperFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\MessageBundle\GQLTypes\UserReadTypeMapperFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\AuditLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\AuditLogController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\AuditLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\AdminBundle\EventListener\AuditLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\EventListener\AuditLogSubscriber"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Extension\UserMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Extension\UserMenuProvider"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Extension\UsersAuditLogMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Extension\UsersAuditLogMenuProvider"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\AuditLogFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Form\AuditLogFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\Type\UserNoteType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Form\Type\UserNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\AdminBundle\Form\WhitelistFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Form\WhitelistFormType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\AdminBundle\Manager\AuditLogManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Manager\AuditLogManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\AdminBundle\Manager\WhitelistManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Manager\WhitelistManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\AdminBundle\Repository\AuditLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Repository\AuditLogRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\MenuExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Twig\MenuExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\AdminBundle\Twig\SitesExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Twig\SitesExtension"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider.0.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleSubMenuProvider"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider.0.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\AdminBundle\Menu\SimpleItemProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Command\ClearRoutingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\EnhanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Command\EnhanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Command\LoadSystemDefaultsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CommonBundle\Command\RegisterSystemConfiguratorCommand"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Command\RegisterSystemConfiguratorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\ActionsType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\ActionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\LinkType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\LinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\ExpandLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\EntityAutocompleterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\AuthorType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\AuthorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Hitso\Bundle\CommonBundle\Form\Extension\HelpTextExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Extension\HelpTextExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\ExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\HttpSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\SecurityListener"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\SecurityListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\EventListener\UserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\EventListener\UserSubscriber"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\LikesManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\LikesManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\ReviewManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\ReviewManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Manager\SystemConfigurationManager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface.0.Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\Extractor\EntityExtractor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Serializer\UserNormalizer"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\CommonBundle\Media\UrlGenerator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Media\UrlGenerator"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MailExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\MailExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\RequestExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\RequestExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UserExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\UserExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CommonBundle\Twig\UtilityExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Twig\UtilityExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Validation\Constraint\PasswordStrengthValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Validation\Constraint\BadWordValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Admin\MonitorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Admin\MonitorController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Admin\MonitorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CommonBundle\Controller\Front\GraphController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CommonBundle\Controller\Front\GraphController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Controller\Front\GraphController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\LikesRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\LikesRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\LikesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ReviewRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\ReviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\ReviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\SystemConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Repository\UserConnectionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CommonBundle\Doctrine\DataFixtures\AbstractFixture"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Doctrine\DataFixtures\AbstractFixture"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.hitso_common.cache.doctrine"; reason: abstract.
Removed service ".abstract.instanceof.hitso_common.cache.doctrine"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CommonBundle\Form\Type\YearType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Form\Type\YearType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\CommonBundle\Validation\Constraint\RecaptchaValidator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CommonBundle\Validation\Constraint\RecaptchaValidator"; reason: abstract.
Removed service ".instanceof.Liip\ImagineBundle\Imagine\Filter\PostProcessor\PostProcessorInterface.0.liip_imagine.post_processor.webp"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.liip_imagine.post_processor.webp"; reason: abstract.
Removed service ".abstract.instanceof.liip_imagine.post_processor.webp"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Command\MigrateAttributesBetweenSites"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\ProductSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\EventListener\SetSubcategorySubscriber"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Extension\Strategy\ProductColumnsPageStrategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\AttributeGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\AttributeGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\AttributeType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\AttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductAttributeType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductAttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductReviewFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Section\FullWidthSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Section\FullWidthSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Section\OneColumnType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Section\OneColumnType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Section\ParagraphWithPhotoSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Section\ParagraphWithPhotoSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Section\ProductPageSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Section\TwoColumnsSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Section\TwoColumnsSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\TaxRateType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\TaxRateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\CurrencyType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\CurrencyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\LinkTextType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\LinkTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttribute\ProductAttributeChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\ProductAttributeInputType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\ProductCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\RangeInputType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\CatalogBundle\Form\Type\TwoColumnsType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Form\Type\TwoColumnsType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\AttributeGroupManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\AttributeManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\AttributeManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\CategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\CategoryManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\ProductAttributeManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\ProductManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\ProductReviewManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\CatalogBundle\Manager\TaxRateManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Manager\TaxRateManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\AttributeGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\AttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\AttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\CategoryPageSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\CategoryRouteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductPageSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductReviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\ProductRouteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Repository\TaxRateRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Seo\Json\CategoryJsonLinkingDataGenerator"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SeoBundle\Json\JsonLinkingDataGeneratorInterface.0.Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Seo\Json\ProductJsonLinkingDataGenerator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\SimilarProductType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\SimilarProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType"; reason: abstract.
Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory"; reason: abstract.
Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\CatalogBundle\Service\Api\Type\SimilarProductsTypeMapperFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Api\Type\SimilarProductsTypeMapperFactory"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\CatalogBundle\Service\Sitemap\ProductProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Service\Sitemap\ProductProvider"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\CatalogBundle\Twig\CatalogExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Twig\CatalogExtension"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\DataTableBundle\Twig\DataTableExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Twig\DataTableExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckCSVValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\CheckPHPValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetUrlValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\DataTableBundle\Validator\Constraints\ExistingGoogleSheetValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Encoder\EncoderInterface.0.hitso.file_manager.serializer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.hitso.file_manager.serializer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.hitso.file_manager.serializer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.hitso.file_manager.serializer"; reason: abstract.
Removed service ".abstract.instanceof.hitso.file_manager.serializer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Command\RecreateSlugCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Extension\HitsoFileManagerProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FileManagerBundle\Form\FileType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Form\FileType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Manager\DirectoryManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Manager\DisposableLinkManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FileManagerBundle\Manager\FileManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Manager\FileManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\DirectoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\DisposableLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\FileHotspotRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\FileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Repository\FileStatRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Serializer\DirectoryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Serializer\DownloadNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Serializer\FileNormalizer"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Twig\FileManagerExtension"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\FileManager\MediaUrlProvider"; reason: abstract.
Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlTypeMapperFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Service\Api\Type\MediaUrlTypeMapperFactory"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\FileManagerBundle\FileManager\ImageDetailsProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\FileManager\ImageDetailsProvider"; reason: abstract.
Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\FileManagerBundle\Service\Api\Type\ImageDetailsTypeMapperFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FileManagerBundle\Service\Api\Type\ImageDetailsTypeMapperFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FormBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FormBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FormBundle\Controller\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FormBundle\Controller\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Controller\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ColourType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\ColourType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\FileType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\FileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\FontStyleType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\FontStyleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\ImagePreviewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\ImageType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\ImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FormBundle\Form\Type\SitesType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Type\SitesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\FormBundle\Serializer\FileNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Serializer\FileNormalizer"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Media\MediaUrlProviderInterface.0.Hitso\Bundle\FormBundle\Storage\MediaUrlProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Storage\MediaUrlProvider"; reason: abstract.
Removed service ".instanceof.Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface.0.Hitso\Bundle\FormBundle\Imagine\Filter\HitsoCropFilter"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Imagine\Filter\HitsoCropFilter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.hitso_form.twig.form_extension"; reason: abstract.
Removed service ".abstract.instanceof.hitso_form.twig.form_extension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Hitso\Bundle\FormBundle\Form\Extension\FormTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FormBundle\Form\Extension\FormTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.hitso_form.form_extension"; reason: abstract.
Removed service ".abstract.instanceof.hitso_form.form_extension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.hitso_form.button_extension"; reason: abstract.
Removed service ".abstract.instanceof.hitso_form.button_extension"; reason: abstract.
Removed service ".abstract.instanceof.app.liform.button.transformer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\MultiSiteBundle\EventListener\GraphQlLocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectsDataTableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectsDataTableController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectsDataTableController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\RoutingBundle\Extension\RedirectMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Extension\RedirectMenuProvider"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\RoutingBundle\Manager\RedirectManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Manager\RedirectManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Repository\RedirectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RouteRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\RoutingBundle\Repository\RouteRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Repository\RouteRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\RoutingBundle\Twig\RoutingExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Twig\RoutingExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\RoutingBundle\Serializer\RedirectNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\RoutingBundle\Serializer\RedirectNormalizer"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider"; reason: abstract.
Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory"; reason: abstract.
Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\RateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\RateController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\RateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\ElementController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Api\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Api\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Api\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Controller\Front\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ContentBundle\Controller\Front\PageController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Controller\Front\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Command\CreateFakeArticlesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Command\EvaluateContentRankingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Command\ImportWordpressArticlesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ArticleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\CommentListener"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\CommentListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentAuthorListener"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ContentAuthorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ContentHitSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\ContentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\ContentBundle\EventListener\LikeableListener"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\EventListener\LikeableListener"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Admin\AuthorFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CategoryFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\CategoryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\CommentChangeStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\CommentFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\CommentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\ContentFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\ContentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\ContentSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\ContentSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\AuthorCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\BannerFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\BannerFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\ContentAuthorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\ContentCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\ContentBundle\Form\Type\SlideFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Form\Type\SlideFormType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ArticleManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\AuthorManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\AuthorManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\BannerManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\BannerManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\CommentManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\CommentManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\ContentManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\ContentManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ElementManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\ElementManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ImageManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\ImageManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\LinkManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\LinkManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\PageManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\PageManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\SlideManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\SlideManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ContentBundle\Manager\StatManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Manager\StatManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ArticleCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ArticleReviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\AuthorRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\AuthorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\BannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\BannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\CommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\CommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ContentAuthorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\ElementRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\ElementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\AdvertRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\AdvertRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\AttachmentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\AttachmentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\CatalogCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\CatalogCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\CtacontactRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\CtacontactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\CtaproductRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\CtaproductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\CtaproductwideRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\CtaproductwideRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\EmbedRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\EmbedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\FeaturedRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\FeaturedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\GalleryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\GalleryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\HeaderRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\HeaderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\ImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\ImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\LinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\LinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\NewsletterRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\NewsletterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\ParagraphRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\ParagraphRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\ProbeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\ProbeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\SectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\SectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\TableRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\TableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\TextWrapRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\TextWrapRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\Elements\VideoRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\Elements\VideoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\RateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\RateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\SlideRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\SlideRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ContentBundle\Repository\StatRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Repository\StatRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\CommentFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\CommentFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\CommentType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\CommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentImagesProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentImagesProvider"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SeoBundle\Provider\ProviderInterface.0.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Services\Sitemap\ContentProvider"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Advert"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Advert"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Attachments"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Attachments"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\CatalogCategory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\CatalogCategory"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Ctacontact"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Ctacontact"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Ctaproduct"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Ctaproduct"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Ctaproductwide"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Ctaproductwide"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Embed"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Embed"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Featured"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Featured"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Gallery"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Gallery"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Header"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Header"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Image"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Image"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Link"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Link"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Newsletter"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Newsletter"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Paragraph"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Paragraph"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Probe"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Probe"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Section"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Section"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Table"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Table"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\TextWrap"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\TextWrap"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Element.0.Hitso\Bundle\ContentBundle\Entity\Elements\Video"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ContentBundle\Entity\Elements\Video"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SeoBundle\Controller\Front\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SeoBundle\Controller\Front\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Controller\Front\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SeoBundle\Form\Type\SeoMetadataType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Form\Type\SeoMetadataType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SeoBundle\Repository\SeoMetadataRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\BlockFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\FileContainerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\FileType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\FileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTextareaContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\HeaderTinyMCEContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\ImageContainerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\MailContentType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\MailContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\TextareaContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Form\Type\TinyMCEContentType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\BlocksBundle\Manager\BlockManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Manager\BlockManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\BlocksBundle\Repository\BlockRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\BlocksBundle\Repository\BlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Repository\BlockRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\BlocksBundle\Twig\BlocksExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Twig\BlocksExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Hitso\Bundle\BlocksBundle\Block\Loader"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Block\Loader"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\BlocksBundle\Serializer\ContainerNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NavigationBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Controller\NavigationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NavigationBundle\Controller\NavigationController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Controller\NavigationController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\NavigationBundle\Manager\MenuItemManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Manager\MenuItemManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Repository\MenuItemRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\ProviderInterface.0.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Form\SubscriberFormType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Manager\SubscriberManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Repository\SubscriberRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\CatalogRankingStrategy"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\CategoryPromotionsStrategy"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\ContentsCategoryStrategy"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\FeaturedProductsStrategy"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\HtmlCodeStrategy"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\NewsStrategy"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductListStrategy"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\ProductSliderStrategy"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\PromoBoxStrategy"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\SectionBundle\Extension\SectionStrategyInterface.0.Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Extension\Strategy\SubCategoriesStrategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\GroupType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\GroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\CoverPhotoSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\CoverPhotoSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\CtaBlockSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\CtaBlockSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\DefaultSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\DefaultSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\DescriptionSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\DescriptionSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\DividedSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\DividedSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\FeaturedArticlesSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\FeaturedArticlesSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\FeaturedProductsSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\FeaturedProductsSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\GallerySectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\GallerySectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\HtmlCodeSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\HtmlCodeSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\InformationCtaSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\InformationCtaSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\InformationIconsSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\InformationIconsSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\NewsSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\NewsSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\PhotoSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\PhotoSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\ProductsListSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\ProductsListSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\ProductsSliderSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\ProductsSliderSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\PromoBoxSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\PromoBoxSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\PromotedArticlesSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\PromotedArticlesSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\SubCategoriesSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\SubCategoriesSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\TagSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\TagSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Section\VideoSectionType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Section\VideoSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Type\ColorTextAreaType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Type\ColorTextAreaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Type\ColorTextType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Type\ColorTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Type\DividedBlockType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Type\DividedBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SectionBundle\Form\Type\InformationIconType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Form\Type\InformationIconType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\GroupManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\GroupManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\GroupTypeManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\GroupTypeManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SectionBundle\Manager\SectionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Manager\SectionManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\BlockSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\GroupTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\SectionRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SectionBundle\Repository\SectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Repository\SectionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Service\Api\Controller\SectionGroupController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Service\Api\Controller\SectionGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Service\Api\Factory\SectionGroupFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Service\Api\Factory\SectionGroupFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SectionBundle\Service\Api\Query\SectionGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Service\Api\Query\SectionGroupType"; reason: abstract.
Removed service ".instanceof.TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperFactoryInterface.0.Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\EventListener\TicketSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TicketsBundle\Form\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Form\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Hitso\Bundle\TicketsBundle\Form\Extension\CancelLinkExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Form\Extension\CancelLinkExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TicketsBundle\Form\OperationFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Form\OperationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TicketsBundle\Form\TicketEditFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Form\TicketEditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TicketsBundle\Form\TicketFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Form\TicketFormType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\ContactManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Manager\ContactManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\OperationManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Manager\OperationManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TicketsBundle\Manager\TicketManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Manager\TicketManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\OperationRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\OperationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Repository\OperationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\StatusRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\StatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Repository\StatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\TicketRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TicketsBundle\Repository\TicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Repository\TicketRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TicketsBundle\Service\Api\Controller\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Service\Api\Controller\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TicketsBundle\Service\Api\Factory\TicketFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Service\Api\Factory\TicketFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TicketsBundle\Service\Api\Query\TicketType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TicketsBundle\Service\Api\Query\TicketType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FaqBundle\Controller\FaqAnswerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FaqBundle\Controller\FaqAnswerController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Controller\FaqAnswerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FaqBundle\Controller\FaqCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\FaqBundle\Controller\FaqCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Controller\FaqCategoryController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\FaqBundle\Extension\FaqMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Extension\FaqMenuProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FaqBundle\Form\FaqAnswerFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Form\FaqAnswerFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\FaqBundle\Form\FaqCategoryFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Form\FaqCategoryFormType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FaqBundle\Manager\FaqAnswerManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Manager\FaqAnswerManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\FaqBundle\Manager\FaqCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Manager\FaqCategoryManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FaqBundle\Repository\FaqAnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Repository\FaqAnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\FaqBundle\Repository\FaqCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Repository\FaqCategoryRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FaqBundle\Service\Api\Controller\FaqAnswerController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Service\Api\Controller\FaqAnswerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FaqBundle\Service\Api\Controller\FaqCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Service\Api\Controller\FaqCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FaqBundle\Service\Api\Factory\FaqAnswerFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Service\Api\Factory\FaqAnswerFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FaqBundle\Service\Api\Factory\FaqCategoryFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Service\Api\Factory\FaqCategoryFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FaqBundle\Service\Api\Query\FaqAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Service\Api\Query\FaqAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\FaqBundle\Service\Api\Query\FaqCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\FaqBundle\Service\Api\Query\FaqCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\UserBundle\Controller\Admin\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\UserBundle\Controller\Admin\UsersController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\UserBundle\Controller\Admin\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\UserBundle\Controller\Admin\UsersDataTableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\UserBundle\Controller\Admin\UsersDataTableController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\UserBundle\Controller\Admin\UsersDataTableController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\UserBundle\Form\Type\UserFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\UserBundle\Form\Type\UserFormType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\UserBundle\Manager\UserManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\UserBundle\Manager\UserManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeOptionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeOptionsController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeOptionsController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ProbeBundle\Manager\ProbeManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Manager\ProbeManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Manager\ProbeOptionManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Repository\ProbeOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\ProbeBundle\Repository\ProbeRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Hitso\Bundle\SearchBundle\Command\ReindexCommand"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Command\ReindexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SearchBundle\Controller\Front\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\SearchBundle\Controller\Front\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Controller\Front\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\SearchBundle\Form\SearchReportType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Form\SearchReportType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\SearchBundle\Manager\SearchReportManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Manager\SearchReportManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Repository\SearchReportRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hitso\Bundle\SearchBundle\Twig\SearchExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Twig\SearchExtension"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Controller\Api\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\TaggingBundle\Controller\Api\TagController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Controller\Api\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Form\Type\TagFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Form\Type\TagTypeFormType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TaggingBundle\Manager\TagManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Manager\TagManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\TaggingBundle\Manager\TagTypeManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Manager\TagTypeManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Repository\EntityRepositoryInterface.0.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Repository\TaggingRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Service\Api\Controller\TagController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Service\Api\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Service\Api\Factory\TagFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Service\Api\Factory\TagFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\TaggingBundle\Service\Api\Query\TagTypeQuery"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\TaggingBundle\Service\Api\Query\TagTypeQuery"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\StaticPageBundle\Controller\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Hitso\Bundle\StaticPageBundle\Controller\StaticPageController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\StaticPageBundle\Controller\StaticPageController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\AdminBundle\Menu\MenuProviderInterface.0.Hitso\Bundle\StaticPageBundle\Extension\StaticPageMenuProvider"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\StaticPageBundle\Extension\StaticPageMenuProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Hitso\Bundle\StaticPageBundle\Form\StaticPageFormType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\StaticPageBundle\Form\StaticPageFormType"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Hitso\Bundle\StaticPageBundle\Manager\StaticPageManager"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\StaticPageBundle\Manager\StaticPageManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Hitso\Bundle\StaticPageBundle\Repository\StaticPageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\StaticPageBundle\Repository\StaticPageRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\StaticPageBundle\Service\Api\Controller\StaticPageController"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\StaticPageBundle\Service\Api\Controller\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\StaticPageBundle\Service\Api\Factory\StaticPageFactory"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\StaticPageBundle\Service\Api\Factory\StaticPageFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Hitso\Bundle\StaticPageBundle\Service\Api\Query\StaticPageType"; reason: abstract.
Removed service ".abstract.instanceof.Hitso\Bundle\StaticPageBundle\Service\Api\Query\StaticPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.phpfilescache"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.phpfilescache"; reason: abstract.
Removed service ".abstract.instanceof.graphqlite.phpfilescache"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.apcucache"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.graphqlite.apcucache"; reason: abstract.
Removed service ".abstract.instanceof.graphqlite.apcucache"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.graphqlite.psr16cache"; reason: abstract.
Removed service ".abstract.instanceof.graphqlite.psr16cache"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.graphqlite.cacheclearer"; reason: abstract.
Removed service ".abstract.instanceof.graphqlite.cacheclearer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand"; reason: abstract.
Removed service ".abstract.instanceof.TheCodingMachine\GraphQLite\Bundle\Command\DumpSchemaCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\ImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\ImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\ListReplacementsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\ListReplacementsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\ListStatusesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\ListStatusesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\RefreshStockStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\RefreshStockStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\UpdateArticlesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\UpdateArticlesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\UpdateCommodityPurchasesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\UpdateCommodityPurchasesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\UpdateOrderStatusesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\UpdateOrderStatusesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Juki\Bundle\AppBundle\Command\WishlistMailingCommand"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Command\WishlistMailingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Front\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Front\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Front\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Controller\Front\GraphController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Juki\Bundle\AppBundle\Controller\Front\GraphController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Controller\Front\GraphController"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Enhancer\MappingEnhancerInterface.0.Juki\Bundle\AppBundle\Enhancer\UserMappingEnhancer"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Enhancer\UserMappingEnhancer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\ActivityLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\ActivityLogSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\CartItemSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\CartItemSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Juki\Bundle\AppBundle\EventListener\UserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\EventListener\UserSubscriber"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\CartItemManager"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\CartItemManager"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Manager\CartManager"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\CartManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\ImportItemManager"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\ImportItemManager"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Manager\ImportManager"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\ImportManager"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerInterface.0.Juki\Bundle\AppBundle\Manager\UserManager"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Manager\UserManager"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ActivityLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ActivityLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\BusinessPartnerBillingAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\BusinessPartnerBillingAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\BusinessPartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\BusinessPartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\BusinessPartnerShippingAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\BusinessPartnerShippingAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\CartItemNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\CartItemNotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\CartItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\CartItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\CartMissingItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\CartMissingItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\CartRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\CartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\CommodityPurchaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\CommodityPurchaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\CommodityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\CommodityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\CommodityStockRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\CommodityStockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ContentBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ContentBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\DeliveryNoteItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\DeliveryNoteItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\DeliveryNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\DeliveryNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\FileDownloadLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\FileDownloadLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ImportItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ImportItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ImportLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ImportLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ImportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ImportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\InvoiceItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\InvoiceItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\NewsReadLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\NewsReadLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\OrderItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\OrderItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\OrderResponseTimeLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\OrderResponseTimeLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\PickListItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\PickListItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\PickListRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\PickListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ProductSearchLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ProductSearchLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\PurchaseItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\PurchaseItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\PurchaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\PurchaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\QuoteItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\QuoteItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\QuoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\QuoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ReplacementItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ReplacementItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ReplacementRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ReplacementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\ShipmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\ShipmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\TransportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\TransportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\WishlistCronRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\WishlistCronRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\WishlistRegisteredItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\WishlistRegisteredItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Juki\Bundle\AppBundle\Repository\WishlistResponseTimeLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Repository\WishlistResponseTimeLogRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\BusinessPartnerController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\BusinessPartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\CartController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\CommodityController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\CommodityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\CommonController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\CommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\ContentBlockController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\ContentBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\DeliveryNoteController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\DeliveryNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\PickListController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\PickListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\QuoteController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\ReplacementController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\ReplacementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\SystemLogsController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\SystemLogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Controller\WishlistController"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Controller\WishlistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Factory\BusinessPartnerFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Factory\BusinessPartnerFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Factory\BusinessPartnerShippingAddressFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Factory\BusinessPartnerShippingAddressFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Factory\CartItemFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Factory\CartItemFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Factory\CommodityFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Factory\CommodityFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Factory\ImportItemFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Factory\ImportItemFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Factory\OrderFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Factory\OrderFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Factory\OrderItemFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Factory\OrderItemFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Factory\ReplaceCartItemFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Factory\ReplaceCartItemFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Factory\UserFactory"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Factory\UserFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Query\CommodityType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Query\CommodityType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Query\ContentBlockType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Query\ContentBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Query\DeliveryNoteItemsType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Query\DeliveryNoteItemsType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Query\DeliveryNoteType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Query\DeliveryNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Query\OrderType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Query\OrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Query\ReplacementType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Query\ReplacementType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\Api\Query\UserType"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Api\Query\UserType"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\AperakProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\AperakProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\DelforProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\DelforProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\DesadvProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\DesadvProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\InvoicProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\InvoicProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\InvrptProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\InvrptProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\JoinedReplacementProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\JoinedReplacementProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\MeqposProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\MeqposProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\OrdersProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\OrdersProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\PCStockProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\PCStockProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\PartinProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\PartinProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\ProdatProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\ProdatProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\PurchaProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\PurchaProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\QuotesProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\QuotesProcessor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\Snd0768Processor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\Snd0768Processor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\Snd0769Processor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\Snd0769Processor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\Snd0770Processor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\Snd0770Processor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\Snd0771Processor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\Snd0771Processor"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Importer\ImportProcessorInterface.0.Juki\Bundle\AppBundle\Service\Importer\StockDataProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Importer\StockDataProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Juki\Bundle\AppBundle\Service\Messenger\CommodityStatusChangeHandler"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Messenger\CommodityStatusChangeHandler.0.Juki\Bundle\AppBundle\Service\Messenger\CommodityStatusChangeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Messenger\CommodityStatusChangeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Juki\Bundle\AppBundle\Service\Messenger\ImportHandler"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Messenger\ImportHandler.0.Juki\Bundle\AppBundle\Service\Messenger\ImportHandler"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Messenger\ImportHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Juki\Bundle\AppBundle\Service\Messenger\OrderHandler"; reason: abstract.
Removed service ".instanceof.Juki\Bundle\AppBundle\Service\Messenger\OrderHandler.0.Juki\Bundle\AppBundle\Service\Messenger\OrderHandler"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\Messenger\OrderHandler"; reason: abstract.
Removed service ".instanceof.Hitso\Bundle\CommonBundle\Service\System\Configuration\SystemConfiguratorInterface.0.Juki\Bundle\AppBundle\Service\System\Configurator\EmailAddressesConfigurator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Juki\Bundle\AppBundle\Service\System\Configurator\EmailAddressesConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.Juki\Bundle\AppBundle\Service\System\Configurator\EmailAddressesConfigurator"; reason: abstract.
Inlined service ".service_locator.K5IcPeh.Juki\Bundle\DocumentBundle\Controller\Front\DownloadController" to "Juki\Bundle\DocumentBundle\Controller\Front\DownloadController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\DocumentBundle\Service\Api\Controller\DirectoryController" to "Juki\Bundle\DocumentBundle\Service\Api\Controller\DirectoryController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\DocumentBundle\Service\Api\Controller\FileController" to "Juki\Bundle\DocumentBundle\Service\Api\Controller\FileController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\DocumentBundle\Service\Api\Query\DirectoryType" to "Juki\Bundle\DocumentBundle\Service\Api\Query\DirectoryType".
Inlined service ".service_locator._gnQynk.Juki\Bundle\DocumentBundle\Service\Api\Query\FileType" to "Juki\Bundle\DocumentBundle\Service\Api\Query\FileType".
Inlined service ".service_locator.K5IcPeh.Juki\Bundle\MessageBundle\Controller\Front\DownloadAttachmentController" to "Juki\Bundle\MessageBundle\Controller\Front\DownloadAttachmentController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\MessageBundle\Service\Api\Controller\AttachmentController" to "Juki\Bundle\MessageBundle\Service\Api\Controller\AttachmentController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\MessageBundle\Service\Api\Controller\MessageController" to "Juki\Bundle\MessageBundle\Service\Api\Controller\MessageController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\MessageBundle\Service\Api\Query\AttachmentType" to "Juki\Bundle\MessageBundle\Service\Api\Query\AttachmentType".
Inlined service ".service_locator._gnQynk.Juki\Bundle\MessageBundle\Service\Api\Query\MessageType" to "Juki\Bundle\MessageBundle\Service\Api\Query\MessageType".
Inlined service "hitso_form.form_orderer" to "form.resolved_type_factory".
Inlined service "Hitso\Bundle\FormBundle\Imagine\Filter\HitsoCropFilter" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.post_processor.webp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\AdminBundle\Controller\Admin\AuditLogController" to "Hitso\Bundle\AdminBundle\Controller\Admin\AuditLogController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController" to "Hitso\Bundle\AdminBundle\Controller\Admin\DashboardController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController" to "Hitso\Bundle\AdminBundle\Controller\Admin\SecurityController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController" to "Hitso\Bundle\AdminBundle\Controller\Admin\SystemConfigurationController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController" to "Hitso\Bundle\AdminBundle\Controller\Admin\ToolsController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController" to "Hitso\Bundle\AdminBundle\Controller\Admin\WhitelistController".
Inlined service "Hitso\Bundle\AdminBundle\Menu\MenuBuilder" to "Hitso\Bundle\AdminBundle\Twig\MenuExtension".
Inlined service "Hitso\Bundle\CommonBundle\Expression\ExpressionLanguage" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "hitso_admin.menu.dashboard" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "hitso_admin.menu.tools" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "hitso_admin.menu.system_configuration" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\AdminBundle\Extension\UserMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\AdminBundle\Extension\UsersAuditLogMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\AdminBundle\Extension\WhitelistMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\CatalogBundle\Extension\CatalogMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\RoutingBundle\Extension\RedirectMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "hitso_content.menu.slides" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "hitso_content.menu.banners" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "hitso_content.menu.comments" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\ContentBundle\Extension\ContentMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\BlocksBundle\Extension\BlocksMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "hitso_navi.menu.navi" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\NewsletterBundle\Extension\NewsletterMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "hitso_tickets.menu.tickets" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\FaqBundle\Extension\FaqMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "hitso_admin.menu.probe" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "hitso_admin.menu.tagging" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\StaticPageBundle\Extension\StaticPageMenuProvider" to "Hitso\Bundle\AdminBundle\Menu\MenuBuilder".
Inlined service "Hitso\Bundle\CommonBundle\Doctrine\Enhancer\ClassMetadata\ClassMetadataEnhancerCollection" to "Hitso\Bundle\CommonBundle\Doctrine\Enhancer\ClassMetadata\ClassMetadataEnhancerTraverser".
Inlined service "Hitso\Bundle\CommonBundle\Doctrine\Enhancer\ClassMetadata\ClassMetadataEnhancerTraverser" to "Hitso\Bundle\CommonBundle\Doctrine\EventSubscriber\ClassMetadataEventSubscriber".
Inlined service "Hitso\Bundle\UserBundle\Service\TokenGenerator" to "Hitso\Bundle\CommonBundle\EventListener\UserSubscriber".
Inlined service "Hitso\Bundle\CommonBundle\Helper\LikesHelper" to "Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer".
Inlined service ".service_locator.An4wjQV.Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator" to "Hitso\Bundle\CommonBundle\Service\System\Configurator\ImportExportMappingConfigurator".
Inlined service ".service_locator.An4wjQV.Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator" to "Hitso\Bundle\CommonBundle\Service\System\Configurator\MailerConfigurator".
Inlined service ".service_locator.An4wjQV.Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator" to "Hitso\Bundle\CommonBundle\Service\System\Configurator\RecaptchaConfigurator".
Inlined service ".service_locator.An4wjQV.Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator" to "Hitso\Bundle\CommonBundle\Service\System\Configurator\RobotsConfigurator".
Inlined service ".service_locator.An4wjQV.Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator" to "Hitso\Bundle\CommonBundle\Service\System\Configurator\ThemeConfigurator".
Inlined service "Redis" to "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler".
Inlined service ".service_locator.mx0UMmY.Hitso\Bundle\CommonBundle\Controller\Admin\CacheController" to "Hitso\Bundle\CommonBundle\Controller\Admin\CacheController".
Inlined service ".service_locator.mx0UMmY.Hitso\Bundle\CommonBundle\Controller\Admin\MonitorController" to "Hitso\Bundle\CommonBundle\Controller\Admin\MonitorController".
Inlined service ".service_locator.mx0UMmY.Hitso\Bundle\CommonBundle\Controller\Front\GraphController" to "Hitso\Bundle\CommonBundle\Controller\Front\GraphController".
Inlined service "Hitso\Bundle\CommonBundle\Manager\ReviewManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\CatalogBundle\Manager\Section\CategoryPageSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\CatalogBundle\Manager\Section\ProductPageSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\ContentBundle\Manager\ArticleCategoryManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\ContentBundle\Manager\ArticleReviewManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\ContentBundle\Manager\ContentAuthorManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\ContentBundle\Manager\Element\ImageManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\ContentBundle\Manager\Element\LinkManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\ContentBundle\Manager\Element\ParagraphManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\ContentBundle\Manager\PageManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\ContentBundle\Manager\StatManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SeoBundle\Manager\SeoMetadataManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\NavigationBundle\Manager\MenuItemManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SectionBundle\Manager\GroupTypeManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\ArticleSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\BlockSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\FeaturedProductSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\HtmlCodeSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\ProductListSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\ProductSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\ProductSliderSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\PromoBoxSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\SectionBundle\Manager\Section\SubCategoriesSectionManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\TicketsBundle\Manager\ContactManager" to "Hitso\Bundle\CommonBundle\Doctrine\Manager\ManagerCollection".
Inlined service "Hitso\Bundle\CommonBundle\Service\Provider\YearProvider" to "Hitso\Bundle\CommonBundle\Form\Type\YearType".
Inlined service "Hitso\Bundle\CommonBundle\Service\Checker\Recaptcha\RecaptchaV2Checker" to "Hitso\Bundle\CommonBundle\Service\Factory\RecaptchaCheckerFactory".
Inlined service "Hitso\Bundle\CommonBundle\Service\Checker\Recaptcha\RecaptchaV3Checker" to "Hitso\Bundle\CommonBundle\Service\Factory\RecaptchaCheckerFactory".
Inlined service "Hitso\Bundle\CommonBundle\Service\Factory\RecaptchaCheckerFactory" to "Hitso\Bundle\CommonBundle\Validation\Constraint\RecaptchaValidator".
Inlined service ".service_locator._gnQynk.liip_imagine.post_processor.webp" to "liip_imagine.post_processor.webp".
Inlined service ".service_locator.mYYkehK.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeController".
Inlined service ".service_locator.mYYkehK.Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\AttributeGroupController".
Inlined service ".service_locator.mYYkehK.Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\CategoryController".
Inlined service ".service_locator.mYYkehK.Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\CategorySectionController".
Inlined service ".service_locator.mYYkehK.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductController".
Inlined service ".service_locator.mYYkehK.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductReviewController".
Inlined service ".service_locator.mYYkehK.Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\ProductSectionController".
Inlined service ".service_locator.mYYkehK.Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController" to "Hitso\Bundle\CatalogBundle\Controller\Admin\TaxRateController".
Inlined service "Hitso\Bundle\CatalogBundle\Service\Tax\Helper\TaxHelper" to "Hitso\Bundle\CatalogBundle\EventListener\ProductEventListener".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeController".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\AttributeGroupController".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\CategoryController".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\ProductController".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController" to "Hitso\Bundle\CatalogBundle\Service\Api\Controller\TaxRateController".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeFactory".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\AttributeGroupFactory".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\CategoryFactory".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\ProductFactory".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory" to "Hitso\Bundle\CatalogBundle\Service\Api\Factory\TaxRateFactory".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeGroupType".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\AttributeType".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\CategoryType".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\ProductType".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Query\SimilarProductType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\SimilarProductType".
Inlined service ".service_locator.4NXXMIm.Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType" to "Hitso\Bundle\CatalogBundle\Service\Api\Query\TaxRateType".
Inlined service "Hitso\Bundle\CatalogBundle\Service\Compare\ProductMatrixProvider" to "Hitso\Bundle\CatalogBundle\Twig\CatalogExtension".
Inlined service "Hitso\Bundle\CatalogBundle\Service\Product\ProductAttributesFormatter" to "Hitso\Bundle\CatalogBundle\Twig\CatalogExtension".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController" to "Hitso\Bundle\DataTableBundle\Controller\Admin\DataTableController".
Inlined service "Hitso\Bundle\DataTableBundle\Model\DataTableParams" to "Hitso\Bundle\DataTableBundle\Model\DataTableConfig".
Inlined service "Hitso\Bundle\DataTableBundle\Service\ContextManager" to "Hitso\Bundle\DataTableBundle\Service\DataTableFactory".
Inlined service ".service_locator.v9pOEgs.Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController" to "Hitso\Bundle\FileManagerBundle\Controller\Admin\DirectoryController".
Inlined service ".service_locator.v9pOEgs.Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController" to "Hitso\Bundle\FileManagerBundle\Controller\Admin\DownloadController".
Inlined service ".service_locator.v9pOEgs.Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController" to "Hitso\Bundle\FileManagerBundle\Controller\Admin\FileController".
Inlined service ".service_locator.v9pOEgs.Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController" to "Hitso\Bundle\FileManagerBundle\Controller\Admin\HotspotController".
Inlined service ".service_locator.v9pOEgs.Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController" to "Hitso\Bundle\FileManagerBundle\Controller\Front\DownloadController".
Inlined service ".service_locator.AJOOEZe.Hitso\Bundle\FormBundle\Controller\ApiController" to "Hitso\Bundle\FormBundle\Controller\ApiController".
Inlined service ".service_locator.AJOOEZe.Hitso\Bundle\FormBundle\Controller\DownloadController" to "Hitso\Bundle\FormBundle\Controller\DownloadController".
Inlined service "hitso_form.config.file_type.message_attachment" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.file_type.icon_attachment" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.file_type.category_attachment" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.file_type.attachments" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.user_avatar" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.content_slide" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.content_banner" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.message_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.section_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.element_gallery" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.section_selected_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.og_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.product_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.product_images" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.full_width" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.safe_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.config.image_type.background_image" to "Hitso\Bundle\FormBundle\Config\ConfigCollection".
Inlined service "hitso_form.renderer.javascript" to "hitso_form.twig.form_extension".
Inlined service "hitso.multi_site.sites.admin" to "Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection".
Inlined service "hitso.multi_site.sites.pl" to "Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection".
Inlined service "hitso.multi_site.sites.en" to "Hitso\Bundle\MultiSiteBundle\MultiSite\SiteCollection".
Inlined service "Hitso\Bundle\MultiSiteBundle\Twig\SitesVariable" to "Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension".
Inlined service "cmf_routing.dynamic_router" to "cmf_routing.router".
Inlined service "cmf_routing.nested_matcher" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.generator" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.final_matcher" to "cmf_routing.nested_matcher".
Inlined service "cmf_routing.matcher.dummy_collection" to "cmf_routing.final_matcher".
Inlined service "cmf_routing.matcher.dummy_context" to "cmf_routing.final_matcher".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController" to "Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectsDataTableController" to "Hitso\Bundle\RoutingBundle\Controller\Admin\RedirectsDataTableController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController" to "Hitso\Bundle\ContentBundle\Controller\Admin\AuthorController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Admin\BannerController" to "Hitso\Bundle\ContentBundle\Controller\Admin\BannerController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController" to "Hitso\Bundle\ContentBundle\Controller\Admin\CategoryController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Admin\CommentController" to "Hitso\Bundle\ContentBundle\Controller\Admin\CommentController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Admin\ContentController" to "Hitso\Bundle\ContentBundle\Controller\Admin\ContentController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Admin\RateController" to "Hitso\Bundle\ContentBundle\Controller\Admin\RateController".
Inlined service ".service_locator.wrUwHpf.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController" to "Hitso\Bundle\ContentBundle\Controller\Admin\SlideController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Api\CommentController" to "Hitso\Bundle\ContentBundle\Controller\Api\CommentController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Api\ContentController" to "Hitso\Bundle\ContentBundle\Controller\Api\ContentController".
Inlined service "Hitso\Bundle\ContentBundle\Model\ElementTypeCollection" to "Hitso\Bundle\ContentBundle\Controller\Api\ElementController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Api\ElementController" to "Hitso\Bundle\ContentBundle\Controller\Api\ElementController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Api\SearchController" to "Hitso\Bundle\ContentBundle\Controller\Api\SearchController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController" to "Hitso\Bundle\ContentBundle\Controller\Front\ArticleCategoryController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Front\ArticleController" to "Hitso\Bundle\ContentBundle\Controller\Front\ArticleController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Front\ContentController" to "Hitso\Bundle\ContentBundle\Controller\Front\ContentController".
Inlined service ".service_locator.oJoeVVQ.Hitso\Bundle\ContentBundle\Controller\Front\PageController" to "Hitso\Bundle\ContentBundle\Controller\Front\PageController".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController" to "Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleCategoryController".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController" to "Hitso\Bundle\ContentBundle\Service\Api\Controller\ArticleController".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Controller\CommentController" to "Hitso\Bundle\ContentBundle\Service\Api\Controller\CommentController".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController" to "Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentCategoryController".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController" to "Hitso\Bundle\ContentBundle\Service\Api\Controller\ContentController".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory" to "Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleCategoryFactory".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory" to "Hitso\Bundle\ContentBundle\Service\Api\Factory\ArticleFactory".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Factory\CommentFactory" to "Hitso\Bundle\ContentBundle\Service\Api\Factory\CommentFactory".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory" to "Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentCategoryFactory".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory" to "Hitso\Bundle\ContentBundle\Service\Api\Factory\ContentFactory".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType" to "Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleCategoryType".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType" to "Hitso\Bundle\ContentBundle\Service\Api\Query\ArticleType".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Query\CommentType" to "Hitso\Bundle\ContentBundle\Service\Api\Query\CommentType".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType" to "Hitso\Bundle\ContentBundle\Service\Api\Query\ContentCategoryType".
Inlined service ".service_locator.FwyBs4g.Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType" to "Hitso\Bundle\ContentBundle\Service\Api\Query\ContentType".
Inlined service "hitso_common.type.articles" to "Hitso\Bundle\ContentBundle\Model\ContentTypeCollection".
Inlined service "hitso_common.type.pages" to "Hitso\Bundle\ContentBundle\Model\ContentTypeCollection".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\SeoBundle\Controller\Front\SitemapController" to "Hitso\Bundle\SeoBundle\Controller\Front\SitemapController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController" to "Hitso\Bundle\BlocksBundle\Controller\Admin\BlockController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\NavigationBundle\Controller\ApiController" to "Hitso\Bundle\NavigationBundle\Controller\ApiController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\NavigationBundle\Controller\NavigationController" to "Hitso\Bundle\NavigationBundle\Controller\NavigationController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController" to "Hitso\Bundle\NavigationBundle\Service\Api\Controller\MenuItemController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory" to "Hitso\Bundle\NavigationBundle\Service\Api\Factory\MenuItemFactory".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType" to "Hitso\Bundle\NavigationBundle\Service\Api\Query\MenuItemType".
Inlined service "Hitso\Bundle\CatalogBundle\Menu\LinkProvider\CategoryProvider" to "Hitso\Bundle\NavigationBundle\Menu\MenuManager".
Inlined service "Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentCategoryProvider" to "Hitso\Bundle\NavigationBundle\Menu\MenuManager".
Inlined service "Hitso\Bundle\ContentBundle\Menu\LinkProvider\ContentPageProvider" to "Hitso\Bundle\NavigationBundle\Menu\MenuManager".
Inlined service "Hitso\Bundle\NavigationBundle\Menu\LinkProvider\UrlProvider" to "Hitso\Bundle\NavigationBundle\Menu\MenuManager".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController" to "Hitso\Bundle\NewsletterBundle\Controller\Admin\SubscriberController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController" to "Hitso\Bundle\NewsletterBundle\Service\Api\Controller\SubscriberController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory" to "Hitso\Bundle\NewsletterBundle\Service\Api\Factory\SubscriberFactory".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType" to "Hitso\Bundle\NewsletterBundle\Service\Api\Query\SubscriberType".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\SectionBundle\Controller\Admin\BlockController" to "Hitso\Bundle\SectionBundle\Controller\Admin\BlockController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\SectionBundle\Controller\Admin\GroupController" to "Hitso\Bundle\SectionBundle\Controller\Admin\GroupController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\SectionBundle\Controller\Admin\SectionController" to "Hitso\Bundle\SectionBundle\Controller\Admin\SectionController".
Inlined service "hitso_section.type.product_category_description" to "Hitso\Bundle\SectionBundle\Model\CategorySectionTypeCollection".
Inlined service "hitso_section.type.product_category_two_columns" to "Hitso\Bundle\SectionBundle\Model\CategorySectionTypeCollection".
Inlined service "hitso_section.type.product_category_one_column" to "Hitso\Bundle\SectionBundle\Model\CategorySectionTypeCollection".
Inlined service "hitso_section.type.product_category_full_width" to "Hitso\Bundle\SectionBundle\Model\CategorySectionTypeCollection".
Inlined service "hitso_section.type.product_category_paragraph_with_photo" to "Hitso\Bundle\SectionBundle\Model\CategorySectionTypeCollection".
Inlined service "hitso_section.type.simple_description" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
Inlined service "hitso_section.type.simple_two_columns" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
Inlined service "hitso_section.type.simple_one_column" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
Inlined service "hitso_section.type.simple_full_width" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
Inlined service "hitso_section.type.simple_paragraph_with_photo" to "Hitso\Bundle\SectionBundle\Model\SectionTypeCollection".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\SectionBundle\Service\Api\Controller\SectionGroupController" to "Hitso\Bundle\SectionBundle\Service\Api\Controller\SectionGroupController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\SectionBundle\Service\Api\Factory\SectionGroupFactory" to "Hitso\Bundle\SectionBundle\Service\Api\Factory\SectionGroupFactory".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\SectionBundle\Service\Api\Query\SectionGroupType" to "Hitso\Bundle\SectionBundle\Service\Api\Query\SectionGroupType".
Inlined service "Hitso\Bundle\SectionBundle\Service\FeaturedProductsService" to "Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController" to "Hitso\Bundle\TicketsBundle\Controller\Admin\TicketController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\TicketsBundle\Service\Api\Controller\TicketController" to "Hitso\Bundle\TicketsBundle\Service\Api\Controller\TicketController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\TicketsBundle\Service\Api\Factory\TicketFactory" to "Hitso\Bundle\TicketsBundle\Service\Api\Factory\TicketFactory".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\TicketsBundle\Service\Api\Query\TicketType" to "Hitso\Bundle\TicketsBundle\Service\Api\Query\TicketType".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\FaqBundle\Controller\FaqAnswerController" to "Hitso\Bundle\FaqBundle\Controller\FaqAnswerController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\FaqBundle\Controller\FaqCategoryController" to "Hitso\Bundle\FaqBundle\Controller\FaqCategoryController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\FaqBundle\Service\Api\Controller\FaqAnswerController" to "Hitso\Bundle\FaqBundle\Service\Api\Controller\FaqAnswerController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\FaqBundle\Service\Api\Controller\FaqCategoryController" to "Hitso\Bundle\FaqBundle\Service\Api\Controller\FaqCategoryController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\FaqBundle\Service\Api\Factory\FaqAnswerFactory" to "Hitso\Bundle\FaqBundle\Service\Api\Factory\FaqAnswerFactory".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\FaqBundle\Service\Api\Factory\FaqCategoryFactory" to "Hitso\Bundle\FaqBundle\Service\Api\Factory\FaqCategoryFactory".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\FaqBundle\Service\Api\Query\FaqAnswerType" to "Hitso\Bundle\FaqBundle\Service\Api\Query\FaqAnswerType".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\FaqBundle\Service\Api\Query\FaqCategoryType" to "Hitso\Bundle\FaqBundle\Service\Api\Query\FaqCategoryType".
Inlined service ".service_locator.rBq7ug2.Hitso\Bundle\UserBundle\Controller\Admin\UsersController" to "Hitso\Bundle\UserBundle\Controller\Admin\UsersController".
Inlined service ".service_locator.rBq7ug2.Hitso\Bundle\UserBundle\Controller\Admin\UsersDataTableController" to "Hitso\Bundle\UserBundle\Controller\Admin\UsersDataTableController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController" to "Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeOptionsController" to "Hitso\Bundle\ProbeBundle\Controller\Admin\ProbeOptionsController".
Inlined service ".service_locator.UaIYmyA.Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController" to "Hitso\Bundle\SearchBundle\Controller\Admin\AutocompleteController".
Inlined service ".service_locator.UaIYmyA.Hitso\Bundle\SearchBundle\Controller\Front\SearchController" to "Hitso\Bundle\SearchBundle\Controller\Front\SearchController".
Inlined service "Hitso\Bundle\SearchBundle\Service\Search\SearchResultStorage" to "Hitso\Bundle\SearchBundle\Manager\SearchManager".
Inlined service "Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchAdapter" to "Hitso\Bundle\SearchBundle\Manager\SearchManager".
Inlined service ".service_locator.Y7W9Gn1.Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator" to "Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\TaggingBundle\Controller\Admin\TagController" to "Hitso\Bundle\TaggingBundle\Controller\Admin\TagController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController" to "Hitso\Bundle\TaggingBundle\Controller\Admin\TagTypeController".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\TaggingBundle\Controller\Api\TagController" to "Hitso\Bundle\TaggingBundle\Controller\Api\TagController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\TaggingBundle\Service\Api\Controller\TagController" to "Hitso\Bundle\TaggingBundle\Service\Api\Controller\TagController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\TaggingBundle\Service\Api\Factory\TagFactory" to "Hitso\Bundle\TaggingBundle\Service\Api\Factory\TagFactory".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\TaggingBundle\Service\Api\Query\TagTypeQuery" to "Hitso\Bundle\TaggingBundle\Service\Api\Query\TagTypeQuery".
Inlined service ".service_locator.K5IcPeh.Hitso\Bundle\StaticPageBundle\Controller\StaticPageController" to "Hitso\Bundle\StaticPageBundle\Controller\StaticPageController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\StaticPageBundle\Service\Api\Controller\StaticPageController" to "Hitso\Bundle\StaticPageBundle\Service\Api\Controller\StaticPageController".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\StaticPageBundle\Service\Api\Factory\StaticPageFactory" to "Hitso\Bundle\StaticPageBundle\Service\Api\Factory\StaticPageFactory".
Inlined service ".service_locator._gnQynk.Hitso\Bundle\StaticPageBundle\Service\Api\Query\StaticPageType" to "Hitso\Bundle\StaticPageBundle\Service\Api\Query\StaticPageType".
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.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.zSifNGh" to "form.extension".
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 "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 "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.1kp5jGO" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "mailer.transports" to "mailer.messenger.message_handler".
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.ySEHkxg" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
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" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "snc_redis.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.tDVUbh4" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.mAvQwqK.router.default" to "router.default".
Inlined service "monolog.logger.router" to "router.default".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "Hitso\Bundle\RoutingBundle\Serializer\RedirectNormalizer" to "serializer".
Inlined service "Hitso\Bundle\NavigationBundle\Serializer\MenuItemDenormalizer" to "serializer".
Inlined service "Hitso\Bundle\CommonBundle\Serializer\LikeableNormalizer" to "serializer".
Inlined service "Hitso\Bundle\CommonBundle\Serializer\EntityNormalizer" to "serializer".
Inlined service "Hitso\Bundle\CommonBundle\Serializer\UserNormalizer" to "serializer".
Inlined service "Hitso\Bundle\FormBundle\Serializer\FileCollectionNormalizer" to "serializer".
Inlined service "Hitso\Bundle\FormBundle\Serializer\FileNormalizer" 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.json_serializable" 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.denormalizer.array" 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 "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler" to "session.storage.native".
Inlined service ".service_locator.GVyCdgr" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "Hitso\Bundle\CommonBundle\Request\ParamConverter\QueryParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "Hitso\Bundle\SearchBundle\Request\SearchRequestParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.icJ9N01" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.oG99aSS" 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.default_second_level_cache.regions_configuration" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.second_level.region_driver.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "Hitso\Bundle\AdminBundle\Twig\MenuExtension" to "twig".
Inlined service "Hitso\Bundle\AdminBundle\Twig\SitesExtension" to "twig".
Inlined service "Hitso\Bundle\CommonBundle\Twig\BreadcrumbsExtension" to "twig".
Inlined service "Hitso\Bundle\CommonBundle\Twig\MailExtension" to "twig".
Inlined service "Hitso\Bundle\CommonBundle\Twig\MediaUrlExtension" to "twig".
Inlined service "Hitso\Bundle\CommonBundle\Twig\RequestExtension" to "twig".
Inlined service "Hitso\Bundle\CommonBundle\Twig\UserExtension" to "twig".
Inlined service "Hitso\Bundle\CommonBundle\Twig\UtilityExtension" to "twig".
Inlined service "Hitso\Bundle\CatalogBundle\Twig\CatalogExtension" to "twig".
Inlined service "Hitso\Bundle\DataTableBundle\Twig\DataTableExtension" to "twig".
Inlined service "hitso_form.twig.form_extension" to "twig".
Inlined service "Hitso\Bundle\MultiSiteBundle\Twig\MultiSiteExtension" to "twig".
Inlined service "Hitso\Bundle\RoutingBundle\Twig\RoutingExtension" to "twig".
Inlined service "Hitso\Bundle\ContentBundle\Twig\Extension\ContentExtension" to "twig".
Inlined service "Hitso\Bundle\BlocksBundle\Twig\BlocksExtension" to "twig".
Inlined service "Hitso\Bundle\SectionBundle\Twig\FeaturedProductsExtension" to "twig".
Inlined service "Hitso\Bundle\SectionBundle\Twig\PromoBoxExtension" to "twig".
Inlined service "Hitso\Bundle\SearchBundle\Twig\SearchExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "httplug.collector.twig.http_message" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.fr66geA" to "twig.runtime_loader".
Inlined service "twig.form.engine" to "twig.form.renderer".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service ".security.request_matcher.jA4fo5r" to "security.access_map".
Inlined service ".security.request_matcher.efaKLmz" to "security.access_map".
Inlined service ".security.request_matcher.lZcr6HQ" to "security.access_map".
Inlined service ".security.request_matcher.RVhsq9u" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authentication.listener.form.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authentication.listener.form.admin".
Inlined service "security.authentication.form_entry_point.admin" to "security.exception_listener.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service "security.authentication.success_handler.frontend.form_login" to "security.authentication.listener.form.frontend".
Inlined service "security.authentication.failure_handler.frontend.form_login" to "security.authentication.listener.form.frontend".
Inlined service "security.authentication.form_entry_point.frontend" to "security.exception_listener.frontend".
Inlined service "security.exception_listener.frontend" to "security.firewall.map.context.frontend".
Inlined service "security.logout_listener.frontend" to "security.firewall.map.context.frontend".
Inlined service "security.firewall.map.config.frontend" to "security.firewall.map.context.frontend".
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 "Hitso\Bundle\AdminBundle\DataFixtures\ORM\LoadWhitelistData" to "doctrine.fixtures.loader".
Inlined service "Hitso\Bundle\CommonBundle\DataFixtures\ORM\LoadSuperAdminData" to "doctrine.fixtures.loader".
Inlined service "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadArticlesData" to "doctrine.fixtures.loader".
Inlined service "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadCategoriesData" to "doctrine.fixtures.loader".
Inlined service "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadPagesData" to "doctrine.fixtures.loader".
Inlined service "Hitso\Bundle\ContentBundle\DataFixtures\ORM\LoadPhotoData" to "doctrine.fixtures.loader".
Inlined service "Hitso\Bundle\NavigationBundle\DataFixtures\ORM\LoadMenuData" to "doctrine.fixtures.loader".
Inlined service "Hitso\Bundle\SectionBundle\DataFixtures\ORM\LoadGroupTypeData" to "doctrine.fixtures.loader".
Inlined service "Hitso\Bundle\TicketsBundle\DataFixtures\ORM\LoadStatusData" to "doctrine.fixtures.loader".
Inlined service "Hitso\Bundle\ProbeBundle\DataFixtures\ORM\LoadProbeData" to "doctrine.fixtures.loader".
Inlined service "guzzle.client" to "feedio.client".
Inlined service "feedio.client" to "feedio".
Inlined service "debril.rss_atom.response.headers" to "Debril\RssAtomBundle\Response\FeedBuilder".
Inlined service "Debril\RssAtomBundle\Request\ModifiedSince" to "Debril\RssAtomBundle\Response\FeedBuilder".
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.7yMjEo0" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "httplug.formatter.full_http_message" to "httplug.collector.formatter".
Inlined service ".1_CurlCommandFormatter~zZRqpar" to "httplug.collector.formatter".
Inlined service "httplug.collector.factory.auto.inner" to "httplug.collector.factory.auto".
Inlined service "httplug.collector.factory.auto" to "httplug.client.app.client".
Inlined service "nyholm.psr7.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "nyholm.psr7.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "nyholm.psr7.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "nyholm.psr7.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware".
Inlined service "Sentry\Integration\IgnoreErrorsIntegration" to "sentry.client.options".
Inlined service "Sentry\Integration\RequestFetcherInterface" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "Sentry\Transport\TransportFactoryInterface" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "monolog.logger.snc_redis" to "snc_redis.logger".
Inlined service ".service_locator.OlxMWR_" to "Snc\RedisBundle\Command\RedisQueryCommand".
Inlined service "Snc\RedisBundle\Logger\RedisCallInterceptor" to "snc_redis.phpredis_factory".
Inlined service "snc_redis.phpredis_factory" to "snc_redis.default".
Inlined service "TheCodingMachine\GraphQLite\Bundle\Security\AuthenticationService" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\Bundle\Security\AuthorizationService" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\AggregateControllerQueryProviderFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "Juki\Bundle\DocumentBundle\GQLTypes\UserVisibleTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "Juki\Bundle\MessageBundle\GQLTypes\UserReadTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "Hitso\Bundle\CatalogBundle\Service\Api\Type\SimilarProductsTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "Hitso\Bundle\SectionBundle\Service\Api\Type\ExtraDataTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\Bundle\Mappers\RequestParameterMiddleware" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\Validator\Mappers\Parameters\AssertParameterMiddleware" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "TheCodingMachine\GraphQLite\Mappers\StaticClassListTypeMapperFactory" to "TheCodingMachine\GraphQLite\SchemaFactory".
Inlined service "Juki\Bundle\DocumentBundle\GQLTypes\UserVisibleType" to "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper".
Inlined service "Juki\Bundle\MessageBundle\GQLTypes\UserReadType" to "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper".
Inlined service "Hitso\Bundle\CatalogBundle\Service\Api\Type\CategoryCounterType" to "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper".
Inlined service "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRawType" to "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper".
Inlined service "Hitso\Bundle\ContentBundle\Service\Api\Type\ContentElementRenderedType" to "TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service ".service_locator.K5IcPeh.Juki\Bundle\AppBundle\Controller\Front\DownloadController" to "Juki\Bundle\AppBundle\Controller\Front\DownloadController".
Inlined service ".service_locator.K5IcPeh.Juki\Bundle\AppBundle\Controller\Front\GraphController" to "Juki\Bundle\AppBundle\Controller\Front\GraphController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Manager\CartManager" to "Juki\Bundle\AppBundle\Manager\CartManager".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Manager\ImportManager" to "Juki\Bundle\AppBundle\Manager\ImportManager".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\BusinessPartnerController" to "Juki\Bundle\AppBundle\Service\Api\Controller\BusinessPartnerController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\CartController" to "Juki\Bundle\AppBundle\Service\Api\Controller\CartController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\CommodityController" to "Juki\Bundle\AppBundle\Service\Api\Controller\CommodityController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\CommonController" to "Juki\Bundle\AppBundle\Service\Api\Controller\CommonController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\ContentBlockController" to "Juki\Bundle\AppBundle\Service\Api\Controller\ContentBlockController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\DeliveryNoteController" to "Juki\Bundle\AppBundle\Service\Api\Controller\DeliveryNoteController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\ImportController" to "Juki\Bundle\AppBundle\Service\Api\Controller\ImportController".
Inlined service "Juki\Bundle\AppBundle\Manager\ImportManager" to "Juki\Bundle\AppBundle\Service\Api\Controller\ImportController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\InvoiceController" to "Juki\Bundle\AppBundle\Service\Api\Controller\InvoiceController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\OrderController" to "Juki\Bundle\AppBundle\Service\Api\Controller\OrderController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\PickListController" to "Juki\Bundle\AppBundle\Service\Api\Controller\PickListController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\QuoteController" to "Juki\Bundle\AppBundle\Service\Api\Controller\QuoteController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\ReplacementController" to "Juki\Bundle\AppBundle\Service\Api\Controller\ReplacementController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\SystemLogsController" to "Juki\Bundle\AppBundle\Service\Api\Controller\SystemLogsController".
Inlined service "symfonycasts.reset_password.helper" to "Juki\Bundle\AppBundle\Service\Api\Controller\UserController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Controller\WishlistController" to "Juki\Bundle\AppBundle\Service\Api\Controller\WishlistController".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Factory\BusinessPartnerFactory" to "Juki\Bundle\AppBundle\Service\Api\Factory\BusinessPartnerFactory".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Factory\BusinessPartnerShippingAddressFactory" to "Juki\Bundle\AppBundle\Service\Api\Factory\BusinessPartnerShippingAddressFactory".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Factory\CartItemFactory" to "Juki\Bundle\AppBundle\Service\Api\Factory\CartItemFactory".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Factory\CommodityFactory" to "Juki\Bundle\AppBundle\Service\Api\Factory\CommodityFactory".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Factory\ImportItemFactory" to "Juki\Bundle\AppBundle\Service\Api\Factory\ImportItemFactory".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Factory\OrderFactory" to "Juki\Bundle\AppBundle\Service\Api\Factory\OrderFactory".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Factory\OrderItemFactory" to "Juki\Bundle\AppBundle\Service\Api\Factory\OrderItemFactory".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Factory\ReplaceCartItemFactory" to "Juki\Bundle\AppBundle\Service\Api\Factory\ReplaceCartItemFactory".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Factory\UserFactory" to "Juki\Bundle\AppBundle\Service\Api\Factory\UserFactory".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Query\CommodityType" to "Juki\Bundle\AppBundle\Service\Api\Query\CommodityType".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Query\ContentBlockType" to "Juki\Bundle\AppBundle\Service\Api\Query\ContentBlockType".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Query\DeliveryNoteItemsType" to "Juki\Bundle\AppBundle\Service\Api\Query\DeliveryNoteItemsType".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Query\DeliveryNoteType" to "Juki\Bundle\AppBundle\Service\Api\Query\DeliveryNoteType".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Query\OrderType" to "Juki\Bundle\AppBundle\Service\Api\Query\OrderType".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Query\ReplacementType" to "Juki\Bundle\AppBundle\Service\Api\Query\ReplacementType".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\Api\Query\UserType" to "Juki\Bundle\AppBundle\Service\Api\Query\UserType".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\AperakProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\DelforProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\DesadvProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\InvoicProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\InvrptProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\JoinedReplacementProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\MeqposProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\OrdersProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\PCStockProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\PartinProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\ProdatProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\PurchaProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\QuotesProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\Snd0768Processor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\Snd0769Processor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\Snd0770Processor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\Snd0771Processor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service "Juki\Bundle\AppBundle\Service\Importer\StockDataProcessor" to "Juki\Bundle\AppBundle\Service\Importer\ImportProcessorCollection".
Inlined service ".service_locator._gnQynk.Juki\Bundle\AppBundle\Service\System\Configurator\EmailAddressesConfigurator" to "Juki\Bundle\AppBundle\Service\System\Configurator\EmailAddressesConfigurator".
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 "app.liform.button.transformer" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.integer" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.array" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.compound" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.compound" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.choice" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.number" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.file" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.boolean" to "Limenius\Liform\Resolver".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver.inner" to "debug.Hitso\Bundle\CommonBundle\Request\ArgumentResolver\BreadcrumbResolver".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "Juki\Bundle\MessageBundle\Service\Messenger\EmailNotificationHandler" to ".messenger.handler_descriptor.XlrLQDg".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "Juki\Bundle\AppBundle\Service\Messenger\CommodityStatusChangeHandler" to ".messenger.handler_descriptor.8BcrMeh".
Inlined service "Juki\Bundle\AppBundle\Service\Messenger\ImportHandler" to ".messenger.handler_descriptor.3aR6oix".
Inlined service "Juki\Bundle\AppBundle\Service\Messenger\OrderHandler" to ".messenger.handler_descriptor.feEYjqR".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "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 "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "doctrine.result_cache_pool.traceable.recorder_inner" to "doctrine.result_cache_pool.traceable".
Inlined service "doctrine.system_cache_pool.traceable.recorder_inner" to "doctrine.system_cache_pool.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.doctrine.orm.default.second_level.region_driver.traceable.recorder_inner" to "cache.doctrine.orm.default.second_level.region_driver.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service ".service_locator.wrUwHpf" to ".service_locator.wrUwHpf.Hitso\Bundle\ContentBundle\Controller\Admin\SlideController".
Inlined service ".service_locator.Y7W9Gn1" to ".service_locator.Y7W9Gn1.Hitso\Bundle\SearchBundle\Service\ElasticSearch\ElasticSearchConfigurator".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.mAvQwqK" to ".service_locator.mAvQwqK.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service "httplug.client.app.client" to "httplug.client.app.http_methods.inner".
Inlined service "httplug.plugin.content_length" to "httplug.client.app.http_methods.inner".
Inlined service "httplug.plugin.redirect" to "httplug.client.app.http_methods.inner".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.vsFgtNE" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "doctrine.result_cache_pool.traceable.inner" to "doctrine.result_cache_pool.traceable.recorder_inner".
Inlined service "doctrine.system_cache_pool.traceable.inner" to "doctrine.system_cache_pool.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.second_level.region_driver.traceable.inner" to "cache.doctrine.orm.default.second_level.region_driver.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "httplug.client.app.http_methods.inner" to "httplug.client".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "Hitso\Bundle\CommonBundle\Helper\Process\ProcessHelper" to "console.command.public_alias.Hitso\Bundle\CommonBundle\Command\EnhanceCommand".
Inlined service "Hitso\Bundle\CommonBundle\Doctrine\Enhancer\TraitGenerator\TraitGeneratorEnhancerCollection" to "console.command.public_alias.Hitso\Bundle\CommonBundle\Command\EnhanceCommand".
Inlined service "router.default" to "cmf_routing.router".
Inlined service "cmf_routing.route_provider" to "cmf_routing.router".
Inlined service "cmf_routing.route_provider" to "cmf_routing.router".
Inlined service "cmf_routing.route_provider" to "cmf_routing.router".
Inlined service "router.default" to "cmf_routing.router".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "Hitso\Bundle\CatalogBundle\Service\Compare\CompareSessionStorage" to "twig".
Inlined service "Hitso\Bundle\CatalogBundle\Service\Compare\CompareSessionStorage" to "twig".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".