Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Crea\SecurityBundle\Authenticator\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 "Crea\SecurityBundle\Authenticator\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 "Crea\SecurityBundle\Authenticator\FormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ApplicationFilterTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\BookingProcessTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ContactSegmentGridFilterExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\FormatFiltersTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\MarginExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ProductCategoryTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ProductVariantTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\RecapTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\StringFiltersTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
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.
Class "App\Entity\User\ApiUser" 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\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Normalizer\__Sale\SellerFilterNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User\ApiUser" should implement it.
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Croisiland\CommonBundle\Model\AbstractPartner" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User\ApiUser" should implement it.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Crea\Bundle\GridBundle\DependencyInjection\Configuration" 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 "Crea\Bundle\GridBundle\Grid\Form\DataTransformer\DateFilterTransformer" 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 "Crea\Bundle\GridBundle\Grid\Form\DataTransformer\DateFilterTransformer" 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 "Crea\Bundle\GridBundle\Grid\Normalizer\AjaxGridViewNormalizer" 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 "Crea\Bundle\GridBundle\Grid\Normalizer\DataTableGridViewNormalizer" 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 "Crea\Bundle\GridBundle\Grid\UrlGenerator" 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 "Crea\Bundle\GridBundle\Grid\UrlGenerator" 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 "Croisiland\Bundle\SearchBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since lexik/jwt-authentication-bundle 2.16: The "lexik_jwt_authentication.user_identity_field" configuration key is deprecated since version 2.16, use "lexik_jwt_authentication.user_id_claim" or implement "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" instead.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Mailjet\MailjetBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Crea\SecurityBundle\Authenticator\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\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Normalizer\__Sale\ProspectRequestListFiltersNormalizer" 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 "Crea\FloaBundle\Normalizer\FloaEligibilityGroupNormalizer" 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 "App\Normalizer\ItineraryIncludedGroupNormalizer" 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 "App\Migration\Normalizer\MigrationStatisticNormalizer" 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 "App\Migration\Normalizer\MigrationStatisticNormalizer" 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 "App\Normalizer\AtmosphereNormalizer" 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 "App\Normalizer\BookingParticipantNormalizer" 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 "App\Normalizer\CabinCategoryNormalizer" 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 "App\Normalizer\CabinCategoryServiceNormalizer" 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 "App\Normalizer\CabinCategoryTypeNormalizer" 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 "App\Normalizer\CompanyNormalizer" 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 "App\Normalizer\ContactNormalizer" 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 "App\Normalizer\CruiseIncludedGroupNormalizer" 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 "App\Normalizer\CruiseTagCategoryNormalizer" 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 "App\Normalizer\CruiseTagNormalizer" 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 "App\Normalizer\DestinationNormalizer" 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 "App\Normalizer\IncludedAssociationNormalizer" 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 "App\Normalizer\ServiceNormalizer" 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 "App\Normalizer\__Quote\QuoteListFiltersNormalizer" 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 "App\Normalizer\ShipNormalizer" 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 "App\Normalizer\SpecialOfferCompanyNormalizer" 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 "App\Normalizer\SpecialOfferNormalizer" 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 "App\Normalizer\__Accounting\InsuranceFiltersNormalizer" 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 "App\Normalizer\__Accounting\InsuranceTurnoverFiltersNormalizer" 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 "App\Normalizer\__Booking\BookingDetailsPageConfigurationNormalizer" 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 "App\Normalizer\__Booking\CabinTypeFilterNormalizer" 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 "App\Normalizer\__Booking\CompanyFilterNormalizer" 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 "App\Normalizer\__Booking\ShipFilterNormalizer" 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 "App\Normalizer\__Contact\cms_api\CmsContactNormalizer" 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 "App\Normalizer\__Contact\cms_api\CmsContactPreferencesNormalizer" 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 "App\Normalizer\__Contact\contact\ContactListFiltersNormalizer" 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 "App\Normalizer\__Partner\PartnerFilterNormalizer" 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 "App\Normalizer\__Partner\PartnerListFiltersNormalizer" 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 "Cafffeine\TablesSyncBundle\DependencyInjection\Configuration" 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 "Crea\FloaBundle\Normalizer\FloaEligibilityGroupNormalizer" 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 "App\Migration\Normalizer\MigrationResultNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Crea\DocumentationBundle\Normalizer\SearchNormalizer" 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 "Crea\ProcessBundle\DependencyInjection\Configuration" 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 "Crea\ProcessBundle\Normalizer\ProcessStateNormalizer" 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 "Crea\ProcessBundle\Normalizer\ProcessStateNormalizer" 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 "Crea\ProcessBundle\Normalizer\ProcessStateNormalizer" 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 "Crea\ProcessBundle\Normalizer\ProcessStepValidationNormalizer" 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 "Crea\ProcessBundle\Normalizer\ProcessStepValidationNormalizer" 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 "Crea\ProcessBundle\Normalizer\ProcessStepValidationNormalizer" 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 "Crea\ProcessBundle\Twig\ProcessTwigExtension" 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 "Crea\ParameterBundle\Normalizer\SearchNormalizer" 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 "Crea\EventBundle\Command\CleanOldEventLogDataCommand" 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 "Crea\EventBundle\Normalizer\SearchNormalizer" 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 "Crea\HRBundle\Command\GenerateParametersCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Since api-platform/core 2.7: The Doctrine annotation ApiPlatform\Core\Annotation\ApiResource is deprecated, use the PHP attribute ApiPlatform\Metadata\ApiResource 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 "App\Controller\NavigationController" service.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByUsername()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Crea\SecurityBundle\Provider\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\__Contact\ContactController" 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 "Crea\SecurityBundle\Helper\RedirectionHelper" service.
The "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" class implements "Symfony\Component\Security\Guard\AuthenticatorInterface" 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 "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" 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 "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" 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 "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" 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 "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" 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 "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::createAuthenticatedToken()" might add "GuardTokenInterface" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" 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 "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Crea\SecurityBundle\Provider\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Crea\SecurityBundle\Provider\UserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Crea\FloaBundle\Normalizer\FloaExceptionNormalizer" 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 "Crea\DatatableBundle\Normalizer\FormActionNormalizer" 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 "Crea\FloaBundle\Normalizer\FloaPreEligibilityGroupNormalizer" 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 "Crea\FloaBundle\Normalizer\FloaPreEligibilityGroupNormalizer" 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 "Croisiland\CommonBundle\Normalizer\PartnerDiscountNormalizer" 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 "Crea\ToolsBundle\Form\Type\SearchEntityType" 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 "Crea\ToolsBundle\Form\Type\SearchEntityType" 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 "Crea\ToolsBundle\Form\Type\SwitchType" 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 "Crea\ToolsBundle\Form\Type\YesNoType" 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 "Crea\ToolsBundle\Normalizer\ConfirmationMessageNormalizer" 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 "Crea\ToolsBundle\Twig\ToolsTwigExtension" 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 "Crea\DatatableBundle\Normalizer\ActionNormalizer" 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 "Crea\DatatableBundle\Normalizer\ColvisGroupNormalizer" 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 "Crea\DatatableBundle\Normalizer\DataTableStateNormalizer" 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 "Crea\DatatableBundle\Normalizer\DataTableStateNormalizer" 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 "Crea\DatatableBundle\Normalizer\DataTableStateNormalizer" 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 "Crea\DatatableBundle\Normalizer\FormDateActionNormalizer" 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 "Crea\SecurityBundle\ParamConverter\UserParamConverter" 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 "Crea\DatatableBundle\Normalizer\FormDateRangeActionNormalizer" 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 "Crea\DatatableBundle\Normalizer\FormSelect2ActionNormalizer" 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 "Crea\DatatableBundle\Normalizer\OperatorNormalizer" 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 "Crea\DatatableBundle\Normalizer\SelectionActionNormalizer" 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 "Crea\DatatableBundle\Twig\DataTablesExtension" 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 "Crea\SecurityBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "Crea\SecurityBundle\Annotation\CreateProfileFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "Crea\SecurityBundle\Annotation\CreateUserFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "Crea\SecurityBundle\Annotation\PasswordFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "Crea\SecurityBundle\Annotation\UpdateProfileFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "Crea\SecurityBundle\Annotation\UpdateUserFormValidator" 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 "Crea\SecurityBundle\ParamConverter\ProfileParamConverter" 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 "Crea\SecurityBundle\ParamConverter\ProfileParamConverter" 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 "Crea\SecurityBundle\ParamConverter\UserParamConverter" 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 "App\Migration\Normalizer\MigrationStatisticNormalizer" 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 "App\Migration\Normalizer\MigrationResultNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\ProspectRequestFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\CabinFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Sale\CreateLegalTextFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Sale\ProspectRequestDetailsFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Sale\ProspectRequestLinkedContactFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Sale\UpdateLegalTextFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\AllPassengersRequiredFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\BillingInformationsRequiredFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\CabinServiceFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Partner\PartnerWebsiteManagementFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\ClientPassengersFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\CostaCabinPassengersFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\FirstPassengerRequiredFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\InsuranceAmountForCalculationFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\InsuranceFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\ManualPaymentsFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\OptionValidityFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Partner\UpdatePartnerFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Partner\PartnerCompanyDiscountFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\PassengersFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\MarginCabinFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface::getConfiguration()" might add "?ConfigurationInterface" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\JMSSerializerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
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 "Mailjet\MailjetBundle\DependencyInjection\MailjetExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\AccountFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\AutoProductVariantFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\CancelFeeFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\ContactNewFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\FormalityFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\MarginProductFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Partner\PartnerCompanyDiscountCollectionFormValidator" 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 "App\Migration\Normalizer\MigrationResultNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Accounting\CreateSupplierFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Accounting\InsurancePriceFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Accounting\ManualPaymentFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Accounting\PartnerTemplateContentFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Accounting\UpdateSupplierFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Partner\CreatePartnerFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\PassengerServiceFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\BookingProcess\ProcessStepForm\ProcessStepFormAnnotation\DownPaymentFormValidator" 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 "App\Mailjet\Normalizer\AbstractMailjetNormalizer" 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 "App\Migration\Normalizer\LoadResultsNormalizer" 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 "App\Migration\Normalizer\HistoryResultsNormalizer" 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 "App\Migration\Normalizer\HistoryResultsNormalizer" 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 "App\Migration\Normalizer\HistoryResultsNormalizer" 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 "App\Migration\Normalizer\ImportResultsNormalizer" 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 "App\Migration\Normalizer\CorrAtmosphereNormalizer" 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 "App\Migration\Normalizer\ImportResultsNormalizer" 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 "App\Migration\Normalizer\LoadResultsNormalizer" 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 "App\Migration\Normalizer\LoadResultsNormalizer" 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 "App\Migration\Normalizer\CsvQuoteNormalizer" 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 "App\Migration\Normalizer\MappingResultsNormalizer" 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 "App\Migration\Normalizer\MappingResultsNormalizer" 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 "App\Migration\Normalizer\MappingResultsNormalizer" 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 "App\Migration\Normalizer\MappingRulesResultsNormalizer" 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 "App\Migration\Normalizer\MappingRulesResultsNormalizer" 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 "App\Migration\Normalizer\MappingRulesResultsNormalizer" 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 "App\Migration\Normalizer\MigrationDatatableFiltersNormalizer" 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 "App\Migration\Normalizer\CsvQuotePassengerNormalizer" 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 "App\Migration\Normalizer\ImportResultsNormalizer" 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 "App\Migration\Normalizer\CsvQuoteLineServiceNormalizer" 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 "App\Migration\Normalizer\CsvInvoiceLineCabinNormalizer" 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 "App\Migration\Normalizer\CorrCabinCategoryNormalizer" 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 "App\Migration\Normalizer\CsvQuoteLineInsuranceNormalizer" 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 "App\Migration\Normalizer\CsvBookingCabinCategoryHistoryNormalizer" 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 "App\Migration\Normalizer\CsvBookingCruiseHistoryNormalizer" 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 "App\Migration\Normalizer\CsvBookingNormalizer" 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 "App\Migration\Normalizer\CsvBookingPassengerNormalizer" 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 "App\Migration\Normalizer\CsvContractNormalizer" 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 "App\Migration\Normalizer\CsvBookingAmountNormalizer" 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 "App\Migration\Normalizer\CsvInvoiceLineDiscountNormalizer" 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 "App\Migration\Normalizer\CsvInvoiceLineServiceNormalizer" 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 "App\Migration\Normalizer\CsvInvoiceNormalizer" 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 "App\Migration\Normalizer\CsvQuoteCabinCategoryHistoryNormalizer" 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 "App\Migration\Normalizer\CsvQuoteCruiseHistoryNormalizer" 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 "App\Migration\Normalizer\CsvQuoteLineCabinNormalizer" 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 "App\Migration\Normalizer\CsvQuoteLineDiscountNormalizer" 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 "App\Migration\Normalizer\CsvInvoiceLineInsuranceNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\__Accounting\InsurancePriceFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\FormalityFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Annotation\CancelFeeFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "Crea\SecurityBundle\Annotation\CreateProfileFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "Crea\SecurityBundle\Annotation\UpdateProfileFormValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since api-platform/core 2.7: The Doctrine annotation ApiPlatform\Core\Annotation\ApiResource is deprecated, use the PHP attribute ApiPlatform\Metadata\ApiResource instead.
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
Removing service-argument resolver for controller "App\Controller\Booking\QuoteProcess\SearchEngineController::getSearchInputs": no corresponding services exist for the referenced types.
Changed reference of service "croisiland_search.pim_api_cruise_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cruise_cabin_category_types_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cruise_included_group_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cruise_by_oldcrmid_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cruise_details_enty_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cruise_details_by_code_enty_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_price_cruise_cabin_category_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.price_fare_code_by_company_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.atmosphere_by_company_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_formality_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cabin_category_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cabin_category_by_old_crm_id_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cabin_category_services_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cabin_category_by_ship_and_code_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cabin_category_type_by_ship_and_code_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_edit_balance_before_departure_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_delete_balance_before_departure_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_partner_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_edit_partner_unique_identifier_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_add_webspace_partner_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_partner_diff_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_diff_partner_company_discount_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_webspace_partner_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_stock_is_available_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_stock_add_quoted_cabin_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_stock_remove_quoted_cabin_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_stock_add_booked_cabin_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_destination_get_all_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cabin_categories_get_all_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_itineraries_synchronization_list_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_itineraries_synchronization_item_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_itineraries_synchronization_valid_sync_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cruises_itineraries_synchronization_list_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cruises_itineraries_synchronization_item_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cruises_itineraries_synchronization_valid_sync_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "App\BookingProcess\ProcessCruiseDataAdapter\CostaCruiseDataToQuoteAdapter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessEventSubscriber\QuoteTransformationEventSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessHelper\PimCabinCategoryHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessHelper\ProcessProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessHelper\ProcessUrlProvider" previously pointing to "router.default" to "router".
Changed reference of service "App\BookingProcess\ProcessQuoteToBooking\QuoteToBookingProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Client\ProcessStepClientPassengers" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Client\ProcessStepClientPassengers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Client\ProcessStepClientPassengersContainer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Client\ProcessStepClientPassengersContainer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Client\ProcessStepClientQuote" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Client\ProcessStepClientQuote" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Client\ProcessStepClientQuoteContainer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Client\ProcessStepClientQuoteContainer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonInsurance" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonInsurance" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonInsuranceContainer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonInsuranceContainer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonMultiPayment" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonMultiPayment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonMultiPayment" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonPayment" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonPayment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonPayment" previously pointing to "router.default" to "router".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentBilling" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentBilling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentConfirmation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentConfirmation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentOptionsContainer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentOptionsContainer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonRecap" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonRecap" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonRightColumnInfos" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Common\ProcessStepCommonRightColumnInfos" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinChoice" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinChoice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinContainer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinContainer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinPassengers" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinPassengers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\ProcessStepFullwebCostaPassengers" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\ProcessStepFullwebCostaPassengers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\ProcessStepFullwebCostaPassengersContainer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\ProcessStepFullwebCostaPassengersContainer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Cabins\ProcessStepCabins" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Cabins\ProcessStepCabins" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepApplicationFee" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepApplicationFee" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCabinService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCabinService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepClientSide" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepClientSide" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCompanyDiscount" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCompanyDiscount" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCroisilandDiscount" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCroisilandDiscount" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCroisilandOffer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCroisilandOffer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepDownPayment" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepDownPayment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepFormality" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepFormality" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepFurtherInfos" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepFurtherInfos" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepIncluded" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepIncluded" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepInfos" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepInfos" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepInsurance" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepInsurance" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepMultiPayment" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepMultiPayment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepNotIncluded" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepNotIncluded" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepOptionDuration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepOptionDuration" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepOptions" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepOptions" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPartner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPartner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPassengerPrice" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPassengerPrice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPassengerService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPassengerService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPayment" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPayment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepSanitaryProtocol" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepSanitaryProtocol" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepSellerBonus" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepSellerBonus" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepTotals" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Options\ProcessStepTotals" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Passengers\ProcessStepPassengers" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BookingProcess\ProcessStep\Manual\Passengers\ProcessStepPassengers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\AllPassengersRequiredFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\BillingInformationsRequiredFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CabinServiceFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CabinsFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\ClientPassengersFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CompanyDiscountFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CostaCabinPassengersFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CroisilandDiscountFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CroisilandOfferFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\DownPaymentFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\FirstPassengerRequiredFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\InsuranceAmountForCalculationFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\InsuranceFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\ManualPaymentsFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\OptionValidityFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\PassengerServiceFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\PassengersFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\SynchronizeCruisesCommand" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "App\Command\SynchronizeFareCodeCommand" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "App\Command\SynchronizePartnerUniqueIdentifierCommand" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "App\Command\SynchronizePartnersCommand" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Accounting\TurnoverObjectiveController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Cruise\Formality\FormalityController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Discount\CompanyDiscountController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\NavigationController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Partner\ContactPartnerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PaymentMode\PaymentModeController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Recap\SellerBonusesRecapController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\BalanceClientReminderController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\Insurance\InsurancePriceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\Partner\PartnerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\Partner\PartnerTemplateContentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\Partner\PartnerTemplateController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\Payment\PaymentBackupController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\__Accounting\Payment\PaymentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\SellingRecap\CabinTypeDetailSellingRecapsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\SellingRecap\CompanyDetailSellingRecapsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\SellingRecap\PartnerDetailSellingRecapsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\SellingRecap\SellerDetailSellingRecapsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\SellingRecap\SellingRecapController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Accounting\TurnoverController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Booking\BookingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Contact\ContactController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Contact\ContactController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\__Contact\ContactController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\__Marketing\DepartureController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Partner\PartnerCompanyDiscountController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Partner\PartnerController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\__Partner\PartnerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Sale\LegalTextController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Sale\ProspectRequestAssignmentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\__Sale\ProspectRequestController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DataFixtures\ProductCategoryDataFixtures" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\DatatableFactoryActionProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingBalanceClientReminderDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingBalanceClientReminderDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingCreditDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingCreditDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingDepartureDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingDepartureDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingInsuranceDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingInsurancePriceDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingInsurancePriceDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingInvoiceDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingInvoiceDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingPaymentDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\AccountingRefundDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\Partner\PartnerDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\Partner\PartnerDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\Partner\PartnerPeriodDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\Partner\PartnerPeriodDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\Partner\PartnerPeriodDetailsDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\Partner\PartnerTemplateContentDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\Partner\PartnerTemplateContentDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\Partner\PartnerTemplateDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\Partner\PartnerTemplateDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\SupplierDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\SupplierDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Accounting\SupplierDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\TurnoverObjectiveDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Accounting\TurnoverObjectiveDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Booking\BookingCabinDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Booking\BookingCabinDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Booking\BookingParticipantDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Contact\ContactBookingsInProgressDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Contact\ContactBookingsInProgressDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Contact\ContactListDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Contact\ContactPastBookingsDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Contact\ContactPastBookingsDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Contact\ContactPastQuoteRequestsDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Contact\ContactPastQuoteRequestsDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Contact\ContactPastQuotesDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Contact\ContactPastQuotesDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Contact\ContactQuoteRequestsInProgressDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Contact\ContactQuoteRequestsInProgressDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Contact\ContactQuotesInProgressDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Contact\ContactQuotesInProgressDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Email\EmailSentDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Email\EmailSentDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Marketing\DepartureDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Marketing\DepartureDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Marketing\ProductAutoDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Marketing\SegmentDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Partner\PartnerCompanyDiscountDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Partner\PartnerDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Partner\PartnerDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Sale\LegalTextDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Sale\LegalTextDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DatatableFactory\__Sale\ProspectRequest\AdvRequestFollowUpDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Sale\ProspectRequest\AdvRequestToAssignDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Sale\ProspectRequest\ContactRequestFollowUpDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Sale\ProspectRequest\ContactRequestToAssignDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Sale\ProspectRequest\QuoteRequestFollowUpDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\DatatableFactory\__Sale\ProspectRequest\QuoteRequestToAssignDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\EntityListener\Cruise\Formality\FormalityListener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Exporter\InsuranceExporter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Exporter\PartnerExporter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Factory\Recap\SellerBonusesRecapByCabinTypeFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Factory\Recap\SellerBonusesRecapBySellerFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Factory\Recap\SellerBonusesRecapBySellingSegmentFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Factory\__Accounting\Recap\SellingRecapByCabinTypeFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Factory\__Accounting\Recap\SellingRecapByCompanyFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Factory\__Accounting\Recap\SellingRecapByIndividualFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Factory\__Accounting\Recap\SellingRecapByPartnerFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Factory\__Accounting\Recap\SellingRecapBySellerFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Type\Accounting\TurnoverObjectiveType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\ApplicationFilterType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Client\Passengers\QuoteParticipantFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Common\FirmedCheckFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\AttributedInsuranceFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\CabinFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\InsuranceFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Common\PaymentBilling\PaymentBillingFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Common\Recap\RecapFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Passengers\PassengersFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\PassengersFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\QuoteParticipantFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\QuoteParticipantInformationFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Cabins\QuoteCabinFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Cabins\QuoteCabinFormType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Options\ApplicationFee\ApplicationFeeFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\AttributedProductVariantFormType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\QuoteLineFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Options\DownPayment\DownPaymentFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Insurance\AttributedInsuranceFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerPrice\QuoteLineFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\AttributedProductVariantFormType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\QuoteLineFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Passengers\PassengersFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Passengers\QuoteParticipantFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\BookingProcess\ProcessStep\Manual\Passengers\QuoteParticipantInformationFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\Confirmation\BookingConfirmationCabinCheckType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\Confirmation\BookingConfirmationPassengerCheckType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\Marketing\MarketingCampaignType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\Product\ProductDefaultParameterType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\Product\ProductOptionType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\Product\ProductVariantParameterType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\__Accounting\PartnerTemplateContentFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\__Contact\contact\ClubCardType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\__Contact\contact\ContactNewType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\__Contact\contact\ContactProspectType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\__Marketing\DeparturesMergeFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\__Sale\ProspectRequestAssignmentType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\AttributedProductVariantHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\BookingHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\CabinHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\ContractHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\DiscountHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\EmailContentHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\InvoiceHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\ParticipantHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\ProductVariantHelper" previously pointing to "router.default" to "router".
Changed reference of service "App\Helper\TodoTypeProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\TotalsCalculator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\TotalsCalculator" previously pointing to "router.default" to "router".
Changed reference of service "App\Helper\__Accounting\InsuranceHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\__Accounting\PartnerHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\__Accounting\Payment\BankPaymentEventHelper" previously pointing to "router.default" to "router".
Changed reference of service "App\Helper\__Accounting\Payment\BankPaymentEventHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\__Accounting\Payment\WorldLineDirectHelper" previously pointing to "router.default" to "router".
Changed reference of service "App\Helper\__Booking\BookingEventHelper" previously pointing to "router.default" to "router".
Changed reference of service "App\Helper\__Booking\BookingEventHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\__Quote\QuoteEventHelper" previously pointing to "router.default" to "router".
Changed reference of service "App\Helper\__Quote\QuoteEventHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\__Sale\ProspectRequestEventHelper" previously pointing to "router.default" to "router".
Changed reference of service "App\Helper\__Sale\ProspectRequestEventHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Helper\__Sale\ProspectRequestHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\AppointmentRequestToAssignBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\AppointmentRequestToAssignBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\AttributedAppointmentRequestInProgressBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\AttributedAppointmentRequestInProgressBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\AttributedContactRequestInProgressBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\AttributedContactRequestInProgressBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\AttributedMailQuoteRequestInProgressBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\AttributedMailQuoteRequestInProgressBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\AttributedWebQuoteRequestInProgressBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\AttributedWebQuoteRequestInProgressBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\ContactRequestToAssignBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\ContactRequestToAssignBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\MailQuoteRequestToAssignBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\MailQuoteRequestToAssignBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\MutedQuoteRequestRelaunchBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\MutedQuoteRequestRelaunchBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\NumberOfBookingsToConfirmBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\NumberOfBookingsToConfirmBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\NumberOfQuotesCurrentlyValidBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\NumberOfQuotesCurrentlyValidBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\QuoteRequestInProgressBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\QuoteRequestInProgressBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\SellerBonusBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\SellerBonusBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\BasicHomeModule\WebQuoteRequestToAssignBasicHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\BasicHomeModule\WebQuoteRequestToAssignBasicHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\ButtonHomeModule\ClientFilesButtonHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\ButtonHomeModule\ClientFilesButtonHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\ListHomeModule\AppointmentRequestListHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\ListHomeModule\AppointmentRequestListHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\ListHomeModule\RequestListHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\ListHomeModule\RequestListHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\AppointmentRequestToAssignDetailedSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\AppointmentRequestToAssignDetailedSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\ContactRequestToAssignDetailedSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\ContactRequestToAssignDetailedSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\MailQuoteRequestToAssignDetailedSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\MailQuoteRequestToAssignDetailedSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\MarketingBookingSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\MarketingBookingSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\MarketingWebQuoteRequestSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\MarketingWebQuoteRequestSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\MarketingWebQuoteSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\MarketingWebQuoteSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfCompanyOffersSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfCompanyOffersSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfFullWebBookingsSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfFullWebBookingsSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfPartnersFollowUpSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfPartnersFollowUpSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfPartnersSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfPartnersSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfProductDiscountSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfProductDiscountSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfQuotesProvidedSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfQuotesProvidedSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfSegmentsSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\NumberOfSegmentsSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\QuoteConversionRateProvidedSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\QuoteConversionRateProvidedSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\SpecificHomeModule\WebQuoteRequestToAssignDetailedSpecificHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\SpecificHomeModule\WebQuoteRequestToAssignDetailedSpecificHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\TableHomeModule\CompanyOffersTableHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\TableHomeModule\CompanyOffersTableHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\TableHomeModule\WebServicesTableHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\TableHomeModule\WebServicesTableHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\TurnoverHomeModule\GlobalTurnoverHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\TurnoverHomeModule\GlobalTurnoverHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\TurnoverHomeModule\PartnerDetailedTurnoverHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\TurnoverHomeModule\PartnerDetailedTurnoverHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\HomeModule\TurnoverHomeModule\PartnerTotalTurnoverHomeModule" previously pointing to "router.default" to "router".
Changed reference of service "App\HomeModule\TurnoverHomeModule\PartnerTotalTurnoverHomeModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Mailjet\Controller\MailjetCampaignController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Mailjet\Controller\MailjetCampaignTypeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Mailjet\Controller\MailjetOperationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Mailjet\DatatableFactory\MailjetCampaignDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Mailjet\DatatableFactory\MailjetCampaignDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Mailjet\DatatableFactory\MailjetCampaignTypeDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Mailjet\DatatableFactory\MailjetOperationDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Mailjet\Security\MailjetRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Manager\Booking\BookingManager" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "App\Manager\Level_1\ProspectRequestManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Manager\Partner\PartnerCompanyDiscountManager" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "App\Manager\StaticCMS\CabinCategoryManager" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "App\Manager\StaticCMS\DestinationManager" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "App\Manager\User\UserFullWebManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\AccountingAdminMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\AccountingAdminMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\AccountingMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\AccountingMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\AdminMarketingMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\AdminMarketingMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\AdminSaleBookingMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\AdminSaleBookingMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\AdvAdminMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\AdvAdminMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\AdvAutomationMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\AdvAutomationMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\AdvMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\AdvMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\BookingMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\BookingMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\ContactMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\ContactMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\DashboardMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\DashboardMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\DataAdminMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\DataAdminMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\MarketingMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\MarketingMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\MigrationMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\MigrationMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\PartnerMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\PartnerMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\ProspectRequestMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\ProspectRequestMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\QuoteMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\QuoteMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\SellingRecapMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\SellingRecapMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\TurnoverMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\TurnoverMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Menu\Section\WebServicesMenuSection" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\Section\WebServicesMenuSection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Migration\Handler\MigrationExceptionHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Migration\Handler\MigrationInformationHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Migration\Handler\MigrationWarningHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionAccounting" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionAccounting" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionBase" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionBase" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionCabin" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionCabin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionContract" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionContract" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionEmail" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionEmail" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionFormality" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionFormality" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInsurance" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInsurance" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInvoice" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInvoice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionParticipant" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionParticipant" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionPayment" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionPayment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionSellerBonus" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionSellerBonus" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionTotal" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionTotal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionTurnover" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionTurnover" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Authenticator\ErpAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Authenticator\ErpAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Authenticator\ErpAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Security\Right\AccountingRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\AdminMarketingRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\AdminSaleBookingRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\AdvAdminRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\AdvAutomationRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\AdvRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\BookingRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\ContactRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\DashboardRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\DataAdminRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\HomeModuleRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\ManagerRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\MarketingRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\MigrationRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\PartnerRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\ProspectRequestRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\QuoteRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\WebServicesRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingBalanceClientReminderRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingBookingRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingCreditRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingDepartureRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingInsurancePriceRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingInsuranceRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingInvoiceRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingPartnerRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingPartnerTemplateRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingPaymentRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingRefundRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingSellingRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Accounting\AccountingTurnoverRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Booking\BookingBookingRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Booking\BookingContractRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Marketing\MarketingDepartureRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\Right\__Quote\QuoteQuoteRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\FormHandlerService" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\__Accounting\PartnerTwigExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\__Accounting\PartnerTwigExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\__Marketing\ItineraryHistoryTwigExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Validator\AutoProductVariantFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Validator\__Accounting\InsurancePriceFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Validator\__Partner\CreatePartnerFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Validator\__Partner\PartnerCompanyDiscountCollectionFormValidator" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Validator\__Partner\UpdatePartnerFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Validator\__Sale\CreateLegalTextFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Validator\__Sale\ProspectRequestLinkedContactFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Validator\__Sale\UpdateLegalTextFormValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "migration.exception.handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "migration.warning.handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "migration.information.handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "booking_process.step_form.validator.cabins" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.option_validity" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.first_passenger_required" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.all_passengers_required" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.passengers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.client_passengers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_passenger_service_form.validator.quote_line" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_cabin_service_form.validator.quote_line" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.down_payment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.company.discount" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.croisiland.discount" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.croisiland.offer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.insurance" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.insurance_amount_for_calculation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.manual_payments" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.fullweb.step_form.validator.costa_cabin_passengers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "booking_process.step_form.validator.billing_informations_required" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "partner.create.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "partner.update.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "insurance_price.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "auto_product_variant.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "partner_company_discount_collection.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "prospect_request.linked_contact.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "legal_text.create.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "legal_text.update.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.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 "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.payment_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.invoiceLine_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.credit_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.cabin_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.contract_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.booking_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.quote_web_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.phone_call_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "texter" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "texter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.api_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Crea\Bundle\GridBundle\Grid\UrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "croisiland_search.pim_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_login_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_cruises_entry_point" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.pim_api_token_generator" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "croisiland_search.twig_extension.pim_api" previously pointing to "croisiland_search.pim_url_provider" to "Croisiland\Bundle\SearchBundle\Api\UrlProviderInterface".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.metadata.property.metadata_factory.validator.legacy" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.messenger.data_persister" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "Cafffeine\TablesSyncBundle\Service\ExportService" previously pointing to "router.default" to "router".
Changed reference of service "Cafffeine\TablesSyncBundle\Service\ImportService" previously pointing to "router.default" to "router".
Changed reference of service "Crea\FloaBundle\Handler\FloaExceptionHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "crea.floa.exception.handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Croisiland\CommonBundle\Partner\AuthenticateForm\CNASPartnerAuthenticateFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Croisiland\CommonBundle\Partner\AuthenticateForm\DIrectAssurancePartnerAuthenticateFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Croisiland\CommonBundle\Partner\AuthenticateForm\DefaultPartnerAuthenticateFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Croisiland\CommonBundle\Partner\AuthenticateForm\FnacDartyPartnerAuthenticateFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Croisiland\CommonBundle\Partner\AuthenticateForm\MacifPartnerAuthenticateFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Croisiland\CommonBundle\Partner\AuthenticateForm\SofincoPartnerAuthenticateFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Croisiland\CommonBundle\Partner\AuthenticateForm\UneoPartnerAuthenticateFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ToolsBundle\Controller\StatefulController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ToolsBundle\Form\Type\DateRangePickerType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ToolsBundle\Form\Type\Geographic\GeographicAirportType" previously pointing to "router.default" to "router".
Changed reference of service "Crea\ToolsBundle\Form\Type\Geographic\GeographicAirportType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ToolsBundle\Form\Type\Geographic\GeographicCityType" previously pointing to "router.default" to "router".
Changed reference of service "Crea\ToolsBundle\Form\Type\Geographic\GeographicCityType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ToolsBundle\Form\Type\Geographic\GeographicCountryType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ToolsBundle\Normalizer\ConfirmationMessageNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\ActionColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\ActionColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\ArrayColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\ArrayColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\BoolActionColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\BoolActionColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\BoolColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\BoolColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\CollectionColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\CollectionColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\ColorColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\ColorColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\DateTimeColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\DateTimeColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\EntityColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\EntityColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\LinkColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\LinkColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\MapColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\MapColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\MoneyColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\MoneyColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\NumberColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\NumberColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\ResponsiveColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\ResponsiveColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\SelectActionColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\SelectActionColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\SelectColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\SelectColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\TextColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\TextColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\DataTableFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Crea\DatatableBundle\DataTableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Handler\DatatableSelectionHandler" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Helper\DtActionHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Helper\DtStatefulHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Helper\DtStatefulHelper" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Normalizer\ActionNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Normalizer\FormActionNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Normalizer\FormDateActionNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Normalizer\FormDateRangeActionNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Normalizer\FormSelect2ActionNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Normalizer\OperatorNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Normalizer\SelectionActionNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Twig\DataTablesExtension" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Twig\DataTablesExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DatatableBundle\Column\AbstractColumn" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DatatableBundle\Column\AbstractColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Authenticator\FormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Crea\SecurityBundle\Authenticator\FormAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Authenticator\FormAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Crea\SecurityBundle\Controller\ProfileController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Controller\UserController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Controller\UserGroupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\DatatableFactory\ProfileDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "Crea\SecurityBundle\DatatableFactory\UserDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "Crea\SecurityBundle\DatatableFactory\UserGroupDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "Crea\SecurityBundle\Fixture\ProfileFixture" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Fixture\RightFixture" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Fixture\UserFixture" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Fixture\UserGroupFixture" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Helper\RedirectionHelper" previously pointing to "router.default" to "router".
Changed reference of service "Crea\SecurityBundle\Helper\RedirectionHelper" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Crea\SecurityBundle\Provider\CreaSecurityRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Provider\UserProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Twig\SecurityMenuProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\SecurityBundle\Twig\SecurityMenuProvider" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DocumentationBundle\Controller\ArticleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DocumentationBundle\Controller\ChapterController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DocumentationBundle\Form\Type\ArticleType" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DocumentationBundle\Form\Type\ChapterType" previously pointing to "router.default" to "router".
Changed reference of service "Crea\DocumentationBundle\Helper\DocumentationFormHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DocumentationBundle\Manager\Level_1\ArticleManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\DocumentationBundle\Provider\DocumentationRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ProcessBundle\Controller\ProcessController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Crea\ProcessBundle\Controller\ProcessController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ProcessBundle\Controller\ProcessController" previously pointing to "router.default" to "router".
Changed reference of service "Crea\ProcessBundle\Factory\ProcessFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ProcessBundle\Factory\ProcessFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Crea\ProcessBundle\ProcessStep\ProcessStepExecutor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Crea\ProcessBundle\ProcessStep\ProcessStepExecutor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ProcessBundle\Twig\ProcessRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "process.step.executor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "process.step.executor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "process.renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "process.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "process.controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "process.controller" previously pointing to "router.default" to "router".
Changed reference of service "process.factory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "process.factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Crea\ParameterBundle\Controller\ParameterController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ParameterBundle\Controller\ParameterGroupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ParameterBundle\Controller\ParameterTypeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ParameterBundle\DatatableFactory\ParameterDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "Crea\ParameterBundle\DatatableFactory\ParameterDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ParameterBundle\DatatableFactory\ParameterGroupDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "Crea\ParameterBundle\DatatableFactory\ParameterGroupDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ParameterBundle\DatatableFactory\ParameterTypeDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "Crea\ParameterBundle\Form\ParameterFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ParameterBundle\Provider\ParameterRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ParameterBundle\Twig\ParameterMenuProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\ParameterBundle\Twig\ParameterMenuProvider" previously pointing to "router.default" to "router".
Changed reference of service "Crea\EventBundle\Controller\EventCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\EventBundle\Controller\EventLogController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\EventBundle\Controller\EventModelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\EventBundle\Controller\EventTypeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\EventBundle\DatatableFactory\EventLogDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "Crea\EventBundle\DatatableFactory\EventLogDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\EventBundle\DatatableFactory\EventTypeDatatableFactory" previously pointing to "router.default" to "router".
Changed reference of service "Crea\EventBundle\DatatableFactory\EventTypeDatatableFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\EventBundle\Form\Type\EventCategoryFormType" previously pointing to "router.default" to "router".
Changed reference of service "Crea\EventBundle\Form\Type\EventModelFormType" previously pointing to "router.default" to "router".
Changed reference of service "Crea\EventBundle\Handler\CreaEventHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Crea\EventBundle\Helper\EventFormHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\EventBundle\Manager\Level_1\EventModelManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\EventBundle\Provider\EventRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\EventBundle\Twig\EventMenuProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\EventBundle\Twig\EventMenuProvider" previously pointing to "router.default" to "router".
Changed reference of service "crea.event.handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Crea\HRBundle\Command\GenerateParametersCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\HRBundle\Controller\PlanningCommentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\HRBundle\Controller\PlanningEventController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\HRBundle\Controller\PlanningLeaveController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\HRBundle\Normalizer\PlanningCommentNormalizer" previously pointing to "router.default" to "router".
Changed reference of service "Crea\HRBundle\Normalizer\PlanningCommentNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\HRBundle\Normalizer\PlanningEventNormalizer" previously pointing to "router.default" to "router".
Changed reference of service "Crea\HRBundle\Normalizer\PlanningEventNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\HRBundle\Normalizer\PlanningLeaveNormalizer" previously pointing to "router.default" to "router".
Changed reference of service "Crea\HRBundle\Normalizer\PlanningLeaveNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Crea\HRBundle\Provider\HRRightProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\ActionColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\ActionColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\ActionColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\ActionColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\ArrayColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\ArrayColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\ArrayColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\ArrayColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\BoolActionColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\BoolActionColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\BoolActionColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\BoolActionColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\BoolColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\BoolColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\BoolColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\BoolColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\CollectionColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\CollectionColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\CollectionColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\CollectionColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\DateTimeColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\DateTimeColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\DateTimeColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\DateTimeColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\EntityColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\EntityColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\EntityColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\EntityColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\LinkColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\LinkColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\LinkColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\LinkColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\MapColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\MapColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\MapColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\MapColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\NumberColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\NumberColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\NumberColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\NumberColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\ResponsiveColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\ResponsiveColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\ResponsiveColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\ResponsiveColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\SelectColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\SelectColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\SelectColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\SelectColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\TextColumn" previously pointing to "router.default" to "router".
Changed reference of service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\TextColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\TextColumn" previously pointing to "router.default" to "router".
Changed reference of service ".abstract.instanceof.Crea\DatatableBundle\Column\TextColumn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.n7ImKjQ" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.Irx4f9y" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1qZkBCv" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.YY9cfkh" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.fIxvcFV" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.1cEsIQs" previously pointing to "translator.data_collector" to "translator".
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.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Mailjet\Voter\MailjetVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\AccountingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\AdminMarketingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\AdminSaleBookingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\AdvAdminVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\AdvAutomationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\AdvVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\BookingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\ContactVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\DashboardVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\DataAdminVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\HomeModuleVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\ManagerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\MarketingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\MigrationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\PartnerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\ProspectRequestVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\QuoteVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\WebServicesVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingBalanceClientReminderVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingBookingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingCreditVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingDepartureVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingInsurancePriceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingInsuranceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingInvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingPartnerTemplateVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingPartnerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingPaymentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingRefundVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingSellingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Accounting\AccountingTurnoverVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Booking\BookingBookingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Booking\BookingContractVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Marketing\MarketingDepartureVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Voter\__Quote\QuoteQuoteVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Crea\SecurityBundle\Voter\ProfileVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Crea\SecurityBundle\Voter\RightVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Crea\SecurityBundle\Voter\UserGroupVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Crea\SecurityBundle\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Crea\DocumentationBundle\Voter\DocumentationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Crea\ParameterBundle\Voter\ParameterGroupVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Crea\ParameterBundle\Voter\ParameterTypeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Crea\ParameterBundle\Voter\ParameterVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Crea\EventBundle\Voter\EventVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Crea\HRBundle\Voter\HRVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.NuuihQJ" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.NuuihQJ" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.NuuihQJ" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Xgg7tCs" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface" previously pointing to "croisiland_search.pim_url_provider" to "Croisiland\Bundle\SearchBundle\Api\UrlProviderInterface".
Changed reference of service "Croisiland\Bundle\SearchBundle\Api\Repository\CruiseRepository" previously pointing to "croisiland_search.pim_api_client" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; 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 "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "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 "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.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "croisiland_search.pim_entry_point"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; 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 "oneup_flysystem.adapter.local"; reason: abstract.
Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
Removed service "oneup_flysystem.adapter.async_aws_s3"; reason: abstract.
Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
Removed service "oneup_flysystem.adapter.gitlab"; reason: abstract.
Removed service "oneup_flysystem.filesystem"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Assurever\Normalizer\AssureverDateTimeNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Assurever\Normalizer\AssureverDateTimeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Assurever\Normalizer\TarifExtensionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Assurever\Normalizer\TarifExtensionNormalizer"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Provider\ProcessConfigurationSpecificProviderInterface.0.App\BookingProcess\ProcessConfiguration\ProcessConfigurationSpecificProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessConfiguration\ProcessConfigurationSpecificProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\BookingProcess\ProcessEventSubscriber\BookingProcessEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessEventSubscriber\BookingProcessEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\BookingProcess\ProcessEventSubscriber\ProcessFullwebCostaSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessEventSubscriber\ProcessFullwebCostaSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\BookingProcess\ProcessEventSubscriber\ProcessFullwebErrorByContextSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessEventSubscriber\ProcessFullwebErrorByContextSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\BookingProcess\ProcessEventSubscriber\QuoteChangedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessEventSubscriber\QuoteChangedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\BookingProcess\ProcessEventSubscriber\QuoteTransformationEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessEventSubscriber\QuoteTransformationEventSubscriber"; reason: abstract.
Removed service ".instanceof.App\BookingProcess\ProcessHelper\Company\Cabin\CabinHelperInterface.0.App\BookingProcess\ProcessHelper\Company\Cabin\CostaCabinHelper"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessHelper\Company\Cabin\CostaCabinHelper"; reason: abstract.
Removed service ".instanceof.App\BookingProcess\ProcessHelper\Company\ClubCard\ClubCardHelperInterface.0.App\BookingProcess\ProcessHelper\Company\ClubCard\CostaClubCardHelper"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessHelper\Company\ClubCard\CostaClubCardHelper"; reason: abstract.
Removed service ".instanceof.App\BookingProcess\ProcessHelper\Company\Option\OptionHelperInterface.0.App\BookingProcess\ProcessHelper\Company\Option\CostaOptionHelper"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessHelper\Company\Option\CostaOptionHelper"; reason: abstract.
Removed service ".instanceof.App\BookingProcess\ProcessQuoteFactory\ProcessQuoteFactoryStrategyInterface.0.App\BookingProcess\ProcessQuoteFactory\Costa\ProcessCostaQuoteFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessQuoteFactory\Costa\ProcessCostaQuoteFactory"; reason: abstract.
Removed service ".instanceof.App\BookingProcess\ProcessQuoteFactory\ProcessQuoteRetrieverStrategyInterface.0.App\BookingProcess\ProcessQuoteFactory\Costa\ProcessCostaQuoteRetriever"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessQuoteFactory\Costa\ProcessCostaQuoteRetriever"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\BookingProcess\ProcessQuoteToBooking\Messenger\QuoteToBookingMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessQuoteToBooking\Messenger\QuoteToBookingMessageHandler"; reason: abstract.
Removed service ".instanceof.App\BookingProcess\ProcessQuoteToBooking\ReminderFactory\ReminderFactoryInterface.0.App\BookingProcess\ProcessQuoteToBooking\ReminderFactory\DefaultReminderFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessQuoteToBooking\ReminderFactory\DefaultReminderFactory"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Client\ProcessStepClientPassengers"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Client\ProcessStepClientPassengers"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Client\ProcessStepClientPassengersContainer"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Client\ProcessStepClientPassengersContainer"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Client\ProcessStepClientQuote"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Client\ProcessStepClientQuote"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Client\ProcessStepClientQuoteContainer"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Client\ProcessStepClientQuoteContainer"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Common\ProcessStepCommonInsurance"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Common\ProcessStepCommonInsurance"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Common\ProcessStepCommonInsuranceContainer"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Common\ProcessStepCommonInsuranceContainer"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Common\ProcessStepCommonMultiPayment"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Common\ProcessStepCommonMultiPayment"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Common\ProcessStepCommonPayment"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Common\ProcessStepCommonPayment"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentBilling"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentBilling"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentConfirmation"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentConfirmation"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentOptionsContainer"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Common\ProcessStepCommonPaymentOptionsContainer"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Common\ProcessStepCommonRecap"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Common\ProcessStepCommonRecap"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Common\ProcessStepCommonRightColumnInfos"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Common\ProcessStepCommonRightColumnInfos"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinChoice"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinChoice"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinContainer"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinContainer"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinPassengers"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinPassengers"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\ProcessStepFullwebCostaPassengers"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\ProcessStepFullwebCostaPassengers"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\ProcessStepFullwebCostaPassengersContainer"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\ProcessStepFullwebCostaPassengersContainer"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Cabins\ProcessStepCabins"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Cabins\ProcessStepCabins"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepApplicationFee"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepApplicationFee"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCabinService"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCabinService"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepClientSide"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepClientSide"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCompanyDiscount"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCompanyDiscount"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCroisilandDiscount"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCroisilandDiscount"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCroisilandOffer"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepCroisilandOffer"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepDownPayment"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepDownPayment"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepFormality"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepFormality"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepFurtherInfos"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepFurtherInfos"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepIncluded"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepIncluded"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepInfos"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepInfos"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepInsurance"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepInsurance"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepMultiPayment"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepMultiPayment"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepNotIncluded"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepNotIncluded"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepOptionDuration"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepOptionDuration"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepOptions"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepOptions"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPartner"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPartner"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPassengerPrice"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPassengerPrice"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPassengerService"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPassengerService"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPayment"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepPayment"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepSanitaryProtocol"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepSanitaryProtocol"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepSellerBonus"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepSellerBonus"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepTotals"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Options\ProcessStepTotals"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Model\ProcessStepInterface.0.App\BookingProcess\ProcessStep\Manual\Passengers\ProcessStepPassengers"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStep\Manual\Passengers\ProcessStepPassengers"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\AllPassengersRequiredFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\AllPassengersRequiredFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\BillingInformationsRequiredFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\BillingInformationsRequiredFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CabinServiceFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CabinServiceFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CabinsFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CabinsFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\ClientPassengersFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\ClientPassengersFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CompanyDiscountFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CompanyDiscountFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CostaCabinPassengersFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CostaCabinPassengersFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CroisilandDiscountFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CroisilandDiscountFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CroisilandOfferFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\CroisilandOfferFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\DownPaymentFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\DownPaymentFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\FirstPassengerRequiredFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\FirstPassengerRequiredFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\InsuranceAmountForCalculationFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\InsuranceAmountForCalculationFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\InsuranceFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\InsuranceFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\ManualPaymentsFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\ManualPaymentsFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\OptionValidityFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\OptionValidityFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\PassengerServiceFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\PassengerServiceFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\PassengersFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\BookingProcess\ProcessStepForm\ProcessStepFormValidator\PassengersFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CancelExpiredOptionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CancelExpiredOptionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckBookletDownloadIsContactCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckBookletDownloadIsContactCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckExpiredBookingConfirmationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckExpiredBookingConfirmationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeactivatePartnersFromDateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeactivatePartnersFromDateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Emails\EmailBalanceClientReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Emails\EmailBalanceClientReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Emails\EmailCallBackCruisePreparationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Emails\EmailCallBackCruisePreparationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Emails\EmailCallBackFormalitiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Emails\EmailCallBackFormalitiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Emails\EmailCallBackSendQuoteNewBookingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Emails\EmailCallBackSendQuoteNewBookingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Emails\EmailSendCustomerNewPasswordForNewSiteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Emails\EmailSendCustomerNewPasswordForNewSiteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetContactProspectCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetContactProspectCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetDepartureAndArrivalStopoverCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetDepartureAndArrivalStopoverCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPartnerDynamicValuesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetPartnerDynamicValuesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetProspectGroupToCustomerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetProspectGroupToCustomerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetProspectRequestAnomaliesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetProspectRequestAnomaliesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetProspectRequestContactProspectCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetProspectRequestContactProspectCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetProspectRequestRemindersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetProspectRequestRemindersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetSupplierShortCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetSupplierShortCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetWaitingExpiredAmendmentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetWaitingExpiredAmendmentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeCruisesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SynchronizeCruisesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeFareCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SynchronizeFareCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizePartnerCompanyDiscountCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SynchronizePartnerCompanyDiscountCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizePartnerUniqueIdentifierCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SynchronizePartnerUniqueIdentifierCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizePartnersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SynchronizePartnersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\CreateMissingFormalityHistoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\CreateMissingFormalityHistoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveAll"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveAll"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveAllBookingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveAllBookingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveAllCabinCategoryHistoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveAllCabinCategoryHistoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveAllContactCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveAllContactCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveAllCruiseHistoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveAllCruiseHistoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveAllItineraryHistoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveAllItineraryHistoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveAllOtherDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveAllOtherDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveAllProspectCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveAllProspectCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveAllProspectRequestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveAllProspectRequestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveAllQuoteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveAllQuoteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveOneBookingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveOneBookingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveOneProspectRequestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveOneProspectRequestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Remover\RemoveOneQuoteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Remover\RemoveOneQuoteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\SetDepartureAndArrivalStopoverCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\SetDepartureAndArrivalStopoverCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Tests\TestBookingTurnoverCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Tests\TestBookingTurnoverCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\Tests\TestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\Tests\TestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\ToDelete\RemoveCabinCategoryWithoutShipCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\ToDelete\RemoveCabinCategoryWithoutShipCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\ToDelete\UpdateCabinCategoryHistoryShipCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\ToDelete\UpdateCabinCategoryHistoryShipCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\UpdateBookingAmountsAndMarginsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\UpdateBookingAmountsAndMarginsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\UpdateBookingStatusAndTypesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\UpdateBookingStatusAndTypesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\UpdateProductsMissingDefaultOptionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\UpdateProductsMissingDefaultOptionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Temporary\UpdateProspectRequestDataProvenanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Temporary\UpdateProspectRequestDataProvenanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateAssureverProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateAssureverProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebServicesTesterCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WebServicesTesterCommand"; reason: abstract.
Removed service ".instanceof.App\ConfigurableForm\Type\ConfigurableFormFieldTypeInterface.0.App\ConfigurableForm\Type\CivilityFormFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\ConfigurableForm\Type\CivilityFormFieldType"; reason: abstract.
Removed service ".instanceof.App\ConfigurableForm\Type\ConfigurableFormFieldTypeInterface.0.App\ConfigurableForm\Type\CountryFormFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\ConfigurableForm\Type\CountryFormFieldType"; reason: abstract.
Removed service ".instanceof.App\ConfigurableForm\Type\ConfigurableFormFieldTypeInterface.0.App\ConfigurableForm\Type\DateFormFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\ConfigurableForm\Type\DateFormFieldType"; reason: abstract.
Removed service ".instanceof.App\ConfigurableForm\Type\ConfigurableFormFieldTypeInterface.0.App\ConfigurableForm\Type\EmailFormFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\ConfigurableForm\Type\EmailFormFieldType"; reason: abstract.
Removed service ".instanceof.App\ConfigurableForm\Type\ConfigurableFormFieldTypeInterface.0.App\ConfigurableForm\Type\GenderFormFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\ConfigurableForm\Type\GenderFormFieldType"; reason: abstract.
Removed service ".instanceof.App\ConfigurableForm\Type\ConfigurableFormFieldTypeInterface.0.App\ConfigurableForm\Type\NationalityFormFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\ConfigurableForm\Type\NationalityFormFieldType"; reason: abstract.
Removed service ".instanceof.App\ConfigurableForm\Type\ConfigurableFormFieldTypeInterface.0.App\ConfigurableForm\Type\TextFormFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\ConfigurableForm\Type\TextFormFieldType"; reason: abstract.
Removed service ".instanceof.App\ConfigurableForm\Type\ConfigurableFormFieldTypeInterface.0.App\ConfigurableForm\Type\YesOrNoFormFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\ConfigurableForm\Type\YesOrNoFormFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Account\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Account\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Account\PhoneCallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Account\PhoneCallController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Account\PhoneCallController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\ApplicationFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\ApplicationFeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\ApplicationFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\BalanceBeforeDepartureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\BalanceBeforeDepartureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\BalanceBeforeDepartureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\CancelFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\CancelFeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\CancelFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\InvoiceLineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\InvoiceLineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\InvoiceLineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\PortTaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\PortTaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\PortTaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\SupplierPaymentForCompaniesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\SupplierPaymentForCompaniesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\SupplierPaymentForCompaniesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\TurnoverObjectiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\TurnoverObjectiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\TurnoverObjectiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdditionalServices\TurnoverAdditionalServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdditionalServices\TurnoverAdditionalServicesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdditionalServices\TurnoverAdditionalServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\NotificationGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\NotificationGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\NotificationGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administration\NotificationRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administration\NotificationRuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administration\NotificationRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CabinTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CabinTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CabinTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApplicationFilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApplicationFilterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApplicationFilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\AdvBookingChangeCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\AdvBookingChangeCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\AdvBookingChangeCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\AdvBookingChangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\AdvBookingChangeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\AdvBookingChangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\AdvBookingChangeEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\AdvBookingChangeEmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\AdvBookingChangeEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\AdvBookingChangeStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\AdvBookingChangeStateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\AdvBookingChangeStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\AdvBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\AdvBookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\AdvBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\AdvRequestAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\AdvRequestAssignmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\AdvRequestAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\AdvRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\AdvRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\AdvRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\AdvRequestStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\AdvRequestStateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\AdvRequestStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\AdvRequestTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\AdvRequestTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\AdvRequestTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\AmendmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\AmendmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\AmendmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\BookingCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\BookingCancelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\BookingCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\CabinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\CabinController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\CabinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\CabinOptionDurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\CabinOptionDurationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\CabinOptionDurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\CabinSpecificityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\CabinSpecificityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\CabinSpecificityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\ContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\ContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\ContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\FullWebManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\FullWebManagementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\FullWebManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\GroupQuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\GroupQuoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\GroupQuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\PassengerFormalityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\PassengerFormalityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\PassengerFormalityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\PassengerInformationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\PassengerInformationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\PassengerInformationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\PassengerInformationFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\PassengerInformationFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\PassengerInformationFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\QuoteAnalysisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\QuoteAnalysisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\QuoteAnalysisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\QuoteForcedOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\QuoteForcedOptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\QuoteForcedOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\QuoteOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\QuoteOptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\QuoteOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\QuoteOptionsManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\QuoteOptionsManagementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\QuoteOptionsManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\QuoteProcess\AlternativeSearchEngineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\QuoteProcess\AlternativeSearchEngineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\QuoteProcess\AlternativeSearchEngineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\QuoteProcess\QuoteProcessBToBController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\QuoteProcess\QuoteProcessBToBController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\QuoteProcess\QuoteProcessBToBController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\QuoteProcess\QuoteProcessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\QuoteProcess\QuoteProcessController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\QuoteProcess\QuoteProcessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\QuoteProcess\SearchEngineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\QuoteProcess\SearchEngineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\QuoteProcess\SearchEngineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\SellerProspectRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\SellerProspectRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\SellerProspectRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\SpecialRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\SpecialRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\SpecialRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\SpecialRequestDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\SpecialRequestDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\SpecialRequestDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\SpecialRequestStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\SpecialRequestStateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\SpecialRequestStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Booking\SpecialRequestTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Booking\SpecialRequestTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Booking\SpecialRequestTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Confirmation\BookingConfirmationAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Confirmation\BookingConfirmationAssignmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Confirmation\BookingConfirmationAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Confirmation\BookingConfirmationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Confirmation\BookingConfirmationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Confirmation\BookingConfirmationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Confirmation\ConfirmationDelayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Confirmation\ConfirmationDelayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Confirmation\ConfirmationDelayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Confirmation\ConfirmationResponsibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Confirmation\ConfirmationResponsibleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Confirmation\ConfirmationResponsibleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Confirmation\ConfirmationTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Confirmation\ConfirmationTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Confirmation\ConfirmationTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectionInterface\ConnectionInterfaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectionInterface\ConnectionInterfaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConnectionInterface\ConnectionInterfaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\BookletDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\BookletDownloadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\BookletDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ClubCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ClubCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\ClubCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ClubCardHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ClubCardHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\ClubCardHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ComplaintController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ComplaintController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\ComplaintController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ComplaintStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ComplaintStateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\ComplaintStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\ContactUsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\ContactUsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\ContactUsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contact\PhoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contact\PhoneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contact\PhoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cruise\Company\CabinCategoryHistoryB2BController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cruise\Company\CabinCategoryHistoryB2BController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cruise\Company\CabinCategoryHistoryB2BController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cruise\Formality\FormalityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cruise\Formality\FormalityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cruise\Formality\FormalityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cruise\Formality\FormalityTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cruise\Formality\FormalityTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cruise\Formality\FormalityTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Discount\CompanyDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Discount\CompanyDiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Discount\CompanyDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Discount\CompanyOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Discount\CompanyOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Discount\CompanyOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Discount\CroisilandDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Discount\CroisilandDiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Discount\CroisilandDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Discount\CroisilandOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Discount\CroisilandOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Discount\CroisilandOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Discount\MigrationDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Discount\MigrationDiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Discount\MigrationDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Document\SaleTermController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Document\SaleTermController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Document\SaleTermController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Email\EmailContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Email\EmailContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Email\EmailContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Email\EmailSentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Email\EmailSentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Email\EmailSentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Email\EmailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Email\EmailTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Email\EmailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Email\EmailUnreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Email\EmailUnreadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Email\EmailUnreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Marketing\SegmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Marketing\SegmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Marketing\SegmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Migration\MigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Migration\MigrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Migration\MigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NavigationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NavigationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NavigationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Notification\AlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Notification\AlertController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Notification\AlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Notification\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Notification\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Notification\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Notification\ReminderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Notification\ReminderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Notification\ReminderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Partner\ContactPartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Partner\ContactPartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Partner\ContactPartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Partner\ContactPartnerHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Partner\ContactPartnerHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Partner\ContactPartnerHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Partner\PartnerFollowUpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Partner\PartnerFollowUpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Partner\PartnerFollowUpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Partner\SyncPartnerCompanyDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Partner\SyncPartnerCompanyDiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Partner\SyncPartnerCompanyDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentMode\FloaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentMode\FloaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentMode\FloaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentMode\OgoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentMode\OgoneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentMode\OgoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentMode\PaymentModeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentMode\PaymentModeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentMode\PaymentModeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Product\AutoProductVariantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Product\AutoProductVariantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Product\AutoProductVariantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Product\BtobServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Product\BtobServicesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Product\BtobServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Product\MarginCabinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Product\MarginCabinController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Product\MarginCabinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Product\MarginProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Product\MarginProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Product\MarginProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Product\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Product\ProductCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Product\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Product\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Product\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Product\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Recap\SellerBonusesRecapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Recap\SellerBonusesRecapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Recap\SellerBonusesRecapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Schedule\CustomerServiceScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Schedule\CustomerServiceScheduleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Schedule\CustomerServiceScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Schedule\LeaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Schedule\LeaveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Schedule\LeaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Schedule\ScheduleCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Schedule\ScheduleCommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Schedule\ScheduleCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Schedule\ScheduleEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Schedule\ScheduleEventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Schedule\ScheduleEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Schedule\SellerScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Schedule\SellerScheduleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Schedule\SellerScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Selling\SellingSegmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Selling\SellingSegmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Selling\SellingSegmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SimpleGridController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SimpleGridController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SimpleGridController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoringSessionSelectedPreferencesGridController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoringSessionSelectedPreferencesGridController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StoringSessionSelectedPreferencesGridController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Todo\TodoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Todo\TodoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Todo\TodoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Todo\TodoTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Todo\TodoTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Todo\TodoTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCms\UserCMSController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCms\UserCMSController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserCms\UserCMSController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebService\CnasController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebService\CnasController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebService\CnasController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebService\CostaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebService\CostaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebService\CostaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebService\DirectAssuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebService\DirectAssuranceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebService\DirectAssuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebService\FnacDartyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebService\FnacDartyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebService\FnacDartyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebService\MacifController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebService\MacifController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebService\MacifController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebService\MscController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebService\MscController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebService\MscController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebService\SofincoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebService\SofincoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebService\SofincoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebService\UneoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebService\UneoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebService\UneoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebService\WebServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebService\WebServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebService\WebServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__ADV\AdvPlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__ADV\AdvPlanningController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__ADV\AdvPlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\BalanceClientReminderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\BalanceClientReminderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\BalanceClientReminderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\CreditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\CreditController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\CreditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\DepartureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\DepartureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\DepartureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\Insurance\InsuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\Insurance\InsuranceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\Insurance\InsuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\Insurance\InsurancePriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\Insurance\InsurancePriceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\Insurance\InsurancePriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\Partner\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\Partner\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\Partner\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\Partner\PartnerTemplateContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\Partner\PartnerTemplateContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\Partner\PartnerTemplateContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\Partner\PartnerTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\Partner\PartnerTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\Partner\PartnerTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\Payment\PaymentBackupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\Payment\PaymentBackupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\Payment\PaymentBackupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\Payment\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\Payment\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\Payment\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\RefundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\RefundController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\RefundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\SellingRecap\CabinTypeDetailSellingRecapsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\SellingRecap\CabinTypeDetailSellingRecapsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\SellingRecap\CabinTypeDetailSellingRecapsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\SellingRecap\CompanyDetailSellingRecapsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\SellingRecap\CompanyDetailSellingRecapsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\SellingRecap\CompanyDetailSellingRecapsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\SellingRecap\PartnerDetailSellingRecapsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\SellingRecap\PartnerDetailSellingRecapsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\SellingRecap\PartnerDetailSellingRecapsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\SellingRecap\SellerDetailSellingRecapsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\SellingRecap\SellerDetailSellingRecapsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\SellingRecap\SellerDetailSellingRecapsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\SellingRecap\SellingRecapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\SellingRecap\SellingRecapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\SellingRecap\SellingRecapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\SupplierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Accounting\TurnoverController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Accounting\TurnoverController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Accounting\TurnoverController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Booking\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Booking\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Booking\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Booking\ContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Booking\ContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Booking\ContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Contact\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Contact\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Contact\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Contact\cms_api\NewsletterSubscriberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Contact\cms_api\NewsletterSubscriberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Contact\cms_api\NewsletterSubscriberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Contact\cms_api\PersonalSpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Contact\cms_api\PersonalSpaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Contact\cms_api\PersonalSpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Contact\cms_api\ProcessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Contact\cms_api\ProcessController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Contact\cms_api\ProcessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Contact\cms_api\ProspectRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Contact\cms_api\ProspectRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Contact\cms_api\ProspectRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Contact\cms_api\UserCMSController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Contact\cms_api\UserCMSController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Contact\cms_api\UserCMSController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Marketing\DepartureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Marketing\DepartureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Marketing\DepartureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Marketing\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Marketing\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Marketing\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Partner\PartnerCompanyDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Partner\PartnerCompanyDiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Partner\PartnerCompanyDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Partner\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Partner\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Partner\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Quote\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Quote\QuoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Quote\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Sale\LegalTextController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Sale\LegalTextController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Sale\LegalTextController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Sale\ProspectRequestAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Sale\ProspectRequestAssignmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Sale\ProspectRequestAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Sale\ProspectRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Sale\ProspectRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Sale\ProspectRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\__Sale\SellerPlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\__Sale\SellerPlanningController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\__Sale\SellerPlanningController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AdvRequestTypeDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AdvRequestTypeDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CabinSpecificityDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CabinSpecificityDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CommentStatusFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CommentStatusFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CompanyCodeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CompanyCodeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ConfirmationDelayFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ConfirmationDelayFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContactPartnerCategoryDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ContactPartnerCategoryDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FormalityDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\FormalityDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FullwebManagementFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\FullwebManagementFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MarginApplicationFilterDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\MarginApplicationFilterDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductCategoryDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProductCategoryDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductCleanDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProductCleanDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductDefaultOptionDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProductDefaultOptionDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductOptionDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProductOptionDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProductOptionValueDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProductOptionValueDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SecurityDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SecurityDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SpecialRequestTypeDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SpecialRequestTypeDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SupplierDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SupplierDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TodoTypeDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\TodoTypeDataFixtures"; reason: abstract.
Removed service ".instanceof.App\DatatableFactory\__Sale\ProspectRequest\ProspectRequestDatatableFactoryInterface.0.App\DatatableFactory\__Sale\ProspectRequest\AdvRequestFollowUpDatatableFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\DatatableFactory\__Sale\ProspectRequest\AdvRequestFollowUpDatatableFactory"; reason: abstract.
Removed service ".instanceof.App\DatatableFactory\__Sale\ProspectRequest\ProspectRequestDatatableFactoryInterface.0.App\DatatableFactory\__Sale\ProspectRequest\AdvRequestToAssignDatatableFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\DatatableFactory\__Sale\ProspectRequest\AdvRequestToAssignDatatableFactory"; reason: abstract.
Removed service ".instanceof.App\DatatableFactory\__Sale\ProspectRequest\ProspectRequestDatatableFactoryInterface.0.App\DatatableFactory\__Sale\ProspectRequest\ContactRequestFollowUpDatatableFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\DatatableFactory\__Sale\ProspectRequest\ContactRequestFollowUpDatatableFactory"; reason: abstract.
Removed service ".instanceof.App\DatatableFactory\__Sale\ProspectRequest\ProspectRequestDatatableFactoryInterface.0.App\DatatableFactory\__Sale\ProspectRequest\ContactRequestToAssignDatatableFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\DatatableFactory\__Sale\ProspectRequest\ContactRequestToAssignDatatableFactory"; reason: abstract.
Removed service ".instanceof.App\DatatableFactory\__Sale\ProspectRequest\ProspectRequestDatatableFactoryInterface.0.App\DatatableFactory\__Sale\ProspectRequest\QuoteRequestFollowUpDatatableFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\DatatableFactory\__Sale\ProspectRequest\QuoteRequestFollowUpDatatableFactory"; reason: abstract.
Removed service ".instanceof.App\DatatableFactory\__Sale\ProspectRequest\ProspectRequestDatatableFactoryInterface.0.App\DatatableFactory\__Sale\ProspectRequest\QuoteRequestToAssignDatatableFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\DatatableFactory\__Sale\ProspectRequest\QuoteRequestToAssignDatatableFactory"; reason: abstract.
Removed service ".instanceof.App\Email\CruisePreparationEmail\CruisePreparationEmailSenderInterface.0.App\Email\CruisePreparationEmail\CostaNCLCruisePreparationEmailSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Email\CruisePreparationEmail\CostaNCLCruisePreparationEmailSender"; reason: abstract.
Removed service ".instanceof.App\Email\CruisePreparationEmail\CruisePreparationEmailSenderInterface.0.App\Email\CruisePreparationEmail\CroisieuropeCelestyalCruisePreparationEmailSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Email\CruisePreparationEmail\CroisieuropeCelestyalCruisePreparationEmailSender"; reason: abstract.
Removed service ".instanceof.App\Email\CruisePreparationEmail\CruisePreparationEmailSenderInterface.0.App\Email\CruisePreparationEmail\DefaultCruisePreparationEmailSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Email\CruisePreparationEmail\DefaultCruisePreparationEmailSender"; reason: abstract.
Removed service ".instanceof.App\Email\CruisePreparationEmail\CruisePreparationEmailSenderInterface.0.App\Email\CruisePreparationEmail\PonantCFCCruisePreparationEmailSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Email\CruisePreparationEmail\PonantCFCCruisePreparationEmailSender"; reason: abstract.
Removed service ".instanceof.App\Email\TravelDiaryEmail\TravelDiaryEmailSenderInterface.0.App\Email\TravelDiaryEmail\CostaNCLRCCLCunardTravelDiaryEmailSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Email\TravelDiaryEmail\CostaNCLRCCLCunardTravelDiaryEmailSender"; reason: abstract.
Removed service ".instanceof.App\Email\TravelDiaryEmail\TravelDiaryEmailSenderInterface.0.App\Email\TravelDiaryEmail\DefaultTravelDiaryEmailSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Email\TravelDiaryEmail\DefaultTravelDiaryEmailSender"; reason: abstract.
Removed service ".instanceof.App\Email\TravelDiaryEmail\TravelDiaryEmailSenderInterface.0.App\Email\TravelDiaryEmail\PonantCFCTravelDiaryEmailSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Email\TravelDiaryEmail\PonantCFCTravelDiaryEmailSender"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\BookingEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\BookingEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\ClubCardChangedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ClubCardChangedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelControllerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\KernelControllerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\KernelRequestSubscriber"; reason: abstract.
Removed service ".instanceof.Crea\FloaBundle\Adapter\FloaModelAdapterInterface.0.App\Floa\Adapter\FloaQuoteAdapter"; reason: abstract.
Removed service ".abstract.instanceof.App\Floa\Adapter\FloaQuoteAdapter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Floa\Exception\FloaExceptionEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Floa\Exception\FloaExceptionEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\AccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\AccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\ApplicationFeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\ApplicationFeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\BalanceBeforeDepartureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\BalanceBeforeDepartureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\BookingCompanySupplierRealAmountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\BookingCompanySupplierRealAmountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\CancelFeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\CancelFeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\PaymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\PaymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\PortTaxType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\PortTaxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\StandaloneSupplierPaymentByBookingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\StandaloneSupplierPaymentByBookingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\SupplierPaymentByBookingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\SupplierPaymentByBookingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\SupplierPaymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\SupplierPaymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Accounting\TurnoverObjectiveType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Accounting\TurnoverObjectiveType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ApplicationFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ApplicationFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BetweenNumbersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BetweenNumbersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AdvBookingChangeCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AdvBookingChangeCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AdvBookingChangeStateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AdvBookingChangeStateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AdvBookingChangeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AdvBookingChangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AdvRequestStateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AdvRequestStateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AdvRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AdvRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AdvRequestTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AdvRequestTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AmendmentLineAttributedDiscountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AmendmentLineAttributedDiscountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AmendmentLineAttributedInsuranceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AmendmentLineAttributedInsuranceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AmendmentLineAttributedProductVariantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AmendmentLineAttributedProductVariantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AmendmentLineType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AmendmentLineType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\AmendmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\AmendmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\BookingCancelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\BookingCancelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\BookingCancelWithCreditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\BookingCancelWithCreditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\BookingCancelWithReportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\BookingCancelWithReportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\CabinOptionDurationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\CabinOptionDurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\CabinSpecificityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\CabinSpecificityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\ConfirmationAdvRequestAssignmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\ConfirmationAdvRequestAssignmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\FullwebManagementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\FullwebManagementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\PassengerFormalityForCmsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\PassengerFormalityForCmsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\PassengerFormalityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\PassengerFormalityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\PassengerInformationFormFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\PassengerInformationFormFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\PassengerInformationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\PassengerInformationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\ProspectRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\ProspectRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\RetrieveBookingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\RetrieveBookingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\SearchEngineType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\SearchEngineType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\SpecialRequestDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\SpecialRequestDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\SpecialRequestStateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\SpecialRequestStateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\SpecialRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\SpecialRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Booking\SpecialRequestTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Booking\SpecialRequestTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Client\Passengers\PassengersFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Client\Passengers\PassengersFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Client\Passengers\QuoteParticipantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Client\Passengers\QuoteParticipantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Common\FirmedCheckFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Common\FirmedCheckFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\AttributedInsuranceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\AttributedInsuranceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\CabinFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\CabinFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\InsuranceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\InsuranceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\QuoteLineFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Common\Insurance\QuoteLineFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Common\MultiPayment\MultiPaymentFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Common\MultiPayment\MultiPaymentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Common\PaymentBilling\PaymentBillingFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Common\PaymentBilling\PaymentBillingFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Common\Recap\RecapFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Common\Recap\RecapFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Choice\CabinsFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Choice\CabinsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Choice\QuoteCabinFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Choice\QuoteCabinFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Passengers\PassengersFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Passengers\PassengersFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Passengers\QuoteParticipantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Passengers\QuoteParticipantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Passengers\QuoteParticipantInformationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\Passengers\QuoteParticipantInformationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\PassengersFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\PassengersFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\QuoteParticipantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\QuoteParticipantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\QuoteParticipantInformationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Fullweb\Costa\Passengers\QuoteParticipantInformationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Cabins\CabinsFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Cabins\CabinsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Cabins\QuoteCabinFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Cabins\QuoteCabinFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\ApplicationFee\ApplicationFeeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\ApplicationFee\ApplicationFeeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\AttributedProductVariantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\AttributedProductVariantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\AttributedProductVariantParameterValuesFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\AttributedProductVariantParameterValuesFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\CabinFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\CabinFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\CabinServiceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\CabinServiceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\QuoteLineFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\CabinService\QuoteLineFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\ClientSide\ClientSideFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\ClientSide\ClientSideFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\AttributedDiscountFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\AttributedDiscountFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\AttributedProductVariantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\AttributedProductVariantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\CabinFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\CabinFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\DiscountFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\DiscountFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\QuoteLineFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\QuoteLineFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\QuoteParticipantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\QuoteParticipantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\DownPayment\DownPaymentFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\DownPayment\DownPaymentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Insurance\AttributedInsuranceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Insurance\AttributedInsuranceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Insurance\CabinFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Insurance\CabinFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Insurance\InsuranceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Insurance\InsuranceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Insurance\QuoteLineFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Insurance\QuoteLineFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\MultiPayment\MultiPaymentFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\MultiPayment\MultiPaymentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\OptionDuration\OptionDurationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\OptionDuration\OptionDurationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\OptionDuration\OptionValidityFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\OptionDuration\OptionValidityFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Partner\CabinFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Partner\CabinFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Partner\PartnerFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Partner\PartnerFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Partner\QuoteParticipantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Partner\QuoteParticipantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerPrice\AttributedProductVariantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerPrice\AttributedProductVariantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerPrice\PassengerPriceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerPrice\PassengerPriceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerPrice\QuoteLineFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerPrice\QuoteLineFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerPrice\QuoteParticipantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerPrice\QuoteParticipantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\AttributedProductVariantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\AttributedProductVariantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\AttributedProductVariantParameterValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\AttributedProductVariantParameterValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\AttributedProductVariantParameterValuesFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\AttributedProductVariantParameterValuesFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\PassengerServiceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\PassengerServiceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\QuoteLineFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\QuoteLineFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\QuoteParticipantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\PassengerService\QuoteParticipantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Payment\PaymentFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Payment\PaymentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Totals\TotalsFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Totals\TotalsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Passengers\PassengersFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Passengers\PassengersFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Passengers\QuoteParticipantFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Passengers\QuoteParticipantFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BookingProcess\ProcessStep\Manual\Passengers\QuoteParticipantInformationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BookingProcess\ProcessStep\Manual\Passengers\QuoteParticipantInformationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Confirmation\BookingConfirmationCabinCheckType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Confirmation\BookingConfirmationCabinCheckType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Confirmation\BookingConfirmationPassengerCheckType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Confirmation\BookingConfirmationPassengerCheckType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Confirmation\BookingConfirmationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Confirmation\BookingConfirmationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Confirmation\ConfirmationDelayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Confirmation\ConfirmationDelayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Confirmation\ConfirmationResponsibleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Confirmation\ConfirmationResponsibleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Confirmation\ConfirmationTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Confirmation\ConfirmationTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Contact\ComplaintStateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Contact\ComplaintStateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Contact\ComplaintType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Contact\ComplaintType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Contact\NewsletterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Contact\NewsletterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Contact\OwnerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Contact\OwnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Contact\PartnerByContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Contact\PartnerByContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Contact\PhoneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Contact\PhoneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Contact\PreferenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Contact\PreferenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Contact\ProspectRequestContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Contact\ProspectRequestContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Contact\ProspectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Contact\ProspectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Cruise\Company\CabinCategoryHistoryB2BType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Cruise\Company\CabinCategoryHistoryB2BType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Cruise\Cruise\CruiseHistoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Cruise\Cruise\CruiseHistoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Cruise\Formality\FormalityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Cruise\Formality\FormalityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Cruise\Formality\FormalityTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Cruise\Formality\FormalityTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Dashboard\DashboardType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Dashboard\DashboardType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DatePeriodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DatePeriodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Discount\DiscountActionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Discount\DiscountActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Discount\DiscountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Discount\DiscountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Document\SaleTermType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Document\SaleTermType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Email\EmailAttachmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Email\EmailAttachmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Email\EmailContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Email\EmailContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Email\EmailTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Email\EmailTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Email\EmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Email\EmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Email\EmailUnreadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Email\EmailUnreadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilesDropzoneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FilesDropzoneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GridExtensions\ContactSegmentFilter\NumberComparisonByPeriodicityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\GridExtensions\ContactSegmentFilter\NumberComparisonByPeriodicityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GridExtensions\ContactSegmentFilterCollectionFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\GridExtensions\ContactSegmentFilterCollectionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GridExtensions\ContactSegmentFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\GridExtensions\ContactSegmentFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Marketing\MarketingCampaignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Marketing\MarketingCampaignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Marketing\MarketingOperationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Marketing\MarketingOperationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Marketing\SegmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Marketing\SegmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Notification\NotificationGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Notification\NotificationGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Notification\NotificationRuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Notification\NotificationRuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Notification\NotificationSubscriberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Notification\NotificationSubscriberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Notification\ReminderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Notification\ReminderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NumberComparisonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\NumberComparisonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Opinion\AnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Opinion\AnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Partner\PartnerContactPartnerSelectionFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Partner\PartnerContactPartnerSelectionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Partner\PartnerFollowUpType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Partner\PartnerFollowUpType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\AutoProductVariantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\AutoProductVariantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\MarginCabinType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\MarginCabinType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\MarginProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\MarginProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\ProductCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\ProductCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\ProductDefaultParameterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\ProductDefaultParameterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\ProductDefaultParameterValidValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\ProductDefaultParameterValidValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\ProductOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\ProductOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\ProductOptionValidValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\ProductOptionValidValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\ProductOptionValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\ProductOptionValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\ProductVariantParameterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\ProductVariantParameterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\ProductVariantParameterValidValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\ProductVariantParameterValidValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Product\ProductVariantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Product\ProductVariantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Recap\BookingDepartureYearType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Recap\BookingDepartureYearType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Recap\FinancialYearType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Recap\FinancialYearType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Recap\PeriodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Recap\PeriodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Schedule\LeaveType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Schedule\LeaveType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Schedule\ScheduleCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Schedule\ScheduleCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Schedule\ScheduleEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Schedule\ScheduleEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Selling\SellingSegmentCabinTypePointType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Selling\SellingSegmentCabinTypePointType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Selling\SellingSegmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Selling\SellingSegmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TimePeriodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TimePeriodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Todo\TodoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Todo\TodoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Todo\TodoTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\Todo\TodoTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\User\MacifProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\User\MacifProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\YesOrNoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\YesOrNoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Accounting\InsuranceFiltersFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Accounting\InsuranceFiltersFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Accounting\InsurancePriceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Accounting\InsurancePriceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Accounting\InsuranceTurnoverFiltersFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Accounting\InsuranceTurnoverFiltersFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Accounting\ManualPaymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Accounting\ManualPaymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Accounting\PartnerTemplateContentFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Accounting\PartnerTemplateContentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Accounting\SupplierContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Accounting\SupplierContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Accounting\SupplierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Accounting\SupplierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Booking\BookingDetailsBaseFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Booking\BookingDetailsBaseFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Contact\contact\ClubCardType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Contact\contact\ClubCardType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Contact\contact\CommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Contact\contact\CommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Contact\contact\ContactListFiltersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Contact\contact\ContactListFiltersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Contact\contact\ContactNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Contact\contact\ContactNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Contact\contact\ContactProspectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Contact\contact\ContactProspectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Contact\contact\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Contact\contact\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Marketing\DeparturesMergeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Marketing\DeparturesMergeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Partner\ContactPartnerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Partner\ContactPartnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Partner\PartnerByContactFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Partner\PartnerByContactFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Partner\PartnerCompanyDiscountCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Partner\PartnerCompanyDiscountCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Partner\PartnerCompanyDiscountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Partner\PartnerCompanyDiscountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Partner\PartnerFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Partner\PartnerFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Partner\PartnerListFiltersFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Partner\PartnerListFiltersFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Partner\PartnerWebsiteManagementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Partner\PartnerWebsiteManagementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Quote\QuoteListFiltersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Quote\QuoteListFiltersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Sale\LegalTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Sale\LegalTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Sale\ProspectRequestAssignmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Sale\ProspectRequestAssignmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Sale\ProspectRequestDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Sale\ProspectRequestDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Sale\ProspectRequestLinkedContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Sale\ProspectRequestLinkedContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Sale\ProspectRequestListFiltersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Sale\ProspectRequestListFiltersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Sale\ProspectRequestStatusReasonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Sale\ProspectRequestStatusReasonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Sale\ReminderEventLogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Sale\ReminderEventLogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\__Sale\ReminderScheduleDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\__Sale\ReminderScheduleDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserCMSType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\UserCMSType"; reason: abstract.
Removed service ".instanceof.App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterInterface.0.App\GridExtensions\Filter\ContactSegmentFilter\GenericContactGroupFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\GridExtensions\Filter\ContactSegmentFilter\GenericContactGroupFilter"; reason: abstract.
Removed service ".instanceof.App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterInterface.0.App\GridExtensions\Filter\ContactSegmentFilter\GenericContactTravelingAloneFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\GridExtensions\Filter\ContactSegmentFilter\GenericContactTravelingAloneFilter"; reason: abstract.
Removed service ".instanceof.App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterInterface.0.App\GridExtensions\Filter\ContactSegmentFilter\GenericContactTypeFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\GridExtensions\Filter\ContactSegmentFilter\GenericContactTypeFilter"; reason: abstract.
Removed service ".instanceof.App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterInterface.0.App\GridExtensions\Filter\ContactSegmentFilter\GenericEmailExistsFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\GridExtensions\Filter\ContactSegmentFilter\GenericEmailExistsFilter"; reason: abstract.
Removed service ".instanceof.App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterInterface.0.App\GridExtensions\Filter\ContactSegmentFilter\GenericNewCustomerFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\GridExtensions\Filter\ContactSegmentFilter\GenericNewCustomerFilter"; reason: abstract.
Removed service ".instanceof.App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterInterface.0.App\GridExtensions\Filter\ContactSegmentFilter\GenericNewsletterSubscriptionFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\GridExtensions\Filter\ContactSegmentFilter\GenericNewsletterSubscriptionFilter"; reason: abstract.
Removed service ".instanceof.App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterInterface.0.App\GridExtensions\Filter\ContactSegmentFilter\GenericNoPartnerFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\GridExtensions\Filter\ContactSegmentFilter\GenericNoPartnerFilter"; reason: abstract.
Removed service ".instanceof.App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterInterface.0.App\GridExtensions\Filter\ContactSegmentFilter\GenericPartnerFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\GridExtensions\Filter\ContactSegmentFilter\GenericPartnerFilter"; reason: abstract.
Removed service ".instanceof.App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterInterface.0.App\GridExtensions\Filter\ContactSegmentFilter\GenericPartnerNotFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\GridExtensions\Filter\ContactSegmentFilter\GenericPartnerNotFilter"; reason: abstract.
Removed service ".instanceof.App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterInterface.0.App\GridExtensions\Filter\ContactSegmentFilter\GenericPartnerTrialGameFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\GridExtensions\Filter\ContactSegmentFilter\GenericPartnerTrialGameFilter"; reason: abstract.
Removed service ".instanceof.App\History\Adapter\HistoryAdapterInterface.0.App\History\Adapter\CruiseHistoryAdapter"; reason: abstract.
Removed service ".abstract.instanceof.App\History\Adapter\CruiseHistoryAdapter"; reason: abstract.
Removed service ".instanceof.App\History\Adapter\HistoryAdapterInterface.0.App\History\Adapter\CruiseTagAssociationHistoryAdapter"; reason: abstract.
Removed service ".abstract.instanceof.App\History\Adapter\CruiseTagAssociationHistoryAdapter"; reason: abstract.
Removed service ".instanceof.App\History\Adapter\HistoryAdapterInterface.0.App\History\Adapter\ItineraryHistoryAdapter"; reason: abstract.
Removed service ".abstract.instanceof.App\History\Adapter\ItineraryHistoryAdapter"; reason: abstract.
Removed service ".instanceof.App\History\Importer\PimEntityImporterInterface.0.App\History\Importer\CruiseImporter"; reason: abstract.
Removed service ".abstract.instanceof.App\History\Importer\CruiseImporter"; reason: abstract.
Removed service ".instanceof.App\History\Service\HistoryServiceInterface.0.App\History\Service\CabinCategoryHistoryService"; reason: abstract.
Removed service ".abstract.instanceof.App\History\Service\CabinCategoryHistoryService"; reason: abstract.
Removed service ".instanceof.App\History\Service\HistoryServiceInterface.0.App\History\Service\CruiseHistoryService"; reason: abstract.
Removed service ".abstract.instanceof.App\History\Service\CruiseHistoryService"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\AppointmentRequestToAssignBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\AppointmentRequestToAssignBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\AttributedAppointmentRequestInProgressBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\AttributedAppointmentRequestInProgressBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\AttributedContactRequestInProgressBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\AttributedContactRequestInProgressBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\AttributedMailQuoteRequestInProgressBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\AttributedMailQuoteRequestInProgressBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\AttributedWebQuoteRequestInProgressBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\AttributedWebQuoteRequestInProgressBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\ContactRequestToAssignBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\ContactRequestToAssignBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\MailQuoteRequestToAssignBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\MailQuoteRequestToAssignBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\MutedQuoteRequestRelaunchBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\MutedQuoteRequestRelaunchBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\NumberOfBookingsToConfirmBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\NumberOfBookingsToConfirmBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\NumberOfQuotesCurrentlyValidBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\NumberOfQuotesCurrentlyValidBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\QuoteRequestInProgressBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\QuoteRequestInProgressBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\SellerBonusBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\SellerBonusBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\BasicHomeModule\WebQuoteRequestToAssignBasicHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\BasicHomeModule\WebQuoteRequestToAssignBasicHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\ButtonHomeModule\ClientFilesButtonHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\ButtonHomeModule\ClientFilesButtonHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\ListHomeModule\AppointmentRequestListHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\ListHomeModule\AppointmentRequestListHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\ListHomeModule\RequestListHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\ListHomeModule\RequestListHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\AppointmentRequestToAssignDetailedSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\AppointmentRequestToAssignDetailedSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\ContactRequestToAssignDetailedSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\ContactRequestToAssignDetailedSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\MailQuoteRequestToAssignDetailedSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\MailQuoteRequestToAssignDetailedSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\MarketingBookingSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\MarketingBookingSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\MarketingWebQuoteRequestSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\MarketingWebQuoteRequestSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\MarketingWebQuoteSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\MarketingWebQuoteSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\NumberOfCompanyOffersSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\NumberOfCompanyOffersSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\NumberOfFullWebBookingsSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\NumberOfFullWebBookingsSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\NumberOfPartnersFollowUpSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\NumberOfPartnersFollowUpSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\NumberOfPartnersSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\NumberOfPartnersSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\NumberOfProductDiscountSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\NumberOfProductDiscountSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\NumberOfQuotesProvidedSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\NumberOfQuotesProvidedSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\NumberOfSegmentsSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\NumberOfSegmentsSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\QuoteConversionRateProvidedSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\QuoteConversionRateProvidedSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\SpecificHomeModule\WebQuoteRequestToAssignDetailedSpecificHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\SpecificHomeModule\WebQuoteRequestToAssignDetailedSpecificHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\TableHomeModule\CompanyOffersTableHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\TableHomeModule\CompanyOffersTableHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\TableHomeModule\WebServicesTableHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\TableHomeModule\WebServicesTableHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\TurnoverHomeModule\GlobalTurnoverHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\TurnoverHomeModule\GlobalTurnoverHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\TurnoverHomeModule\PartnerDetailedTurnoverHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\TurnoverHomeModule\PartnerDetailedTurnoverHomeModule"; reason: abstract.
Removed service ".instanceof.App\HomeModule\HomeModuleInterface.0.App\HomeModule\TurnoverHomeModule\PartnerTotalTurnoverHomeModule"; reason: abstract.
Removed service ".abstract.instanceof.App\HomeModule\TurnoverHomeModule\PartnerTotalTurnoverHomeModule"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Mailjet\Command\MailjetSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Command\MailjetSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Mailjet\Controller\MailjetCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Mailjet\Controller\MailjetCampaignController"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Controller\MailjetCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Mailjet\Controller\MailjetCampaignTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Mailjet\Controller\MailjetCampaignTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Controller\MailjetCampaignTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Mailjet\Controller\MailjetOperationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Mailjet\Controller\MailjetOperationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Controller\MailjetOperationController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Mailjet\Form\MailjetCampaignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Form\MailjetCampaignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Mailjet\Form\MailjetCampaignTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Form\MailjetCampaignTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Mailjet\Form\MailjetOperationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Form\MailjetOperationType"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Mailjet\Manager\Level_0\MailjetOperationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Manager\Level_0\MailjetOperationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Mailjet\Manager\Level_1\MailjetOperationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Manager\Level_1\MailjetOperationManager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Mailjet\Normalizer\MailjetCampaignNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Mailjet\Normalizer\MailjetCampaignNormalizer"; reason: abstract.
Removed service ".instanceof.App\Mailjet\Normalizer\MailjetNormalizerInterface.0.App\Mailjet\Normalizer\MailjetCampaignNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Normalizer\MailjetCampaignNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Mailjet\Normalizer\MailjetContactListNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Mailjet\Normalizer\MailjetContactListNormalizer"; reason: abstract.
Removed service ".instanceof.App\Mailjet\Normalizer\MailjetNormalizerInterface.0.App\Mailjet\Normalizer\MailjetContactListNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Normalizer\MailjetContactListNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Mailjet\Normalizer\MailjetContactNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Mailjet\Normalizer\MailjetContactNormalizer"; reason: abstract.
Removed service ".instanceof.App\Mailjet\Normalizer\MailjetNormalizerInterface.0.App\Mailjet\Normalizer\MailjetContactNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Normalizer\MailjetContactNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Mailjet\Normalizer\MailjetStatisticNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Mailjet\Normalizer\MailjetStatisticNormalizer"; reason: abstract.
Removed service ".instanceof.App\Mailjet\Normalizer\MailjetNormalizerInterface.0.App\Mailjet\Normalizer\MailjetStatisticNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Normalizer\MailjetStatisticNormalizer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Mailjet\Repository\MailjetCampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Repository\MailjetCampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Mailjet\Repository\MailjetCampaignTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Repository\MailjetCampaignTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Mailjet\Repository\MailjetOperationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Repository\MailjetOperationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Mailjet\Repository\MailjetStatisticRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Repository\MailjetStatisticRepository"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Mailjet\Security\MailjetRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Security\MailjetRightProvider"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Mailjet\Twig\MailjetOperationTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Twig\MailjetOperationTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Mailjet\Voter\MailjetVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Mailjet\Voter\MailjetVoter"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AdvBookingChangeAssociationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AdvBookingChangeAssociationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AdvBookingChangeAssociationValidationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AdvBookingChangeAssociationValidationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AdvBookingChangeManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AdvBookingChangeManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AdvRequestManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AdvRequestManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AirportManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AirportManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AlertManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AlertManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AllowanceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AllowanceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AmendmentLineManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AmendmentLineManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AmendmentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AmendmentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AnswerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AnswerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ApplicationFilterLimitationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ApplicationFilterLimitationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AtmosphereManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AtmosphereManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AttributedDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AttributedDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AttributedEmailManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AttributedEmailManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AttributedInsuranceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AttributedInsuranceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AttributedProductVariantManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AttributedProductVariantManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AttributedProductVariantParameterValueManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AttributedProductVariantParameterValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\AttributedSentEmailManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\AttributedSentEmailManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\BookingConfirmationCabinCheckManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\BookingConfirmationCabinCheckManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\BookingConfirmationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\BookingConfirmationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\BookingConfirmationPassengerCheckManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\BookingConfirmationPassengerCheckManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\BookingIndividualTurnoverManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\BookingIndividualTurnoverManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\BookingManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\BookingManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\BookingParticipantManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\BookingParticipantManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\BookingPartnerTurnoverManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\BookingPartnerTurnoverManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CabinCategoryHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CabinCategoryHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CabinManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CabinManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CabinSpecificityManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CabinSpecificityManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CabinTypeManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CabinTypeManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ClubCardCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ClubCardCategoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ClubCardHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ClubCardHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ClubCardManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ClubCardManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CommentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CommentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CompanyManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CompanyManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ComplaintManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ComplaintManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ContactManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ContactManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ContactPartnerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ContactPartnerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ContactProspectManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ContactProspectManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ContractManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ContractManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CountryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CountryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CreditManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CreditManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CreditPaymentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CreditPaymentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CrmDepartureManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CrmDepartureManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CruiseHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CruiseHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CruiseTagAssociationHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CruiseTagAssociationHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CruiseTagCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CruiseTagCategoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\CruiseTagManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\CruiseTagManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\DepartureManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\DepartureManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\DestinationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\DestinationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\DiscountActionManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\DiscountActionManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\DiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\DiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\EmailManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\EmailManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\FareCodeManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\FareCodeManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\FirmedCheckManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\FirmedCheckManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\FormalityHistoryBookingManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\FormalityHistoryBookingManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\FormalityHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\FormalityHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\IncludedAssociationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\IncludedAssociationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\IncludedGroupManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\IncludedGroupManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\IncludedHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\IncludedHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\InsurancePriceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\InsurancePriceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\InvoiceLineManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\InvoiceLineManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\InvoiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\InvoiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ItineraryHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ItineraryHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ItinerarySegmentHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ItinerarySegmentHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\LegalTextManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\LegalTextManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\MacifProfileManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\MacifProfileManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\MarginCabinManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\MarginCabinManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\MarginProductManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\MarginProductManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\MissingDataManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\MissingDataManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\NewsletterSubscriberManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\NewsletterSubscriberManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ParticipationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ParticipationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PartnerAllowanceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PartnerAllowanceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PartnerByContactHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PartnerByContactHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PartnerByContactManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PartnerByContactManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PartnerCompanyDiscountCollectionManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PartnerCompanyDiscountCollectionManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PartnerCompanyDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PartnerCompanyDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PartnerFollowUpManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PartnerFollowUpManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PartnerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PartnerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PartnerParticipationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PartnerParticipationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PartnerTemplateContentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PartnerTemplateContentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PartnerTemplateManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PartnerTemplateManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PassengerFormalityManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PassengerFormalityManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PassengerFormalityRequestManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PassengerFormalityRequestManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PassengerInformationFormFieldManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PassengerInformationFormFieldManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PassengerInformationFormManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PassengerInformationFormManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PassengerInformationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PassengerInformationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PassengerInformationRequestManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PassengerInformationRequestManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PassengerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PassengerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PaymentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PaymentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PhoneCallManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PhoneCallManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PhoneManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PhoneManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\PreferenceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\PreferenceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProcessStateManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProcessStateManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductCategoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductDefaultOptionManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductDefaultOptionManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductDefaultOptionValidValueManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductDefaultOptionValidValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductDefaultParameterManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductDefaultParameterManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductDefaultParameterValidValueManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductDefaultParameterValidValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductOptionManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductOptionManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductOptionValidValueManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductOptionValidValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductOptionValueManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductOptionValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductVariantManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductVariantManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductVariantParameterManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductVariantParameterManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProductVariantParameterValidValueManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProductVariantParameterValidValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProspectManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProspectManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProspectProjectManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProspectProjectManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ProspectRequestManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ProspectRequestManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\QuoteItemsManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\QuoteItemsManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\QuoteLineManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\QuoteLineManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\QuoteManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\QuoteManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\QuoteParticipantManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\QuoteParticipantManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\QuotePassengerInformationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\QuotePassengerInformationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\RefundManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\RefundManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ReminderManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ReminderManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SaleTermManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SaleTermManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SegmentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SegmentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SellerBonusManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SellerBonusManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SentEmailManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SentEmailManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ServiceHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ServiceHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ShipManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ShipManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\ShipTextualDataManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\ShipTextualDataManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SpecialOfferHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SpecialOfferHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SpecialRequestDocumentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SpecialRequestDocumentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SpecialRequestManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SpecialRequestManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\StopoverManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\StopoverManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SupplierContactManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SupplierContactManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SupplierManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SupplierManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SupplierPaymentByBookingManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SupplierPaymentByBookingManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\SupplierPaymentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\SupplierPaymentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Manager\Level_0\UserCmsManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_0\UserCmsManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\AdvBookingChangeAssociationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\AdvBookingChangeAssociationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\AdvBookingChangeManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\AdvBookingChangeManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\AdvRequestManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\AdvRequestManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\AllowanceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\AllowanceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\AmendmentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\AmendmentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\AssureverProductManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\AssureverProductManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\AttributedDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\AttributedDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\AttributedInsuranceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\AttributedInsuranceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\AttributedProductVariantManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\AttributedProductVariantManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\BookingConfirmationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\BookingConfirmationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\BookingIndividualTurnoverManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\BookingIndividualTurnoverManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\BookingManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\BookingManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\BookingParticipantManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\BookingParticipantManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\BookingPartnerTurnoverManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\BookingPartnerTurnoverManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\CabinCategoryHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\CabinCategoryHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\CabinManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\CabinManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ClubCardManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ClubCardManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ContactManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ContactManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ContactProspectManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ContactProspectManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ContractManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ContractManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\CreditManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\CreditManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\CruiseHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\CruiseHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\CruiseTagManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\CruiseTagManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\DepartureManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\DepartureManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\IncludedGroupManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\IncludedGroupManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\IncludedHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\IncludedHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\InsurancePriceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\InsurancePriceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\InvoiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\InvoiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ItineraryHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ItineraryHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\LegalTextManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\LegalTextManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\MarginCabinManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\MarginCabinManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\MarginProductManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\MarginProductManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ParticipationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ParticipationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\PartnerAllowanceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\PartnerAllowanceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\PartnerByContactManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\PartnerByContactManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\PartnerCompanyDiscountCollectionManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\PartnerCompanyDiscountCollectionManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\PartnerCompanyDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\PartnerCompanyDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\PartnerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\PartnerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\PartnerParticipationManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\PartnerParticipationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\PartnerTemplateContentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\PartnerTemplateContentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\PartnerTemplateManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\PartnerTemplateManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\PaymentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\PaymentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ProspectManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ProspectManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ProspectProjectManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ProspectProjectManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ProspectRequestManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ProspectRequestManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\QuoteManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\QuoteManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\QuoteParticipantManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\QuoteParticipantManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ReminderManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ReminderManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\SellerBonusManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\SellerBonusManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\SentEmailManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\SentEmailManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\ServiceHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\ServiceHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\SpecialOfferHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\SpecialOfferHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\SupplierPaymentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\SupplierPaymentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\UserCMSManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\UserCMSManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.App\Manager\Level_1\UserManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\Level_1\UserManager"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\AccountingAdminMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\AccountingAdminMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\AccountingMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\AccountingMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\AdminMarketingMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\AdminMarketingMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\AdminSaleBookingMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\AdminSaleBookingMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\AdvAdminMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\AdvAdminMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\AdvAutomationMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\AdvAutomationMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\AdvMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\AdvMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\BookingMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\BookingMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\ContactMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\ContactMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\DashboardMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\DashboardMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\DataAdminMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\DataAdminMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\MarketingMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\MarketingMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\MigrationMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\MigrationMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\PartnerMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\PartnerMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\ProspectRequestMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\ProspectRequestMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\QuoteMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\QuoteMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\SellingRecapMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\SellingRecapMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\TurnoverMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\TurnoverMenuSection"; reason: abstract.
Removed service ".instanceof.App\Menu\Section\MenuSectionInterface.0.App\Menu\Section\WebServicesMenuSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Menu\Section\WebServicesMenuSection"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\AmendmentPaymentMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\AmendmentPaymentMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\BookingPaymentMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\BookingPaymentMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\FormalityCreationMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\FormalityCreationMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\FormalityUpdateMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\FormalityUpdateMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\CsvImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\CsvImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\CsvImportInitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\CsvImportInitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\CsvLoadCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\CsvLoadCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\HistoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\HistoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\MappingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\MappingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\MappingInitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\MappingInitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\MappingRulesImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\MappingRulesImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\MappingRulesInitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\MappingRulesInitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\MigrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\MigrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\MigrationPostLoadCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\MigrationPostLoadCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\PimSynchronizationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\PimSynchronizationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\RemoveTestDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\RemoveTestDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Migration\Command\ScpCsvFilesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Command\ScpCsvFilesCommand"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\HistoryCorrBookingCabinCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\HistoryCorrBookingCabinCategory"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\HistoryCorrBookingCruise"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\HistoryCorrBookingCruise"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\HistoryCorrProspectRequestCabinCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\HistoryCorrProspectRequestCabinCategory"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\HistoryCorrProspectRequestCruise"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\HistoryCorrProspectRequestCruise"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\HistoryCorrQuoteCabinCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\HistoryCorrQuoteCabinCategory"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\HistoryCorrQuoteCruise"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\HistoryCorrQuoteCruise"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrBooking"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrBooking"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrBookingPassenger"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrBookingPassenger"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrContact"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrContact"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrContract"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrContract"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrInvoice"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrInvoice"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrInvoiceLineApplicationFee"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrInvoiceLineApplicationFee"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrInvoiceLineCabin"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrInvoiceLineCabin"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrInvoiceLineDiscount"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrInvoiceLineDiscount"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrInvoiceLineInsurance"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrInvoiceLineInsurance"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrInvoiceLineService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrInvoiceLineService"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrNewsletter"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrNewsletter"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrPartnerByContact"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrPartnerByContact"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrPartnerByContactHistory"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrPartnerByContactHistory"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrPartnerFollowUp"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrPartnerFollowUp"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrPayment"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrPayment"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrProspectRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrProspectRequest"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrQuote"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrQuote"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrQuoteLineApplicationFee"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrQuoteLineApplicationFee"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrQuoteLineCabin"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrQuoteLineCabin"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrQuoteLineDiscount"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrQuoteLineDiscount"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrQuoteLineInsurance"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrQuoteLineInsurance"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrQuoteLineService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrQuoteLineService"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrQuotePassenger"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrQuotePassenger"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrSupplierPayment"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrSupplierPayment"; reason: abstract.
Removed service ".instanceof.App\Migration\Entity\CorrEntityInterface.0.App\Migration\Entity\LoadCorrUser"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Entity\LoadCorrUser"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\Migration\EventSubscriber\MigrationCsvEntityEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\EventSubscriber\MigrationCsvEntityEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\Migration\EventSubscriber\MigrationErpEntityEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\EventSubscriber\MigrationErpEntityEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Migration\EventSubscriber\MigrationEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\EventSubscriber\MigrationEventSubscriber"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\History\MigrationHistoryCheckerException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\History\MigrationHistoryCheckerException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\History\MigrationHistoryCreateException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\History\MigrationHistoryCreateException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\History\MigrationHistoryGlobalException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\History\MigrationHistoryGlobalException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\History\MigrationHistoryMissingManagerException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\History\MigrationHistoryMissingManagerException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\History\MigrationHistoryNoDataException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\History\MigrationHistoryNoDataException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportCheckerException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportCheckerException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportCreateException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportCreateException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportDeleteContentException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportDeleteContentException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportGlobalException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportGlobalException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportMissingFileException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportMissingFileException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportMissingManagerException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportMissingManagerException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportMissingNormalizerException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportMissingNormalizerException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportNormalizerException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportNormalizerException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportNotImportedContentException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportNotImportedContentException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportPostImportException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportPostImportException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Import\MigrationImportRemoverException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Import\MigrationImportRemoverException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Init\MigrationInitDataException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Init\MigrationInitDataException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Init\MigrationInitDeleteLogException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Init\MigrationInitDeleteLogException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Init\MigrationInitMissingHistoryServiceException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Init\MigrationInitMissingHistoryServiceException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Init\MigrationInitMissingImportServiceException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Init\MigrationInitMissingImportServiceException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Init\MigrationInitMissingLoadServiceException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Init\MigrationInitMissingLoadServiceException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Init\MigrationInitMissingMappingGeneratorServiceException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Init\MigrationInitMissingMappingGeneratorServiceException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Init\MigrationInitMissingMappingRulesServiceException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Init\MigrationInitMissingMappingRulesServiceException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Init\MigrationInitMissingMappingServiceException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Init\MigrationInitMissingMappingServiceException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Init\MigrationInitTruncateTableException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Init\MigrationInitTruncateTableException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Load\MigrationLoadGlobalException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Load\MigrationLoadGlobalException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Load\MigrationLoadInitDataAfterErrorException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Load\MigrationLoadInitDataAfterErrorException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Load\MigrationLoadInitDataException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Load\MigrationLoadInitDataException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Load\MigrationLoadNoDataException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Load\MigrationLoadNoDataException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Load\MigrationLoadNotLoadedContentException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Load\MigrationLoadNotLoadedContentException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Load\MigrationLoadPostLoadCalculationException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Load\MigrationLoadPostLoadCalculationException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Load\MigrationLoadPostLoadDocumentGenerationException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Load\MigrationLoadPostLoadDocumentGenerationException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Load\MigrationLoadPostLoadException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Load\MigrationLoadPostLoadException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Load\MigrationLoadUpsertException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Load\MigrationLoadUpsertException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesCreateException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesCreateException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesGlobalException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesGlobalException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesMissingFileException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesMissingFileException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesMissingManagerException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesMissingManagerException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesMissingNormalizerException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesMissingNormalizerException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesNormalizerException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesNormalizerException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesNotImportedContentException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Rules\MigrationMappingRulesNotImportedContentException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Service\MigrationInitServiceParameterValuesException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Service\MigrationInitServiceParameterValuesException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Service\MigrationMappingException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Service\MigrationMappingException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Service\MigrationMappingMissingManagerException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Service\MigrationMappingMissingManagerException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Service\MigrationMappingMissingRepositoryException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Service\MigrationMappingMissingRepositoryException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\Mapping\Service\MigrationMappingNotUsedMappingRuleException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\Mapping\Service\MigrationMappingNotUsedMappingRuleException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\MigrationSendEmailException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\MigrationSendEmailException"; reason: abstract.
Removed service ".instanceof.App\Migration\Exception\MigrationExceptionInterface.0.App\Migration\Exception\PostLoad\MigrationPostLoadGlobalException"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Exception\PostLoad\MigrationPostLoadGlobalException"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Migration\Form\MigrationDatatableFiltersFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Form\MigrationDatatableFiltersFormType"; reason: abstract.
Removed service ".instanceof.App\Migration\History\Checker\HistoryCheckerInterface.0.App\Migration\History\Checker\BookingCabinCategoryHistoryChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\History\Checker\BookingCabinCategoryHistoryChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\History\Checker\HistoryCheckerInterface.0.App\Migration\History\Checker\BookingCruiseHistoryChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\History\Checker\BookingCruiseHistoryChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\History\Checker\HistoryCheckerInterface.0.App\Migration\History\Checker\QuoteCabinCategoryHistoryChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\History\Checker\QuoteCabinCategoryHistoryChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\History\Checker\HistoryCheckerInterface.0.App\Migration\History\Checker\QuoteCruiseHistoryChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\History\Checker\QuoteCruiseHistoryChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\History\Service\HistoryServiceInterface.0.App\Migration\History\Service\BookingCabinCategoryHistoryService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\History\Service\BookingCabinCategoryHistoryService"; reason: abstract.
Removed service ".instanceof.App\Migration\History\Service\HistoryServiceInterface.0.App\Migration\History\Service\BookingCruiseHistoryService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\History\Service\BookingCruiseHistoryService"; reason: abstract.
Removed service ".instanceof.App\Migration\History\Service\HistoryServiceInterface.0.App\Migration\History\Service\ProspectRequestCabinCategoryHistoryService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\History\Service\ProspectRequestCabinCategoryHistoryService"; reason: abstract.
Removed service ".instanceof.App\Migration\History\Service\HistoryServiceInterface.0.App\Migration\History\Service\ProspectRequestCruiseHistoryService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\History\Service\ProspectRequestCruiseHistoryService"; reason: abstract.
Removed service ".instanceof.App\Migration\History\Service\HistoryServiceInterface.0.App\Migration\History\Service\QuoteCabinCategoryHistoryService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\History\Service\QuoteCabinCategoryHistoryService"; reason: abstract.
Removed service ".instanceof.App\Migration\History\Service\HistoryServiceInterface.0.App\Migration\History\Service\QuoteCruiseHistoryService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\History\Service\QuoteCruiseHistoryService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\BookingCabinCategoryHistoryImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\BookingCabinCategoryHistoryImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\BookingCruiseHistoryImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\BookingCruiseHistoryImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\BookingPassengerImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\BookingPassengerImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\ContractImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\ContractImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\InvoiceImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\InvoiceImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\InvoiceLineCabinImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\InvoiceLineCabinImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\InvoiceLineDiscountImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\InvoiceLineDiscountImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\InvoiceLineInsuranceImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\InvoiceLineInsuranceImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\InvoiceLineServiceImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\InvoiceLineServiceImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\PaymentImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\PaymentImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\QuoteCabinCategoryHistoryImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\QuoteCabinCategoryHistoryImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\QuoteCruiseHistoryImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\QuoteCruiseHistoryImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\QuoteLineCabinImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\QuoteLineCabinImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\QuoteLineDiscountImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\QuoteLineDiscountImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\QuoteLineInsuranceImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\QuoteLineInsuranceImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\QuoteLineServiceImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\QuoteLineServiceImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\QuotePassengerImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\QuotePassengerImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Checker\ImportCheckerInterface.0.App\Migration\Import\Checker\SupplierImportChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Checker\SupplierImportChecker"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Filter\ImportFilterInterface.0.App\Migration\Import\Filter\PartnerImportFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Filter\PartnerImportFilter"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Filter\ImportFilterInterface.0.App\Migration\Import\Filter\SupplierImportFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Filter\SupplierImportFilter"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Filter\ImportFilterInterface.0.App\Migration\Import\Filter\SupplierPaymentImportFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Filter\SupplierPaymentImportFilter"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Filter\ImportFilterInterface.0.App\Migration\Import\Filter\UserImportFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Filter\UserImportFilter"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\BookingAmountImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\BookingAmountImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\BookingCabinCategoryHistoryImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\BookingCabinCategoryHistoryImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\BookingCruiseHistoryImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\BookingCruiseHistoryImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\BookingImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\BookingImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\BookingPassengerImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\BookingPassengerImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\ContactImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\ContactImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\ContractImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\ContractImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\InvoiceImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\InvoiceImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\InvoiceLineCabinImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\InvoiceLineCabinImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\InvoiceLineDiscountImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\InvoiceLineDiscountImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\InvoiceLineInsuranceImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\InvoiceLineInsuranceImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\InvoiceLineServiceImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\InvoiceLineServiceImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\NewsletterImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\NewsletterImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\PartnerByContactHistoryImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\PartnerByContactHistoryImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\PartnerByContactImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\PartnerByContactImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\PartnerFollowUpImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\PartnerFollowUpImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\PartnerImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\PartnerImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\PaymentImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\PaymentImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\ProspectRequestCabinCategoryHistoryImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\ProspectRequestCabinCategoryHistoryImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\ProspectRequestCruiseHistoryImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\ProspectRequestCruiseHistoryImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\ProspectRequestImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\ProspectRequestImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\QuoteCabinCategoryHistoryImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\QuoteCabinCategoryHistoryImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\QuoteCruiseHistoryImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\QuoteCruiseHistoryImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\QuoteImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\QuoteImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\QuoteLineCabinImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\QuoteLineCabinImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\QuoteLineDiscountImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\QuoteLineDiscountImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\QuoteLineInsuranceImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\QuoteLineInsuranceImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\QuoteLineServiceImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\QuoteLineServiceImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\QuotePassengerImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\QuotePassengerImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\SupplierImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\SupplierImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\SupplierPaymentImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\SupplierPaymentImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Normalizer\ImportNormalizerInterface.0.App\Migration\Import\Normalizer\UserImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Normalizer\UserImportNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Remover\ImportRemoverInterface.0.App\Migration\Import\Remover\BookingImportRemover"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Remover\BookingImportRemover"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Remover\ImportRemoverInterface.0.App\Migration\Import\Remover\QuoteImportRemover"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Remover\QuoteImportRemover"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\BookingAmountImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\BookingAmountImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\BookingCabinCategoryHistoryImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\BookingCabinCategoryHistoryImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\BookingCruiseHistoryImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\BookingCruiseHistoryImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\BookingImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\BookingImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\BookingPassengerImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\BookingPassengerImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\ContactImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\ContactImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\ContractImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\ContractImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\InvoiceImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\InvoiceImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\InvoiceLineCabinImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\InvoiceLineCabinImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\InvoiceLineDiscountImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\InvoiceLineDiscountImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\InvoiceLineInsuranceImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\InvoiceLineInsuranceImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\InvoiceLineServiceImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\InvoiceLineServiceImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\NewsletterImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\NewsletterImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\PartnerByContactHistoryImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\PartnerByContactHistoryImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\PartnerByContactImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\PartnerByContactImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\PartnerFollowUpImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\PartnerFollowUpImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\PartnerImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\PartnerImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\PaymentImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\PaymentImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\ProspectRequestCabinCategoryHistoryImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\ProspectRequestCabinCategoryHistoryImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\ProspectRequestCruiseHistoryImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\ProspectRequestCruiseHistoryImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\ProspectRequestImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\ProspectRequestImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\QuoteCabinCategoryHistoryImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\QuoteCabinCategoryHistoryImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\QuoteCruiseHistoryImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\QuoteCruiseHistoryImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\QuoteImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\QuoteImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\QuoteLineCabinImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\QuoteLineCabinImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\QuoteLineDiscountImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\QuoteLineDiscountImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\QuoteLineInsuranceImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\QuoteLineInsuranceImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\QuoteLineServiceImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\QuoteLineServiceImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\QuotePassengerImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\QuotePassengerImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\SupplierImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\SupplierImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\SupplierPaymentImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\SupplierPaymentImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Import\Service\ImportServiceInterface.0.App\Migration\Import\Service\UserImportService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Import\Service\UserImportService"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\History\MigrationHistoryCheckerInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\History\MigrationHistoryCheckerInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\History\MigrationHistoryEndInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\History\MigrationHistoryEndInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\History\MigrationHistoryNoCheckerServiceInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\History\MigrationHistoryNoCheckerServiceInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\History\MigrationHistoryResultsInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\History\MigrationHistoryResultsInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\History\MigrationHistoryStartInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\History\MigrationHistoryStartInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Import\MigrationImportCheckerInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Import\MigrationImportCheckerInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Import\MigrationImportEndInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Import\MigrationImportEndInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Import\MigrationImportFilteredDataInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Import\MigrationImportFilteredDataInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Import\MigrationImportNoCheckerServiceInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Import\MigrationImportNoCheckerServiceInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Import\MigrationImportNoFilterServiceInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Import\MigrationImportNoFilterServiceInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Import\MigrationImportNoPostImportServiceInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Import\MigrationImportNoPostImportServiceInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Import\MigrationImportPostImportInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Import\MigrationImportPostImportInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Import\MigrationImportResultsInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Import\MigrationImportResultsInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Import\MigrationImportStartInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Import\MigrationImportStartInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Init\MigrationInitDeleteLogInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Init\MigrationInitDeleteLogInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Init\MigrationInitTruncateInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Init\MigrationInitTruncateInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Load\MigrationLoadEndInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Load\MigrationLoadEndInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Load\MigrationLoadNoPostLoadServiceInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Load\MigrationLoadNoPostLoadServiceInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Load\MigrationLoadPostLoadInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Load\MigrationLoadPostLoadInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Load\MigrationLoadResultsInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Load\MigrationLoadResultsInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Load\MigrationLoadStartInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Load\MigrationLoadStartInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Rules\MigrationMappingRulesDeleteLogInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Rules\MigrationMappingRulesDeleteLogInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Rules\MigrationMappingRulesEndInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Rules\MigrationMappingRulesEndInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Rules\MigrationMappingRulesFilteredDataInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Rules\MigrationMappingRulesFilteredDataInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Rules\MigrationMappingRulesNoFilterServiceInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Rules\MigrationMappingRulesNoFilterServiceInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Rules\MigrationMappingRulesResultsInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Rules\MigrationMappingRulesResultsInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Rules\MigrationMappingRulesStartInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Rules\MigrationMappingRulesStartInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Service\MigrationMappingDeleteLogInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Service\MigrationMappingDeleteLogInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Service\MigrationMappingEndInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Service\MigrationMappingEndInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Service\MigrationMappingInitServiceParameterValuesInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Service\MigrationMappingInitServiceParameterValuesInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Service\MigrationMappingMappedContentInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Service\MigrationMappingMappedContentInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Service\MigrationMappingResultsInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Service\MigrationMappingResultsInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\Mapping\Service\MigrationMappingStartInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\Mapping\Service\MigrationMappingStartInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Information\MigrationInformationInterface.0.App\Migration\Information\PostLoad\MigrationPostLoadInformation"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Information\PostLoad\MigrationPostLoadInformation"; reason: abstract.
Removed service ".instanceof.App\Migration\Load\PostLoad\LoadPostLoadInterface.0.App\Migration\Load\PostLoad\BookingLoadPostLoad"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Load\PostLoad\BookingLoadPostLoad"; reason: abstract.
Removed service ".instanceof.App\Migration\Load\PostLoad\LoadPostLoadInterface.0.App\Migration\Load\PostLoad\QuoteLoadPostLoad"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Load\PostLoad\QuoteLoadPostLoad"; reason: abstract.
Removed service ".instanceof.App\Migration\Load\Service\LoadServiceInterface.0.App\Migration\Load\Service\BookingLoadService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Load\Service\BookingLoadService"; reason: abstract.
Removed service ".instanceof.App\Migration\Load\Service\LoadServiceInterface.0.App\Migration\Load\Service\ContactLoadService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Load\Service\ContactLoadService"; reason: abstract.
Removed service ".instanceof.App\Migration\Load\Service\LoadServiceInterface.0.App\Migration\Load\Service\PartnerLoadService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Load\Service\PartnerLoadService"; reason: abstract.
Removed service ".instanceof.App\Migration\Load\Service\LoadServiceInterface.0.App\Migration\Load\Service\ProspectRequestLoadService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Load\Service\ProspectRequestLoadService"; reason: abstract.
Removed service ".instanceof.App\Migration\Load\Service\LoadServiceInterface.0.App\Migration\Load\Service\QuoteLoadService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Load\Service\QuoteLoadService"; reason: abstract.
Removed service ".instanceof.App\Migration\Load\Service\LoadServiceInterface.0.App\Migration\Load\Service\UserLoadService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Load\Service\UserLoadService"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CorrCabinCategoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CorrCabinCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CorrCabinCategoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvBookingAmountManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvBookingAmountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvBookingAmountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvBookingCabinCategoryHistoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvBookingCabinCategoryHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvBookingCabinCategoryHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvBookingCruiseHistoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvBookingCruiseHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvBookingCruiseHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvBookingManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvBookingManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvBookingManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvBookingPassengerManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvBookingPassengerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvBookingPassengerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvContactManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvContactManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvContactManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvContractManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvContractManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvContractManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvInvoiceLineCabinManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvInvoiceLineCabinManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvInvoiceLineCabinManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvInvoiceLineDiscountManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvInvoiceLineDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvInvoiceLineDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvInvoiceLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvInvoiceLineInsuranceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvInvoiceLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvInvoiceLineServiceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvInvoiceLineServiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvInvoiceLineServiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvInvoiceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvInvoiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvInvoiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvNewsletterManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvNewsletterManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvNewsletterManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvPartnerByContactHistoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvPartnerByContactHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvPartnerByContactHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvPartnerByContactManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvPartnerByContactManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvPartnerByContactManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvPartnerFollowUpManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvPartnerFollowUpManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvPartnerFollowUpManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvPartnerManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvPartnerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvPartnerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvPaymentManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvPaymentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvPaymentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvProspectRequestCabinCategoryHistoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvProspectRequestCabinCategoryHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvProspectRequestCabinCategoryHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvProspectRequestCruiseHistoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvProspectRequestCruiseHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvProspectRequestCruiseHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvProspectRequestManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvProspectRequestManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvProspectRequestManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteCabinCategoryHistoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteCabinCategoryHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvQuoteCabinCategoryHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteCruiseHistoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteCruiseHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvQuoteCruiseHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteLineCabinManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteLineCabinManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvQuoteLineCabinManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteLineDiscountManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteLineDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvQuoteLineDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteLineInsuranceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvQuoteLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteLineServiceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteLineServiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvQuoteLineServiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvQuoteManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvQuoteManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvQuotePassengerManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvQuotePassengerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvQuotePassengerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvSupplierManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvSupplierManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvSupplierManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvSupplierPaymentManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvSupplierPaymentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvSupplierPaymentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\CsvUserManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\CsvUserManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\CsvUserManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrBookingCabinCategoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrBookingCabinCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\HistoryCorrBookingCabinCategoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrBookingCruiseManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrBookingCruiseManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\HistoryCorrBookingCruiseManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrProspectRequestCabinCategoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrProspectRequestCabinCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\HistoryCorrProspectRequestCabinCategoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrProspectRequestCruiseManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrProspectRequestCruiseManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\HistoryCorrProspectRequestCruiseManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrQuoteCabinCategoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrQuoteCabinCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\HistoryCorrQuoteCabinCategoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrQuoteCruiseManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\HistoryCorrQuoteCruiseManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\HistoryCorrQuoteCruiseManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrBookingManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrBookingManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrBookingManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrBookingPassengerManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrBookingPassengerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrBookingPassengerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrContactManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrContactManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrContactManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrContractManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrContractManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrContractManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceLineApplicationFeeManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceLineApplicationFeeManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrInvoiceLineApplicationFeeManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceLineCabinManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceLineCabinManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrInvoiceLineCabinManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceLineDiscountManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceLineDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrInvoiceLineDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceLineInsuranceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrInvoiceLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceLineServiceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceLineServiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrInvoiceLineServiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrInvoiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrInvoiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrNewsletterManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrNewsletterManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrNewsletterManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrPartnerByContactHistoryManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrPartnerByContactHistoryManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrPartnerByContactHistoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrPartnerByContactManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrPartnerByContactManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrPartnerByContactManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrPartnerFollowUpManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrPartnerFollowUpManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrPartnerFollowUpManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrPaymentManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrPaymentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrPaymentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrProspectRequestManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrProspectRequestManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrProspectRequestManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteLineApplicationFeeManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteLineApplicationFeeManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrQuoteLineApplicationFeeManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteLineCabinManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteLineCabinManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrQuoteLineCabinManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteLineDiscountManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteLineDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrQuoteLineDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteLineInsuranceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrQuoteLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteLineServiceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteLineServiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrQuoteLineServiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuoteManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrQuoteManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuotePassengerManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrQuotePassengerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrQuotePassengerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrSupplierPaymentManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrSupplierPaymentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrSupplierPaymentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrUserManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\LoadCorrUserManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\LoadCorrUserManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingCorInvoiceLineDiscountManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingCorInvoiceLineDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingCorInvoiceLineDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingCorInvoiceLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingCorInvoiceLineInsuranceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingCorInvoiceLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingCorInvoiceLineServiceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingCorInvoiceLineServiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingCorInvoiceLineServiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingCorPartnerManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingCorPartnerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingCorPartnerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingCorQuoteLineDiscountManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingCorQuoteLineDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingCorQuoteLineDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingCorQuoteLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingCorQuoteLineInsuranceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingCorQuoteLineInsuranceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingCorQuoteLineServiceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingCorQuoteLineServiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingCorQuoteLineServiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingCorServiceParameterValueManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingCorServiceParameterValueManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingCorServiceParameterValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingCorSupplierManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingCorSupplierManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingCorSupplierManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingRulesDiscountManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingRulesDiscountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingRulesDiscountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingRulesInsuranceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingRulesInsuranceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingRulesInsuranceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingRulesPartnerManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingRulesPartnerManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingRulesPartnerManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingRulesServiceManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingRulesServiceManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingRulesServiceManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MappingRulesSupplierManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MappingRulesSupplierManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MappingRulesSupplierManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MigrationLogAmountManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MigrationLogAmountManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MigrationLogAmountManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MigrationLogDeletedContentManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MigrationLogDeletedContentManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MigrationLogDeletedContentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.App\Migration\Manager\Level_0\MigrationLogManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.App\Migration\Manager\Level_0\MigrationLogManager"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Manager\Level_0\MigrationLogManager"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Filter\MappingRulesFilterInterface.0.App\Migration\Mapping\Filter\PartnerMappingRulesFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Filter\PartnerMappingRulesFilter"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Filter\MappingRulesFilterInterface.0.App\Migration\Mapping\Filter\SupplierMappingRulesFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Filter\SupplierMappingRulesFilter"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Normalizer\MappingRulesNormalizerInterface.0.App\Migration\Mapping\Normalizer\PartnerMappingRulesNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Normalizer\PartnerMappingRulesNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Normalizer\MappingRulesNormalizerInterface.0.App\Migration\Mapping\Normalizer\SupplierMappingRulesNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Normalizer\SupplierMappingRulesNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Rules\MappingRulesServiceInterface.0.App\Migration\Mapping\Rules\PartnerMappingRulesService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Rules\PartnerMappingRulesService"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Rules\MappingRulesServiceInterface.0.App\Migration\Mapping\Rules\SupplierMappingRulesService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Rules\SupplierMappingRulesService"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Service\MappingServiceInterface.0.App\Migration\Mapping\Service\InvoiceLineDiscountMappingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Service\InvoiceLineDiscountMappingService"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Service\MappingServiceInterface.0.App\Migration\Mapping\Service\InvoiceLineInsuranceMappingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Service\InvoiceLineInsuranceMappingService"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Service\MappingServiceInterface.0.App\Migration\Mapping\Service\InvoiceLineServiceMappingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Service\InvoiceLineServiceMappingService"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Service\MappingServiceInterface.0.App\Migration\Mapping\Service\PartnerMappingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Service\PartnerMappingService"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Service\MappingServiceInterface.0.App\Migration\Mapping\Service\QuoteLineDiscountMappingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Service\QuoteLineDiscountMappingService"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Service\MappingServiceInterface.0.App\Migration\Mapping\Service\QuoteLineInsuranceMappingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Service\QuoteLineInsuranceMappingService"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Service\MappingServiceInterface.0.App\Migration\Mapping\Service\QuoteLineServiceMappingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Service\QuoteLineServiceMappingService"; reason: abstract.
Removed service ".instanceof.App\Migration\Mapping\Service\MappingServiceInterface.0.App\Migration\Mapping\Service\SupplierMappingService"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Mapping\Service\SupplierMappingService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Migration\Normalizer\CorrAtmosphereNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CorrAtmosphereNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Migration\Normalizer\CorrCabinCategoryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CorrCabinCategoryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvBookingAmountNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvBookingAmountNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvBookingAmountNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvBookingCabinCategoryHistoryNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvBookingCabinCategoryHistoryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvBookingCabinCategoryHistoryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvBookingCruiseHistoryNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvBookingCruiseHistoryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvBookingCruiseHistoryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvBookingNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvBookingNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvBookingNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvBookingPassengerNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvBookingPassengerNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvBookingPassengerNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvContractNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvContractNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvContractNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvInvoiceLineCabinNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvInvoiceLineCabinNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvInvoiceLineCabinNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvInvoiceLineDiscountNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvInvoiceLineDiscountNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvInvoiceLineDiscountNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvInvoiceLineInsuranceNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvInvoiceLineInsuranceNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvInvoiceLineInsuranceNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvInvoiceLineServiceNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvInvoiceLineServiceNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvInvoiceLineServiceNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvInvoiceNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvInvoiceNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvInvoiceNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvQuoteCabinCategoryHistoryNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvQuoteCabinCategoryHistoryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvQuoteCabinCategoryHistoryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvQuoteCruiseHistoryNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvQuoteCruiseHistoryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvQuoteCruiseHistoryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvQuoteLineCabinNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvQuoteLineCabinNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvQuoteLineCabinNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvQuoteLineDiscountNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvQuoteLineDiscountNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvQuoteLineDiscountNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvQuoteLineInsuranceNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvQuoteLineInsuranceNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvQuoteLineInsuranceNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvQuoteLineServiceNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvQuoteLineServiceNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvQuoteLineServiceNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvQuoteNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvQuoteNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvQuoteNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\CsvQuotePassengerNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\Normalizer\CsvContentNormalizerInterface.0.App\Migration\Normalizer\CsvQuotePassengerNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\CsvQuotePassengerNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\HistoryResultsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Migration\Normalizer\HistoryResultsNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\HistoryResultsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\ImportResultsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Migration\Normalizer\ImportResultsNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\ImportResultsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\LoadResultsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Migration\Normalizer\LoadResultsNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\LoadResultsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\MappingResultsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Migration\Normalizer\MappingResultsNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\MappingResultsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\MappingRulesResultsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Migration\Normalizer\MappingRulesResultsNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\MappingRulesResultsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\MigrationDatatableFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Migration\Normalizer\MigrationDatatableFiltersNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\MigrationDatatableFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\MigrationResultNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Migration\Normalizer\MigrationResultNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\MigrationResultNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Migration\Normalizer\MigrationStatisticNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Migration\Normalizer\MigrationStatisticNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Normalizer\MigrationStatisticNormalizer"; reason: abstract.
Removed service ".instanceof.App\Migration\PartnerAuthenticatedData\PartnerAuthenticatedDataInterface.0.App\Migration\PartnerAuthenticatedData\CNASPartnerAuthenticatedData"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\PartnerAuthenticatedData\CNASPartnerAuthenticatedData"; reason: abstract.
Removed service ".instanceof.App\Migration\PartnerAuthenticatedData\PartnerAuthenticatedDataInterface.0.App\Migration\PartnerAuthenticatedData\DefaultPartnerAuthenticatedData"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\PartnerAuthenticatedData\DefaultPartnerAuthenticatedData"; reason: abstract.
Removed service ".instanceof.App\Migration\PartnerAuthenticatedData\PartnerAuthenticatedDataInterface.0.App\Migration\PartnerAuthenticatedData\FnacDartyPartnerAuthenticatedData"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\PartnerAuthenticatedData\FnacDartyPartnerAuthenticatedData"; reason: abstract.
Removed service ".instanceof.App\Migration\PartnerAuthenticatedData\PartnerAuthenticatedDataInterface.0.App\Migration\PartnerAuthenticatedData\MacifPartnerAuthenticatedData"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\PartnerAuthenticatedData\MacifPartnerAuthenticatedData"; reason: abstract.
Removed service ".instanceof.App\Migration\PartnerAuthenticatedData\PartnerAuthenticatedDataInterface.0.App\Migration\PartnerAuthenticatedData\UneoPartnerAuthenticatedData"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\PartnerAuthenticatedData\UneoPartnerAuthenticatedData"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CorrAtmosphereRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CorrAtmosphereRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CorrCabinCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CorrCabinCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvBookingAmountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvBookingAmountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvBookingCabinCategoryHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvBookingCabinCategoryHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvBookingCruiseHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvBookingCruiseHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvBookingPassengerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvBookingPassengerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvBookingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvBookingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvInvoiceLineCabinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvInvoiceLineCabinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvInvoiceLineDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvInvoiceLineDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvInvoiceLineInsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvInvoiceLineInsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvInvoiceLineServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvInvoiceLineServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvInvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvInvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvNewsletterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvNewsletterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvPartnerByContactHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvPartnerByContactHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvPartnerByContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvPartnerByContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvPartnerFollowUpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvPartnerFollowUpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvPartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvPartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvProspectRequestCabinCategoryHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvProspectRequestCabinCategoryHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvProspectRequestCruiseHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvProspectRequestCruiseHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvProspectRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvProspectRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvQuoteCabinCategoryHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvQuoteCabinCategoryHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvQuoteCruiseHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvQuoteCruiseHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvQuoteLineCabinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvQuoteLineCabinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvQuoteLineDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvQuoteLineDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvQuoteLineInsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvQuoteLineInsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvQuoteLineServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvQuoteLineServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvQuotePassengerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvQuotePassengerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvQuoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvQuoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvSupplierPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvSupplierPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvSupplierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvSupplierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\CsvUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\CsvUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\HistoryCorrBookingCabinCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\HistoryCorrBookingCabinCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\HistoryCorrBookingCruiseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\HistoryCorrBookingCruiseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\HistoryCorrProspectRequestCabinCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\HistoryCorrProspectRequestCabinCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\HistoryCorrProspectRequestCruiseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\HistoryCorrProspectRequestCruiseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\HistoryCorrQuoteCabinCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\HistoryCorrQuoteCabinCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\HistoryCorrQuoteCruiseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\HistoryCorrQuoteCruiseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrBookingPassengerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrBookingPassengerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrBookingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrBookingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrInvoiceLineApplicationFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrInvoiceLineApplicationFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrInvoiceLineCabinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrInvoiceLineCabinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrInvoiceLineDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrInvoiceLineDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrInvoiceLineInsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrInvoiceLineInsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrInvoiceLineServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrInvoiceLineServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrInvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrInvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrPartnerByContactHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrPartnerByContactHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrPartnerByContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrPartnerByContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrPartnerFollowUpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrPartnerFollowUpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrProspectRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrProspectRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrQuoteLineApplicationFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrQuoteLineApplicationFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrQuoteLineCabinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrQuoteLineCabinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrQuoteLineDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrQuoteLineDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrQuoteLineInsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrQuoteLineInsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrQuoteLineServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrQuoteLineServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrQuotePassengerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrQuotePassengerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrQuoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrQuoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrSupplierPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrSupplierPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\LoadCorrUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\LoadCorrUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingCorInvoiceLineDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingCorInvoiceLineDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingCorInvoiceLineInsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingCorInvoiceLineInsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingCorInvoiceLineServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingCorInvoiceLineServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingCorPartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingCorPartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingCorQuoteLineDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingCorQuoteLineDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingCorQuoteLineInsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingCorQuoteLineInsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingCorQuoteLineServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingCorQuoteLineServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingCorServiceParameterValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingCorServiceParameterValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingCorSupplierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingCorSupplierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingRulesDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingRulesDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingRulesInsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingRulesInsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingRulesPartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingRulesPartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingRulesServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingRulesServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MappingRulesSupplierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MappingRulesSupplierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MigrationLogAmountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MigrationLogAmountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MigrationLogDeletedContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MigrationLogDeletedContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Migration\Repository\MigrationLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Repository\MigrationLogRepository"; reason: abstract.
Removed service ".instanceof.App\Migration\TestData\Remover\TestDataRemoverInterface.0.App\Migration\TestData\Remover\BookingTestDataRemover"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\TestData\Remover\BookingTestDataRemover"; reason: abstract.
Removed service ".instanceof.App\Migration\TestData\Remover\TestDataRemoverInterface.0.App\Migration\TestData\Remover\ContactTestDataRemover"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\TestData\Remover\ContactTestDataRemover"; reason: abstract.
Removed service ".instanceof.App\Migration\TestData\Remover\TestDataRemoverInterface.0.App\Migration\TestData\Remover\ProspectRequestTestDataRemover"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\TestData\Remover\ProspectRequestTestDataRemover"; reason: abstract.
Removed service ".instanceof.App\Migration\TestData\Remover\TestDataRemoverInterface.0.App\Migration\TestData\Remover\QuoteTestDataRemover"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\TestData\Remover\QuoteTestDataRemover"; reason: abstract.
Removed service ".instanceof.App\Migration\TestData\Remover\TestDataRemoverInterface.0.App\Migration\TestData\Remover\UserTestDataRemover"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\TestData\Remover\UserTestDataRemover"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Migration\Twig\ProductTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Twig\ProductTwigExtension"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\History\MigrationHistoryCheckerWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\History\MigrationHistoryCheckerWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportCheckerWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportCheckerWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerBoolSyntaxWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerBoolSyntaxWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerContactPassengerNotImportedWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerContactPassengerNotImportedWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerDatetimeCreateWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerDatetimeCreateWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerDatetimeSyntaxWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerDatetimeSyntaxWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerExistedDoubleContactPrefixedWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerExistedDoubleContactPrefixedWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerFloatSyntaxWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerFloatSyntaxWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerImportedContactPrefixedWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerImportedContactPrefixedWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerIntSyntaxWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerIntSyntaxWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerMaxLengthWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerMaxLengthWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerMissingEnumDataWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerMissingEnumDataWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerMissingGetDataIndexWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerMissingGetDataIndexWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerTelSyntaxWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerTelSyntaxWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownBookingPassengerWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownBookingPassengerWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownBookingWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownBookingWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownCityWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownCityWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownContactWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownContactWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownCountryWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownCountryWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownInvoiceWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownInvoiceWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownPartnerByContactWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownPartnerByContactWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownPartnerWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownPartnerWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownProspectRequestWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownProspectRequestWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownQuoteCabinCategoryHistoryWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownQuoteCabinCategoryHistoryWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownQuoteCruiseHistoryWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownQuoteCruiseHistoryWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownQuotePassengerWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownQuotePassengerWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownQuoteWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownQuoteWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownSupplierWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownSupplierWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerUnknownUserWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerUnknownUserWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportNormalizerWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportNormalizerWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Import\MigrationImportRemoverWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Import\MigrationImportRemoverWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Load\MigrationLoadPostLoadBalanceWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Load\MigrationLoadPostLoadBalanceWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Load\MigrationLoadPostLoadCalculationWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Load\MigrationLoadPostLoadCalculationWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Load\MigrationLoadPostLoadDifferentCrmAmountWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Load\MigrationLoadPostLoadDifferentCrmAmountWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Load\MigrationLoadPostLoadMissingCrmAmountWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Load\MigrationLoadPostLoadMissingCrmAmountWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Load\MigrationLoadUpsertWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Load\MigrationLoadUpsertWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerBoolSyntaxWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerBoolSyntaxWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerFloatSyntaxWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerFloatSyntaxWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerIntSyntaxWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerIntSyntaxWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerMaxLengthWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerMaxLengthWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerMissingEnumDataWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerMissingEnumDataWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerMissingGetDataIndexWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerMissingGetDataIndexWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownCompanyWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownCompanyWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownMappingRulesServiceParameterWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownMappingRulesServiceParameterWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownMappingRulesServiceWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownMappingRulesServiceWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownPartnerWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownPartnerWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownProductSubcategoryWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownProductSubcategoryWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownSupplierWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerUnknownSupplierWarning"; reason: abstract.
Removed service ".instanceof.App\Migration\Warning\MigrationWarningInterface.0.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerWarning"; reason: abstract.
Removed service ".abstract.instanceof.App\Migration\Warning\Mapping\Rules\MigrationMappingRulesNormalizerWarning"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelAddress"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelAddress"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelAgentNumber"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelAgentNumber"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelArrivalDate"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelArrivalDate"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelBookingAmount"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelBookingAmount"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelBookingCreatedAt"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelBookingCreatedAt"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCabinType"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCabinType"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCity"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCity"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCompany"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCompany"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCompanyFileNumber"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCompanyFileNumber"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCountry"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCountry"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCruiseName"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelCruiseName"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelDepartureDate"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelDepartureDate"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelDestination"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelDestination"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelEmail"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelEmail"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelFirstname"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelFirstname"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelLastname"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelLastname"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelPartnerAllowanceAmount"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelPartnerAllowanceAmount"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelPartnerParticipationAmount"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelPartnerParticipationAmount"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelPaxCount"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelPaxCount"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelPostalCode"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelPostalCode"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelShip"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelShip"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelSocietyNumber"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelSocietyNumber"; reason: abstract.
Removed service ".instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelInterface.0.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelTelephone"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModel\PartnerTemplateContentModelTelephone"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionAccounting"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionAccounting"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionBase"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionBase"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionCabin"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionCabin"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionContract"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionContract"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionEmail"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionEmail"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionFormality"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionFormality"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInsurance"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInsurance"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInvoice"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInvoice"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionParticipant"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionParticipant"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionPayment"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionPayment"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionSellerBonus"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionSellerBonus"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionTotal"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionTotal"; reason: abstract.
Removed service ".instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionInterface.0.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionTurnover"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionTurnover"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\AtmosphereNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\AtmosphereNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\BookingParticipantNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\BookingParticipantNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\CabinCategoryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\CabinCategoryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\CabinCategoryServiceNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\CabinCategoryServiceNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\CabinCategoryTypeNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\CabinCategoryTypeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\CompanyNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\CompanyNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\ContactNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\ContactNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\CruiseIncludedGroupNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\CruiseIncludedGroupNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\CruiseTagCategoryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\CruiseTagCategoryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\CruiseTagNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\CruiseTagNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\DestinationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\DestinationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\IncludedAssociationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\IncludedAssociationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\ItineraryIncludedGroupNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\ItineraryIncludedGroupNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\ItinerarySegmentHistoryNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\ItinerarySegmentHistoryNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\PartnerCompanyDiscountNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\PartnerCompanyDiscountNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\PassengerInformationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\PassengerInformationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\ServiceNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\ServiceNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\ShipNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\ShipNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\SpecialOfferCompanyNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\SpecialOfferCompanyNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\SpecialOfferNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\SpecialOfferNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Accounting\InsuranceFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Accounting\InsuranceFiltersNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Accounting\InsuranceFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Accounting\InsuranceTurnoverFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Accounting\InsuranceTurnoverFiltersNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Accounting\InsuranceTurnoverFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Booking\BookingDetailsPageConfigurationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Booking\BookingDetailsPageConfigurationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Booking\BookingDetailsPageConfigurationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Booking\CabinTypeFilterNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Booking\CabinTypeFilterNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Booking\CabinTypeFilterNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Booking\CompanyFilterNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Booking\CompanyFilterNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Booking\CompanyFilterNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Booking\ShipFilterNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Booking\ShipFilterNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Booking\ShipFilterNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Contact\cms_api\CmsContactNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Contact\cms_api\CmsContactNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Contact\cms_api\CmsContactPreferencesNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Contact\cms_api\CmsContactPreferencesNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Contact\contact\ContactListFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Contact\contact\ContactListFiltersNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Contact\contact\ContactListFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Partner\PartnerFilterNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Partner\PartnerFilterNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Partner\PartnerFilterNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Partner\PartnerListFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Partner\PartnerListFiltersNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Partner\PartnerListFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Quote\QuoteListFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Quote\QuoteListFiltersNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Quote\QuoteListFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Sale\LegalTextNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Sale\LegalTextNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Sale\ProspectRequestListFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Sale\ProspectRequestListFiltersNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Sale\ProspectRequestListFiltersNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\__Sale\SellerFilterNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Normalizer\__Sale\SellerFilterNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\__Sale\SellerFilterNormalizer"; reason: abstract.
Removed service ".instanceof.App\Partner\DefaultData\PartnerDefaultDataInterface.0.App\Partner\DefaultData\CNASPartnerDefaultData"; reason: abstract.
Removed service ".abstract.instanceof.App\Partner\DefaultData\CNASPartnerDefaultData"; reason: abstract.
Removed service ".instanceof.App\Partner\DefaultData\PartnerDefaultDataInterface.0.App\Partner\DefaultData\DefaultPartnerDefaultData"; reason: abstract.
Removed service ".abstract.instanceof.App\Partner\DefaultData\DefaultPartnerDefaultData"; reason: abstract.
Removed service ".instanceof.App\Partner\DefaultData\PartnerDefaultDataInterface.0.App\Partner\DefaultData\DirectAssurancePartnerDefaultData"; reason: abstract.
Removed service ".abstract.instanceof.App\Partner\DefaultData\DirectAssurancePartnerDefaultData"; reason: abstract.
Removed service ".instanceof.App\Partner\DefaultData\PartnerDefaultDataInterface.0.App\Partner\DefaultData\FnacDartyPartnerDefaultData"; reason: abstract.
Removed service ".abstract.instanceof.App\Partner\DefaultData\FnacDartyPartnerDefaultData"; reason: abstract.
Removed service ".instanceof.App\Partner\DefaultData\PartnerDefaultDataInterface.0.App\Partner\DefaultData\MacifPartnerDefaultData"; reason: abstract.
Removed service ".abstract.instanceof.App\Partner\DefaultData\MacifPartnerDefaultData"; reason: abstract.
Removed service ".instanceof.App\Partner\DefaultData\PartnerDefaultDataInterface.0.App\Partner\DefaultData\SofincoPartnerDefaultData"; reason: abstract.
Removed service ".abstract.instanceof.App\Partner\DefaultData\SofincoPartnerDefaultData"; reason: abstract.
Removed service ".instanceof.App\Partner\DefaultData\PartnerDefaultDataInterface.0.App\Partner\DefaultData\UneoPartnerDefaultData"; reason: abstract.
Removed service ".abstract.instanceof.App\Partner\DefaultData\UneoPartnerDefaultData"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\AccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\AccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\ApplicationFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\ApplicationFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\AttributedInsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\AttributedInsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\AttributedProductVariantParameterValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\AttributedProductVariantParameterValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\AttributedProductVariantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\AttributedProductVariantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\BalanceBeforeDepartureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\BalanceBeforeDepartureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\CancelFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\CancelFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\InvoiceLineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\InvoiceLineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\PaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\PaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\PortTaxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\PortTaxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\QuoteLineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\QuoteLineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\SupplierPaymentByBookingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\SupplierPaymentByBookingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\SupplierPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\SupplierPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Accounting\TurnoverObjectiveRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Accounting\TurnoverObjectiveRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationFilterLimitationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApplicationFilterLimitationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApplicationFilterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApplicationFilterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AdvBookingChangeAssociationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AdvBookingChangeAssociationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AdvBookingChangeAssociationValidationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AdvBookingChangeAssociationValidationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AdvBookingChangeAssociationValidationStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AdvBookingChangeAssociationValidationStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AdvBookingChangeCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AdvBookingChangeCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AdvBookingChangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AdvBookingChangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AdvBookingChangeStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AdvBookingChangeStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AdvRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AdvRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AdvRequestStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AdvRequestStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AdvRequestTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AdvRequestTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AmendmentLineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AmendmentLineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\AmendmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\AmendmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\BookingIndividualTurnoverRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\BookingIndividualTurnoverRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\BookingParticipantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\BookingParticipantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\BookingPartnerTurnoverRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\BookingPartnerTurnoverRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\BookingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\BookingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\CabinOptionDurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\CabinOptionDurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\CabinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\CabinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\CabinSpecificityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\CabinSpecificityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\ContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\ContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\FullwebManagementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\FullwebManagementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\PassengerFormalityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\PassengerFormalityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\PassengerFormalityRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\PassengerFormalityRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\PassengerInformationFormFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\PassengerInformationFormFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\PassengerInformationFormRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\PassengerInformationFormRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\PassengerInformationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\PassengerInformationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\PassengerInformationRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\PassengerInformationRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\PassengerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\PassengerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\ProspectProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\ProspectProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\ProspectRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\ProspectRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\QuoteItemsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\QuoteItemsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\QuoteParticipantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\QuoteParticipantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\QuotePassengerInformationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\QuotePassengerInformationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\QuoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\QuoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\SpecialRequestDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\SpecialRequestDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\SpecialRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\SpecialRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\SpecialRequestStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\SpecialRequestStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Booking\SpecialRequestTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Booking\SpecialRequestTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CmsResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CmsResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Confirmation\BookingConfirmationCabinCheckRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Confirmation\BookingConfirmationCabinCheckRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Confirmation\BookingConfirmationPassengerCheckRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Confirmation\BookingConfirmationPassengerCheckRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Confirmation\BookingConfirmationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Confirmation\BookingConfirmationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Confirmation\ConfirmationDelayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Confirmation\ConfirmationDelayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Confirmation\ConfirmationResponsibleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Confirmation\ConfirmationResponsibleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\BookletDownloadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\BookletDownloadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ClubCardCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\ClubCardCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ClubCardHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\ClubCardHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ClubCardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\ClubCardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\CommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\CommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\CommentStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\CommentStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ComplaintRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\ComplaintRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ComplaintStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\ComplaintStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ContactUsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\ContactUsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\CruiseBookmarkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\CruiseBookmarkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\NewsletterSubscriberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\NewsletterSubscriberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\PhoneRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\PhoneRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\PreferenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\PreferenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Contact\ProspectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Contact\ProspectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Cabin\CabinParticularityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Cabin\CabinParticularityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\CabinCategory\CabinCategoryHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\CabinCategory\CabinCategoryHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\CabinCategory\CabinCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\CabinCategory\CabinCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\CabinCategory\CabinCategoryServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\CabinCategory\CabinCategoryServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\CabinCategory\CabinCategoryTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\CabinCategory\CabinCategoryTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\CabinCategory\CabinTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\CabinCategory\CabinTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Company\AdvantageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Company\AdvantageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Company\AtmosphereRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Company\AtmosphereRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Company\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Company\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Company\CostaFarecodeApiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Company\CostaFarecodeApiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Company\FareCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Company\FareCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Cruise\CruiseHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Cruise\CruiseHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Cruise\CruiseIncludedGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Cruise\CruiseIncludedGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Cruise\CruiseTagAssociationHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Cruise\CruiseTagAssociationHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Cruise\CruiseTagCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Cruise\CruiseTagCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Cruise\CruiseTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Cruise\CruiseTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Cruise\SpecialOfferCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Cruise\SpecialOfferCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Cruise\SpecialOfferHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Cruise\SpecialOfferHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Cruise\SpecialOfferRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Cruise\SpecialOfferRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Formality\FormalityHistoryBookingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Formality\FormalityHistoryBookingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Formality\FormalityHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Formality\FormalityHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Formality\FormalityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Formality\FormalityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Formality\FormalityTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Formality\FormalityTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Included\IncludedAssociationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Included\IncludedAssociationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Included\IncludedGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Included\IncludedGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Included\IncludedHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Included\IncludedHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Included\IncludedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Included\IncludedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Included\IncludedTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Included\IncludedTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Itinerary\DestinationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Itinerary\DestinationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Itinerary\ItineraryHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Itinerary\ItineraryHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Itinerary\ItineraryIncludedGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Itinerary\ItineraryIncludedGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Itinerary\ItinerarySegmentHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Itinerary\ItinerarySegmentHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Service\ServiceHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Service\ServiceHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Service\ServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Service\ServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Service\ServiceTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Service\ServiceTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Ship\DeckRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Ship\DeckRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Ship\ShipRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Ship\ShipRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Ship\ShipTextualDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Ship\ShipTextualDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cruise\Stopover\StopoverRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cruise\Stopover\StopoverRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Discount\AttributedDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Discount\AttributedDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Discount\DiscountActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Discount\DiscountActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Discount\DiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Discount\DiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Document\FirmedCheckRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Document\FirmedCheckRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Document\SaleTermRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Document\SaleTermRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Email\AttributedEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Email\AttributedEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Email\AttributedSentEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Email\AttributedSentEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Email\EmailAttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Email\EmailAttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Email\EmailContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Email\EmailContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Email\EmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Email\EmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Email\EmailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Email\EmailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Email\EmailUnreadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Email\EmailUnreadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Email\SentEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Email\SentEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Marketing\SegmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Marketing\SegmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\AlertRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Notification\AlertRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\NotificationGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Notification\NotificationGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Notification\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\NotificationRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Notification\NotificationRuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\NotificationSubscriberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Notification\NotificationSubscriberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\ReminderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Notification\ReminderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Opinion\AnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Opinion\AnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Opinion\QuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Opinion\QuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Opinion\QuestionTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Opinion\QuestionTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Opinion\SurveyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Opinion\SurveyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\ContactPartnerCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Partner\ContactPartnerCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\ContactPartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Partner\ContactPartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\PartnerByContactHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Partner\PartnerByContactHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\PartnerByContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Partner\PartnerByContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\PartnerCompanyDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Partner\PartnerCompanyDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\PartnerFollowUpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Partner\PartnerFollowUpRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\PartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Partner\PartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PhoneCall\PhoneCallRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PhoneCall\PhoneCallRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\AutoProductVariantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\AutoProductVariantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\MarginCabinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\MarginCabinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\MarginProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\MarginProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductDefaultOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductDefaultOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductDefaultOptionValidValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductDefaultOptionValidValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductDefaultParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductDefaultParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductDefaultParameterValidValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductDefaultParameterValidValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductOptionValidValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductOptionValidValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductOptionValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductOptionValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductVariantParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductVariantParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductVariantParameterValidValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductVariantParameterValidValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Product\ProductVariantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\ProductVariantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Project\ProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Project\ProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Schedule\LeaveRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Schedule\LeaveRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Schedule\ScheduleCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Schedule\ScheduleCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Schedule\ScheduleEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Schedule\ScheduleEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selling\SellerBonusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Selling\SellerBonusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selling\SellingSegmentCabinTypePointRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Selling\SellingSegmentCabinTypePointRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selling\SellingSegmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Selling\SellingSegmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Todo\TodoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Todo\TodoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Todo\TodoTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Todo\TodoTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ApiUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\ApiUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\MacifProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\MacifProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\ProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserCmsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserCmsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebServices\WebServicesStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WebServices\WebServicesStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\CreditPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\CreditPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\CreditRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\CreditRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\InsurancePriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\InsurancePriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\PartnerAllowance\AllowanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\PartnerAllowance\AllowanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\PartnerAllowance\PartnerAllowanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\PartnerAllowance\PartnerAllowanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\PartnerParticipation\ParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\PartnerParticipation\ParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\PartnerParticipation\PartnerParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\PartnerParticipation\PartnerParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\PartnerTemplate\PartnerTemplateContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\PartnerTemplate\PartnerTemplateContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\PartnerTemplate\PartnerTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\PartnerTemplate\PartnerTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\RefundRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\RefundRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\SupplierContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\SupplierContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Accounting\SupplierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Accounting\SupplierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Contact\contact\ContactProspectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Contact\contact\ContactProspectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Contact\contact\ContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Contact\contact\ContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Marketing\Departure\CrmDepartureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Marketing\Departure\CrmDepartureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Marketing\Departure\DepartureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Marketing\Departure\DepartureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\__Sale\LegalTextRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\__Sale\LegalTextRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\RepositoryView\__Accounting\InsurancePriceViewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\RepositoryView\__Accounting\InsurancePriceViewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\RepositoryView\__Accounting\InsuranceViewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\RepositoryView\__Accounting\InsuranceViewRepository"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\AccountingRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\AccountingRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\AdminMarketingRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\AdminMarketingRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\AdminSaleBookingRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\AdminSaleBookingRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\AdvAdminRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\AdvAdminRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\AdvAutomationRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\AdvAutomationRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\AdvRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\AdvRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\BookingRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\BookingRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\ContactRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\ContactRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\DashboardRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\DashboardRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\DataAdminRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\DataAdminRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\HomeModuleRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\HomeModuleRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\ManagerRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\ManagerRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\MarketingRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\MarketingRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\MigrationRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\MigrationRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\PartnerRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\PartnerRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\ProspectRequestRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\ProspectRequestRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\QuoteRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\QuoteRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\WebServicesRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\WebServicesRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingBalanceClientReminderRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingBalanceClientReminderRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingBookingRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingBookingRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingCreditRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingCreditRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingDepartureRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingDepartureRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingInsurancePriceRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingInsurancePriceRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingInsuranceRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingInsuranceRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingInvoiceRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingInvoiceRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingPartnerRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingPartnerRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingPartnerTemplateRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingPartnerTemplateRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingPaymentRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingPaymentRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingRefundRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingRefundRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingSellingRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingSellingRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Accounting\AccountingTurnoverRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Accounting\AccountingTurnoverRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Booking\BookingBookingRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Booking\BookingBookingRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Booking\BookingContractRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Booking\BookingContractRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Marketing\MarketingDepartureRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Marketing\MarketingDepartureRightProvider"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.App\Security\Right\__Quote\QuoteQuoteRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Right\__Quote\QuoteQuoteRightProvider"; reason: abstract.
Removed service ".instanceof.App\Transformer\Booking\PassengerInformationRequestStrategy\TransformerStrategyInterface.0.App\Transformer\Booking\PassengerInformationRequestStrategy\CostaTransformerStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Transformer\Booking\PassengerInformationRequestStrategy\CostaTransformerStrategy"; reason: abstract.
Removed service ".instanceof.App\Transformer\Booking\PassengerInformationRequestStrategy\TransformerStrategyInterface.0.App\Transformer\Booking\PassengerInformationRequestStrategy\DefaultTransformerStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Transformer\Booking\PassengerInformationRequestStrategy\DefaultTransformerStrategy"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ApplicationFilterTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ApplicationFilterTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BookingProcessTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\BookingProcessTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CabinCategoryHistoryTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CabinCategoryHistoryTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CabinTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CabinTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContactSegmentGridFilterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ContactSegmentGridFilterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContactTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ContactTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CountryTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CountryTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CruiseHistoryChangeTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CruiseHistoryChangeTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EmailTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\EmailTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FormalityHistoryTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\FormalityHistoryTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FormatFiltersTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\FormatFiltersTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MarginExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MarginExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\NewsletterSubscriberTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\NewsletterSubscriberTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ParticipantTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ParticipantTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ProductCategoryTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ProductCategoryTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ProductVariantTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ProductVariantTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ProspectProjectExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ProspectProjectExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\QuoteTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\QuoteTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RecapTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\RecapTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ReturnUrlExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ReturnUrlExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\StringFiltersTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\StringFiltersTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Accounting\InsuranceTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Accounting\InsuranceTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Accounting\InvoiceTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Accounting\InvoiceTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Accounting\PartnerTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Accounting\PartnerTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Accounting\SupplierPaymentTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Accounting\SupplierPaymentTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Booking\BookingTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Booking\BookingTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Marketing\CruiseHistoryTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Marketing\CruiseHistoryTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Marketing\DepartureTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Marketing\DepartureTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Marketing\IncludedHistoryTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Marketing\IncludedHistoryTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Marketing\ItineraryHistoryTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Marketing\ItineraryHistoryTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Partner\PartnerTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Partner\PartnerTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Sale\LegalTextTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Sale\LegalTextTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\__Sale\ProspectRequestTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\__Sale\ProspectRequestTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\AccountFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\AccountFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\AutoProductVariantFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\AutoProductVariantFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\CancelFeeFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\CancelFeeFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContactNewFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ContactNewFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\FormalityFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\FormalityFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\MarginCabinFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\MarginCabinFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\MarginProductFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\MarginProductFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\MarketingCampaignFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\MarketingCampaignFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ProspectRequestFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ProspectRequestFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Accounting\CreateSupplierFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Accounting\CreateSupplierFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Accounting\InsurancePriceFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Accounting\InsurancePriceFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Accounting\ManualPaymentFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Accounting\ManualPaymentFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Accounting\PartnerTemplateContentFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Accounting\PartnerTemplateContentFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Accounting\UpdateSupplierFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Accounting\UpdateSupplierFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Partner\CreatePartnerFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Partner\CreatePartnerFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Partner\PartnerCompanyDiscountCollectionFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Partner\PartnerCompanyDiscountCollectionFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Partner\PartnerCompanyDiscountFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Partner\PartnerCompanyDiscountFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Partner\PartnerWebsiteManagementFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Partner\PartnerWebsiteManagementFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Partner\UpdatePartnerFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Partner\UpdatePartnerFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Sale\CreateLegalTextFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Sale\CreateLegalTextFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Sale\ProspectRequestDetailsFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Sale\ProspectRequestDetailsFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Sale\ProspectRequestLinkedContactFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Sale\ProspectRequestLinkedContactFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\__Sale\UpdateLegalTextFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\__Sale\UpdateLegalTextFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\AccountingVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\AccountingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\AdminMarketingVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\AdminMarketingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\AdminSaleBookingVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\AdminSaleBookingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\AdvAdminVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\AdvAdminVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\AdvAutomationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\AdvAutomationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\AdvVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\AdvVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\BookingVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\BookingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\ContactVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\ContactVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\DashboardVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\DashboardVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\DataAdminVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\DataAdminVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\HomeModuleVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\HomeModuleVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\ManagerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\ManagerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\MarketingVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\MarketingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\MigrationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\MigrationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\PartnerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\PartnerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\ProspectRequestVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\ProspectRequestVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\QuoteVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\QuoteVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\WebServicesVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\WebServicesVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingBalanceClientReminderVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingBalanceClientReminderVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingBookingVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingBookingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingCreditVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingCreditVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingDepartureVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingDepartureVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingInsurancePriceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingInsurancePriceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingInsuranceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingInsuranceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingInvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingInvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingPartnerTemplateVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingPartnerTemplateVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingPartnerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingPartnerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingPaymentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingPaymentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingRefundVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingRefundVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingSellingVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingSellingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Accounting\AccountingTurnoverVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Accounting\AccountingTurnoverVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Booking\BookingBookingVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Booking\BookingBookingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Booking\BookingContractVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Booking\BookingContractVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Marketing\MarketingDepartureVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Marketing\MarketingDepartureVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Voter\__Quote\QuoteQuoteVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Voter\__Quote\QuoteQuoteVoter"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.migration.log.manager"; reason: abstract.
Removed service ".instanceof.App\Migration\Manager\Level_0\ManagerTools\CsvManagerInterface.0.migration.log.manager"; reason: abstract.
Removed service ".abstract.instanceof.migration.log.manager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.cabins"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.cabins"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.option_validity"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.option_validity"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.first_passenger_required"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.first_passenger_required"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.all_passengers_required"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.all_passengers_required"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.passengers"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.passengers"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.client_passengers"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.client_passengers"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_passenger_service_form.validator.quote_line"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_passenger_service_form.validator.quote_line"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_cabin_service_form.validator.quote_line"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_cabin_service_form.validator.quote_line"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.down_payment"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.down_payment"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.company.discount"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.company.discount"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.croisiland.discount"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.croisiland.discount"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.croisiland.offer"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.croisiland.offer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.insurance"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.insurance"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.insurance_amount_for_calculation"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.insurance_amount_for_calculation"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.manual_payments"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.manual_payments"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.fullweb.step_form.validator.costa_cabin_passengers"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.fullweb.step_form.validator.costa_cabin_passengers"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.booking_process.step_form.validator.billing_informations_required"; reason: abstract.
Removed service ".abstract.instanceof.booking_process.step_form.validator.billing_informations_required"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.partner.create.form.validator"; reason: abstract.
Removed service ".abstract.instanceof.partner.create.form.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.partner.update.form.validator"; reason: abstract.
Removed service ".abstract.instanceof.partner.update.form.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.partner.step_form.validator.website"; reason: abstract.
Removed service ".abstract.instanceof.partner.step_form.validator.website"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.account.validator"; reason: abstract.
Removed service ".abstract.instanceof.account.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.cancel_fee.validator"; reason: abstract.
Removed service ".abstract.instanceof.cancel_fee.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.formality.validator"; reason: abstract.
Removed service ".abstract.instanceof.formality.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.manual.payment.validator"; reason: abstract.
Removed service ".abstract.instanceof.manual.payment.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.insurance_price.validator"; reason: abstract.
Removed service ".abstract.instanceof.insurance_price.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.partner.template.content.validator"; reason: abstract.
Removed service ".abstract.instanceof.partner.template.content.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.auto_product_variant.validator"; reason: abstract.
Removed service ".abstract.instanceof.auto_product_variant.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.margin.product.validator"; reason: abstract.
Removed service ".abstract.instanceof.margin.product.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.margin.cabin.validator"; reason: abstract.
Removed service ".abstract.instanceof.margin.cabin.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.partner_company_discount.validator"; reason: abstract.
Removed service ".abstract.instanceof.partner_company_discount.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.partner_company_discount_collection.validator"; reason: abstract.
Removed service ".abstract.instanceof.partner_company_discount_collection.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.marketing_campaign.validator"; reason: abstract.
Removed service ".abstract.instanceof.marketing_campaign.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.prospect_request.validator"; reason: abstract.
Removed service ".abstract.instanceof.prospect_request.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.prospect_request.details.validator"; reason: abstract.
Removed service ".abstract.instanceof.prospect_request.details.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.prospect_request.linked_contact.validator"; reason: abstract.
Removed service ".abstract.instanceof.prospect_request.linked_contact.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.legal_text.create.validator"; reason: abstract.
Removed service ".abstract.instanceof.legal_text.create.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.legal_text.update.validator"; reason: abstract.
Removed service ".abstract.instanceof.legal_text.update.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.contact_new.validator"; reason: abstract.
Removed service ".abstract.instanceof.contact_new.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.supplier.create.validator"; reason: abstract.
Removed service ".abstract.instanceof.supplier.create.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.supplier.update.validator"; reason: abstract.
Removed service ".abstract.instanceof.supplier.update.validator"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceInterface.0.Croisiland\CommonBundle\Partner\WebService\FnacDartyWebService"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\WebService\FnacDartyWebService"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceInterface.0.Croisiland\CommonBundle\Partner\WebService\MacifWebService"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\WebService\MacifWebService"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceInterface.0.Croisiland\CommonBundle\Partner\WebService\UneoWebService"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\WebService\UneoWebService"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceInterface.0.Croisiland\CommonBundle\Partner\WebService\CnasWebService"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\WebService\CnasWebService"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceInterface.0.Croisiland\CommonBundle\Partner\WebService\SofincoWebService"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\WebService\SofincoWebService"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceInterface.0.sofinco_web_service.test"; reason: abstract.
Removed service ".abstract.instanceof.sofinco_web_service.test"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceInterface.0.Croisiland\CommonBundle\Partner\WebService\DirectAssuranceWebService"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\WebService\DirectAssuranceWebService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\Bundle\GridBundle\Grid\Form\Type\BooleanFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\Bundle\GridBundle\Grid\Form\Type\BooleanFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\Bundle\GridBundle\Grid\Form\Type\DateFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\Bundle\GridBundle\Grid\Form\Type\DateFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\Bundle\GridBundle\Grid\Form\Type\EntityFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\Bundle\GridBundle\Grid\Form\Type\EntityFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\Bundle\GridBundle\Grid\Form\Type\ExistsFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\Bundle\GridBundle\Grid\Form\Type\ExistsFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\Bundle\GridBundle\Grid\Form\Type\NumberFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\Bundle\GridBundle\Grid\Form\Type\NumberFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\Bundle\GridBundle\Grid\Form\Type\SelectFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\Bundle\GridBundle\Grid\Form\Type\SelectFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\Bundle\GridBundle\Grid\Form\Type\StringFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\Bundle\GridBundle\Grid\Form\Type\StringFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\Bundle\GridBundle\Grid\Normalizer\AjaxGridViewNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\Bundle\GridBundle\Grid\Normalizer\AjaxGridViewNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\Bundle\GridBundle\Grid\Normalizer\DataTableGridViewNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\Bundle\GridBundle\Grid\Normalizer\DataTableGridViewNormalizer"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Crea\Bundle\GridBundle\Grid\Twig\GridRendererExtension"; reason: abstract.
Removed service ".abstract.instanceof.Crea\Bundle\GridBundle\Grid\Twig\GridRendererExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Fresh\DoctrineEnumBundle\Command\EnumDropCommentCommand"; reason: abstract.
Removed service ".abstract.instanceof.Fresh\DoctrineEnumBundle\Command\EnumDropCommentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeGuesserInterface.0.Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser"; reason: abstract.
Removed service ".abstract.instanceof.Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Cafffeine\TablesSyncBundle\Command\SyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.Cafffeine\TablesSyncBundle\Command\SyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Cafffeine\TablesSyncBundle\Controller\SynchronizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Cafffeine\TablesSyncBundle\Controller\SynchronizationController"; reason: abstract.
Removed service ".abstract.instanceof.Cafffeine\TablesSyncBundle\Controller\SynchronizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Crea\FloaBundle\Normalizer\FloaEligibilityGroupNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\FloaBundle\Normalizer\FloaEligibilityGroupNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\FloaBundle\Normalizer\FloaExceptionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\FloaBundle\Normalizer\FloaExceptionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Crea\FloaBundle\Normalizer\FloaPreEligibilityGroupNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\FloaBundle\Normalizer\FloaPreEligibilityGroupNormalizer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\FloaBundle\Repository\FloaEligibilityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\FloaBundle\Repository\FloaEligibilityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\FloaBundle\Repository\FloaPaymentSessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\FloaBundle\Repository\FloaPaymentSessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\FloaBundle\Repository\FloaPreEligibilityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\FloaBundle\Repository\FloaPreEligibilityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\FloaBundle\Repository\FloaTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\FloaBundle\Repository\FloaTokenRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Croisiland\CommonBundle\Normalizer\PartnerDiscountNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Croisiland\CommonBundle\Normalizer\PartnerDiscountNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Normalizer\PartnerDiscountNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Croisiland\CommonBundle\Normalizer\PartnerNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Normalizer\PartnerNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\CNASPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\PartnerAuthenticateFormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\CNASPartnerAuthenticateFormType"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\CNASPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\DIrectAssurancePartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\PartnerAuthenticateFormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\DIrectAssurancePartnerAuthenticateFormType"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\DIrectAssurancePartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\DefaultPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\PartnerAuthenticateFormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\DefaultPartnerAuthenticateFormType"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\DefaultPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\FnacDartyPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\PartnerAuthenticateFormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\FnacDartyPartnerAuthenticateFormType"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\FnacDartyPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\MacifPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\PartnerAuthenticateFormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\MacifPartnerAuthenticateFormType"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\MacifPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\SofincoPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\PartnerAuthenticateFormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\SofincoPartnerAuthenticateFormType"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\SofincoPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\UneoPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\PartnerAuthenticateFormTypeInterface.0.Croisiland\CommonBundle\Partner\AuthenticateForm\UneoPartnerAuthenticateFormType"; reason: abstract.
Removed service ".abstract.instanceof.Croisiland\CommonBundle\Partner\AuthenticateForm\UneoPartnerAuthenticateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\ToolsBundle\Controller\Geographic\GeographicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\ToolsBundle\Controller\Geographic\GeographicController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Controller\Geographic\GeographicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\ToolsBundle\Controller\StatefulController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\ToolsBundle\Controller\StatefulController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Controller\StatefulController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Crea\ToolsBundle\DataFixtures\GeographicDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\DataFixtures\GeographicDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Crea\ToolsBundle\DataFixtures\NationalityDataFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\DataFixtures\NationalityDataFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Crea\ToolsBundle\EventListener\LifecycleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\EventListener\LifecycleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ToolsBundle\Form\Type\DatePickerType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Form\Type\DatePickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ToolsBundle\Form\Type\DateRangePickerType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Form\Type\DateRangePickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ToolsBundle\Form\Type\Geographic\GeographicAddressType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Form\Type\Geographic\GeographicAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ToolsBundle\Form\Type\Geographic\GeographicAirportType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Form\Type\Geographic\GeographicAirportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ToolsBundle\Form\Type\Geographic\GeographicCityType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Form\Type\Geographic\GeographicCityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ToolsBundle\Form\Type\Geographic\GeographicCountryType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Form\Type\Geographic\GeographicCountryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ToolsBundle\Form\Type\SearchEntityType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Form\Type\SearchEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ToolsBundle\Form\Type\SwitchType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Form\Type\SwitchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ToolsBundle\Form\Type\TimePickerType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Form\Type\TimePickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ToolsBundle\Form\Type\YesNoType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Form\Type\YesNoType"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\ToolsBundle\Manager\Level_0\AddressManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Manager\Level_0\AddressManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\ToolsBundle\Manager\Level_0\AirportManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Manager\Level_0\AirportManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\ToolsBundle\Manager\Level_0\CityManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Manager\Level_0\CityManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\ToolsBundle\Manager\Level_0\CountryManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Manager\Level_0\CountryManager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\ToolsBundle\Normalizer\ConfirmationMessageNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Normalizer\ConfirmationMessageNormalizer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ToolsBundle\Repository\Geographic\AddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Repository\Geographic\AddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ToolsBundle\Repository\Geographic\AirportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Repository\Geographic\AirportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ToolsBundle\Repository\Geographic\CityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Repository\Geographic\CityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ToolsBundle\Repository\Geographic\CountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Repository\Geographic\CountryRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Crea\ToolsBundle\Twig\ToolsTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Twig\ToolsTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\ToolsBundle\Validator\AddressFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ToolsBundle\Validator\AddressFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.address.form.validator"; reason: abstract.
Removed service ".abstract.instanceof.address.form.validator"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Adapter\AdapterInterface.0.Crea\DatatableBundle\Adapter\ArrayAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Adapter\ArrayAdapter"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Adapter\AdapterInterface.0.Crea\DatatableBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Adapter\AdapterInterface.0.Crea\DatatableBundle\Adapter\Elasticsearch\ElasticaAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Adapter\Elasticsearch\ElasticaAdapter"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Adapter\AdapterInterface.0.Crea\DatatableBundle\Adapter\MongoDB\MongoDBAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Adapter\MongoDB\MongoDBAdapter"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\ActionColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\ActionColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\ArrayColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\ArrayColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\BoolActionColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\BoolActionColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\BoolColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\BoolColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\CollectionColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\CollectionColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\ColorColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\ColorColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\DateTimeColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\DateTimeColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\EntityColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\EntityColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\LinkColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\LinkColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\MapColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\MapColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\MoneyColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\MoneyColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\NumberColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\NumberColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\ResponsiveColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\ResponsiveColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\SelectActionColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\SelectActionColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\SelectColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\SelectColumn"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\TextColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\TextColumn"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\DatatableBundle\Controller\DatatableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\DatatableBundle\Controller\DatatableController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Controller\DatatableController"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Filter\AbstractFilter.0.Crea\DatatableBundle\Filter\DateFilter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Filter\DateFilter"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Filter\AbstractFilter.0.Crea\DatatableBundle\Filter\NumberFilter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Filter\NumberFilter"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Filter\AbstractFilter.0.Crea\DatatableBundle\Filter\SelectAjaxFilter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Filter\SelectAjaxFilter"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Filter\AbstractFilter.0.Crea\DatatableBundle\Filter\SelectAjaxMultipleFilter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Filter\SelectAjaxMultipleFilter"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Filter\AbstractFilter.0.Crea\DatatableBundle\Filter\SelectFilter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Filter\SelectFilter"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Filter\AbstractFilter.0.Crea\DatatableBundle\Filter\SelectMultipleFilter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Filter\SelectMultipleFilter"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Filter\AbstractFilter.0.Crea\DatatableBundle\Filter\TextFilter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Filter\TextFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\DatatableBundle\Normalizer\ActionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Normalizer\ActionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\DatatableBundle\Normalizer\ColvisGroupNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Normalizer\ColvisGroupNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\DatatableBundle\Normalizer\DataTableStateNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Crea\DatatableBundle\Normalizer\DataTableStateNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Normalizer\DataTableStateNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\DatatableBundle\Normalizer\FormActionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Normalizer\FormActionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\DatatableBundle\Normalizer\FormDateActionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Normalizer\FormDateActionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\DatatableBundle\Normalizer\FormDateRangeActionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Normalizer\FormDateRangeActionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\DatatableBundle\Normalizer\FormSelect2ActionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Normalizer\FormSelect2ActionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\DatatableBundle\Normalizer\OperatorNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Normalizer\OperatorNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\DatatableBundle\Normalizer\SelectionActionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Normalizer\SelectionActionNormalizer"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Crea\DatatableBundle\Twig\DataTablesExtension"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Twig\DataTablesExtension"; reason: abstract.
Removed service ".instanceof.Crea\DatatableBundle\Column\AbstractColumn.0.Crea\DatatableBundle\Column\AbstractColumn"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DatatableBundle\Column\AbstractColumn"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.crea.controller.datatable"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.crea.controller.datatable"; reason: abstract.
Removed service ".abstract.instanceof.crea.controller.datatable"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Crea\SecurityBundle\Command\DisableDueDateUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Command\DisableDueDateUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Crea\SecurityBundle\Command\FixturesLoadCommand"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Command\FixturesLoadCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\SecurityBundle\Constraint\RightCanBeUsedValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Constraint\RightCanBeUsedValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\SecurityBundle\Constraint\RightListCanBeUsedValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Constraint\RightListCanBeUsedValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\SecurityBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\SecurityBundle\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\SecurityBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\SecurityBundle\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\SecurityBundle\Controller\RightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\SecurityBundle\Controller\RightController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Controller\RightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\SecurityBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\SecurityBundle\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\SecurityBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\SecurityBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\SecurityBundle\Controller\UserGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\SecurityBundle\Controller\UserGroupController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Controller\UserGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Crea\SecurityBundle\EventListener\HasAccessListener"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\EventListener\HasAccessListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\SecurityBundle\Form\Type\ProfileDuplicateType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Form\Type\ProfileDuplicateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\SecurityBundle\Form\Type\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Form\Type\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\SecurityBundle\Form\Type\UserGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Form\Type\UserGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\SecurityBundle\Form\Type\UserType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Form\Type\UserType"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\SecurityBundle\Manager\Level_0\ProfileManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Manager\Level_0\ProfileManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\SecurityBundle\Manager\Level_0\RightManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Manager\Level_0\RightManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\SecurityBundle\Manager\Level_0\UserGroupManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Manager\Level_0\UserGroupManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\SecurityBundle\Manager\Level_0\UserManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Manager\Level_0\UserManager"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Crea\SecurityBundle\ParamConverter\ProfileParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\ParamConverter\ProfileParamConverter"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Crea\SecurityBundle\ParamConverter\UserParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\ParamConverter\UserParamConverter"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.Crea\SecurityBundle\Provider\CreaSecurityRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Provider\CreaSecurityRightProvider"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\SecurityBundle\Repository\ProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Repository\ProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\SecurityBundle\Repository\RightRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Repository\RightRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\SecurityBundle\Repository\UserGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Repository\UserGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\SecurityBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Crea\SecurityBundle\Twig\SecurityTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Twig\SecurityTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\SecurityBundle\Validator\CreateProfileFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Validator\CreateProfileFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\SecurityBundle\Validator\CreateUserFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Validator\CreateUserFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\SecurityBundle\Validator\PasswordFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Validator\PasswordFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\SecurityBundle\Validator\UpdateProfileFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Validator\UpdateProfileFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\SecurityBundle\Validator\UpdateUserFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Validator\UpdateUserFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Crea\SecurityBundle\Voter\ProfileVoter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Voter\ProfileVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Crea\SecurityBundle\Voter\RightVoter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Voter\RightVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Crea\SecurityBundle\Voter\UserGroupVoter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Voter\UserGroupVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Crea\SecurityBundle\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\SecurityBundle\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.user.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.user.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.user.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.user.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.password.validator"; reason: abstract.
Removed service ".abstract.instanceof.password.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.profile.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.profile.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.profile.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.profile.validator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Crea\AdminBundle\Twig\AdminTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Crea\AdminBundle\Twig\AdminTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\DocumentationBundle\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\DocumentationBundle\Controller\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\DocumentationBundle\Controller\ChapterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\DocumentationBundle\Controller\ChapterController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Controller\ChapterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\DocumentationBundle\Controller\DocumentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\DocumentationBundle\Controller\DocumentationController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Controller\DocumentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\DocumentationBundle\Form\Type\ArticleType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Form\Type\ArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\DocumentationBundle\Form\Type\ChapterType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Form\Type\ChapterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\DocumentationBundle\Form\Type\SearchType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Form\Type\SearchType"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\DocumentationBundle\Manager\Level_0\ArticleManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Manager\Level_0\ArticleManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\DocumentationBundle\Manager\Level_0\ArticleOperationManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Manager\Level_0\ArticleOperationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\DocumentationBundle\Manager\Level_0\ChapterManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Manager\Level_0\ChapterManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\DocumentationBundle\Manager\Level_0\DocumentationConfigurationManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Manager\Level_0\DocumentationConfigurationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\DocumentationBundle\Manager\Level_1\ArticleManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Manager\Level_1\ArticleManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\DocumentationBundle\Manager\Level_1\ChapterManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Manager\Level_1\ChapterManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\DocumentationBundle\Manager\Level_1\DocumentationConfigurationManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Manager\Level_1\DocumentationConfigurationManager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\DocumentationBundle\Normalizer\SearchNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Crea\DocumentationBundle\Normalizer\SearchNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Normalizer\SearchNormalizer"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.Crea\DocumentationBundle\Provider\DocumentationRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Provider\DocumentationRightProvider"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\DocumentationBundle\Repository\ArticleOperationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Repository\ArticleOperationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\DocumentationBundle\Repository\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Repository\ArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\DocumentationBundle\Repository\ChapterRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Repository\ChapterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\DocumentationBundle\Repository\DocumentationConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Repository\DocumentationConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Crea\DocumentationBundle\Twig\DocumentationTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Twig\DocumentationTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\DocumentationBundle\Validator\CreateArticleFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Validator\CreateArticleFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\DocumentationBundle\Validator\CreateChapterFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Validator\CreateChapterFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\DocumentationBundle\Validator\UpdateArticleFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Validator\UpdateArticleFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\DocumentationBundle\Validator\UpdateChapterFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Validator\UpdateChapterFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Crea\DocumentationBundle\Voter\DocumentationVoter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\DocumentationBundle\Voter\DocumentationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.chapter.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.chapter.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.chapter.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.chapter.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.article.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.article.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.article.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.article.validator"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Manager\ProcessStateStrategyManagerInterface.0.Crea\ProcessBundle\Manager\ProcessStateDoctrineManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ProcessBundle\Manager\ProcessStateDoctrineManager"; reason: abstract.
Removed service ".instanceof.Crea\ProcessBundle\Manager\ProcessStateStrategyManagerInterface.0.Crea\ProcessBundle\Manager\ProcessStateSessionManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ProcessBundle\Manager\ProcessStateSessionManager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\ProcessBundle\Normalizer\ProcessStateNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Crea\ProcessBundle\Normalizer\ProcessStateNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ProcessBundle\Normalizer\ProcessStateNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\ProcessBundle\Normalizer\ProcessStepValidationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Crea\ProcessBundle\Normalizer\ProcessStepValidationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ProcessBundle\Normalizer\ProcessStepValidationNormalizer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ProcessBundle\Repository\ProcessStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ProcessBundle\Repository\ProcessStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ProcessBundle\Repository\ProcessStepValidationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ProcessBundle\Repository\ProcessStepValidationRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Crea\ProcessBundle\Twig\ProcessTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ProcessBundle\Twig\ProcessTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\ParameterBundle\Controller\GroupAndTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\ParameterBundle\Controller\GroupAndTypeController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Controller\GroupAndTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\ParameterBundle\Controller\ParameterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\ParameterBundle\Controller\ParameterController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Controller\ParameterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\ParameterBundle\Controller\ParameterGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\ParameterBundle\Controller\ParameterGroupController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Controller\ParameterGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\ParameterBundle\Controller\ParameterTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\ParameterBundle\Controller\ParameterTypeController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Controller\ParameterTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ParameterBundle\Form\ParameterAttributeValueFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Form\ParameterAttributeValueFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ParameterBundle\Form\ParameterFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Form\ParameterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ParameterBundle\Form\ParameterGroupFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Form\ParameterGroupFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ParameterBundle\Form\ParameterSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Form\ParameterSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ParameterBundle\Form\ParameterTypeAttributeFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Form\ParameterTypeAttributeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ParameterBundle\Form\ParameterTypeAttributeValidValueFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Form\ParameterTypeAttributeValidValueFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\ParameterBundle\Form\ParameterTypeFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Form\ParameterTypeFormType"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_0\ParameterAttributeValueManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_0\ParameterAttributeValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_0\ParameterGroupManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_0\ParameterGroupManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_0\ParameterManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_0\ParameterManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_0\ParameterTypeAttributeManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_0\ParameterTypeAttributeManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_0\ParameterTypeAttributeValidValueManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_0\ParameterTypeAttributeValidValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_0\ParameterTypeManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_0\ParameterTypeManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_1\ParameterAttributeValueManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_1\ParameterAttributeValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_1\ParameterGroupManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_1\ParameterGroupManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_1\ParameterManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_1\ParameterManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_1\ParameterTypeAttributeManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_1\ParameterTypeAttributeManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_1\ParameterTypeAttributeValidValueManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_1\ParameterTypeAttributeValidValueManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\ParameterBundle\Manager\Level_1\ParameterTypeManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Manager\Level_1\ParameterTypeManager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\ParameterBundle\Normalizer\SearchNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Crea\ParameterBundle\Normalizer\SearchNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Normalizer\SearchNormalizer"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.Crea\ParameterBundle\Provider\ParameterRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Provider\ParameterRightProvider"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ParameterBundle\Repository\ParameterAttributeValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Repository\ParameterAttributeValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ParameterBundle\Repository\ParameterGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Repository\ParameterGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ParameterBundle\Repository\ParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Repository\ParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ParameterBundle\Repository\ParameterTypeAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Repository\ParameterTypeAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ParameterBundle\Repository\ParameterTypeAttributeValidValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Repository\ParameterTypeAttributeValidValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\ParameterBundle\Repository\ParameterTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Repository\ParameterTypeRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Crea\ParameterBundle\Twig\ParameterTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Twig\ParameterTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\ParameterBundle\Validator\CreateParameterFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Validator\CreateParameterFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\ParameterBundle\Validator\CreateParameterGroupFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Validator\CreateParameterGroupFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\ParameterBundle\Validator\CreateParameterTypeFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Validator\CreateParameterTypeFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\ParameterBundle\Validator\UpdateParameterFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Validator\UpdateParameterFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\ParameterBundle\Validator\UpdateParameterGroupFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Validator\UpdateParameterGroupFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\ParameterBundle\Validator\UpdateParameterTypeFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Validator\UpdateParameterTypeFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Crea\ParameterBundle\Voter\ParameterGroupVoter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Voter\ParameterGroupVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Crea\ParameterBundle\Voter\ParameterTypeVoter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Voter\ParameterTypeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Crea\ParameterBundle\Voter\ParameterVoter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\ParameterBundle\Voter\ParameterVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.parameter.group.form.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.parameter.group.form.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.parameter.group.form.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.parameter.group.form.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.parameter.type.form.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.parameter.type.form.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.parameter.type.form.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.parameter.type.form.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.parameter.form.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.parameter.form.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.parameter.form.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.parameter.form.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Crea\EventBundle\Command\CleanOldEventLogDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Command\CleanOldEventLogDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Crea\EventBundle\Command\GenerateEventCodesFileCommand"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Command\GenerateEventCodesFileCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\EventBundle\Controller\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\EventBundle\Controller\EventCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Controller\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\EventBundle\Controller\EventLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\EventBundle\Controller\EventLogController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Controller\EventLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\EventBundle\Controller\EventModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\EventBundle\Controller\EventModelController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Controller\EventModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\EventBundle\Controller\EventTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\EventBundle\Controller\EventTypeController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Controller\EventTypeController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Crea\EventBundle\DataFixtures\EventFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\DataFixtures\EventFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Crea\EventBundle\EventSubscriber\CreaEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\EventSubscriber\CreaEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\EventBundle\Form\Type\EventCategoryFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Form\Type\EventCategoryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\EventBundle\Form\Type\EventModelFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Form\Type\EventModelFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\EventBundle\Form\Type\EventTypeFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Form\Type\EventTypeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\EventBundle\Form\Type\SearchType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Form\Type\SearchType"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\EventBundle\Manager\Level_0\EventCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Manager\Level_0\EventCategoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\EventBundle\Manager\Level_0\EventConfigurationManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Manager\Level_0\EventConfigurationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\EventBundle\Manager\Level_0\EventLogManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Manager\Level_0\EventLogManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\EventBundle\Manager\Level_0\EventModelManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Manager\Level_0\EventModelManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\EventBundle\Manager\Level_0\EventTypeManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Manager\Level_0\EventTypeManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\EventBundle\Manager\Level_1\EventCategoryManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Manager\Level_1\EventCategoryManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\EventBundle\Manager\Level_1\EventConfigurationManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Manager\Level_1\EventConfigurationManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\EventBundle\Manager\Level_1\EventLogManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Manager\Level_1\EventLogManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\EventBundle\Manager\Level_1\EventModelManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Manager\Level_1\EventModelManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\EventBundle\Manager\Level_1\EventTypeManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Manager\Level_1\EventTypeManager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\EventBundle\Normalizer\SearchNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Crea\EventBundle\Normalizer\SearchNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Normalizer\SearchNormalizer"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.Crea\EventBundle\Provider\EventRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Provider\EventRightProvider"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\EventBundle\Repository\EventCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Repository\EventCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\EventBundle\Repository\EventConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Repository\EventConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\EventBundle\Repository\EventLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Repository\EventLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\EventBundle\Repository\EventModelRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Repository\EventModelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\EventBundle\Repository\EventTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Repository\EventTypeRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Crea\EventBundle\Twig\EventTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Twig\EventTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\EventBundle\Validator\CreateEventCategoryFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Validator\CreateEventCategoryFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\EventBundle\Validator\CreateEventLogFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Validator\CreateEventLogFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\EventBundle\Validator\CreateEventModelFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Validator\CreateEventModelFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\EventBundle\Validator\CreateEventTypeFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Validator\CreateEventTypeFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\EventBundle\Validator\UpdateEventCategoryFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Validator\UpdateEventCategoryFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\EventBundle\Validator\UpdateEventLogFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Validator\UpdateEventLogFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\EventBundle\Validator\UpdateEventModelFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Validator\UpdateEventModelFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\EventBundle\Validator\UpdateEventTypeFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Validator\UpdateEventTypeFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Crea\EventBundle\Voter\EventVoter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\EventBundle\Voter\EventVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.type.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.type.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.type.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.type.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.category.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.category.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.category.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.category.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.model.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.model.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.model.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.model.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.log.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.log.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.log.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.log.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Crea\HRBundle\Command\GenerateParametersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Command\GenerateParametersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\HRBundle\Controller\PlanningCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\HRBundle\Controller\PlanningCommentController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Controller\PlanningCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\HRBundle\Controller\PlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\HRBundle\Controller\PlanningController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Controller\PlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\HRBundle\Controller\PlanningEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\HRBundle\Controller\PlanningEventController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Controller\PlanningEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Crea\HRBundle\Controller\PlanningLeaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Crea\HRBundle\Controller\PlanningLeaveController"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Controller\PlanningLeaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\HRBundle\Form\Type\PlanningCommentFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Form\Type\PlanningCommentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\HRBundle\Form\Type\PlanningEventFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Form\Type\PlanningEventFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Crea\HRBundle\Form\Type\PlanningLeaveFormType"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Form\Type\PlanningLeaveFormType"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\HRBundle\Manager\Level_0\PlanningCommentManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Manager\Level_0\PlanningCommentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\HRBundle\Manager\Level_0\PlanningEventManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Manager\Level_0\PlanningEventManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerInterface.0.Crea\HRBundle\Manager\Level_0\PlanningLeaveManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Manager\Level_0\PlanningLeaveManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\HRBundle\Manager\Level_1\PlanningCommentManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Manager\Level_1\PlanningCommentManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\HRBundle\Manager\Level_1\PlanningEventManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Manager\Level_1\PlanningEventManager"; reason: abstract.
Removed service ".instanceof.Crea\ToolsBundle\Manager\Level_1\ManagerTools\ManagerInterface.0.Crea\HRBundle\Manager\Level_1\PlanningLeaveManager"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Manager\Level_1\PlanningLeaveManager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\HRBundle\Normalizer\PlanningCommentNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Normalizer\PlanningCommentNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\HRBundle\Normalizer\PlanningEventNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Normalizer\PlanningEventNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Crea\HRBundle\Normalizer\PlanningLeaveNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Normalizer\PlanningLeaveNormalizer"; reason: abstract.
Removed service ".instanceof.Crea\SecurityBundle\Provider\RightProviderInterface.0.Crea\HRBundle\Provider\HRRightProvider"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Provider\HRRightProvider"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\HRBundle\Repository\PlanningCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Repository\PlanningCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\HRBundle\Repository\PlanningEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Repository\PlanningEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Crea\HRBundle\Repository\PlanningLeaveRepository"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Repository\PlanningLeaveRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Crea\HRBundle\Twig\PlanningTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Twig\PlanningTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\HRBundle\Validator\CreatePlanningCommentFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Validator\CreatePlanningCommentFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\HRBundle\Validator\CreatePlanningEventFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Validator\CreatePlanningEventFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\HRBundle\Validator\CreatePlanningLeaveFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Validator\CreatePlanningLeaveFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\HRBundle\Validator\UpdatePlanningCommentFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Validator\UpdatePlanningCommentFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\HRBundle\Validator\UpdatePlanningEventFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Validator\UpdatePlanningEventFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Crea\HRBundle\Validator\UpdatePlanningLeaveFormValidator"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Validator\UpdatePlanningLeaveFormValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Crea\HRBundle\Voter\HRVoter"; reason: abstract.
Removed service ".abstract.instanceof.Crea\HRBundle\Voter\HRVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.planning_leave.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.planning_leave.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.planning_leave.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.planning_leave.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.planning_event.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.planning_event.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.planning_event.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.planning_event.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.create.planning_comment.validator"; reason: abstract.
Removed service ".abstract.instanceof.create.planning_comment.validator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.update.planning_comment.validator"; reason: abstract.
Removed service ".abstract.instanceof.update.planning_comment.validator"; reason: abstract.
Inlined service "process.state.initializer" to "App\BookingProcess\ProcessEventSubscriber\QuoteChangedSubscriber".
Inlined service "process.factory" to "App\BookingProcess\ProcessHelper\ProcessProvider".
Inlined service "App\Assurever\AssureverManager" to "App\BookingProcess\ProcessQuoteToBooking\AssureverInsuranceValidator".
Inlined service "App\BookingProcess\ProcessQuoteToBooking\BookingCalculator" to "App\BookingProcess\ProcessQuoteToBooking\QuoteToBookingProcessor".
Inlined service "App\BookingProcess\ProcessQuoteToBooking\ReminderFactory\ReminderFactoryProvider" to "App\BookingProcess\ProcessQuoteToBooking\ReminderFactory".
Inlined service "App\BookingProcess\ProcessHelper\Company\Cabin\CabinHelperProvider" to "App\BookingProcess\ProcessStep\Fullweb\Costa\Cabin\ProcessStepFullwebCostaCabinChoice".
Inlined service "Croisiland\CommonBundle\Synchronizer\PartnerDiscountSynchronizer" to "App\Command\SynchronizePartnerCompanyDiscountCommand".
Inlined service "Croisiland\CommonBundle\Synchronizer\PartnerSynchronizer" to "App\Command\SynchronizePartnersCommand".
Inlined service "App\Manager\Booking\BookingParticipantManager" to "App\Controller\Account\BookingController".
Inlined service "App\Helper\FullWebProcessHelper" to "App\Controller\Account\BookingController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Account\BookingController" to "App\Controller\Account\BookingController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Account\HomeController" to "App\Controller\Account\HomeController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Account\PhoneCallController" to "App\Controller\Account\PhoneCallController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Accounting\AccountController" to "App\Controller\Accounting\AccountController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Accounting\ApplicationFeeController" to "App\Controller\Accounting\ApplicationFeeController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Accounting\BalanceBeforeDepartureController" to "App\Controller\Accounting\BalanceBeforeDepartureController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Accounting\CancelFeeController" to "App\Controller\Accounting\CancelFeeController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Accounting\InvoiceController" to "App\Controller\Accounting\InvoiceController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Accounting\InvoiceLineController" to "App\Controller\Accounting\InvoiceLineController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Accounting\PortTaxController" to "App\Controller\Accounting\PortTaxController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Accounting\SupplierPaymentForCompaniesController" to "App\Controller\Accounting\SupplierPaymentForCompaniesController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Accounting\TurnoverObjectiveController" to "App\Controller\Accounting\TurnoverObjectiveController".
Inlined service ".service_locator.NuuihQJ.App\Controller\AdditionalServices\TurnoverAdditionalServicesController" to "App\Controller\AdditionalServices\TurnoverAdditionalServicesController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Administration\NotificationGroupController" to "App\Controller\Administration\NotificationGroupController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Administration\NotificationRuleController" to "App\Controller\Administration\NotificationRuleController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Api\CabinTypeController" to "App\Controller\Api\CabinTypeController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Api\LoginController" to "App\Controller\Api\LoginController".
Inlined service ".service_locator.NuuihQJ.App\Controller\ApplicationFilterController" to "App\Controller\ApplicationFilterController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\AdvBookingChangeCategoryController" to "App\Controller\Booking\AdvBookingChangeCategoryController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\AdvBookingChangeController" to "App\Controller\Booking\AdvBookingChangeController".
Inlined service "App\Helper\ItinerarySegmentHelper" to "App\Controller\Booking\AdvBookingChangeEmailController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\AdvBookingChangeEmailController" to "App\Controller\Booking\AdvBookingChangeEmailController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\AdvBookingChangeStateController" to "App\Controller\Booking\AdvBookingChangeStateController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\AdvBookingController" to "App\Controller\Booking\AdvBookingController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\AdvRequestAssignmentController" to "App\Controller\Booking\AdvRequestAssignmentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\AdvRequestController" to "App\Controller\Booking\AdvRequestController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\AdvRequestStateController" to "App\Controller\Booking\AdvRequestStateController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\AdvRequestTypeController" to "App\Controller\Booking\AdvRequestTypeController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\AmendmentController" to "App\Controller\Booking\AmendmentController".
Inlined service "App\Manager\Booking\BookingCancelManager" to "App\Controller\Booking\BookingCancelController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\BookingCancelController" to "App\Controller\Booking\BookingCancelController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\BookingController" to "App\Controller\Booking\BookingController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\CabinController" to "App\Controller\Booking\CabinController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\CabinOptionDurationController" to "App\Controller\Booking\CabinOptionDurationController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\CabinSpecificityController" to "App\Controller\Booking\CabinSpecificityController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\ContractController" to "App\Controller\Booking\ContractController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\FullWebManagementController" to "App\Controller\Booking\FullWebManagementController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\GroupQuoteController" to "App\Controller\Booking\GroupQuoteController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\PassengerFormalityController" to "App\Controller\Booking\PassengerFormalityController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\PassengerInformationController" to "App\Controller\Booking\PassengerInformationController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\PassengerInformationFormController" to "App\Controller\Booking\PassengerInformationFormController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\QuoteAnalysisController" to "App\Controller\Booking\QuoteAnalysisController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\QuoteForcedOptionController" to "App\Controller\Booking\QuoteForcedOptionController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\QuoteOptionController" to "App\Controller\Booking\QuoteOptionController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\QuoteOptionsManagementController" to "App\Controller\Booking\QuoteOptionsManagementController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\QuoteProcess\AlternativeSearchEngineController" to "App\Controller\Booking\QuoteProcess\AlternativeSearchEngineController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\QuoteProcess\QuoteProcessBToBController" to "App\Controller\Booking\QuoteProcess\QuoteProcessBToBController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\QuoteProcess\QuoteProcessController" to "App\Controller\Booking\QuoteProcess\QuoteProcessController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\QuoteProcess\SearchEngineController" to "App\Controller\Booking\QuoteProcess\SearchEngineController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\SellerProspectRequestController" to "App\Controller\Booking\SellerProspectRequestController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\SpecialRequestController" to "App\Controller\Booking\SpecialRequestController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\SpecialRequestDocumentController" to "App\Controller\Booking\SpecialRequestDocumentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\SpecialRequestStateController" to "App\Controller\Booking\SpecialRequestStateController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Booking\SpecialRequestTypeController" to "App\Controller\Booking\SpecialRequestTypeController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Confirmation\BookingConfirmationAssignmentController" to "App\Controller\Confirmation\BookingConfirmationAssignmentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Confirmation\BookingConfirmationController" to "App\Controller\Confirmation\BookingConfirmationController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Confirmation\ConfirmationDelayController" to "App\Controller\Confirmation\ConfirmationDelayController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Confirmation\ConfirmationResponsibleController" to "App\Controller\Confirmation\ConfirmationResponsibleController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Confirmation\ConfirmationTypeController" to "App\Controller\Confirmation\ConfirmationTypeController".
Inlined service ".service_locator.NuuihQJ.App\Controller\ConnectionInterface\ConnectionInterfaceController" to "App\Controller\ConnectionInterface\ConnectionInterfaceController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Contact\BookletDownloadController" to "App\Controller\Contact\BookletDownloadController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Contact\ClubCardController" to "App\Controller\Contact\ClubCardController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Contact\ClubCardHistoryController" to "App\Controller\Contact\ClubCardHistoryController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Contact\CommentController" to "App\Controller\Contact\CommentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Contact\ComplaintController" to "App\Controller\Contact\ComplaintController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Contact\ComplaintStateController" to "App\Controller\Contact\ComplaintStateController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Contact\ContactUsController" to "App\Controller\Contact\ContactUsController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Contact\PhoneController" to "App\Controller\Contact\PhoneController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Cruise\Company\CabinCategoryHistoryB2BController" to "App\Controller\Cruise\Company\CabinCategoryHistoryB2BController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Cruise\Formality\FormalityController" to "App\Controller\Cruise\Formality\FormalityController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Cruise\Formality\FormalityTypeController" to "App\Controller\Cruise\Formality\FormalityTypeController".
Inlined service ".service_locator.NuuihQJ.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Discount\CompanyDiscountController" to "App\Controller\Discount\CompanyDiscountController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Discount\CompanyOfferController" to "App\Controller\Discount\CompanyOfferController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Discount\CroisilandDiscountController" to "App\Controller\Discount\CroisilandDiscountController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Discount\CroisilandOfferController" to "App\Controller\Discount\CroisilandOfferController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Discount\MigrationDiscountController" to "App\Controller\Discount\MigrationDiscountController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Document\SaleTermController" to "App\Controller\Document\SaleTermController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Email\EmailContentController" to "App\Controller\Email\EmailContentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Email\EmailSentController" to "App\Controller\Email\EmailSentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Email\EmailTemplateController" to "App\Controller\Email\EmailTemplateController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Email\EmailUnreadController" to "App\Controller\Email\EmailUnreadController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Marketing\SegmentController" to "App\Controller\Marketing\SegmentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\MediaController" to "App\Controller\MediaController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Migration\MigrationController" to "App\Controller\Migration\MigrationController".
Inlined service ".service_locator.NuuihQJ.App\Controller\NavigationController" to "App\Controller\NavigationController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Notification\AlertController" to "App\Controller\Notification\AlertController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Notification\NotificationController" to "App\Controller\Notification\NotificationController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Notification\ReminderController" to "App\Controller\Notification\ReminderController".
Inlined service "partner.default_data.provider" to "App\Controller\Partner\ContactPartnerController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Partner\ContactPartnerController" to "App\Controller\Partner\ContactPartnerController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Partner\ContactPartnerHistoryController" to "App\Controller\Partner\ContactPartnerHistoryController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Partner\PartnerFollowUpController" to "App\Controller\Partner\PartnerFollowUpController".
Inlined service "App\Manager\Partner\PartnerCompanyDiscountManager" to "App\Controller\Partner\SyncPartnerCompanyDiscountController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Partner\SyncPartnerCompanyDiscountController" to "App\Controller\Partner\SyncPartnerCompanyDiscountController".
Inlined service ".service_locator.NuuihQJ.App\Controller\PaymentMode\FloaController" to "App\Controller\PaymentMode\FloaController".
Inlined service "App\Helper\PaymentHelper" to "App\Controller\PaymentMode\OgoneController".
Inlined service ".service_locator.NuuihQJ.App\Controller\PaymentMode\OgoneController" to "App\Controller\PaymentMode\OgoneController".
Inlined service ".service_locator.NuuihQJ.App\Controller\PaymentMode\PaymentModeController" to "App\Controller\PaymentMode\PaymentModeController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Product\AutoProductVariantController" to "App\Controller\Product\AutoProductVariantController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Product\BtobServicesController" to "App\Controller\Product\BtobServicesController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Product\MarginCabinController" to "App\Controller\Product\MarginCabinController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Product\MarginProductController" to "App\Controller\Product\MarginProductController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Product\ProductCategoryController" to "App\Controller\Product\ProductCategoryController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Product\ProductController" to "App\Controller\Product\ProductController".
Inlined service "App\Factory\Recap\SellerBonusesRecapBySellerFactory" to "App\Controller\Recap\SellerBonusesRecapController".
Inlined service "App\Factory\Recap\SellerBonusesRecapByCabinTypeFactory" to "App\Controller\Recap\SellerBonusesRecapController".
Inlined service "App\Factory\Recap\SellerBonusesRecapBySellingSegmentFactory" to "App\Controller\Recap\SellerBonusesRecapController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Recap\SellerBonusesRecapController" to "App\Controller\Recap\SellerBonusesRecapController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Schedule\CustomerServiceScheduleController" to "App\Controller\Schedule\CustomerServiceScheduleController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Schedule\LeaveController" to "App\Controller\Schedule\LeaveController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Schedule\ScheduleCommentController" to "App\Controller\Schedule\ScheduleCommentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Schedule\ScheduleEventController" to "App\Controller\Schedule\ScheduleEventController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Schedule\SellerScheduleController" to "App\Controller\Schedule\SellerScheduleController".
Inlined service ".service_locator.NuuihQJ.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Selling\SellingSegmentController" to "App\Controller\Selling\SellingSegmentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\SimpleGridController" to "App\Controller\SimpleGridController".
Inlined service ".service_locator.NuuihQJ.App\Controller\StoringSessionSelectedPreferencesGridController" to "App\Controller\StoringSessionSelectedPreferencesGridController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Todo\TodoController" to "App\Controller\Todo\TodoController".
Inlined service ".service_locator.NuuihQJ.App\Controller\Todo\TodoTypeController" to "App\Controller\Todo\TodoTypeController".
Inlined service ".service_locator.NuuihQJ.App\Controller\UserCms\UserCMSController" to "App\Controller\UserCms\UserCMSController".
Inlined service ".service_locator.NuuihQJ.App\Controller\WebService\CnasController" to "App\Controller\WebService\CnasController".
Inlined service ".service_locator.NuuihQJ.App\Controller\WebService\CostaController" to "App\Controller\WebService\CostaController".
Inlined service ".service_locator.NuuihQJ.App\Controller\WebService\DirectAssuranceController" to "App\Controller\WebService\DirectAssuranceController".
Inlined service ".service_locator.NuuihQJ.App\Controller\WebService\FnacDartyController" to "App\Controller\WebService\FnacDartyController".
Inlined service ".service_locator.NuuihQJ.App\Controller\WebService\MacifController" to "App\Controller\WebService\MacifController".
Inlined service ".service_locator.NuuihQJ.App\Controller\WebService\MscController" to "App\Controller\WebService\MscController".
Inlined service ".service_locator.NuuihQJ.App\Controller\WebService\SofincoController" to "App\Controller\WebService\SofincoController".
Inlined service ".service_locator.NuuihQJ.App\Controller\WebService\UneoController" to "App\Controller\WebService\UneoController".
Inlined service ".service_locator.NuuihQJ.App\Controller\WebService\WebServiceController" to "App\Controller\WebService\WebServiceController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__ADV\AdvPlanningController" to "App\Controller\__ADV\AdvPlanningController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\BalanceClientReminderController" to "App\Controller\__Accounting\BalanceClientReminderController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\BookingController" to "App\Controller\__Accounting\BookingController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\CreditController" to "App\Controller\__Accounting\CreditController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\DepartureController" to "App\Controller\__Accounting\DepartureController".
Inlined service "App\DatatableFactory\__Accounting\AccountingInsuranceDatatableFactory" to "App\Controller\__Accounting\Insurance\InsuranceController".
Inlined service "App\Exporter\InsuranceExporter" to "App\Controller\__Accounting\Insurance\InsuranceController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\Insurance\InsuranceController" to "App\Controller\__Accounting\Insurance\InsuranceController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\Insurance\InsurancePriceController" to "App\Controller\__Accounting\Insurance\InsurancePriceController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\InvoiceController" to "App\Controller\__Accounting\InvoiceController".
Inlined service "App\DatatableFactory\__Accounting\Partner\PartnerDatatableFactory" to "App\Controller\__Accounting\Partner\PartnerController".
Inlined service "App\DatatableFactory\__Accounting\Partner\PartnerPeriodDatatableFactory" to "App\Controller\__Accounting\Partner\PartnerController".
Inlined service "App\DatatableFactory\__Accounting\Partner\PartnerPeriodDetailsDatatableFactory" to "App\Controller\__Accounting\Partner\PartnerController".
Inlined service "App\Exporter\PartnerExporter" to "App\Controller\__Accounting\Partner\PartnerController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\Partner\PartnerController" to "App\Controller\__Accounting\Partner\PartnerController".
Inlined service "App\Factory\__Accounting\PartnerTemplateContentFactory" to "App\Controller\__Accounting\Partner\PartnerTemplateContentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\Partner\PartnerTemplateContentController" to "App\Controller\__Accounting\Partner\PartnerTemplateContentController".
Inlined service "App\Factory\__Accounting\PartnerTemplateFactory" to "App\Controller\__Accounting\Partner\PartnerTemplateController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\Partner\PartnerTemplateController" to "App\Controller\__Accounting\Partner\PartnerTemplateController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\Payment\PaymentBackupController" to "App\Controller\__Accounting\Payment\PaymentBackupController".
Inlined service "App\Factory\__Accounting\PaymentFactory" to "App\Controller\__Accounting\Payment\PaymentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\Payment\PaymentController" to "App\Controller\__Accounting\Payment\PaymentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\RefundController" to "App\Controller\__Accounting\RefundController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\SellingRecap\CabinTypeDetailSellingRecapsController" to "App\Controller\__Accounting\SellingRecap\CabinTypeDetailSellingRecapsController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\SellingRecap\CompanyDetailSellingRecapsController" to "App\Controller\__Accounting\SellingRecap\CompanyDetailSellingRecapsController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\SellingRecap\PartnerDetailSellingRecapsController" to "App\Controller\__Accounting\SellingRecap\PartnerDetailSellingRecapsController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\SellingRecap\SellerDetailSellingRecapsController" to "App\Controller\__Accounting\SellingRecap\SellerDetailSellingRecapsController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\SellingRecap\SellingRecapController" to "App\Controller\__Accounting\SellingRecap\SellingRecapController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\SupplierController" to "App\Controller\__Accounting\SupplierController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Accounting\TurnoverController" to "App\Controller\__Accounting\TurnoverController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Booking\BookingController" to "App\Controller\__Booking\BookingController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Booking\ContractController" to "App\Controller\__Booking\ContractController".
Inlined service "App\DatatableFactory\__Contact\ContactQuoteRequestsInProgressDatatableFactory" to "App\Controller\__Contact\ContactController".
Inlined service "App\DatatableFactory\__Contact\ContactQuotesInProgressDatatableFactory" to "App\Controller\__Contact\ContactController".
Inlined service "App\DatatableFactory\__Contact\ContactBookingsInProgressDatatableFactory" to "App\Controller\__Contact\ContactController".
Inlined service "App\DatatableFactory\__Contact\ContactPastQuoteRequestsDatatableFactory" to "App\Controller\__Contact\ContactController".
Inlined service "App\DatatableFactory\__Contact\ContactPastQuotesDatatableFactory" to "App\Controller\__Contact\ContactController".
Inlined service "App\DatatableFactory\__Contact\ContactPastBookingsDatatableFactory" to "App\Controller\__Contact\ContactController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Contact\ContactController" to "App\Controller\__Contact\ContactController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Contact\cms_api\NewsletterSubscriberController" to "App\Controller\__Contact\cms_api\NewsletterSubscriberController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Contact\cms_api\PersonalSpaceController" to "App\Controller\__Contact\cms_api\PersonalSpaceController".
Inlined service "process.quote.factory" to "App\Controller\__Contact\cms_api\ProcessController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Contact\cms_api\ProcessController" to "App\Controller\__Contact\cms_api\ProcessController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Contact\cms_api\ProspectRequestController" to "App\Controller\__Contact\cms_api\ProspectRequestController".
Inlined service "symfonycasts.reset_password.helper" to "App\Controller\__Contact\cms_api\UserCMSController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Contact\cms_api\UserCMSController" to "App\Controller\__Contact\cms_api\UserCMSController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Marketing\DepartureController" to "App\Controller\__Marketing\DepartureController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Marketing\NewsletterController" to "App\Controller\__Marketing\NewsletterController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Partner\PartnerCompanyDiscountController" to "App\Controller\__Partner\PartnerCompanyDiscountController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Partner\PartnerController" to "App\Controller\__Partner\PartnerController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Quote\QuoteController" to "App\Controller\__Quote\QuoteController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Sale\LegalTextController" to "App\Controller\__Sale\LegalTextController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Sale\ProspectRequestAssignmentController" to "App\Controller\__Sale\ProspectRequestAssignmentController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Sale\ProspectRequestController" to "App\Controller\__Sale\ProspectRequestController".
Inlined service ".service_locator.NuuihQJ.App\Controller\__Sale\SellerPlanningController" to "App\Controller\__Sale\SellerPlanningController".
Inlined service "App\Helper\TimeTransformationHelper" to "App\Form\DataTransformer\TimePeriodTransformer".
Inlined service "App\Helper\AttributedProductVariantHelper" to "App\Form\Type\BookingProcess\ProcessStep\Manual\Options\Discount\DiscountFormType".
Inlined service "App\DatatableFactory\__Email\EmailSentDatatableFactory" to "App\Helper\EmailSentHelper".
Inlined service "App\Helper\__Accounting\SupplierHelper" to "App\Helper\TotalsCalculator".
Inlined service "App\Logger\FileLogger\TotalsCalculator\TotalsCalculatorFileLogger" to "App\Helper\TotalsCalculator".
Inlined service "partner.template.content.model.provider" to "App\Helper\__Accounting\PartnerHelper".
Inlined service "App\Helper\__Accounting\Payment\BankPaymentEventHelper" to "App\Helper\__Accounting\Payment\WorldLineDirectHelper".
Inlined service "App\Mailjet\DatatableFactory\MailjetCampaignDatatableFactory" to "App\Mailjet\Controller\MailjetCampaignController".
Inlined service ".service_locator.NuuihQJ.App\Mailjet\Controller\MailjetCampaignController" to "App\Mailjet\Controller\MailjetCampaignController".
Inlined service "App\Mailjet\DatatableFactory\MailjetCampaignTypeDatatableFactory" to "App\Mailjet\Controller\MailjetCampaignTypeController".
Inlined service ".service_locator.NuuihQJ.App\Mailjet\Controller\MailjetCampaignTypeController" to "App\Mailjet\Controller\MailjetCampaignTypeController".
Inlined service "App\Mailjet\DatatableFactory\MailjetOperationDatatableFactory" to "App\Mailjet\Controller\MailjetOperationController".
Inlined service ".service_locator.NuuihQJ.App\Mailjet\Controller\MailjetOperationController" to "App\Mailjet\Controller\MailjetOperationController".
Inlined service "App\Mailjet\Helper\MailjetOperationHelper" to "App\Mailjet\Twig\MailjetOperationTwigExtension".
Inlined service "App\Helper\ProductOptionHelper" to "App\Manager\Level_1\AssureverProductManager".
Inlined service "App\Manager\Notification\Sms\SmsManager" to "App\Manager\Notification\NotificationManager".
Inlined service "notifier" to "App\Manager\Notification\Sms\SmsManager".
Inlined service "Crea\SecurityBundle\Twig\SecurityMenuProvider" to "App\Menu\MenuProvider".
Inlined service "Crea\ParameterBundle\Twig\ParameterMenuProvider" to "App\Menu\MenuProvider".
Inlined service "Crea\EventBundle\Twig\EventMenuProvider" to "App\Menu\MenuProvider".
Inlined service "migration.corr_entity_provider" to "App\Migration\EventSubscriber\MigrationErpEntityEventSubscriber".
Inlined service "migration.email.sender" to "App\Migration\EventSubscriber\MigrationEventSubscriber".
Inlined service "App\Migration\Manager\Level_1\LoadCorrContractManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrBookingPassengerManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrInvoiceManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrPaymentManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrInvoiceLineCabinManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrInvoiceLineApplicationFeeManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrInvoiceLineServiceManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrInvoiceLineDiscountManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrInvoiceLineInsuranceManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrInvoiceLineManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrSupplierPaymentManager" to "App\Migration\Manager\Level_1\LoadCorrBookingManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrNewsletterManager" to "App\Migration\Manager\Level_1\LoadCorrContactManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrQuotePassengerManager" to "App\Migration\Manager\Level_1\LoadCorrQuoteManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrQuoteLineCabinManager" to "App\Migration\Manager\Level_1\LoadCorrQuoteManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrQuoteLineApplicationFeeManager" to "App\Migration\Manager\Level_1\LoadCorrQuoteManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrQuoteLineServiceManager" to "App\Migration\Manager\Level_1\LoadCorrQuoteManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrQuoteLineDiscountManager" to "App\Migration\Manager\Level_1\LoadCorrQuoteManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrQuoteLineInsuranceManager" to "App\Migration\Manager\Level_1\LoadCorrQuoteManager".
Inlined service "App\Migration\Manager\Level_1\LoadCorrQuoteLineManager" to "App\Migration\Manager\Level_1\LoadCorrQuoteManager".
Inlined service "App\DatatableFactory\__Booking\BookingCabinDatatableFactory" to "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionCabin".
Inlined service "App\DatatableFactory\__Booking\BookingContractDatatableFactory" to "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionContract".
Inlined service "App\DatatableFactory\__Booking\BookingFormalityDatatableFactory" to "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionFormality".
Inlined service "App\DatatableFactory\__Booking\BookingParticipantDatatableFactory" to "App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionParticipant".
Inlined service "App\Form\ChoosePeriodType" to "App\Service\ChosenPeriodAnswer".
Inlined service "App\Helper\NewsletterSubscriberHelper" to "App\Twig\NewsletterSubscriberTwigExtension".
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.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets._version_crea-tools" to "assets._package_crea-tools".
Inlined service "assets._version_crea-datatable" to "assets._package_crea-datatable".
Inlined service "assets._version_creasecurity" to "assets._package_creasecurity".
Inlined service "assets._version_crea-admin" to "assets._package_crea-admin".
Inlined service "assets._version_creadocumentation" to "assets._package_creadocumentation".
Inlined service "assets._version_creaprocess" to "assets._package_creaprocess".
Inlined service "assets._version_creaparameter" to "assets._package_creaparameter".
Inlined service "assets._version_creaevent" to "assets._package_creaevent".
Inlined service "assets._version_creahr" to "assets._package_creahr".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "state_machine.payment_workflow.definition" to "state_machine.payment_workflow".
Inlined service "state_machine.invoiceLine_workflow.definition" to "state_machine.invoiceLine_workflow".
Inlined service "state_machine.credit_workflow.definition" to "state_machine.credit_workflow".
Inlined service "state_machine.cabin_workflow.definition" to "state_machine.cabin_workflow".
Inlined service "state_machine.contract_workflow.definition" to "state_machine.contract_workflow".
Inlined service "state_machine.booking_workflow.definition" to "state_machine.booking_workflow".
Inlined service "state_machine.quote_web_workflow.definition" to "state_machine.quote_web_workflow".
Inlined service "state_machine.phone_call_workflow.definition" to "state_machine.phone_call_workflow".
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 "api_platform.route_loader.legacy" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "App\Assurever\Normalizer\AssureverDateTimeNormalizer" to "serializer".
Inlined service "App\Assurever\Normalizer\TarifExtensionNormalizer" to "serializer".
Inlined service "App\Migration\Normalizer\CorrAtmosphereNormalizer" to "serializer".
Inlined service "App\Migration\Normalizer\CorrCabinCategoryNormalizer" to "serializer".
Inlined service "App\Migration\Normalizer\HistoryResultsNormalizer" to "serializer".
Inlined service "App\Migration\Normalizer\ImportResultsNormalizer" to "serializer".
Inlined service "App\Migration\Normalizer\LoadResultsNormalizer" to "serializer".
Inlined service "App\Migration\Normalizer\MappingResultsNormalizer" to "serializer".
Inlined service "App\Migration\Normalizer\MappingRulesResultsNormalizer" to "serializer".
Inlined service "App\Migration\Normalizer\MigrationDatatableFiltersNormalizer" to "serializer".
Inlined service "App\Migration\Normalizer\MigrationResultNormalizer" to "serializer".
Inlined service "App\Migration\Normalizer\MigrationStatisticNormalizer" to "serializer".
Inlined service "App\Normalizer\AtmosphereNormalizer" to "serializer".
Inlined service "App\Normalizer\BookingParticipantNormalizer" to "serializer".
Inlined service "App\Normalizer\CabinCategoryNormalizer" to "serializer".
Inlined service "App\Normalizer\CabinCategoryServiceNormalizer" to "serializer".
Inlined service "App\Normalizer\CabinCategoryTypeNormalizer" to "serializer".
Inlined service "App\Normalizer\CompanyNormalizer" to "serializer".
Inlined service "App\Normalizer\ContactNormalizer" to "serializer".
Inlined service "App\Normalizer\CruiseIncludedGroupNormalizer" to "serializer".
Inlined service "App\Normalizer\CruiseTagCategoryNormalizer" to "serializer".
Inlined service "App\Normalizer\CruiseTagNormalizer" to "serializer".
Inlined service "App\Normalizer\DestinationNormalizer" to "serializer".
Inlined service "App\Normalizer\IncludedAssociationNormalizer" to "serializer".
Inlined service "App\Normalizer\ItineraryIncludedGroupNormalizer" to "serializer".
Inlined service "App\Normalizer\PartnerCompanyDiscountNormalizer" to "serializer".
Inlined service "App\Normalizer\PassengerInformationNormalizer" to "serializer".
Inlined service "App\Normalizer\ServiceNormalizer" to "serializer".
Inlined service "App\Normalizer\ShipNormalizer" to "serializer".
Inlined service "App\Normalizer\SpecialOfferCompanyNormalizer" to "serializer".
Inlined service "App\Normalizer\SpecialOfferNormalizer" to "serializer".
Inlined service "App\Normalizer\__Accounting\InsuranceFiltersNormalizer" to "serializer".
Inlined service "App\Normalizer\__Accounting\InsuranceTurnoverFiltersNormalizer" to "serializer".
Inlined service "App\Normalizer\__Booking\BookingDetailsPageConfigurationNormalizer" to "serializer".
Inlined service "App\Normalizer\__Booking\CabinTypeFilterNormalizer" to "serializer".
Inlined service "App\Normalizer\__Booking\CompanyFilterNormalizer" to "serializer".
Inlined service "App\Normalizer\__Booking\ShipFilterNormalizer" to "serializer".
Inlined service "App\Normalizer\__Contact\cms_api\CmsContactNormalizer" to "serializer".
Inlined service "App\Normalizer\__Contact\cms_api\CmsContactPreferencesNormalizer" to "serializer".
Inlined service "App\Normalizer\__Contact\contact\ContactListFiltersNormalizer" to "serializer".
Inlined service "App\Normalizer\__Partner\PartnerFilterNormalizer" to "serializer".
Inlined service "App\Normalizer\__Partner\PartnerListFiltersNormalizer" to "serializer".
Inlined service "App\Normalizer\__Quote\QuoteListFiltersNormalizer" to "serializer".
Inlined service "App\Normalizer\__Sale\LegalTextNormalizer" to "serializer".
Inlined service "App\Normalizer\__Sale\ProspectRequestListFiltersNormalizer" to "serializer".
Inlined service "App\Normalizer\__Sale\SellerFilterNormalizer" to "serializer".
Inlined service "Crea\Bundle\GridBundle\Grid\Normalizer\AjaxGridViewNormalizer" to "serializer".
Inlined service "Crea\Bundle\GridBundle\Grid\Normalizer\DataTableGridViewNormalizer" to "serializer".
Inlined service "Crea\FloaBundle\Normalizer\FloaEligibilityGroupNormalizer" to "serializer".
Inlined service "Crea\FloaBundle\Normalizer\FloaExceptionNormalizer" to "serializer".
Inlined service "Crea\FloaBundle\Normalizer\FloaPreEligibilityGroupNormalizer" to "serializer".
Inlined service "Croisiland\CommonBundle\Normalizer\PartnerDiscountNormalizer" to "serializer".
Inlined service "Croisiland\CommonBundle\Normalizer\PartnerNormalizer" to "serializer".
Inlined service "Crea\ToolsBundle\Normalizer\ConfirmationMessageNormalizer" to "serializer".
Inlined service "Crea\DatatableBundle\Normalizer\ActionNormalizer" to "serializer".
Inlined service "Crea\DatatableBundle\Normalizer\ColvisGroupNormalizer" to "serializer".
Inlined service "Crea\DatatableBundle\Normalizer\DataTableStateNormalizer" to "serializer".
Inlined service "Crea\DatatableBundle\Normalizer\FormActionNormalizer" to "serializer".
Inlined service "Crea\DatatableBundle\Normalizer\FormDateActionNormalizer" to "serializer".
Inlined service "Crea\DatatableBundle\Normalizer\FormDateRangeActionNormalizer" to "serializer".
Inlined service "Crea\DatatableBundle\Normalizer\FormSelect2ActionNormalizer" to "serializer".
Inlined service "Crea\DatatableBundle\Normalizer\OperatorNormalizer" to "serializer".
Inlined service "Crea\DatatableBundle\Normalizer\SelectionActionNormalizer" to "serializer".
Inlined service "Crea\DocumentationBundle\Normalizer\SearchNormalizer" to "serializer".
Inlined service "Crea\ProcessBundle\Normalizer\ProcessStateNormalizer" to "serializer".
Inlined service "Crea\ProcessBundle\Normalizer\ProcessStepValidationNormalizer" to "serializer".
Inlined service "Crea\ParameterBundle\Normalizer\SearchNormalizer" to "serializer".
Inlined service "Crea\EventBundle\Normalizer\SearchNormalizer" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.hydra.normalizer.error" to "serializer".
Inlined service "api_platform.problem.normalizer.error" 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 "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "assurever.cache.recorder_inner" to "assurever.cache".
Inlined service "costa.cache.recorder_inner" to "costa.cache".
Inlined service "session.handler.native" to "session.storage.native".
Inlined service ".service_locator.JzpSxHw" to "session_listener".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.Cm_IX9s" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.4veNkRK" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "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._wyX1Dp" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service ".service_locator.dw8O4oN" to "notifier".
Inlined service "notifier.channel_policy" to "notifier".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "api_platform.data_collector.request" 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 "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "mailjet.data_collector.mailjet" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "Crea\SecurityBundle\ParamConverter\ProfileParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "Crea\SecurityBundle\ParamConverter\ProfileParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "Crea\SecurityBundle\ParamConverter\UserParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "Crea\SecurityBundle\ParamConverter\UserParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.WW5Q3Uu" 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.br3kY9v" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.e6JcBLH" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "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 ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.WO5LmBp" to "security.access_map".
Inlined service ".security.request_matcher.OyCTEIj" to "security.access_map".
Inlined service ".security.request_matcher.PNB4t0g" to "security.access_map".
Inlined service ".security.request_matcher.oO_3qh7" to "security.access_map".
Inlined service ".security.request_matcher.3nGTj5H" to "security.access_map".
Inlined service ".security.request_matcher.nnYC1sh" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.pwuYToM" to "security.access_map".
Inlined service ".security.request_matcher.6u1xTny" to "security.access_map".
Inlined service ".security.request_matcher.y2I_VAP" to "security.access_map".
Inlined service ".security.request_matcher.UxH8Fcw" to "security.access_map".
Inlined service ".security.request_matcher.nWiFI8U" to "security.access_map".
Inlined service ".security.request_matcher.z8_wqpW" to "security.access_map".
Inlined service ".security.request_matcher.mk71TFa" to "security.access_map".
Inlined service ".security.request_matcher.kCeCoob" to "security.access_map".
Inlined service ".security.request_matcher.VvmFwFv" to "security.access_map".
Inlined service ".security.request_matcher.zMfJmzR" to "security.access_map".
Inlined service ".security.request_matcher.J8bY54y" to "security.access_map".
Inlined service ".security.request_matcher.GPgH1MW" to "security.access_map".
Inlined service ".security.request_matcher.G8lte3U" to "security.access_map".
Inlined service ".security.request_matcher.yUdu3Av" to "security.access_map".
Inlined service ".security.request_matcher.Gxi3gmV" to "security.access_map".
Inlined service ".security.request_matcher.14EldfE" to "security.access_map".
Inlined service ".security.request_matcher.ddMd3n." to "security.access_map".
Inlined service ".security.request_matcher.aMwQqaR" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "Crea\SecurityBundle\Authenticator\FormAuthenticator" to "security.authenticator.guard.main.1".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "security.authentication.success_handler.api_login.json_login" to "security.authenticator.json_login.api_login".
Inlined service "security.authentication.failure_handler.api_login.json_login" to "security.authenticator.json_login.api_login".
Inlined service "debug.security.firewall.authenticator.api_login.inner" to "debug.security.firewall.authenticator.api_login".
Inlined service "security.exception_listener.api_login" to "security.firewall.map.context.api_login".
Inlined service "security.firewall.map.config.api_login" to "security.firewall.map.context.api_login".
Inlined service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" to "security.authenticator.guard.api.0".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Mailjet\Twig\MailjetOperationTwigExtension" to "twig".
Inlined service "App\Migration\Twig\ProductTwigExtension" to "twig".
Inlined service "App\Twig\ApplicationFilterTwigExtension" to "twig".
Inlined service "App\Twig\BookingProcessTwigExtension" to "twig".
Inlined service "App\Twig\CabinCategoryHistoryTwigExtension" to "twig".
Inlined service "App\Twig\CabinTwigExtension" to "twig".
Inlined service "App\Twig\ContactSegmentGridFilterExtension" to "twig".
Inlined service "App\Twig\ContactTwigExtension" to "twig".
Inlined service "App\Twig\CountryTwigExtension" to "twig".
Inlined service "App\Twig\CruiseHistoryChangeTwigExtension" to "twig".
Inlined service "App\Twig\EmailTwigExtension" to "twig".
Inlined service "App\Twig\FormalityHistoryTwigExtension" to "twig".
Inlined service "App\Twig\FormatFiltersTwigExtension" to "twig".
Inlined service "App\Twig\MarginExtension" to "twig".
Inlined service "App\Twig\NewsletterSubscriberTwigExtension" to "twig".
Inlined service "App\Twig\ParticipantTwigExtension" to "twig".
Inlined service "App\Twig\ProductCategoryTwigExtension" to "twig".
Inlined service "App\Twig\ProductVariantTwigExtension" to "twig".
Inlined service "App\Twig\ProspectProjectExtension" to "twig".
Inlined service "App\Twig\QuoteTwigExtension" to "twig".
Inlined service "App\Twig\RecapTwigExtension" to "twig".
Inlined service "App\Twig\ReturnUrlExtension" to "twig".
Inlined service "App\Twig\StringFiltersTwigExtension" to "twig".
Inlined service "App\Twig\__Accounting\InsuranceTwigExtension" to "twig".
Inlined service "App\Twig\__Accounting\InvoiceTwigExtension" to "twig".
Inlined service "App\Twig\__Accounting\PartnerTwigExtension" to "twig".
Inlined service "App\Twig\__Accounting\SupplierPaymentTwigExtension" to "twig".
Inlined service "App\Twig\__Booking\BookingTwigExtension" to "twig".
Inlined service "App\Twig\__Marketing\CruiseHistoryTwigExtension" to "twig".
Inlined service "App\Twig\__Marketing\DepartureTwigExtension" to "twig".
Inlined service "App\Twig\__Marketing\IncludedHistoryTwigExtension" to "twig".
Inlined service "App\Twig\__Marketing\ItineraryHistoryTwigExtension" to "twig".
Inlined service "App\Twig\__Partner\PartnerTwigExtension" to "twig".
Inlined service "App\Twig\__Sale\LegalTextTwigExtension" to "twig".
Inlined service "App\Twig\__Sale\ProspectRequestTwigExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "Crea\Bundle\GridBundle\Grid\Twig\GridRendererExtension" to "twig".
Inlined service "croisiland_search.twig_extension.pim_api" to "twig".
Inlined service "Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension" to "twig".
Inlined service "Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension" to "twig".
Inlined service "Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension" to "twig".
Inlined service "jms_serializer.twig_extension.serializer" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.cssinliner" to "twig".
Inlined service "twig.extension.inky" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "Crea\ToolsBundle\Twig\ToolsTwigExtension" to "twig".
Inlined service "Crea\DatatableBundle\Twig\DataTablesExtension" to "twig".
Inlined service "Crea\SecurityBundle\Twig\SecurityTwigExtension" to "twig".
Inlined service "Crea\AdminBundle\Twig\AdminTwigExtension" to "twig".
Inlined service "Crea\DocumentationBundle\Twig\DocumentationTwigExtension" to "twig".
Inlined service "Crea\ProcessBundle\Twig\ProcessTwigExtension" to "twig".
Inlined service "Crea\ParameterBundle\Twig\ParameterTwigExtension" to "twig".
Inlined service "Crea\EventBundle\Twig\EventTwigExtension" to "twig".
Inlined service "Crea\HRBundle\Twig\PlanningTwigExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service "workflow.registry" to "workflow.twig_extension".
Inlined service ".service_locator.tTyvjSf" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.hdM1_XF" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~84goIev" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "Crea\Bundle\GridBundle\Grid\Action\BulkActionType" to "Crea\Bundle\GridBundle\Grid\Action\ActionTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Data\DataSourceFactory" to "Crea\Bundle\GridBundle\Grid\Data\DataProvider".
Inlined service "Crea\Bundle\GridBundle\Grid\Data\SortingQueryBuilder" to "Crea\Bundle\GridBundle\Grid\Data\DataProvider".
Inlined service "Crea\Bundle\GridBundle\Grid\Data\FilteringQueryBuilder" to "Crea\Bundle\GridBundle\Grid\Data\DataProvider".
Inlined service "Crea\Bundle\GridBundle\Grid\Data\SortingParametersResolver" to "Crea\Bundle\GridBundle\Grid\Data\SortingQueryBuilder".
Inlined service "App\GridExtensions\Field\BtnType" to "Crea\Bundle\GridBundle\Grid\Field\FieldTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Field\ActionFieldType" to "Crea\Bundle\GridBundle\Grid\Field\FieldTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Field\DateFieldType" to "Crea\Bundle\GridBundle\Grid\Field\FieldTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Field\DeleteActionFieldType" to "Crea\Bundle\GridBundle\Grid\Field\FieldTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Field\StringFieldType" to "Crea\Bundle\GridBundle\Grid\Field\FieldTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Field\TwigFieldType" to "Crea\Bundle\GridBundle\Grid\Field\FieldTypeRegistry".
Inlined service "App\GridExtensions\Filter\ContactSegmentFilterType" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "App\GridExtensions\Filter\DaysBeforeDateFilter" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Filter\BooleanFilterType" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Filter\DateFilterType" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Filter\EntityFilterType" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Filter\ExistsFilterType" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Filter\NumberFilterType" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Filter\SelectFilterType" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Filter\StringFilterType" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Action\ActionTypeRegistry" to "Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer".
Inlined service "Crea\Bundle\GridBundle\Grid\Field\FieldTypeRegistry" to "Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer".
Inlined service "Crea\Bundle\GridBundle\Grid\GridFactory" to "Crea\Bundle\GridBundle\Grid\View\GridViewFactory".
Inlined service "Crea\Bundle\GridBundle\Grid\Data\DataProvider" to "Crea\Bundle\GridBundle\Grid\View\GridViewFactory".
Inlined service "croisiland_search.pim_api_token_generator" to "croisiland_search.pim_api_token_storage".
Inlined service ".service_locator.Fy8XpON" to "jms_serializer.event_dispatcher".
Inlined service ".service_locator.lamYL.e" to "jms_serializer.handler_registry".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
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 "App\DataFixtures\AdvRequestTypeDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CabinSpecificityDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CommentStatusFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CompanyCodeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ConfirmationDelayFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ContactPartnerCategoryDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\FormalityDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\FullwebManagementFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\MarginApplicationFilterDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProductCategoryDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProductCleanDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProductDefaultOptionDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProductOptionDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProductOptionValueDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SecurityDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SpecialRequestTypeDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SupplierDataFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\TodoTypeDataFixtures" to "doctrine.fixtures.loader".
Inlined service "Crea\ToolsBundle\DataFixtures\GeographicDataFixtures" to "doctrine.fixtures.loader".
Inlined service "Crea\ToolsBundle\DataFixtures\NationalityDataFixtures" to "doctrine.fixtures.loader".
Inlined service "Crea\EventBundle\DataFixtures\EventFixtures" to "doctrine.fixtures.loader".
Inlined service "nelmio_api_doc.describers.api_platform.documentation" to "nelmio_api_doc.describers.api_platform".
Inlined service ".1_Request~8Jhoe8g" to "nelmio_api_doc.describers.api_platform.documentation".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
Inlined service ".1_TokenStorage~Ie.x8JC" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
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 "cron.command_builder" to "cron.resolver".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter.legacy".
Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml.legacy" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_factory.php_doc" to "api_platform.metadata.resource.metadata_factory.short_name".
Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_factory.formats" to "api_platform.metadata.resource.metadata_factory.cached".
Inlined service "api_platform.cache.metadata.resource.legacy.recorder_inner" to "api_platform.cache.metadata.resource.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.xml.legacy" to "api_platform.metadata.property.metadata_factory.property_info.legacy".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy" to "api_platform.metadata.property.metadata_factory.serializer.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.validator.legacy" to "api_platform.metadata.property.metadata_factory.cached.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.serializer.legacy" to "api_platform.metadata.property.metadata_factory.default_property.legacy".
Inlined service "api_platform.cache.metadata.property.legacy.recorder_inner" to "api_platform.cache.metadata.property.legacy".
Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
Inlined service "api_platform.cache.subresource_operation_factory.recorder_inner" to "api_platform.cache.subresource_operation_factory".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
Inlined service "api_platform.metadata.property.metadata_factory.default_property.legacy" to "api_platform.metadata.subresource.metadata_factory.annotation.legacy".
Inlined service "api_platform.metadata.subresource.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.annotation.legacy".
Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.php_doc".
Inlined service "api_platform.metadata.property.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.yaml.legacy".
Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml.legacy".
Inlined service ".2_ObjectNormalizer~fkSxS5G" to ".1_Serializer~fkSxS5G".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.api_gateway".
Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "api_platform.swagger.normalizer.api_gateway".
Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory.legacy".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.action".
Inlined service "api_platform.symfony.iri_converter.skolem" to "api_platform.jsonld.context_builder".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.metadata.property.metadata_factory.property_info.legacy" to "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy".
Inlined service "api_platform.pagination.legacy" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.yaml.legacy" to "api_platform.metadata.property.metadata_factory.validator.legacy".
Inlined service "api_platform.validator" to "api_platform.listener.view.validate".
Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
Inlined service "debug.api_platform.collection_data_provider.inner" to "debug.api_platform.collection_data_provider".
Inlined service "debug.api_platform.item_data_provider.inner" to "debug.api_platform.item_data_provider".
Inlined service "debug.api_platform.subresource_data_provider.inner" to "debug.api_platform.subresource_data_provider".
Inlined service "debug.api_platform.data_persister.inner" to "debug.api_platform.data_persister".
Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
Inlined service "api_platform.cache.identifiers_extractor.recorder_inner" to "api_platform.cache.identifiers_extractor".
Inlined service "api_platform.upgrade.subresource_transformer" to "api_platform.upgrade_resource.command".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "oneup_flysystem.images_adapter_adapter" to "oneup_flysystem.images_filesystem".
Inlined service "oneup_flysystem.documents_adapter_adapter" to "oneup_flysystem.documents_filesystem".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service ".service_locator.pr5A5Th" to "vich_uploader.storage.flysystem".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service "mailjet.service.contacts_list_manager" to "mailjet.listener.contact_listener".
Inlined service "mailjet.transactionnal.client" to "mailjet.data_collector.mailjet".
Inlined service "Cafffeine\TablesSyncBundle\Service\ExportService" to "Cafffeine\TablesSyncBundle\Controller\SynchronizationController".
Inlined service ".service_locator.GNc8e5B.Cafffeine\TablesSyncBundle\Controller\SynchronizationController" to "Cafffeine\TablesSyncBundle\Controller\SynchronizationController".
Inlined service "Cafffeine\TablesSyncBundle\Service\ExportAdapterService" to "Cafffeine\TablesSyncBundle\Service\ExportService".
Inlined service "Cafffeine\TablesSyncBundle\Exportable" to "Cafffeine\TablesSyncBundle\Service\ExportService".
Inlined service "tables_sync.import_adapter_service" to "Cafffeine\TablesSyncBundle\Service\ImportService".
Inlined service "Cafffeine\TablesSyncBundle\Importable" to "Cafffeine\TablesSyncBundle\Service\ImportService".
Inlined service "Crea\FloaBundle\Helper\FloaClientHelper" to "Crea\FloaBundle\Repository\FloaTokenRepository".
Inlined service ".service_locator.GNc8e5B.Crea\ToolsBundle\Controller\Geographic\GeographicController" to "Crea\ToolsBundle\Controller\Geographic\GeographicController".
Inlined service ".service_locator.GNc8e5B.Crea\ToolsBundle\Controller\StatefulController" to "Crea\ToolsBundle\Controller\StatefulController".
Inlined service ".service_locator.GNc8e5B.Crea\DatatableBundle\Controller\DatatableController" to "Crea\DatatableBundle\Controller\DatatableController".
Inlined service "Crea\DatatableBundle\Twig\TwigRenderer" to "Crea\DatatableBundle\DataTableFactory".
Inlined service "Crea\DatatableBundle\DependencyInjection\Instantiator" to "Crea\DatatableBundle\DataTableFactory".
Inlined service "Crea\ToolsBundle\Helper\StatefulHelper" to "Crea\DatatableBundle\Helper\DtStatefulHelper".
Inlined service "datatables.adapter_locator" to "Crea\DatatableBundle\DependencyInjection\Instantiator".
Inlined service "datatables.column_locator" to "Crea\DatatableBundle\DependencyInjection\Instantiator".
Inlined service "datatables.type_locator" to "Crea\DatatableBundle\DependencyInjection\Instantiator".
Inlined service ".service_locator.GNc8e5B.Crea\SecurityBundle\Controller\IndexController" to "Crea\SecurityBundle\Controller\IndexController".
Inlined service ".service_locator.GNc8e5B.Crea\SecurityBundle\Controller\ProfileController" to "Crea\SecurityBundle\Controller\ProfileController".
Inlined service ".service_locator.GNc8e5B.Crea\SecurityBundle\Controller\RightController" to "Crea\SecurityBundle\Controller\RightController".
Inlined service ".service_locator.GNc8e5B.Crea\SecurityBundle\Controller\SecurityController" to "Crea\SecurityBundle\Controller\SecurityController".
Inlined service ".service_locator.GNc8e5B.Crea\SecurityBundle\Controller\UserController" to "Crea\SecurityBundle\Controller\UserController".
Inlined service ".service_locator.GNc8e5B.Crea\SecurityBundle\Controller\UserGroupController" to "Crea\SecurityBundle\Controller\UserGroupController".
Inlined service "App\Menu\MenuProvider" to "Crea\AdminBundle\Twig\AdminTwigExtension".
Inlined service "Crea\DocumentationBundle\Factory\ArticleFactory" to "Crea\DocumentationBundle\Controller\ArticleController".
Inlined service ".service_locator.GNc8e5B.Crea\DocumentationBundle\Controller\ArticleController" to "Crea\DocumentationBundle\Controller\ArticleController".
Inlined service "Crea\DocumentationBundle\Factory\ChapterFactory" to "Crea\DocumentationBundle\Controller\ChapterController".
Inlined service "Crea\DocumentationBundle\Helper\DocumentationConfigurationHelper" to "Crea\DocumentationBundle\Controller\ChapterController".
Inlined service ".service_locator.GNc8e5B.Crea\DocumentationBundle\Controller\ChapterController" to "Crea\DocumentationBundle\Controller\ChapterController".
Inlined service ".service_locator.GNc8e5B.Crea\DocumentationBundle\Controller\DocumentationController" to "Crea\DocumentationBundle\Controller\DocumentationController".
Inlined service "process.configuration.locator" to "process.configuration.provider".
Inlined service "process.configuration.validator" to "process.configuration.provider".
Inlined service "process.step.executor" to "process.controller".
Inlined service "process.state.factory" to "process.factory".
Inlined service "process.controller" to "process.factory".
Inlined service ".service_locator.GNc8e5B.Crea\ParameterBundle\Controller\GroupAndTypeController" to "Crea\ParameterBundle\Controller\GroupAndTypeController".
Inlined service "Crea\ParameterBundle\Factory\ParameterFactory" to "Crea\ParameterBundle\Controller\ParameterController".
Inlined service ".service_locator.GNc8e5B.Crea\ParameterBundle\Controller\ParameterController" to "Crea\ParameterBundle\Controller\ParameterController".
Inlined service ".service_locator.GNc8e5B.Crea\ParameterBundle\Controller\ParameterGroupController" to "Crea\ParameterBundle\Controller\ParameterGroupController".
Inlined service ".service_locator.GNc8e5B.Crea\ParameterBundle\Controller\ParameterTypeController" to "Crea\ParameterBundle\Controller\ParameterTypeController".
Inlined service "Crea\EventBundle\Helper\EventConfigurationHelper" to "Crea\EventBundle\Controller\EventCategoryController".
Inlined service "Crea\EventBundle\Factory\EventCategoryFactory" to "Crea\EventBundle\Controller\EventCategoryController".
Inlined service ".service_locator.GNc8e5B.Crea\EventBundle\Controller\EventCategoryController" to "Crea\EventBundle\Controller\EventCategoryController".
Inlined service ".service_locator.GNc8e5B.Crea\EventBundle\Controller\EventLogController" to "Crea\EventBundle\Controller\EventLogController".
Inlined service "Crea\EventBundle\Factory\EventModelFactory" to "Crea\EventBundle\Controller\EventModelController".
Inlined service ".service_locator.GNc8e5B.Crea\EventBundle\Controller\EventModelController" to "Crea\EventBundle\Controller\EventModelController".
Inlined service ".service_locator.GNc8e5B.Crea\EventBundle\Controller\EventTypeController" to "Crea\EventBundle\Controller\EventTypeController".
Inlined service "crea.event.console" to "Crea\EventBundle\EventSubscriber\CreaEventSubscriber".
Inlined service "Crea\EventBundle\Helper\EventEmailSenderHelper" to "Crea\EventBundle\EventSubscriber\CreaEventSubscriber".
Inlined service "Crea\EventBundle\Factory\CreaEventFactory" to "Crea\EventBundle\Helper\CreaEventHelper".
Inlined service "Crea\EventBundle\Handler\CreaEventHandler" to "Crea\EventBundle\Helper\CreaEventHelper".
Inlined service ".service_locator.GNc8e5B.Crea\HRBundle\Controller\PlanningCommentController" to "Crea\HRBundle\Controller\PlanningCommentController".
Inlined service ".service_locator.GNc8e5B.Crea\HRBundle\Controller\PlanningController" to "Crea\HRBundle\Controller\PlanningController".
Inlined service ".service_locator.GNc8e5B.Crea\HRBundle\Controller\PlanningEventController" to "Crea\HRBundle\Controller\PlanningEventController".
Inlined service ".service_locator.GNc8e5B.Crea\HRBundle\Controller\PlanningLeaveController" to "Crea\HRBundle\Controller\PlanningLeaveController".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "api_platform.maker.command.data_provider" to "maker.auto_command.make_data_provider".
Inlined service "api_platform.maker.command.data_persister" to "maker.auto_command.make_data_persister".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\BookingProcess\ProcessQuoteToBooking\Messenger\QuoteToBookingMessageHandler" to ".messenger.handler_descriptor.ZBi_kXr".
Inlined service "App\MessageHandler\AmendmentPaymentMessageHandler" to ".messenger.handler_descriptor.bfcfDbf".
Inlined service "App\MessageHandler\BookingPaymentMessageHandler" to ".messenger.handler_descriptor.MkM8XNV".
Inlined service "App\MessageHandler\FormalityCreationMessageHandler" to ".messenger.handler_descriptor.PnAmIwz".
Inlined service "App\MessageHandler\FormalityUpdateMessageHandler" to ".messenger.handler_descriptor.q3_zFIX".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
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 "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Mailjet\Voter\MailjetVoter" to "debug.security.voter.App\Mailjet\Voter\MailjetVoter".
Inlined service "App\Voter\AccountingVoter" to "debug.security.voter.App\Voter\AccountingVoter".
Inlined service "App\Voter\AdminMarketingVoter" to "debug.security.voter.App\Voter\AdminMarketingVoter".
Inlined service "App\Voter\AdminSaleBookingVoter" to "debug.security.voter.App\Voter\AdminSaleBookingVoter".
Inlined service "App\Voter\AdvAdminVoter" to "debug.security.voter.App\Voter\AdvAdminVoter".
Inlined service "App\Voter\AdvAutomationVoter" to "debug.security.voter.App\Voter\AdvAutomationVoter".
Inlined service "App\Voter\AdvVoter" to "debug.security.voter.App\Voter\AdvVoter".
Inlined service "App\Voter\BookingVoter" to "debug.security.voter.App\Voter\BookingVoter".
Inlined service "App\Voter\ContactVoter" to "debug.security.voter.App\Voter\ContactVoter".
Inlined service "App\Voter\DashboardVoter" to "debug.security.voter.App\Voter\DashboardVoter".
Inlined service "App\Voter\DataAdminVoter" to "debug.security.voter.App\Voter\DataAdminVoter".
Inlined service "App\Voter\HomeModuleVoter" to "debug.security.voter.App\Voter\HomeModuleVoter".
Inlined service "App\Voter\ManagerVoter" to "debug.security.voter.App\Voter\ManagerVoter".
Inlined service "App\Voter\MarketingVoter" to "debug.security.voter.App\Voter\MarketingVoter".
Inlined service "App\Voter\MigrationVoter" to "debug.security.voter.App\Voter\MigrationVoter".
Inlined service "App\Voter\PartnerVoter" to "debug.security.voter.App\Voter\PartnerVoter".
Inlined service "App\Voter\ProspectRequestVoter" to "debug.security.voter.App\Voter\ProspectRequestVoter".
Inlined service "App\Voter\QuoteVoter" to "debug.security.voter.App\Voter\QuoteVoter".
Inlined service "App\Voter\WebServicesVoter" to "debug.security.voter.App\Voter\WebServicesVoter".
Inlined service "App\Voter\__Accounting\AccountingBalanceClientReminderVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingBalanceClientReminderVoter".
Inlined service "App\Voter\__Accounting\AccountingBookingVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingBookingVoter".
Inlined service "App\Voter\__Accounting\AccountingCreditVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingCreditVoter".
Inlined service "App\Voter\__Accounting\AccountingDepartureVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingDepartureVoter".
Inlined service "App\Voter\__Accounting\AccountingInsurancePriceVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingInsurancePriceVoter".
Inlined service "App\Voter\__Accounting\AccountingInsuranceVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingInsuranceVoter".
Inlined service "App\Voter\__Accounting\AccountingInvoiceVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingInvoiceVoter".
Inlined service "App\Voter\__Accounting\AccountingPartnerTemplateVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingPartnerTemplateVoter".
Inlined service "App\Voter\__Accounting\AccountingPartnerVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingPartnerVoter".
Inlined service "App\Voter\__Accounting\AccountingPaymentVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingPaymentVoter".
Inlined service "App\Voter\__Accounting\AccountingRefundVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingRefundVoter".
Inlined service "App\Voter\__Accounting\AccountingSellingVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingSellingVoter".
Inlined service "App\Voter\__Accounting\AccountingTurnoverVoter" to "debug.security.voter.App\Voter\__Accounting\AccountingTurnoverVoter".
Inlined service "App\Voter\__Booking\BookingBookingVoter" to "debug.security.voter.App\Voter\__Booking\BookingBookingVoter".
Inlined service "App\Voter\__Booking\BookingContractVoter" to "debug.security.voter.App\Voter\__Booking\BookingContractVoter".
Inlined service "App\Voter\__Marketing\MarketingDepartureVoter" to "debug.security.voter.App\Voter\__Marketing\MarketingDepartureVoter".
Inlined service "App\Voter\__Quote\QuoteQuoteVoter" to "debug.security.voter.App\Voter\__Quote\QuoteQuoteVoter".
Inlined service "Crea\SecurityBundle\Voter\ProfileVoter" to "debug.security.voter.Crea\SecurityBundle\Voter\ProfileVoter".
Inlined service "Crea\SecurityBundle\Voter\RightVoter" to "debug.security.voter.Crea\SecurityBundle\Voter\RightVoter".
Inlined service "Crea\SecurityBundle\Voter\UserGroupVoter" to "debug.security.voter.Crea\SecurityBundle\Voter\UserGroupVoter".
Inlined service "Crea\DocumentationBundle\Voter\DocumentationVoter" to "debug.security.voter.Crea\DocumentationBundle\Voter\DocumentationVoter".
Inlined service "Crea\ParameterBundle\Voter\ParameterGroupVoter" to "debug.security.voter.Crea\ParameterBundle\Voter\ParameterGroupVoter".
Inlined service "Crea\ParameterBundle\Voter\ParameterTypeVoter" to "debug.security.voter.Crea\ParameterBundle\Voter\ParameterTypeVoter".
Inlined service "Crea\ParameterBundle\Voter\ParameterVoter" to "debug.security.voter.Crea\ParameterBundle\Voter\ParameterVoter".
Inlined service "Crea\EventBundle\Voter\EventVoter" to "debug.security.voter.Crea\EventBundle\Voter\EventVoter".
Inlined service "Crea\HRBundle\Voter\HRVoter" to "debug.security.voter.Crea\HRBundle\Voter\HRVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.VhiEpeB" to ".service_locator.VhiEpeB.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "security.authenticator.manager.api_login" to "debug.security.firewall.authenticator.api_login.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".service_locator.tlAib54" to "console.command_loader".
Inlined service ".service_locator.VhiEpeB.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "croisiland_search.pim_api_cruise_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cruise_cabin_category_types_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cruise_included_group_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cruise_by_oldcrmid_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cruise_details_enty_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cruise_details_by_code_enty_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_price_cruise_cabin_category_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.price_fare_code_by_company_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.atmosphere_by_company_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_formality_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cabin_category_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cabin_category_by_old_crm_id_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cabin_category_services_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cabin_category_by_ship_and_code_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cabin_category_type_by_ship_and_code_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_edit_balance_before_departure_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_delete_balance_before_departure_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_partner_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_edit_partner_unique_identifier_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_add_webspace_partner_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_partner_diff_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_diff_partner_company_discount_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_webspace_partner_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_stock_is_available_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_stock_add_quoted_cabin_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_stock_remove_quoted_cabin_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_stock_add_booked_cabin_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_destination_get_all_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cabin_categories_get_all_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_itineraries_synchronization_list_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_itineraries_synchronization_item_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_itineraries_synchronization_valid_sync_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cruises_itineraries_synchronization_list_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cruises_itineraries_synchronization_item_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cruises_itineraries_synchronization_valid_sync_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_login_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "croisiland_search.pim_api_cruises_entry_point" to "Croisiland\Bundle\SearchBundle\Api\ApiClientInterface".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
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 "routing.loader.annotation" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\FilterOptions" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\FilterOptions" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\FilterOptions" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\FilterOptions" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\FilterOptions" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\FilterOptions" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\FilterOptions" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\FilterOptions" to "Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry".
Inlined service "Crea\Bundle\GridBundle\Grid\UrlGenerator" to "Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\RouteOptions" to "Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer".
Inlined service "Crea\Bundle\GridBundle\Grid\UrlGenerator" to "Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer".
Inlined service "Crea\Bundle\GridBundle\Grid\UrlGenerator" to "Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\RouteOptions" to "Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer".
Inlined service "Crea\Bundle\GridBundle\Grid\UrlGenerator" to "Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer".
Inlined service "Crea\Bundle\GridBundle\Grid\Options\RouteOptions" to "Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer".
Inlined service "Crea\Bundle\GridBundle\Grid\FieldNameTransformer" to "Crea\Bundle\GridBundle\Grid\View\GridViewFactory".
Inlined service "Crea\Bundle\GridBundle\Grid\FieldNameTransformer" to "Crea\Bundle\GridBundle\Grid\View\GridViewFactory".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "Crea\ParameterBundle\Helper\ParameterSearchHelper" to "Crea\ParameterBundle\Controller\ParameterController".
Inlined service "Crea\ParameterBundle\Helper\ParameterSearchHelper" to "Crea\ParameterBundle\Controller\ParameterController".
Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.handler_registry" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "jms_serializer.handler_registry" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".